Commit Graph

  • 1cf4544b82 Refactor Dockerfile to use alpine base image and streamline dependencies; update workflows to handle artifact downloads and extraction dark_zoul 2025-10-16 21:37:38 +03:00
  • 440344b8fb Refactor Docker image build process: latest image is built with distinct digest hopefully dark_zoul 2025-10-16 20:49:36 +03:00
  • 6c7d3b2825 Fix path resolution in ConfigLoader to use script location instead of config dir location dark_zoul 2025-10-16 13:59:04 +03:00
  • 6d3591ed54 Update Docker usage instructions in README: change pull command to run command with required volumes dark_zoul 2025-10-16 13:12:47 +03:00
  • febbd2c681 Add Docker usage instructions to README dark_zoul 2025-10-16 13:10:56 +03:00
  • 8205469372 Add error handling in tag extraction step and remove image artifact upload dark_zoul 2025-10-15 21:51:20 +03:00
  • 0498857920 do not update yt-dlp executable when running in Docker dark_zoul 2025-10-15 21:37:04 +03:00
  • e1278308d1 Improve private playlist detection heuristics in PlaylistDownloader dark_zoul 2025-10-15 21:29:02 +03:00
  • 93cd9a0fe0 Refactor mode "both" in PlaylistDownloader: video is downloaded then audio extracted using ffmpeg. dark_zoul 2025-10-15 21:13:15 +03:00
  • 6203fd36c0 Comment out assignment of playlist_id in PlaylistDownloader initialization dark_zoul 2025-10-15 20:40:36 +03:00
  • 37bc269092 Enhance playlist URL validation dark_zoul 2025-10-15 20:37:15 +03:00
  • 4739e13af2 Update ffmpeg requirement to include 'both' download mode in ConfigLoader dark_zoul 2025-10-15 19:59:16 +03:00
  • 75d4d971dd Refactor Dockerfile to install dependencies with no-install-recommends and update ffmpeg checks in ConfigLoader for improved audio mode handling dark_zoul 2025-10-15 19:15:22 +03:00
  • fb32de243f Add conditional check to only require ffmpeg if download_mode is audio dark_zoul 2025-10-15 19:07:32 +03:00
  • 66758edb4b Improve logic in ConfigLoader to handle binaries in PATH dark_zoul 2025-10-15 19:03:09 +03:00
  • ed8398f28c Update error message for missing config path dark_zoul 2025-10-15 18:51:32 +03:00
  • 110a5100dd Remove redundant step to push Docker image with release tag dark_zoul 2025-10-15 18:41:39 +03:00
  • 538fac2394 Add artifact upload step for Docker image in build workflow dark_zoul 2025-10-15 18:40:27 +03:00
  • e1971c3928 Refactor Docker image paths for better compatibility with Docker environment dark_zoul 2025-10-15 18:35:30 +03:00
  • 6524c173a6 Refactor environment variable names for Docker registry to improve clarity dark_zoul 2025-10-15 15:36:53 +03:00
  • fb5ae1421b Update Docker registry login step to use DOCKER_HUB_ACCESS_TOKEN dark_zoul 2025-10-15 15:25:02 +03:00
  • 19b749077f typo dark_zoul 2025-10-15 15:15:31 +03:00
  • 6f12f241e3 Refactor Docker registry login step to use login-action for improved security and clarity dark_zoul 2025-10-15 15:12:11 +03:00
  • 4093e9f76b Add workflow_dispatch trigger to Docker image build workflow dark_zoul 2025-10-15 14:51:48 +03:00
  • 4062ccc411 Update Docker registry login command to use password from stdin for security dark_zoul 2025-10-15 14:27:10 +03:00
  • 8918746b8e Fix Docker registry login command to use OWNER variable for username dark_zoul 2025-10-15 14:24:34 +03:00
  • 3a614e880c Update Docker image build steps to include OWNER variable in tags and pushes dark_zoul 2025-10-15 14:05:22 +03:00
  • 349eaef7ff Refactor Docker registry configuration and update login token reference dark_zoul 2025-10-15 13:55:17 +03:00
  • f32bb3ebdc Reorder Docker image push steps to fix registry login dark_zoul 2025-10-15 13:44:05 +03:00
  • 03d59e204d Update Docker build context path in workflow dark_zoul 2025-10-15 13:27:39 +03:00
  • 6d7bbff45e Fix registry URL typo in Docker build workflow dark_zoul 2025-10-15 13:25:25 +03:00
  • b54a6e2ed5 Rename job and update registry URL in Docker build workflow dark_zoul 2025-10-15 13:20:41 +03:00
  • 983a876549 Remove linux-zip artifact download and unpack steps from Docker build workflow dark_zoul 2025-10-15 13:17:52 +03:00
  • 73f8d79c9e Remove dependency on linux-package job from Docker build workflow dark_zoul 2025-10-15 13:14:02 +03:00
  • fa851ecc78 Refactor Dockerfile: streamline installation of dependencies: install via apt dark_zoul 2025-10-15 13:12:34 +03:00
  • abb0c806a7 Add dependency on linux-package job for Docker build workflow dark_zoul 2025-10-15 13:07:09 +03:00
  • c4d7e300e2 Add Docker workflow and Dockerfile for building and pushing images to Gitea registry dark_zoul 2025-10-15 12:56:02 +03:00
  • c7805ee619 Update release workflow: remove pip update (redundant) dark_zoul 2025-10-15 11:39:37 +03:00
  • a56e607548 Add draft option to release publishing step in workflow dark_zoul 2025-10-15 11:38:15 +03:00
  • 43ae593904 Remove Python setup steps from Windows and Linux package workflows dark_zoul 2025-10-15 11:21:56 +03:00
  • 105c19f1ce Update artifact download action to christopherhx/gitea-download-artifact@v4 dark_zoul 2025-10-15 11:16:49 +03:00
  • 68570b271f switch artifact upload action to christopherhx/gitea-upload-artifact@v4 dark_zoul 2025-10-15 11:09:03 +03:00
  • a02b167377 Refactor release in workflow: use artifacts action for Windows and Linux, and update release publishing to release packages simultaneously. dark_zoul 2025-10-15 10:58:08 +03:00
  • 7e9fb038c0 Remove unused import of distutils.command.config dark_zoul 2025-10-14 21:08:43 +03:00
  • 57ba6b51f4 Refactor Linux package workflow: remove aria2c build steps and update dependencies dark_zoul 2025-10-14 12:24:05 +03:00
  • d3a8b06643 Update installation dependencies in Linux release workflow to include autopoint dark_zoul 2025-10-14 11:59:06 +03:00
  • f3fff72702 Update installation dependencies in release workflow to include autoconf and automake dark_zoul 2025-10-14 11:54:58 +03:00
  • 6914a4aba8 Remove configuration file copy from Windows and Linux package workflows dark_zoul 2025-10-14 11:49:04 +03:00
  • 01dea238c5 Fix typos in README.md dark_zoul 2025-10-14 11:42:19 +03:00
  • 441ab9db96 Fix .gitignore to ensure the /bin/ directory is ignored correctly dark_zoul 2025-10-14 11:40:18 +03:00
  • 937f1f1e74 Remove binary executables and config file for yt-playlist-downloader from git dark_zoul 2025-10-14 11:40:07 +03:00
  • 0261fc1db7 Update .gitignore dark_zoul 2025-10-14 11:31:31 +03:00
  • badb1482d2 Refactor output path handling in PlaylistDownloader to create separate folders for audio and video downloads dark_zoul 2025-10-14 11:26:57 +03:00
  • d35cfbb156 Update README.md dark_zoul 2025-10-14 11:25:52 +03:00
  • fa25274460 Refactor file renaming logic to support separate handling of audio and video files in "both" mode dark_zoul 2025-10-14 11:23:56 +03:00
  • 7b1212d188 Fix playlist URL placeholder and enhance cleanup process for mode "both" for audio and video files dark_zoul 2025-10-14 11:22:43 +03:00
  • ab37791e14 Update README config example and enhance running instructions dark_zoul 2025-10-14 11:14:52 +03:00
  • 72fd741b27 Update config for playlist downloads: each playlist has its own mode and quality settings dark_zoul 2025-10-14 11:08:18 +03:00
  • abae349317 Refactor README for improved clarity and formatting in installation instructions dark_zoul 2025-10-14 10:47:03 +03:00
  • 4b32ec10c2 Update README and config file for enhanced download options and paths dark_zoul 2025-10-14 10:38:37 +03:00
  • 1a1f50cc96 Add default download mode and max video quality settings to configuration file dark_zoul 2025-10-14 10:06:25 +03:00
  • 22bfd67e56 Merge branch 'main' of https://git.darkzoul.org/dark_zoul/YouTube-Playlist-Downloader dark_zoul 2025-10-14 10:02:07 +03:00
  • daac87b16c Enhance download functionality by adding video download mode and max video quality options dark_zoul 2025-10-14 09:54:12 +03:00
  • c514090642 Update README.md to correct the Releases link for downloading the latest version dark_zoul 2025-10-13 21:01:30 +03:00
  • 5df314eb7e Update README.md to enhance documentation with features, installation instructions, and usage examples dark_zoul 2025-10-13 20:57:59 +03:00
  • 88e442bfe1 Refactor Linux package preparation to simplify dependency installation and speed up aria2c build process dark_zoul 2025-10-13 20:09:27 +03:00
  • 9dc1b7a822 Remove Gitea workflow for testing variables to streamline CI configuration dark_zoul 2025-10-13 19:43:16 +03:00
  • 8f94d9b66e Add tag extraction step for Linux package and update upload process to use extracted tag dark_zoul 2025-10-13 19:41:58 +03:00
  • f0237288ab Refactor Windows package preparation to streamline tag extraction and zip file creation, improving environment variable usage. dark_zoul 2025-10-13 19:39:05 +03:00
  • 6d2a7ba44a Add tag extraction step and update Windows package upload to use extracted tag dark_zoul 2025-10-13 17:44:02 +03:00
  • 49edcad9ca Refactor Windows and Linux package preparation to use WORKSPACE_ROOT variable for improved clarity and consistency in file operations dark_zoul 2025-10-13 17:14:17 +03:00
  • 66ca2a8abc Refactor Windows and Linux package upload steps to remove workspace variable from file paths and improve directory handling dark_zoul 2025-10-13 17:02:07 +03:00
  • 1907730123 Refactor release workflow to consistently use gitea.ref_name for zip file naming and improve workspace variable handling dark_zoul 2025-10-13 16:36:27 +03:00
  • 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. dark_zoul 2025-10-13 16:17:01 +03:00
  • 79c3742528 Remove determine-next-tag job and update package upload steps to use CI_COMMIT_TAG for versioning dark_zoul 2025-10-13 15:54:48 +03:00
  • fce9b8cdd1 Comment out push trigger for main branch in release workflow dark_zoul 2025-10-13 14:56:41 +03:00
  • 28fbbe544e Remove debug information for workspace from Windows package preparation Add workflow launch on release dark_zoul 2025-10-13 14:52:52 +03:00
  • c8c8a5b2e9 Refactor Windows and Linux package preparation to use WORKSPACE variable for file operations dark_zoul 2025-10-13 14:08:13 +03:00
  • 4c7f16c9ff Add debug information to show workspace and environment variables in the workflow dark_zoul 2025-10-13 14:02:56 +03:00
  • dc447c4868 Refactor Windows and Linux package preparation to use absolute paths for file operations dark_zoul 2025-10-13 13:57:39 +03:00
  • cf7cf0fd9e Add build step for static aria2c binary in Linux package workflow dark_zoul 2025-10-13 11:44:27 +03:00
  • 5fbfa8f62d Fix path for aria2c binary copy in Linux package preparation dark_zoul 2025-10-13 11:37:29 +03:00
  • e69faf4081 Fix Linux package workflow to ensure proper preparation and upload of release files dark_zoul 2025-10-13 11:31:49 +03:00
  • f10bddf54e Refactor Linux package workflow to build and copy aria2c binary during preparation dark_zoul 2025-10-13 11:23:52 +03:00
  • 5f1b469273 Create directory for Linux binaries before copying files dark_zoul 2025-10-13 10:59:41 +03:00
  • e94fcbdb32 Fix Linux package build process by ensuring aria2c binary is copied to the correct directory dark_zoul 2025-10-13 10:52:17 +03:00
  • 76147410c9 Separate static build for aria2c in Linux package workflow dark_zoul 2025-10-13 10:50:16 +03:00
  • 98d8573c9e Fix path for copying aria2c binary in Linux package preparation dark_zoul 2025-10-13 10:44:01 +03:00
  • 4d3452eaf1 Add autopoint to Linux package dependencies dark_zoul 2025-10-13 10:36:59 +03:00
  • 28e0d3d439 Remove temporary files and downloaded archives before zipping Windows and Linux packages dark_zoul 2025-10-13 10:23:55 +03:00
  • fd4412eed1 Refactor Windows and Linux package workflows to remove temporary files before zipping and ensure correct tag name usage in uploads dark_zoul 2025-10-13 10:14:54 +03:00
  • 843714e96d Add dependency on determine-next-tag job for Windows and Linux packages dark_zoul 2025-10-13 09:57:31 +03:00
  • dffb740cc7 Add directories for binaries in Windows and Linux packages dark_zoul 2025-10-13 09:52:19 +03:00
  • 0bc05f0f14 Add tag_name parameter to Windows and Linux release uploads dark_zoul 2025-10-13 09:38:56 +03:00
  • 53e2030d13 changed binaries location - changed binaries location to /bin in config, .py, and in workflow dark_zoul 2025-10-13 09:36:16 +03:00
  • 42dbdc9e37 Update release workflow to use dynamically determined tags for zipping and uploading Windows and Linux packages dark_zoul 2025-10-13 00:29:08 +03:00
  • f4d610fcce Add automatic version tagging to release workflow dark_zoul 2025-10-13 00:24:12 +03:00
  • 36705e6d1d Enhance release workflow by adding aria2c package for Windows and Linux, updating dependency installation, and zipping release packages dark_zoul 2025-10-13 00:16:31 +03:00
  • 83c389bf82 Refactor release workflow to separate Windows and Linux package jobs, enhance dependency installation, and streamline upload steps dark_zoul 2025-10-13 00:07:04 +03:00
  • 444fc53911 Update release workflow tag pattern and install dependencies dark_zoul 2025-10-13 00:00:33 +03:00