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

181 Commits

Author SHA1 Message Date
dark_zoul 9e5540b89b Refactor import paths to use the 'src' directory structure and remove unused workflow inputs 2026-03-18 17:48:54 +02:00
dark_zoul c339443fd5 Add build workflow for Release V2 with testing, packaging, and artifact upload 2026-03-18 17:45:36 +02:00
dark_zoul f1558c5181 Simplify version extraction logic in build workflow by removing conditional checks for event types 2026-03-18 17:34:44 +02:00
dark_zoul dc534f583e Fix checkout action URL in integration and unit test workflows 2026-03-18 17:31:22 +02:00
dark_zoul 3598a41284 Simplify version extraction logic in build workflow by removing conditional checks for event types 2026-03-18 17:27:13 +02:00
dark_zoul 537c49be86 rename main code folder to src; rename release.yml to build.yml. 2026-03-18 17:25:53 +02:00
dark_zoul 0d60ed99fb Add initial GUI plan outlining framework and architecture 2026-03-17 15:43:18 +02:00
dark_zoul 491e6764b7 Update project plan with detailed subject area and problem definitions 2026-03-17 15:36:24 +02:00
dark_zoul 279cb0900b Add build status badge to README.md 2026-03-17 15:28:21 +02:00
dark_zoul 11bb420f19 Fix workflow with gitub specific features after migration from gitea; create project plan 2026-03-17 15:25:42 +02:00
dark_zoul 3d813200a5 Update .gitignore to include /bin directory 2026-03-07 13:22:22 +02:00
dark_zoul 6ccb869c3c Refactor tests to improve logging configuration and enhance video renumbering logic 2025-11-24 11:59:57 +02:00
dark_zoul 4a56c03b62 Add more tests for PlaylistDownloader functionality 2025-11-24 11:48:17 +02:00
dark_zoul 1d99fd2b10 Update .gitignore to exclude all tmp directories and remove unused test files 2025-11-24 11:28:54 +02:00
dark_zoul b5ee8dbf3b Refactor test configurations and enhance testing framework
- Replace TempConfig with DummyConfig across tests for consistency
- Introduce unit tests workflow configuration
- Add pytest configuration for standardized test discovery
- Implement comprehensive tests for config loading and downloader behavior
- Clean up unused temp_config.py and related references
2025-11-24 11:21:32 +02:00
dark_zoul 21ba87c501 Refactor integration workflow and enhance debugging output in tests 2025-10-25 21:49:38 +03:00
dark_zoul 681291c79e Enhance integration tests to ensure yt-dlp binary is executable and handle non-executable files in CI bundles 2025-10-25 21:31:59 +03:00
dark_zoul 5c9d0b3255 Refactor code structure for improved readability and maintainability 2025-10-25 21:27:16 +03:00
dark_zoul 9c241a45ec Add support for local executables in integration tests 2025-10-25 21:22:02 +03:00
dark_zoul d2127b2b2c Refactor code structure for improved readability and maintainability 2025-10-25 21:17:36 +03:00
dark_zoul 3d8a634241 Refactor integration workflow to simplify the naming of the step for downloading release binaries 2025-10-25 20:48:41 +03:00
dark_zoul b88c23a476 Enhance integration workflow to download latest release binaries for yt-dlp, aria2, and ffmpeg, falling back to apt packages if necessary 2025-10-25 20:47:09 +03:00
dark_zoul 961e43c43b Update integration workflow to ensure yt-dlp is installed/upgraded in the virtual environment before running tests 2025-10-25 20:39:06 +03:00
dark_zoul 058c1b9fd0 Refactor integration workflow to ensure virtual environment support during package installation 2025-10-25 20:35:00 +03:00
dark_zoul 75c8993bb4 Update integration workflow to support 'Next' branch and enhance import robustness in tests 2025-10-25 20:29:27 +03:00
dark_zoul 07c4533cba Update integration workflow to include yt-dlp installation and simplify test execution 2025-10-25 20:02:08 +03:00
dark_zoul 7b704a1e21 fixes to integration workflow 2025-10-25 19:54:50 +03:00
dark_zoul 6631a4bd40 Merge branch 'Next' of https://git.darkzoul.org/dark_zoul/YouTube-Playlist-Downloader into Next 2025-10-25 19:40:28 +03:00
dark_zoul 3bff5dda49 Add full integration workflow test for audio/video downloads 2025-10-25 19:40:26 +03:00
dark_zoul fd3af146ae Update README.md 2025-10-22 14:46:30 +03:00
dark_zoul 15414c56fa Update README.md to clarify CLI flags and environment variable usage 2025-10-22 14:45:30 +03:00
dark_zoul 05355f54fc Add CLI flags and env vars docker documentation and clean up entrypoint script comments 2025-10-22 14:39:50 +03:00
dark_zoul 5eae107475 Refactor Dockerfile and entrypoint script for improved configuration handling and streamline image setup 2025-10-22 13:30:17 +03:00
dark_zoul 9f8a0e8449 Expand .dockerignore to include additional files and directories 2025-10-22 13:15:39 +03:00
dark_zoul aff5dda8e5 Update version in pyproject.toml to v1.1.4 and remove requirements-dev.txt 2025-10-22 13:13:05 +03:00
dark_zoul bf211fc176 Update project URL in pyproject.toml to point to the correct repository 2025-10-21 23:15:21 +03:00
dark_zoul 5acafcadb3 Refactor integration test setup and add pyproject.toml for project configuration 2025-10-21 23:10:52 +03:00
dark_zoul 4eff4a5536 Refactor test configuration and streamline test_cli_flags.py 2025-10-21 22:58:03 +03:00
dark_zoul 7dfa83565c Add integration test for PlaylistDownloader and update test_cli_flags 2025-10-21 22:54:23 +03:00
dark_zoul 98afb8c74e Add test script for PlaylistManager with prune and non-interactive modes 2025-10-21 22:24:49 +03:00
dark_zoul 599a0751b9 Add pruning option to PlaylistDownloader and update CLI arguments 2025-10-21 22:06:55 +03:00
dark_zoul e1ec65094f Implement non-interactive mode for PlaylistDownloader to support CI automation 2025-10-21 21:45:23 +03:00
dark_zoul 1402af52d6 Introduce Logging and argparse libs 2025-10-21 21:41:03 +03:00
dark_zoul b64e39a95f Update build-docker-image job dependencies to include release 2025-10-19 22:51:37 +03:00
dark_zoul fc72bc161c Remove build-docker-image dependency from release job 2025-10-19 21:02:35 +03:00
dark_zoul 6a0c5bd120 Refactor Docker image build process: streamline steps by removing tar save/load and directly pushing images to the registry 2025-10-19 21:01:56 +03:00
dark_zoul eb7c059155 Add configuration and ytplaylist directory to Windows and Linux package distributions 2025-10-19 20:40:54 +03:00
dark_zoul f47eccbb07 Update Dockerfile to use ytplaylist.cli as entry point and clean up yt-playlist-main.py 2025-10-19 19:09:27 +03:00
dark_zoul 41359edc51 Refactor YouTube Playlist Downloader
- Moved main execution logic to cli.py and updated imports accordingly.
- Created a new __init__.py file to export the main function from the cli module.
- Implemented the PlaylistDownloader class in downloader.py to handle playlist downloading logic.
- Added ConfigLoader class in config.py to manage configuration settings.
- Introduced PlaylistManager class in manager.py to manage multiple playlists.
- Updated encoding handling for Windows in the main execution block.
- Removed redundant code and improved overall structure for better readability and maintainability.
2025-10-19 17:50:14 +03:00
dark_zoul f41e82e17a Remove unused playlist identifier assignment in PlaylistDownloader 2025-10-19 13:43:45 +03:00