Commit Graph

639 Commits

Author SHA1 Message Date
simon 8c97e6786a chown to fix permissions on new channel folders 2021-10-08 15:16:02 +07:00
simon 563222a26e fix linting 2021-10-08 15:10:44 +07:00
simon 64ccd3830e implementing filesystem rescan to clean index 2021-10-08 14:56:07 +07:00
simon c2a6ac6f44 fix wiki link 2021-10-08 11:36:18 +07:00
simon 0b88fd8b1f implement watched-unwatched toggle, #39 2021-10-07 23:38:17 +07:00
simon 744780f4bd add optional EmbedThumbnail postprocessor 2021-10-07 22:28:32 +07:00
simon 4d152e1e54 bumping versions 2021-10-07 20:08:38 +07:00
simon 3500044b0d adding woff files and OFL license 2021-10-07 19:41:52 +07:00
simon 7e0abc0d20 fix run sync_redis_state on startup 2021-10-04 01:07:15 +07:00
simon 28216e455e bumping versions for new release 2021-10-03 19:35:33 +07:00
simon 7df4233224 cleaning up leftover code from old vesions 2021-10-03 19:33:58 +07:00
simon 5c2a8286d3 cleanup and fixing some spacing issues 2021-10-03 18:54:04 +07:00
simon f5f3617e96 implement toggle view to hide watched videos 2021-10-03 18:52:29 +07:00
simon ccc8a658b7 implement toggle view to show subscribed only 2021-10-03 18:44:44 +07:00
simon ed73bff8fa implement toggle view ignored only in downloads page 2021-10-03 18:17:07 +07:00
simon 26a0f8930a renaming 'download queue' button to 'start download' 2021-10-03 12:25:56 +07:00
simon c95c16208d removed documentation with links to wiki and more 2021-10-03 11:47:29 +07:00
simon 95cdcbae9a grid and list view for channels overview page 2021-10-02 19:39:02 +07:00
simon 0b0502e246 grid and list view for downloads template 2021-10-02 18:37:22 +07:00
simon 99781290db grid and list view for home and channel id templates 2021-10-01 16:24:39 +07:00
simon 7c34ceb9f8 framework to switch between grid and list view 2021-10-01 14:42:17 +07:00
simon 4d348955a3 allowing custom redis port 2021-09-30 18:03:23 +07:00
simon 2905a67ab9 show ignored videos, forget or download ids 2021-09-28 16:53:45 +07:00
simon f5a56fca86 refactored redis functions into dedicated RedisArchivist class 2021-09-28 10:33:00 +07:00
simon a242f744d5 moove startup functions to ready() method to avoid double execs 2021-09-27 17:45:44 +07:00
simon 3d79f08311 handle return value of del_message 2021-09-27 17:44:42 +07:00
simon f22e02d2f1 hotfix to release leftover locks on restart 2021-09-27 10:38:57 +07:00
simon 85eaac0b57 bumping versions for new release 2021-09-26 12:05:41 +07:00
simon fab918db79 setting limit_count default to false after implementing dynamic dl queue 2021-09-26 12:01:51 +07:00
simon 11067094b2 implement os.listdir sanitizer for hidden files, #30 2021-09-25 18:59:54 +07:00
simon 2de99d7e37 better implementation for dl icon directly in message builder 2021-09-25 18:54:37 +07:00
simon c165f152a9 allowing to cancle download_now tasks 2021-09-25 17:40:33 +07:00
simon 51ec765433 add kill queue function to frontend 2021-09-25 15:35:36 +07:00
simon 47020e0cfa implement kill function for dl queue 2021-09-24 23:37:26 +07:00
simon f53391c1bb add limit_queue setting back, make buttons only show up while downlaoding 2021-09-24 21:27:53 +07:00
simon d0b54f8a88 add stop queue button to frontend 2021-09-24 18:03:22 +07:00
simon 91a57cc780 fix duplication issue with download_now 2021-09-24 16:58:48 +07:00
simon fb1913f912 ignore now also removes itself from redis queue 2021-09-24 16:58:05 +07:00
simon 8fc5926ce7 rewrote download_single and download_pending tasks for redis queue 2021-09-23 18:10:45 +07:00
simon 78d8bc9d24 changed dl queue to redis, changed sort order to represent actual queue order 2021-09-23 18:09:46 +07:00
simon 7f57cabbc6 initial dynamic dl queue in redis 2021-09-23 16:58:47 +07:00
simon 214a248821 better error handeling in add to download form 2021-09-23 10:50:44 +07:00
simon 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
simon 9ec9bf83c7 adding github action and unused import fix 2021-09-21 16:25:33 +07:00
simon 2433e0e7d8 linting everything in black 2021-09-21 16:25:22 +07:00
Christian Clauss 49e57955b5
GitHub Action to lint Python code (#14)
* GitHub Action to lint Python code
2021-09-21 16:23:36 +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
simon 1c3ca8364c added restore_from_backup to frontend and task 2021-09-20 20:26:28 +07:00
simon c17e2e6dd1 skip post_bulk_restore if empty 2021-09-20 19:10:39 +07:00
simon 4b9acd4c51 load new defaults from config.json #21 2021-09-20 17:45:01 +07:00
TechnicallyOffbeat 2d2f60fddf
settings.html spelling and grammar (#16)
* Grammar and spelling for setting.html

Fixed grammatical and spelling errors
2021-09-19 09:51:22 +07:00
simon ef64100d8f flake8 and isort linting 2021-09-18 20:02:54 +07:00
simon cbedfe2acb running codespell #15 2021-09-18 17:28:16 +07:00
simon eafda731c9 restoring indexes from zip archive 2021-09-18 17:10:16 +07:00
TechnicallyOffbeat 82e4ee0350
Fixed punctuation, spelling, and grammar in about.html (#13)
* about.html spelling and grammar fixes

Fixed spelling and grammatical errors

* Fixed capitalization

Fixed capitalizing a "url" from the first commit.
2021-09-18 09:29:10 +07:00
simon f9c09d215e sorting on _id is depreciated, using youtube_id instead 2021-09-17 12:52:00 +07:00
simon 3d2d11ba3a fix blocking issue where download_now wouldn't delay 2021-09-17 10:52:59 +07:00
simon 46487d682e rewrite of DownloadView to allow pagination #7 2021-09-16 22:01:30 +07:00
simon c657baca97 backup functionality to frontend and tasks 2021-09-16 18:16:09 +07:00
simon e53cfc5a32 backup es db to zip file
backup es db to zip file
2021-09-16 17:47:01 +07:00
simon f105a9d9d8 fix last_reindex diff calculation 2021-09-15 22:21:12 +07:00
simon fe33e9178c allowing to subscribe to multiple channels at once 2021-09-15 21:09:46 +07:00
simon 361d785e2e fix removing unsubscribe button 2021-09-15 20:54:30 +07:00
simon 0e4de95f97 moove animate function to general script 2021-09-15 20:47:26 +07:00
simon 2a256bbd06 raise ValueError if url extraction failes 2021-09-15 17:25:18 +07:00
simon 89c99883c8 make sure youtube_id gets written to cache file 2021-09-15 17:14:17 +07:00
simon 82a91308f5 raise ValueError if vid metatdata extraction failes for new videos 2021-09-15 17:13:10 +07:00
simon 193e6f91ac added some reference links to ui 2021-09-15 11:33:16 +07:00
simon f8b5b7c5bb fixing cookie consent issue for EU countries 2021-09-14 19:49:05 +07:00
simon 227183189c fixed weird issue by forcing RGB vid thumbnail 2021-09-14 18:27:38 +07:00
simon 7f6732422b media files import with lock to force single run 2021-09-14 18:25:28 +07:00
simon 297eb058cc added media files import to frontend and tasks 2021-09-14 18:24:02 +07:00
simon f60dbde3dc manual video file import celery task 2021-09-13 22:17:36 +07:00
simon d7781b2556 default to max download quality same as yt-dlp 2021-09-13 11:20:03 +07:00
simon 3c003750a8 fixed the last_reindex interval calculation 2021-09-11 19:36:19 +07:00
simon 7d60af1491 cleanup logging 2021-09-11 18:42:37 +07:00
simon 3376412c8f appending reindex task to rescan subscriptions 2021-09-11 17:55:44 +07:00
simon 9397560734 improved deployment for testing environment 2021-09-10 16:04:46 +07:00
simon ded23399a9 added playlist info, improved readability 2021-09-10 15:35:11 +07:00
simon adafa98568 immediate feedback when adding long lists to queue 2021-09-10 15:21:46 +07:00
simon e3afe3947c allowing to add playlist to queue 2021-09-10 15:07:38 +07:00
simon 9070e04431 set error message in redis when process_url_list fails 2021-09-10 15:00:10 +07:00
simon 4580ea6f87 show error color when link extraction failes 2021-09-10 14:27:30 +07:00
simon ad802e9da0 typo and comment improvements 2021-09-09 16:45:46 +07:00
simon 641698c350 moove limit_count functionality into VideoDownload class to avoid having to reload the celery worker on config change 2021-09-09 12:28:25 +07:00
simon 4f62703b2e bumping package versions 2021-09-08 16:05:28 +07:00
simon 0369f4d574 changed add_player function of in preparation for scan_filesystem 2021-09-08 12:32:53 +07:00
simon 6510b5af15 autobackup before making any changes, fixing number_of_replicas datatype 2021-09-08 12:31:33 +07:00
simon dc9fd72cde minimal viable product 2021-09-06 00:10:14 +07:00