Playlist Zipper
Playlist zipper will parse a playlist definition file, and add each file to a zip archive.
The playlist supported formats are:
- m3u
- zpl (default, this tool was born to read Groove Music playlists)
- xspf
The archive formats are:
Installation
go get github.com/charliemaiors/playlist-zipper
Usage
Run playlist-zipper (---playlist-ext m3u --archive-type xz)
and the executable will search into current directory for every file with the target extension, parse it and produce the archive with the same name of the playlist and the desidered type.