Commit Graph

792 Commits (ef69ab27992ecd9c8560543a045c8d8ae6439a4c)
 

Author SHA1 Message Date
simon bfcc538ed1
fix concurrency issue with subtitle indexing 3 years ago
simon 912c19f6cf
use ElasticWrap in FilesystemScanner 3 years ago
simon fda520ad44
refactor and consolidate Reindex class 3 years ago
simon 1f7d6871cf
use ElasticWrap to delete item from pending 3 years ago
simon 5b1c9c64de
cleanup, use ElasticWrap 3 years ago
simon f802c4d596
remove logging 3 years ago
simon 192d379a3e
refacter api views to use ElasticWrap 3 years ago
simon 9f5c9b17a5
refactor redis connection, fix sync_redis_state task setup issue 3 years ago
simon fa25a56126
fail open for in continue watching videos building 3 years ago
simon 75cd9d382d
fix duration builder on reindex by ignoring vtt files 3 years ago
simon 22a3d3f6cd
implement per channel overwrites, #build
Changes:
- merges per channel overwrite for:
  - download format
  - delete after x days
  - playlist index
- merges major refactor of download queue handeling classes
- merges improved startup checks
3 years ago
simon fd4f15ab66
refactor StartupCheck into class, lock if already run for multithreading 3 years ago
simon 1f1dfcb54f
better playlist scan message, private methods in YoutubeChannel class 3 years ago
simon 3d451e47e5
full playlist refresh and index for channel overwrites 3 years ago
simon fc10fa62e8
remove now redundant find playlist botton 3 years ago
simon 875c601f4e
implement index channel playlist from form 3 years ago
simon 91a9477bba
refactor index_channel_playlists task, move to YoutubeChannel class 3 years ago
simon c9399f61d0
bump es version 3 years ago
simon fc311a7b7e
refactor validate_playlists and move into DownloadPostProcess class 3 years ago
simon f803c5298b
fix missing update_status method call in ignore video 3 years ago
simon e67d576d79
fix missing video list in index_channel_playlists 3 years ago
simon 7c6041d686
refactor VideoDownloader and implement per channel delete older than 3 years ago
simon 1411262793
remember channel overwrites on rescan, remove unused rescape_all_channels method 3 years ago
simon 9fd7e2b11a
rename channel_overwrites attribute 3 years ago
simon 3ba6e0478d
fix filesysem rescan function 3 years ago
simon b68a00073f
fix thumbnail validation with new PendingList class 3 years ago
simon 89428297c9
add download format channel overwrite per video 3 years ago
simon a7945e30e3
fix building missing vid ids list 3 years ago
simon ac9df4e082
map channel overwrite to video id for later efficient mapping 3 years ago
simon a6937db5fd
use the refactored PendingList class 3 years ago
simon 05b8dbc02f
refacor PendingList class into subclasses 3 years ago
simon 1498fadf27
implement channel playlist index overwrite 3 years ago
simon f0e82caebb
add bool true to channel overwrite form parser 3 years ago
simon 2ef8823c2d
better channel overwrite update form 3 years ago
simon dc67293052
add fallback channel overwrite fallback to frontend 3 years ago
simon 544d842a4a
rename channel format overwrite field 3 years ago
simon 774220ab1f
add channel overwrite form to frontend, store in es 3 years ago
simon 105d5bf3f7
add auto label to subtitle track 3 years ago
simon 026cc378fe
add get_overwrites and set_overwrites methods for channel 3 years ago
simon 8170d4913b
add fallback total video length if ffmpeg extraction failes 3 years ago
simon 34708dd59f
Subtitle parser rewrite, #build
Changes:
- merges fix for progress bar issue on player close
- rewrite subtitle parser to use json3
- combining 5 cues into single es document for more efficient indexing
3 years ago
simon 7595e7501f
sort continue watching videos 3 years ago
simon f6950a2ca5
list all in progress videos 3 years ago
simon aff0cfb794
fix retiming issue for auto subtitles 3 years ago
simon d3e9646fb6
private methods for YoutubeSubtitle and SubtitleParser 3 years ago
Nathan DeTar 6e3df21f8c
Continue Watching Section (#188)
* Replaced isWatched() function.

* Switched to `updateVideoWatchStatus()` function

* Updated Onclick to `updateVideoWatchStatus(this)`

* Handle `this` input in `updateVideoWatchStatus()`
3 years ago
simon 1ce832b846
fix autocaption extraction, flatten words, #180 3 years ago
simon 6a6c8fa5d8
bump yt-dlp version 3 years ago
simon c186798e78
rewrite SubtitleParser, #180 3 years ago
simon 8c4607fee9
Continue Watching, #build
Changed:
- merges progress bar fix on 100%
- merges new content area on home for continue watching
3 years ago