youtube-cue/README.md

30 lines
846 B
Markdown
Raw Normal View History

2021-05-30 15:31:27 +00:00
# youtube-cue
2017-06-07 20:26:45 +00:00
2021-05-30 15:31:27 +00:00
Helps you tag music compilations from youtube by generating a Cue sheet. Use alongside [cuetag.sh](https://command-not-found.com/cuetag.sh).
2017-06-07 20:26:45 +00:00
## Dependencies
2021-05-30 15:31:27 +00:00
- None
2017-06-07 20:26:45 +00:00
## Installation
2021-05-30 15:31:27 +00:00
npm install -g youtube-cue
2017-06-07 20:26:45 +00:00
## Usage
2021-05-30 15:31:27 +00:00
youtube-cue "https://www.youtube.com/watch?v=41Y6xov0ppw" file.cue
2017-06-07 20:26:45 +00:00
## HACKING
- If this video does not work on a specific video, please attach the debug log output
- Pull Requests are welcome that add support for a better parser without breaking the existing tests
- Please add tests for any new functionality
2017-06-07 20:30:26 +00:00
- This project follows [Readme Driven Development][rdd], and as such the README may include "Forward Looking Statements"
2017-06-07 20:26:45 +00:00
## License
Licensed under the [MIT License][mit]
[mit]: https://nemo.mit-license.org/
2017-06-07 20:30:26 +00:00
[rdd]: http://tom.preston-werner.com/2010/08/23/readme-driven-development.html