README
playlist-extractor
Extractor package to find files from playlist such as m3u and copy the files to a directory
Installation
$ npm install playlist-extractor -g
Usage
playlist-extractor -t path/to/playlist.m3u -o path/to/directory
Documentation
-t --target: [String | Required] File directory to playlist file
-o --output [String | Required] Output directory folder to copy the files found from playlist
-v --verbose [Boolean] Logs to the terminal the status of each step made
-f --filter [Array] Filters the list of files found in the playlist, multiple values must be separated by spaces
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request
Credits
Oscar Reyes [Nosthertus]