🏡 index : github.com/captn3m0/youtube-cue.git

author Nemo <commits@captnemo.in> 2021-07-21 13:50:48.0 +05:30:00
committer Nemo <commits@captnemo.in> 2021-07-21 13:50:48.0 +05:30:00
commit
a737d371057cf59eec67209b84dbf166ce0dd57f [patch]
tree
0b3cd882af78b18fcc6193d8ec42cc784f112f17
parent
7247b7be66dca1c9c2825d1b35d14bb7e6821e34
download
a737d371057cf59eec67209b84dbf166ce0dd57f.tar.gz

[docs] Update README as per #72



Diff

 README.md | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index bd50a81..fe114b5 100644
--- a/README.md
+++ a/README.md
@@ -8,7 +8,7 @@
2. The video has timestamps in the video description.
3. The video is publicly available on Youtube.

`youtube-cue` will read the video description, get the timestamps and generate a [CUE sheet][cue] accordingly.
`youtube-cue` will read the video description, get the timestamps and generate a [CUE sheet][cue] accordingly. It will also work if track durations are used instead of timestamps.

## Anti-features

@@ -42,6 +42,12 @@

      where $VIDEOTITLE is the title of the YouTube video.


    --timestamps-only Do not try to parse the timestamps as track durations

    --timestamps-are-durations Parse timestamps as durations


    The above 2 are only needed to force behaviour in very specific edge cases, they should

    not be required for most files.


    Examples

      $ youtube-cue --audio-file audio.m4a "https://www.youtube.com/watch?v=THzUassmQwE"

        "T A Y L O R  S W I F T – Folklore [Full album].cue" saved

@@ -66,7 +72,7 @@

## HACKING

- If this video does not work on a specific video, please attach the complete output
- If it does not work on a specific video, please attach the complete output
- Pull Requests are welcome that add support for a better parser without breaking the existing tests
- Please add tests for any new functionality