Commit Graph

1250 Commits (2d942fe9b571c1242c5276996780c414b5916ddb)
 

Author SHA1 Message Date
simon 2b6a805c1d fix links and icons 3 years ago
simon 108b1bac1f fix links 3 years ago
simon 12ad8fcead documenting main pages 3 years ago
simon 2905a67ab9 show ignored videos, forget or download ids 3 years ago
simon f5a56fca86 refactored redis functions into dedicated RedisArchivist class 3 years ago
simon a242f744d5 moove startup functions to ready() method to avoid double execs 3 years ago
simon 3d79f08311 handle return value of del_message 3 years ago
simon f22e02d2f1 hotfix to release leftover locks on restart 3 years ago
simon 9528e11ca2 updated roadmap 3 years ago
simon 85eaac0b57 bumping versions for new release 3 years ago
simon fab918db79 setting limit_count default to false after implementing dynamic dl queue 3 years ago
simon 72e45bcf5a restructured, added comment about updating and donating 3 years ago
simon ea2d0bcb6c initial wiki pages 3 years ago
simon 11067094b2 implement os.listdir sanitizer for hidden files, #30 3 years ago
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