Version: 1.0 beta
A simple command tool that copies files from a m3u playlist(s) to a destination directory. Useful for transferring music in playlists to another computer. By defauft sub-directories are created for each playlst. Additional options allow to flatten a directory structure or rename files according to their ID3 tags.
m3uco.py [-h] [--destination DIR] [--rename] [--numbering] [--flat] playlists [playlists ...]
-
playlistsPlaylist files separated by spaces -
-h, --helpshow this help message and exit -
--destination DIR, -d DIRDestination directory -
--rename, -rRenames files in the target directory according to this pattern - <title>. -
--numbering, -nAdd numbering to new file names, so that the rename pattern becomes <#> - <title>. Requires--renameoption. -
--flat, -fPrevents from creating a subdirectory for each playlist.