From ecd52f60d1fd3ca5f81959151d8d844ef320bc40 Mon Sep 17 00:00:00 2001 From: Nemo Date: Mon, 28 Jun 2021 15:22:10 +0530 Subject: [PATCH] [docs] Update output_file as optional in README --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 26d6578..2267d9e 100644 --- a/README.md +++ b/README.md @@ -31,15 +31,20 @@ For all of the above, there are better tools available, such as [youtube-dl](htt You need to pass 2 parameters, a Youtube URL and a output CUE filename. YouTube short URLs (`youtu.be`) are accepted. You can additionally pass a `audio-file` argument which is used for the [`FILE` specified in the CUE file][cuefile]. - $ youtube-cue [--audio-file audio.m4a] + youtube-cue [--audio-file audio.m4a] [output_file] Options --help, Show help - --audio-file, Input Audio File (optional) + --audio-file, Input Audio File (optional) that is written to the CUE sheet + + The default audio file is set to %VIDEOTITLE.m4a + The default output file is set to %VIDEOTITLE.cue + + where $VIDEOTITLE is the title of the YouTube video. Examples - $ youtube-cue --audio-file audio.m4a "https://www.youtube.com/watch?v=THzUassmQwE" output.cue - output.cue saved + $ 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 $ youtube-cue "https://youtu.be/THzUassmQwE" folklore.cue folklore.cue saved