diff --git a/README.md b/README.md index 250c66b..c9777cc 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ python3 main.py - [x] right-click menu - [x] editable lyrics window +- [x] batch metadata changer (red text on fields that have differing info) - [ ] playlists - [ ] delete songs from library (del key || right-click delete) - [ ] .wav, .ogg, .flac convertor -- [ ] batch metadata changer (red text on fields that have differing info) diff --git a/playlist_example.m3u b/playlist_example.m3u new file mode 100644 index 0000000..7bbdca9 --- /dev/null +++ b/playlist_example.m3u @@ -0,0 +1,12 @@ +#EXTM3U +#PLAYLIST:Playlist title +#EXTINF:100, Artist - Title +/path/to/file.mp3 +#EXTINF:[length_of_song_in_seconds], Artist - Title +/path/to/file.mp3 + +# apparently also m3u can just be a list +#EXTM3U +/path/to/song.mp3 +/path/to/song.mp3 +/path/to/song.mp3