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

29 Commits

Author SHA1 Message Date
dark_zoul e94fcbdb32 Fix Linux package build process by ensuring aria2c binary is copied to the correct directory 2025-10-13 10:52:17 +03:00
dark_zoul 76147410c9 Separate static build for aria2c in Linux package workflow 2025-10-13 10:50:16 +03:00
dark_zoul 98d8573c9e Fix path for copying aria2c binary in Linux package preparation 2025-10-13 10:44:01 +03:00
dark_zoul 4d3452eaf1 Add autopoint to Linux package dependencies 2025-10-13 10:36:59 +03:00
dark_zoul 28e0d3d439 Remove temporary files and downloaded archives before zipping Windows and Linux packages 2025-10-13 10:23:55 +03:00
dark_zoul fd4412eed1 Refactor Windows and Linux package workflows to remove temporary files before zipping and ensure correct tag name usage in uploads 2025-10-13 10:14:54 +03:00
dark_zoul 843714e96d Add dependency on determine-next-tag job for Windows and Linux packages 2025-10-13 09:57:31 +03:00
dark_zoul dffb740cc7 Add directories for binaries in Windows and Linux packages 2025-10-13 09:52:19 +03:00
dark_zoul 0bc05f0f14 Add tag_name parameter to Windows and Linux release uploads 2025-10-13 09:38:56 +03:00
dark_zoul 53e2030d13 changed binaries location
- changed binaries location to /bin in config, .py, and in workflow
2025-10-13 09:36:16 +03:00
dark_zoul 42dbdc9e37 Update release workflow to use dynamically determined tags for zipping and uploading Windows and Linux packages 2025-10-13 00:29:08 +03:00
dark_zoul f4d610fcce Add automatic version tagging to release workflow 2025-10-13 00:24:12 +03:00
dark_zoul 36705e6d1d Enhance release workflow by adding aria2c package for Windows and Linux, updating dependency installation, and zipping release packages 2025-10-13 00:16:31 +03:00
dark_zoul 83c389bf82 Refactor release workflow to separate Windows and Linux package jobs, enhance dependency installation, and streamline upload steps 2025-10-13 00:07:04 +03:00
dark_zoul 444fc53911 Update release workflow tag pattern and install dependencies 2025-10-13 00:00:33 +03:00
dark_zoul 55e9508621 Enhance Linux package preparation by adding required build dependencies and building aria2c from source 2025-10-12 23:56:20 +03:00
dark_zoul ec9bb1807b Update release workflow to use specific action versions for checkout, setup-python, and release asset uploads 2025-10-12 23:22:21 +03:00
dark_zoul 06d1ae14e9 Update release workflow to use specific action versions for checkout and setup-python 2025-10-12 23:19:40 +03:00
dark_zoul a9f18e4a0d Update workflow to use Gitea actions for checkout, setup-python, and release 2025-10-12 23:15:32 +03:00
dark_zoul a3c8e3513c Update release workflow to use actions/release@v1 for asset uploads 2025-10-12 22:55:42 +03:00
dark_zoul 06447cc7b0 Update workflow to use ubuntu:latest for package builds 2025-10-12 22:22:06 +03:00
dark_zoul e75289313d Update workflow to use Ubuntu 22.04 for package builds 2025-10-12 22:21:18 +03:00
dark_zoul 4fd4723d9b changed runner back to ubuntu:latest 2025-10-12 21:17:28 +03:00
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