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

363 Commits

Author SHA1 Message Date
dark_zoul 62678cf39e refactor 2026-05-16 16:49:51 +03:00
dark_zoul e7f1dbc1f7 fix 2026-05-16 16:32:28 +03:00
dark_zoul 8e3a7e3920 establish config defaults 2026-05-16 16:22:24 +03:00
dark_zoul 5d4cba3df3 refactor: remove docker related files; 2026-05-16 16:20:37 +03:00
dark_zoul b17913e21b readme: update :) 2026-05-16 16:14:57 +03:00
dark_zoul 98fab7838a refactor: remove old tests 2026-05-16 16:13:50 +03:00
dark_zoul 1928f70928 feat: make sure max_video_quality setting is working 2026-05-16 16:07:52 +03:00
dark_zoul 4cd6255b0f readme: update config section 2026-05-16 15:58:05 +03:00
dark_zoul e8535d335d readme: update confg and dependencies sections 2026-05-16 15:55:30 +03:00
dark_zoul 0cd693d07a fix: fixed config file 2026-05-15 23:01:26 +03:00
dark_zoul bf57bd77e6 fix download modes 2026-05-15 22:57:40 +03:00
dark_zoul da8bf1786c fix 2026-05-15 21:43:33 +03:00
dark_zoul e4e342adf5 feat: add “fail fast” dependency check 2026-05-15 20:07:53 +03:00
dark_zoul 1ea4352737 feat: change how modes work 2026-05-15 19:19:08 +03:00
dark_zoul 812664051f feat(sync): change ‘both’ mode to one video download +audio extraction; update DB and events accordingly 2026-05-15 18:56:08 +03:00
dark_zoul 53b7303049 readme: remove old config option 2026-05-15 18:22:09 +03:00
dark_zoul 7715d53bba fix(backend): CLI now prints a clear hint when yt-dlp is missing and exits with code 2 2026-05-15 18:17:11 +03:00
dark_zoul f886ebcd12 remove old settings from config example 2026-05-15 18:16:22 +03:00
dark_zoul 3faf76e097 remove old main.py; fix typo; move dockerignore 2026-05-15 17:43:55 +03:00
dark_zoul dc3403eb9e remove old files 2026-05-15 17:40:23 +03:00
dark_zoul ea41c3c67f refactor readme 2026-05-15 17:38:36 +03:00
dark_zoul 1f636fe9d2 update readme 2026-05-15 17:31:48 +03:00
dark_zoul c736957e3c add /app/data folder to gitignore 2026-05-15 17:28:01 +03:00
dark_zoul cca8fad387 feat(backend): wire playlist upsert in SyncService before scanning;
publish events and persist DB on rename/delete/download;
worker: retry failed downloads with simple backoff;
add compute/apply CLI with per-playlist summary;
record last_sync after applying actions
2026-05-15 17:26:31 +03:00
dark_zoul 234e616cee db: add playlist upsert and last_sync setter 2026-05-15 17:21:13 +03:00
dark_zoul e54af9f2be db: add helpers to update filename, downloaded flag, clear state, and record last_sync 2026-05-15 17:17:42 +03:00
dark_zoul e112a7eeb7 feat(sync): persist DB updates on rename/delete/download in ActionExecutor 2026-05-15 17:17:18 +03:00
dark_zoul fa0f9a02ce feat(main): execute computed actions and print per-pass summary 2026-05-15 17:17:03 +03:00
dark_zoul 7e22aae1a0 feat(backend): Complete SyncService action computation; Refine DiffEngine rename/skip logic 2026-05-15 17:13:31 +03:00
dark_zoul 08e1e322f1 remove license 2026-05-15 16:30:15 +03:00
dark_zoul e5ad786bcf feat(backend): Implemented executor, safe renames, recycle deletes, and real yt-dlp downloads.
Extended service to compute actions for audio, video, and both.
2026-05-15 14:32:48 +03:00
dark_zoul abd3c2ed62 feat(backend): scaffold state-based sync foundation (no GUI)
Add core scanner, diff engine, SQLite DB, queue, events, scheduler, utils
Wire settings + bootstrap to compute actions;
2026-05-15 11:48:36 +03:00
dark_zoul 6d8649ac2d refactor: move docker files to /docker folder;
remove old buid workflow;
2026-05-15 11:34:43 +03:00
dark_zoul 658def3d58 fix: add missing fields to pyproject.toml 2026-05-15 11:27:09 +03:00
dark_zoul 0ab96e4399 start work on project refactor;
create file structure
move old code to /src/old
2026-05-15 10:52:10 +03:00
dark_zoul 0cea4cfcb8 fix plan 2026-05-15 10:06:59 +03:00
dark_zoul 04a7367d19 chore: move all plans to plans folder; add app conversion plan 2026-05-15 09:52:09 +03:00
darkzoul5 760b6c2f94 ci: add python packages to dependabot 2026-05-15 09:42:05 +03:00
darkzoul5 d7a05c5f52 Merge pull request #8 from darkzoul5/dependabot/github_actions/softprops/action-gh-release-3
Bump softprops/action-gh-release from 2 to 3
2026-05-07 23:15:29 +03:00
dependabot[bot] 93522423ae Bump softprops/action-gh-release from 2 to 3
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2 to 3.
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](https://github.com/softprops/action-gh-release/compare/v2...v3)

---
updated-dependencies:
- dependency-name: softprops/action-gh-release
  dependency-version: '3'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-18 17:12:33 +00:00
Mihail Volohov e52dbdcb2e Merge pull request #7 from darkzoul5/dependabot/github_actions/actions/download-artifact-8
Bump actions/download-artifact from 5 to 8
2026-04-15 20:04:51 +03:00
dependabot[bot] 543dd39618 Bump actions/download-artifact from 5 to 8
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 8.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v5...v8)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-version: '8'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-11 17:12:29 +00:00
dark_zoul a841fb4fd8 Update base image to Python 3.13-alpine 2026-04-11 19:42:53 +03:00
Mihail Volohov 2b843ab322 Merge pull request #3 from darkzoul5/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 4 to 6
2026-04-11 18:10:34 +03:00
dependabot[bot] ef57b2e79e Bump actions/checkout from 4 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-11 15:09:43 +00:00
Mihail Volohov e8d955ab08 Merge pull request #2 from darkzoul5/dependabot/github_actions/actions/cache-5
Bump actions/cache from 4 to 5
2026-04-11 18:09:12 +03:00
Mihail Volohov c0b919953d Merge pull request #4 from darkzoul5/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2026-04-11 18:09:00 +03:00
Mihail Volohov 5ab5dcbaf1 Merge pull request #5 from darkzoul5/dependabot/github_actions/docker/login-action-4
Bump docker/login-action from 3 to 4
2026-04-11 18:08:49 +03:00
Mihail Volohov df6b1655cd Merge pull request #6 from darkzoul5/dependabot/github_actions/actions/upload-artifact-7
Bump actions/upload-artifact from 6 to 7
2026-04-11 18:08:11 +03:00
dependabot[bot] e4f0d0c97a Bump actions/upload-artifact from 6 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v6...v7)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-11 15:06:58 +00:00