charliemaiors / playlist-zipper

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Apache License 2.0


Languages

Language:Zimpl 68.0%Language:Go 32.0%