569 Commits

Author SHA1 Message Date
20aab04fbf fix keyerror 2021-10-30 16:35:10 +07:00
a8ded25b35 userspace color 2021-10-29 23:43:19 +07:00
a4397b5204 validate settings form and userspace archive page_size 2021-10-29 22:37:31 +07:00
254c518505 basic auth for elasticsearch 2021-10-28 15:49:58 +07:00
ebd8368856 namespace redis keys to ta: 2021-10-27 18:07:35 +07:00
5f3fc460c1 implementing throttled-rate option 2021-10-26 17:14:26 +07:00
58efe64c5d make chown command optional by omitting HOST_UID and HOST_GID, #58 2021-10-20 18:41:39 +07:00
de2371c43c handle running empty dl queue, #55 2021-10-17 11:28:05 +07:00
1a88c85436 skip video if is_live now 2021-10-17 10:49:02 +07:00
63be6afcfe allow duration_sec extraction to fail cleanly for add to queue 2021-10-17 09:40:46 +07:00
08338f3270 add thumbnail download for manual import 2021-10-16 17:03:39 +07:00
0c3c1b650a disable notifiation on rescan, fix keyerror issue in missing_thumbs build 2021-10-15 13:16:35 +07:00
fd2fa628e3 make sure to get both banner and icon 2021-10-14 22:48:23 +07:00
ba12c2ad25 simple progress message for thumbnail bulk download 2021-10-14 21:28:27 +07:00
0d061d8601 get art work for new subscribed channels 2021-10-14 17:47:07 +07:00
0844f7b91a add delayed retry for non 404 thumb download error 2021-10-14 14:44:50 +07:00
044b12d5a5 remove now unused thumbnail methods from searching module 2021-10-14 14:42:35 +07:00
ce5f8b6a38 cleanup method for unused thumbs 2021-10-14 11:59:30 +07:00
9ad42dfa38 add artwork refresh on rescan 2021-10-14 11:18:32 +07:00
72af95acd8 fallback channel and video artwork for 404 errors 2021-10-13 19:34:16 +07:00
29f17680bf consolidate delete thumbnails into ThumbManager class 2021-10-11 19:29:27 +07:00
9f12966ef7 bumping yt_dlp version, requires additional noprogress option 2021-10-11 16:34:19 +07:00
35a5eda36e downloading channel artwork after scraping 2021-10-11 16:03:25 +07:00
e202265a5f extended validate_thumbnails for channel art 2021-10-11 14:27:48 +07:00
bc84696792 new thumbnails module and new cache layout 2021-10-11 13:33:28 +07:00
b53a1763c8 better channel folder path builder with clean_string 2021-10-09 20:32:42 +07:00
11780a0ff0 add delete channel backend 2021-10-09 19:54:36 +07:00
7405e960e5 delete video backend functionality 2021-10-08 16:18:01 +07:00
8c97e6786a chown to fix permissions on new channel folders 2021-10-08 15:16:02 +07:00
64ccd3830e implementing filesystem rescan to clean index 2021-10-08 14:56:07 +07:00
0b88fd8b1f implement watched-unwatched toggle, #39 2021-10-07 23:38:17 +07:00
744780f4bd add optional EmbedThumbnail postprocessor 2021-10-07 22:28:32 +07:00
4d348955a3 allowing custom redis port 2021-09-30 18:03:23 +07:00
f5a56fca86 refactored redis functions into dedicated RedisArchivist class 2021-09-28 10:33:00 +07:00
3d79f08311 handle return value of del_message 2021-09-27 17:44:42 +07:00
11067094b2 implement os.listdir sanitizer for hidden files, #30 2021-09-25 18:59:54 +07:00
47020e0cfa implement kill function for dl queue 2021-09-24 23:37:26 +07:00
f53391c1bb add limit_queue setting back, make buttons only show up while downlaoding 2021-09-24 21:27:53 +07:00
91a57cc780 fix duplication issue with download_now 2021-09-24 16:58:48 +07:00
78d8bc9d24 changed dl queue to redis, changed sort order to represent actual queue order 2021-09-23 18:09:46 +07:00
7f57cabbc6 initial dynamic dl queue in redis 2021-09-23 16:58:47 +07:00
214a248821 better error handeling in add to download form 2021-09-23 10:50:44 +07:00
ecae40d502 refactor PostData class
* Split up into SearchForm class as part of searching module
* Split up into WatchState class as part of index module
2021-09-22 11:43:38 +07:00
2433e0e7d8 linting everything in black 2021-09-21 16:25:22 +07:00
Daniel Kempkens
69e6e490f4
Optionally embed metadata into video files (#21)
This adds basic `postprocessors` support and adds a setting to
optionally enable `FFmpegMetadata`.

It's the same as passing `--add-metadata` and `--add-chapters` via the
`yt-dlp` CLI.
2021-09-21 10:12:33 +07:00
c17e2e6dd1 skip post_bulk_restore if empty 2021-09-20 19:10:39 +07:00
4b9acd4c51 load new defaults from config.json #21 2021-09-20 17:45:01 +07:00
ef64100d8f flake8 and isort linting 2021-09-18 20:02:54 +07:00
cbedfe2acb running codespell #15 2021-09-18 17:28:16 +07:00
eafda731c9 restoring indexes from zip archive 2021-09-18 17:10:16 +07:00