Skip to content

Extract all files from given playlist files, supported m3u, xspf, zpl

License

Notifications You must be signed in to change notification settings

charliemaiors/playlist-zipper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Playlist Zipper

Build Status Maintainability Test Coverage codecov

Playlist zipper will parse a playlist definition file, and add each file to a zip archive.

Supported formats

The playlist supported formats are:

  • m3u
  • zpl (default, this tool was born to read Groove Music playlists)
  • xspf

The archive formats are:

  • bz2
  • tar
  • xz
  • zip (default)

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.

About

Extract all files from given playlist files, supported m3u, xspf, zpl

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published