1
0
mirror of https://github.com/darkzoul5/YoutubePlaylistSync.git synced 2026-07-03 12:34:00 +03:00
Commit Graph

56 Commits

Author SHA1 Message Date
dark_zoul f032444601 Update workflow to use Ubuntu 24.04 for package builds 2025-10-12 21:10:06 +03:00
dark_zoul c5d840002f Fix workflow configuration to Ubuntu version 2025-10-12 21:07:12 +03:00
dark_zoul c9140fb2ec Add Gitea Actions workflow for building release packages for Windows and Linux 2025-10-12 18:07:50 +03:00
dark_zoul 1cfa176513 removed test.py 2025-10-12 17:18:19 +03:00
dark_zoul 4889ef20bc Add YouTube playlist downloader with configuration support
- Implemented a new script (yt-playlist-main.py) for downloading audio from YouTube playlists.
- Added configuration file (yt-playlist-config.json) to specify playlists, save paths, and binary paths.
- Integrated error handling and validation for required binaries (yt-dlp, ffmpeg, aria2c).
- Included functionality to update yt-dlp automatically.
- Added support for parallel downloads and cleanup of removed tracks.
- Implemented renumbering of downloaded tracks based on playlist order.
2025-10-12 17:15:34 +03:00
dark_zoul 1cc2d28bdf Initial commit 2025-10-12 16:58:29 +03:00