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

67 Commits

Author SHA1 Message Date
dark_zoul 6914a4aba8 Remove configuration file copy from Windows and Linux package workflows 2025-10-14 11:49:04 +03:00
dark_zoul 01dea238c5 Fix typos in README.md 2025-10-14 11:42:19 +03:00
dark_zoul 441ab9db96 Fix .gitignore to ensure the /bin/ directory is ignored correctly 2025-10-14 11:40:18 +03:00
dark_zoul 937f1f1e74 Remove binary executables and config file for yt-playlist-downloader from git 2025-10-14 11:40:07 +03:00
dark_zoul 0261fc1db7 Update .gitignore 2025-10-14 11:31:31 +03:00
dark_zoul badb1482d2 Refactor output path handling in PlaylistDownloader to create separate folders for audio and video downloads 2025-10-14 11:26:57 +03:00
dark_zoul d35cfbb156 Update README.md 2025-10-14 11:25:52 +03:00
dark_zoul fa25274460 Refactor file renaming logic to support separate handling of audio and video files in "both" mode 2025-10-14 11:23:56 +03:00
dark_zoul 7b1212d188 Fix playlist URL placeholder and enhance cleanup process for mode "both" for audio and video files 2025-10-14 11:22:43 +03:00
dark_zoul ab37791e14 Update README config example and enhance running instructions 2025-10-14 11:14:52 +03:00
dark_zoul 72fd741b27 Update config for playlist downloads: each playlist has its own mode and quality settings 2025-10-14 11:08:18 +03:00
dark_zoul abae349317 Refactor README for improved clarity and formatting in installation instructions 2025-10-14 10:47:03 +03:00
dark_zoul 4b32ec10c2 Update README and config file for enhanced download options and paths 2025-10-14 10:38:37 +03:00
dark_zoul 1a1f50cc96 Add default download mode and max video quality settings to configuration file 2025-10-14 10:06:25 +03:00
dark_zoul 22bfd67e56 Merge branch 'main' of https://git.darkzoul.org/dark_zoul/YouTube-Playlist-Downloader 2025-10-14 10:02:07 +03:00
dark_zoul daac87b16c Enhance download functionality by adding video download mode and max video quality options 2025-10-14 09:54:12 +03:00
dark_zoul c514090642 Update README.md to correct the Releases link for downloading the latest version 2025-10-13 21:01:30 +03:00
dark_zoul 5df314eb7e Update README.md to enhance documentation with features, installation instructions, and usage examples 2025-10-13 20:57:59 +03:00
dark_zoul 88e442bfe1 Refactor Linux package preparation to simplify dependency installation and speed up aria2c build process 2025-10-13 20:09:27 +03:00
dark_zoul 9dc1b7a822 Remove Gitea workflow for testing variables to streamline CI configuration 2025-10-13 19:43:16 +03:00
dark_zoul 8f94d9b66e Add tag extraction step for Linux package and update upload process to use extracted tag 2025-10-13 19:41:58 +03:00
dark_zoul f0237288ab Refactor Windows package preparation to streamline tag extraction and zip file creation, improving environment variable usage. 2025-10-13 19:39:05 +03:00
dark_zoul 6d2a7ba44a Add tag extraction step and update Windows package upload to use extracted tag 2025-10-13 17:44:02 +03:00
dark_zoul 49edcad9ca Refactor Windows and Linux package preparation to use WORKSPACE_ROOT variable for improved clarity and consistency in file operations 2025-10-13 17:14:17 +03:00
dark_zoul 66ca2a8abc Refactor Windows and Linux package upload steps to remove workspace variable from file paths and improve directory handling 2025-10-13 17:02:07 +03:00
dark_zoul 1907730123 Refactor release workflow to consistently use gitea.ref_name for zip file naming and improve workspace variable handling 2025-10-13 16:36:27 +03:00
dark_zoul 2f1d92b31e Refactor Windows and Linux package preparation to consistently use GITEA_WORKSPACE:-$PWD variable for file operations and update zip file naming to use GITEA_REF_NAME. 2025-10-13 16:17:01 +03:00
dark_zoul 79c3742528 Remove determine-next-tag job and update package upload steps to use CI_COMMIT_TAG for versioning 2025-10-13 15:54:48 +03:00
dark_zoul fce9b8cdd1 Comment out push trigger for main branch in release workflow 2025-10-13 14:56:41 +03:00
dark_zoul 28fbbe544e Remove debug information for workspace from Windows package preparation
Add workflow launch on release
2025-10-13 14:52:52 +03:00
dark_zoul c8c8a5b2e9 Refactor Windows and Linux package preparation to use WORKSPACE variable for file operations 2025-10-13 14:08:13 +03:00
dark_zoul 4c7f16c9ff Add debug information to show workspace and environment variables in the workflow 2025-10-13 14:02:56 +03:00
dark_zoul dc447c4868 Refactor Windows and Linux package preparation to use absolute paths for file operations 2025-10-13 13:57:39 +03:00
dark_zoul cf7cf0fd9e Add build step for static aria2c binary in Linux package workflow 2025-10-13 11:44:27 +03:00
dark_zoul 5fbfa8f62d Fix path for aria2c binary copy in Linux package preparation 2025-10-13 11:37:29 +03:00
dark_zoul e69faf4081 Fix Linux package workflow to ensure proper preparation and upload of release files 2025-10-13 11:31:49 +03:00
dark_zoul f10bddf54e Refactor Linux package workflow to build and copy aria2c binary during preparation 2025-10-13 11:23:52 +03:00
dark_zoul 5f1b469273 Create directory for Linux binaries before copying files 2025-10-13 10:59:41 +03:00
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