please use my new app for this, playlist manager!
This is a small utility in python that i made to generate .m3u
playlists if you have your music sorted into folders. example:
requirements:
- python3
- python libraries (should be already installed by default with python):
- os
- pathlib
- codecs
- Clone this repo
- run
pip install prompt-toolkit mutagen decimal tinytag
anywhere - copy
playlist-gen.py
to the folder with all your music - run
python playlist-gen.py
or justplaylist-gen.py
in the folder with all your music. clicking on it should also run it.
Available commands:
ext
- set the extensions of music files. default: mp3ign
- set the folders to ignore in generation. none by defaultplainm3u
- use plain .m3u instead of extended .m3u, faster but may not work on some players.gen
- recursively generate m3u playlists for all folders and subfoldersprg
- delete all existing .m3u files in the working directory for a clean slatecom
- generate a playlist from multiple specific foldersadd
- add a folder or folders to a playlist made bycom
. doesen't rename the playlistadd -r
- same thing asadd
but appends the folder name to the playlist name.naughty
- [EXPERIMENTAL] run this aftergen
to find songs with bad metadata that you can redownload / fixnew
- manually make a new playlist by selecting songs and playlistshelp
- display this messageexit
orquit
- exit this utility
to bring up this list just type help
in the uitility
all commands have explanations and examples right in the utility.
for any questions contact me on discord KraXen72#9190