Commit Graph

1686 Commits (43708ee2a3f2dd002107efe4d848d36ba1cdced1)
 

Author SHA1 Message Date
simon 2de99d7e37 better implementation for dl icon directly in message builder 3 years ago
simon c165f152a9 allowing to cancle download_now tasks 3 years ago
simon 51ec765433 add kill queue function to frontend 3 years ago
simon 47020e0cfa implement kill function for dl queue 3 years ago
simon f53391c1bb add limit_queue setting back, make buttons only show up while downlaoding 3 years ago
simon d0b54f8a88 add stop queue button to frontend 3 years ago
simon 91a57cc780 fix duplication issue with download_now 3 years ago
simon fb1913f912 ignore now also removes itself from redis queue 3 years ago
simon ea6d81102f a word about updating tube archivist 3 years ago
simon 8fc5926ce7 rewrote download_single and download_pending tasks for redis queue 3 years ago
simon 78d8bc9d24 changed dl queue to redis, changed sort order to represent actual queue order 3 years ago
simon 7f57cabbc6 initial dynamic dl queue in redis 3 years ago
simon 214a248821 better error handeling in add to download form 3 years ago
simon ef3447cbfb fix read waiting for return issue 3 years ago
simon 80fcbddd65 typo... 3 years ago
simon 65619ac466 updated roadmap and section about backup-restore 3 years ago
simon 5d519ebda3 added section about formatting and linting 3 years ago
simon 023b5a4aba Reducing max-complexity to 12 after code refactor #25
* Added helper function in deploy.sh to run same tests as github actions locally
3 years ago
Christian Clauss fd50058431
GitHub Actions: Make black, flake8, and isort mandatory tests (#25)
* GitHub Actions: Make black, flake8, and isort mandatory tests

* fixup! black --diff
3 years ago
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
3 years ago
simon aa1b9f4d3b pending refactor 3 years ago
simon f8222855f0 customizing linting settings 3 years ago
simon 9ec9bf83c7 adding github action and unused import fix 3 years ago
simon 2433e0e7d8 linting everything in black 3 years ago
Christian Clauss 49e57955b5
GitHub Action to lint Python code (#14)
* GitHub Action to lint Python code
3 years ago
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.
3 years ago
simon 1c3ca8364c added restore_from_backup to frontend and task 3 years ago
simon c17e2e6dd1 skip post_bulk_restore if empty 3 years ago
simon 4b9acd4c51 load new defaults from config.json #21 3 years ago
simon 690eb5befd added section about releases, master vs testing branch, #22 3 years ago
TechnicallyOffbeat 978fa6a313
Added CONTRIBUTING.md (#22)
Basic CONTRIBUTING.md file.
3 years ago
TechnicallyOffbeat 2d2f60fddf
settings.html spelling and grammar (#16)
* Grammar and spelling for setting.html

Fixed grammatical and spelling errors
3 years ago
simon ef64100d8f flake8 and isort linting 3 years ago
simon d2d6835d53 automating versioning and pushing images to docker 3 years ago
simon cbedfe2acb running codespell #15 3 years ago
simon eafda731c9 restoring indexes from zip archive 3 years ago
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.
3 years ago
simon f9c09d215e sorting on _id is depreciated, using youtube_id instead 3 years ago
Simon ea8f259553
Merge pull request #12 from TechnicallyOffbeat/master
README.md grammar and spelling
3 years ago
Simon 0306f4d4fc
Merge branch 'master' into master 3 years ago
simon 3d2d11ba3a fix blocking issue where download_now wouldn't delay 3 years ago
TechnicallyOffbeat 184239947e
Readme grammar and spelling
Updated grammar, spelling and punctuation
3 years ago
simon 46487d682e rewrite of DownloadView to allow pagination #7 3 years ago
simon 9b493ae9b0 ignore static files when already created 3 years ago
simon c657baca97 backup functionality to frontend and tasks 3 years ago
simon e53cfc5a32 backup es db to zip file
backup es db to zip file
3 years ago
simon 9234164ff6 add a section about elasticsearch permission error and english is hard 3 years ago
simon 947538815d expose should be 8000 #9 3 years ago
simon f105a9d9d8 fix last_reindex diff calculation 3 years ago
simon fe33e9178c allowing to subscribe to multiple channels at once 3 years ago