From 2601f344c4d7e2430b2a6de425125453c536a050 Mon Sep 17 00:00:00 2001 From: Nemo Date: Tue, 1 Jun 2021 12:32:16 +0530 Subject: [PATCH] doc update --- README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6a5e0d8..6777ddd 100644 --- a/README.md +++ b/README.md @@ -12,14 +12,25 @@ Helps you tag music compilations from youtube by generating a Cue sheet. Use alo ## Usage - youtube-cue "https://www.youtube.com/watch?v=41Y6xov0ppw" file.cue + Generates Cue sheet from Youtube URL + + Usage + $ youtube-cue --audio-file + + Options + --help, Show help + --version, Show version + --audio-file, Input Audio File + + Examples + $ youtube-cue "https://www.youtube.com/watch?v=THzUassmQwE" output.cue + output.cue saved ## 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 -- This project follows [Readme Driven Development][rdd], and as such the README may include "Forward Looking Statements" ## License