Commit Graph

1827 Commits

Author SHA1 Message Date
Simon
c176405b32 untangle channel_overwrites in video index and queue 2024-05-13 20:54:39 +02:00
Simon
6e7cb74366 clean up, remove unused 2024-05-13 19:51:25 +02:00
Simon
05cfeb9d99 fix stop iterator, better channel overwrite unpack 2024-05-13 19:37:46 +02:00
Simon
4edb5adead thumb clean up notification, call in task 2024-05-13 18:26:17 +02:00
Simon
c17627a911 clean up thumbs from cache 2024-05-12 23:00:58 +02:00
Simon
36a738d5d7 move get_channel_overwrites to helper 2024-05-12 21:11:21 +02:00
Simon
d6c4a6ea46 remove redundant playlistcheck in _process_entry 2024-05-12 21:09:48 +02:00
Simon
77ee9cfc13 use video class for channel_id extraction 2024-05-12 21:08:37 +02:00
Simon
c413811e17 fix _parse_playlist, add existing playlist to queue, #634 2024-05-12 01:02:01 +02:00
Simon
2a9769d154 simplify channel overwrite handling in posprocessing 2024-05-12 00:34:03 +02:00
Simon
d9ce9641e2 rewrite playlist postprocess, ensure refresh, #686 2024-05-11 23:59:36 +02:00
Simon
f874d402b1 implement skip_on_empty in update_playlist 2024-05-11 23:09:03 +02:00
Simon
97b6d7d606 simplify playlist reindex, use update 2024-05-11 22:34:44 +02:00
Simon
4a38636ef3 implement remove_vids_from_playlist 2024-05-11 22:34:21 +02:00
Simon
97bc03f855 split channel rescan checking with existing index, #500 2024-05-11 21:47:40 +02:00
Simon
770990c568 split playlist parsing in find_missing in playlist 2024-05-11 21:23:27 +02:00
Simon
ddc4685811 decouple playlist video id matching to individual 2024-05-11 19:16:35 +02:00
Simon
56220a94e0 workaround channel_subs, use first entry, #701 2024-05-11 11:52:50 +02:00
Simon
fd039de53d add to queue notification, #714 2024-05-11 11:10:26 +02:00
Simon
320ead0bd2 clean up startup migrations 2024-05-09 20:52:42 +02:00
Simon
e33341d30d fix playlist subscribe template bool logic, #684 2024-05-09 16:00:02 +02:00
Simon
21b79e7c8f Merge branch 'testing' into feat-delete-ignore 2024-05-09 15:27:19 +02:00
Simon
9366b8eab9 Feature beat model (#713)
* add django-celery-beat

* implement schedule migration

* fix version_check migration

* remove old schedule init

* better schedule migration

* fix task_config migration

* show task config on settings page

* fix notify url builder

* refactor celery initiation

* fix get task

* fix scheduler mig

* fix linter

* better task_config store on periodic task

* save new schedules

* fix task_config extraction from custom model

* implement auto schedule

* implement schedule delete

* refactor notifications to ES config storage

* downgrade redis

* better notification migration to ES

* add notification url handling

* fix worker start

* fix docs spelling

* don't resend form data on notification refresh

* fix type hints

* move TASK_CONFIG to separate module

* fix partial task config imports

* fix yt_obs typing

* delete schedule

* remove outdated instructions

* create initial schedules

* fix reindex days config key

* fix doc string

* unregister BeatModels
2024-05-09 20:22:36 +07:00
Simon
011073617d More experimental comment extraction, #build
Changed:
- Fix for like_count gt 1000
2024-05-07 09:28:09 +02:00
Simon
784f90b16d more experimental comment extractions 2024-05-07 09:27:55 +02:00
Simon
c1cd9bc8eb add requirements-dev 2024-05-06 19:56:14 +02:00
Simon
e0f1828d9c Experimental Comment fix, #build
Changed:
- Changed to use custom build to fix comment extraction
- Changed ffmpeg installer using python build script
2024-04-26 09:10:08 +02:00
Simon
f5a2e624d8 add unstable tag 2024-04-26 09:07:29 +02:00
Simon
dc08c83da5 custom yt-dlp build 2024-04-26 09:07:07 +02:00
Simon
33ecd73137 ffmpeg download script, separate build step 2024-04-22 17:49:26 +02:00
Simon
cb6476fa8c add jellyfin and plex plugin links 2024-04-17 22:39:24 +02:00
Simon
ec64a88d1e update roadmap 2024-04-10 21:12:58 +02:00
Simon
0c487e6339 bump TA_VERSION v0.4.7 2024-04-10 18:40:55 +02:00
Simon
f7ad1000c7 bump es version 2024-04-10 18:40:40 +02:00
Simon
aecd189d04 bump requirements 2024-04-10 18:40:30 +02:00
Simon
b735a770e3 Notification improvements, #build
Changed:
- Changed more robust channel title building
- Ensure 100 progress message is sent
- Remove mig_path at startup
- Fix comment extraction fail due to redirect
- Fix duplicate notification message threads
2024-04-05 15:11:24 +02:00
Simon
5c84a2cbf8 fix getMessages getting called multiple times in parallel 2024-04-05 15:03:44 +02:00
Simon
a4d062fa52 fix comment extraction player_client for redirect workaround 2024-04-05 14:40:22 +02:00
Simon
9c34bb01d9 fix spelling 2024-04-03 21:04:26 +02:00
Simon
8c38a2eb69 clarify feature requests and contributing details 2024-04-03 21:02:33 +02:00
Simon
852abf254d implement delete and ignore for video, #286 2024-04-03 19:39:20 +02:00
Simon
25edff28e7 Merge branch 'master' into testing 2024-04-03 16:52:24 +02:00
lamusmaser
731f4b6111 Add additional user scripts. (#682)
* Add additional user scripts.

* Add new repo.

* clarify license

---------

Co-authored-by: Simon <simobilleter@gmail.com>
2024-04-03 21:52:06 +07:00
Simon
e512329599 remove migpath call at startup, #687 2024-04-03 16:40:16 +02:00
Simon
e26b039899 bump requirements 2024-04-03 16:39:24 +02:00
Simon
8bf7f71351 ensure 100 download progress is sent 2024-04-03 16:31:36 +02:00
Simon
a72be27982 more robust channel title building 2024-03-15 12:01:09 +01:00
Simon
b2c1b417e5 add unstable tag 2024-03-11 21:57:03 +01:00
Simon
a348b4a810 Custom user created Playlists, #build
Changed:
- Added playlist create form
- Removed autoplay
- Disable progress less than 10s
- Better cookie jar error logs
- bump yt-dlp
2024-03-11 21:30:18 +01:00
Simon
bb8db53f7d bump yt-dlp 2024-03-11 18:18:59 +01:00