https://github.com/charliemaiors/playlist-zipper
Extract all files from given playlist files, supported m3u, xspf, zpl
https://github.com/charliemaiors/playlist-zipper
m3u playlist xspf zpl
Last synced: about 2 months ago
JSON representation
Extract all files from given playlist files, supported m3u, xspf, zpl
- Host: GitHub
- URL: https://github.com/charliemaiors/playlist-zipper
- Owner: charliemaiors
- License: apache-2.0
- Created: 2018-12-01T12:04:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-24T15:11:19.000Z (about 7 years ago)
- Last Synced: 2024-06-21T11:46:41.200Z (over 1 year ago)
- Topics: m3u, playlist, xspf, zpl
- Language: Zimpl
- Homepage:
- Size: 1.97 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Playlist Zipper
[](https://travis-ci.org/charliemaiors/playlist-zipper)
[](https://codeclimate.com/github/charliemaiors/playlist-zipper/maintainability)
[](https://codeclimate.com/github/charliemaiors/playlist-zipper/test_coverage)
[](https://codecov.io/gh/charliemaiors/playlist-zipper)
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.