diff --git a/README.md b/README.md index 32ca7a9..f9aa27f 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Local-first YouTube playlist synchronization client. ## What's Included -- GUI (PySide6) playlist manager + sync runner +- GUI (PySide6 Essentials) playlist manager + sync runner - Scanner (yt-dlp extract-only), diff engine, filesystem scan - Safe reordering via two-pass rename, recycle deletions - Async download queue with simple retry (yt-dlp Python API) @@ -30,6 +30,7 @@ Download the latest release from this repo's Releases page and pick one: - `ytpl-sync-windows-{version}.zip` / `ytpl-sync-linux-{version}.tar.gz` (no ffmpeg bundled) ## Configure + Application uses a json config that canbe edited from UI or manually ```json @@ -73,7 +74,7 @@ Queue / retry: - Run `ytpl-sync.exe` (GUI). ## Tray - + - The app supports minimizing to tray on close if the OS provides a system tray; use the tray icon menu to quit. - Tray behavior settings (Settings page): - `close_to_tray`: close hides to tray (keeps running). diff --git a/pyproject.toml b/pyproject.toml index f99a64f..ddfc7d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ keywords = ["youtube", "yt-dlp", "playlist", "sync"] requires-python = ">=3.10" dependencies = [ "yt-dlp>=2026.3.17", - "PySide6", + "PySide6_Essentials>=6.11.1", ] [project.optional-dependencies] test = [