From 656a77f94382b2d4fdfa17ee6c7dc68b4ce62aac Mon Sep 17 00:00:00 2001 From: oop7 <110548351+oop7@users.noreply.github.com> Date: Sat, 7 Feb 2026 15:29:42 +0200 Subject: [PATCH] Document Output Filename Format option Add a README entry describing the new Output Filename Format setting under Download Settings, showing example variables such as %(title)s, %(uploader)s, and %(resolution)s so users can customize downloaded filenames. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bc9e4af..bf58777 100644 --- a/README.md +++ b/README.md @@ -214,6 +214,7 @@ python -m ytsage.main c. Create a file named `cookies.txt` and paste the cookies into it d. Select the `cookies.txt` file in the app - **Save Download Path:** Save the default download path for future downloads. Available in **Download Settings → Download Path**. +- **Output Filename Format:** Customize the output filename format using variables like `%(title)s`, `%(uploader)s`, `%(resolution)s`, etc. Available in **Download Settings → Filename Format**. - **Updater Tab:** Unified tab in Custom Options for managing all updates: - **yt-dlp Updates:** Check and update yt-dlp to the latest version, with release channel selection (Stable/Nightly) - **FFmpeg Version Checker:** Check your FFmpeg version with direct links to installation guides