From f140a977dd16b8a5357fccb136b16a1f4195cfe6 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Thu, 14 May 2026 01:15:04 -0700 Subject: add filename override for time-range videos --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index cbac2b8..aaba474 100644 --- a/README.md +++ b/README.md @@ -15,11 +15,14 @@ If you don't want to use the built-in GUI builder to create a "task file", you c Each line will be treated as a download job (video), you may use either the full `youtube.com` or shortened `youtu.be` link ``` -URL,START_TIME-END_TIME (HH:MM:SS Timestamp Format) +URL,START_TIME-END_TIME,FILENAME_OVERRIDE (HH:MM:SS Timestamp Format) ``` +`FILENAME_OVERRIDE` is optional and only available if specifying a time range. +- Processed files will be automatically renamed to contain what is in this field. This is useful for videos that have multiple songs you want to download in them (so you can tell which file is which). -ex: `https://www.youtube.com/watch?v=qvj_QSqOrBw,00:01:10-00:01:40` +ex: `https://www.youtube.com/watch?v=qvj_QSqOrBw,00:01:10-00:01:40,MySong` - Download video `https://www.youtube.com/watch?v=qvj_QSqOrBw` from `1 min 10s` to `1 min 40s` (30s total) +- The output file will be renamed to contain `MySong` in the filename # Requirements @@ -33,8 +36,7 @@ You must also have one of the following browsers installed and have used it to l brave, chrome, chromium, edge, firefox, opera, safari, vivaldi, whale ``` -> Although this program comes with some circumvention techniques, it may still be possible for downloads to fail. When this is the case, try again later -> You may also try adding a [PO-Token](https://github.com/yt-dlp/yt-dlp/wiki/PO-Token-Guide) to make your traffic appear more legit +> Although this program comes with some rate-limit circumvention techniques, videos may still be possible for downloads to fail. When this is the case, try again later # Binaries Pre-built binaries are also available. You can download it from the [Releases](https://github.com/pinapelz/ytID3AutoTag/releases) section -- cgit v1.2.3