1.0.0 • Published 8 years ago

playlist-extractor v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

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

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request

Credits

Oscar Reyes Nosthertus

License

MIT

1.0.0

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago