A glorified exportify's playlist parser. Parses exportify's csv file and convert it to an .m3u playlist for zotify. Needs Zotify to download music
- parse csv from exportify
- exports as an .m3u playlist file
- download from zotify after making playlist
Commands | About |
---|---|
--help | show the help page. |
--file | path for your exportify's .csv file |
--download | download songs using zotify after making playlist |
--relative_path | path for songs in the playlist (default is ../) |
--output-path | path for exporting the .m3u playlist (default is ~/Music/Zotify Music/Playlists) |
--file-format | music format (default is .ogg) |
--custom | custom parameter for zotify |
pull this repo and install python deps by pip install requirements.txt