https://github.com/r0x0r/m3ucopy
https://github.com/r0x0r/m3ucopy
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/r0x0r/m3ucopy
- Owner: r0x0r
- Created: 2013-09-10T13:40:59.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-05-12T07:15:23.000Z (over 10 years ago)
- Last Synced: 2025-01-23T15:41:22.957Z (11 months ago)
- Language: Python
- Size: 160 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
m3uco.py
=======
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.
USAGE
=======
`m3uco.py [-h] [--destination DIR] [--rename] [--numbering] [--flat] playlists [playlists ...]`
- `playlists` Playlist files separated by spaces
- `-h, --help` show this help message and exit
- `--destination DIR, -d DIR` Destination directory
- `--rename, -r` Renames files in the target directory according to
this pattern - .
- `--numbering, -n` Add numbering to new file names, so that the rename pattern becomes <#> - . Requires
`--rename` option.
- `--flat, -f` Prevents from creating a subdirectory for each playlist.