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
011073617d
More experimental comment extraction, #build
...
Changed:
- Fix for like_count gt 1000
2024-05-07 09:28:09 +02:00
784f90b16d
more experimental comment extractions
2024-05-07 09:27:55 +02:00
c1cd9bc8eb
add requirements-dev
2024-05-06 19:56:14 +02:00
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
f5a2e624d8
add unstable tag
2024-04-26 09:07:29 +02:00
dc08c83da5
custom yt-dlp build
2024-04-26 09:07:07 +02:00
33ecd73137
ffmpeg download script, separate build step
2024-04-22 17:49:26 +02:00
cb6476fa8c
add jellyfin and plex plugin links
2024-04-17 22:39:24 +02:00
ec64a88d1e
update roadmap
2024-04-10 21:12:58 +02:00
0c487e6339
bump TA_VERSION
2024-04-10 18:40:55 +02:00
f7ad1000c7
bump es version
2024-04-10 18:40:40 +02:00
aecd189d04
bump requirements
2024-04-10 18:40:30 +02:00
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
5c84a2cbf8
fix getMessages getting called multiple times in parallel
2024-04-05 15:03:44 +02:00
a4d062fa52
fix comment extraction player_client for redirect workaround
2024-04-05 14:40:22 +02:00
9c34bb01d9
fix spelling
2024-04-03 21:04:26 +02:00
8c38a2eb69
clarify feature requests and contributing details
2024-04-03 21:02:33 +02:00
852abf254d
implement delete and ignore for video, #286
2024-04-03 19:39:20 +02:00
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
e512329599
remove migpath call at startup, #687
2024-04-03 16:40:16 +02:00
e26b039899
bump requirements
2024-04-03 16:39:24 +02:00
8bf7f71351
ensure 100 download progress is sent
2024-04-03 16:31:36 +02:00
a72be27982
more robust channel title building
2024-03-15 12:01:09 +01:00
b2c1b417e5
add unstable tag
2024-03-11 21:57:03 +01:00
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
bb8db53f7d
bump yt-dlp
2024-03-11 18:18:59 +01:00
2711537a4d
clarify cookie import choices, #672
2024-03-11 18:12:56 +01:00
dot-mike
45f455070d
Fix rare edge case where comment author is None. ( #676 )
...
This happens mostly for older YT profiles that has not set-up a @-handle.
2024-03-11 23:56:18 +07:00
6dcef70b8e
skip empty subtitle, #663
2024-03-11 17:50:50 +01:00
c993a5de5c
bump dependencies
2024-03-10 17:38:23 +01:00
Greg
090d88c336
Feature 590 custom playlist ( #620 )
...
* add remove custom playlist
* custom playlist page, move video controls
* align to existing code patterns
* cleanup
* resolve merge conflict
* cleanup
* cleanup
* polish
* polish
* some fixes for lint
* resolve merge conflict
* bugfix on delete video/playlist/channel - preserve custom playlist but
delete corresponding videos in custom playlist
* cleanup
* ./deploy.sh validate isort fix - validate runs clean now
* sync to latest master branch
* sync to master
* updates per admin guidance. sync to master
* attempt to resolve merge conflict
* attempt to resolve merge conflict - reintroduce changes to file.
* validate playlist_type
* validate playlist custom action
* move custom id creation to view
* stricter custom playlist matching
* revert unreachable playlist delete check
* undo unneeded playlist matching
---------
Co-authored-by: Simon <simobilleter@gmail.com>
2024-03-10 22:57:59 +07:00
Nick
0e967d721f
log cookiejar.LoadError ( #669 )
2024-03-10 22:35:15 +07:00
c32dbf8bc8
Merge branch 'master' into testing
2024-03-10 16:34:19 +01:00
dot-mike
df08a6d591
Add in user script ( #680 )
...
* remove autoplay, disable video progress less than 10s
* Update readme.md. Add in user script. Format user scripts as bulleted list
* Revert "remove autoplay, disable video progress less than 10s"
This reverts commit 8778546577
.
---------
Co-authored-by: Simon <simobilleter@gmail.com>
2024-03-10 22:32:40 +07:00
DarkFighterLuke
9339b9227e
Add base URL setup in README.md User Scripts section ( #664 )
2024-03-10 22:11:10 +07:00
8778546577
remove autoplay, disable video progress less than 10s
2024-02-05 21:55:05 +01:00
0ff27ebfb9
fix black linting
2024-01-27 10:26:23 +07:00
0d863ef557
bump TA_VERSION
2024-01-27 10:18:47 +07:00
56ca49d0e2
bump ES
2024-01-27 10:18:27 +07:00
27b6efcab7
Redirect and celery memory usage workaround, #build
...
Changed:
- Limit life span of worker to avoid building up memory usage
- Validate video ID at index, raise error on redirect
- Clean up subtitles on channel delete
2024-01-15 12:06:43 +07:00
18ba808664
bump TA_VERSION unstable
2024-01-15 12:06:03 +07:00
65738ef52c
validate expected video ID with remote ID to avoid redirect
2024-01-15 11:34:11 +07:00
4049a2a3c1
bump requirements
2024-01-15 09:23:37 +07:00
PhuriousGeorge
49659322a1
Limit worker lifespan - RAM useage mitigation ( #644 )
...
Limit worker lifespan to save our precious RAM as discussed on [Discord](https://discord.com/channels/920056098122248193/1179480913701241002/1180026088802496512 )
Mitigates #500 though RAM usage can still ramp rather high before worker is culled
2024-01-15 09:12:44 +07:00
4078eb307f
Merge branch 'master' into testing
2024-01-15 09:04:01 +07:00
Daniel Jue
7f056b38f4
Update README.md ( #647 )
...
* Update README.md
Added a link to a simple helper script for prioritizing downloads
* Update README.md
@Krafting Fixed a mistake I made
Co-authored-by: Krafting <36538123+Krafting@users.noreply.github.com>
---------
Co-authored-by: Krafting <36538123+Krafting@users.noreply.github.com>
2024-01-15 09:00:33 +07:00
86fe31d258
cleanup subtitles after deleting channels
2023-12-25 11:40:09 +07:00
5b26433599
Merge branch 'master' into testing
2023-12-25 11:32:56 +07:00