7c34ceb9f8
framework to switch between grid and list view
2021-10-01 14:42:17 +07:00
21ad1fd832
use latest tag instead
2021-10-01 13:44:14 +07:00
b12df3f312
using ffmpeg patched builds instead of repo version, #37 #26
2021-09-30 22:01:30 +07:00
4d348955a3
allowing custom redis port
2021-09-30 18:03:23 +07:00
2b89408ec1
ignore wiki from container
2021-09-30 17:58:56 +07:00
e52becd50e
a word about setting up your testing environment
2021-09-30 14:21:48 +07:00
2b6a805c1d
fix links and icons
2021-09-29 13:19:21 +07:00
108b1bac1f
fix links
2021-09-28 22:09:58 +07:00
12ad8fcead
documenting main pages
2021-09-28 21:58:43 +07:00
2905a67ab9
show ignored videos, forget or download ids
2021-09-28 16:53:45 +07:00
f5a56fca86
refactored redis functions into dedicated RedisArchivist class
2021-09-28 10:33:00 +07:00
a242f744d5
moove startup functions to ready() method to avoid double execs
2021-09-27 17:45:44 +07:00
3d79f08311
handle return value of del_message
2021-09-27 17:44:42 +07:00
f22e02d2f1
hotfix to release leftover locks on restart
2021-09-27 10:38:57 +07:00
9528e11ca2
updated roadmap
2021-09-26 12:59:58 +07:00
85eaac0b57
bumping versions for new release
2021-09-26 12:05:41 +07:00
fab918db79
setting limit_count default to false after implementing dynamic dl queue
2021-09-26 12:01:51 +07:00
72e45bcf5a
restructured, added comment about updating and donating
2021-09-26 11:34:54 +07:00
ea2d0bcb6c
initial wiki pages
2021-09-26 11:21:54 +07:00
11067094b2
implement os.listdir sanitizer for hidden files, #30
2021-09-25 18:59:54 +07:00
2de99d7e37
better implementation for dl icon directly in message builder
2021-09-25 18:54:37 +07:00
c165f152a9
allowing to cancle download_now tasks
2021-09-25 17:40:33 +07:00
51ec765433
add kill queue function to frontend
2021-09-25 15:35:36 +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
d0b54f8a88
add stop queue button to frontend
2021-09-24 18:03:22 +07:00
91a57cc780
fix duplication issue with download_now
2021-09-24 16:58:48 +07:00
fb1913f912
ignore now also removes itself from redis queue
2021-09-24 16:58:05 +07:00
ea6d81102f
a word about updating tube archivist
2021-09-23 22:40:38 +07:00
8fc5926ce7
rewrote download_single and download_pending tasks for redis queue
2021-09-23 18:10:45 +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
ef3447cbfb
fix read waiting for return issue
2021-09-22 18:11:05 +07:00
80fcbddd65
typo...
2021-09-22 14:58:50 +07:00
65619ac466
updated roadmap and section about backup-restore
2021-09-22 14:56:29 +07:00
5d519ebda3
added section about formatting and linting
2021-09-22 12:18:54 +07:00
023b5a4aba
Reducing max-complexity to 12 after code refactor #25
...
* Added helper function in deploy.sh to run same tests as github actions locally
2021-09-22 12:03:52 +07:00
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
2021-09-22 12:00:33 +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
aa1b9f4d3b
pending refactor
2021-09-21 16:53:05 +07:00
f8222855f0
customizing linting settings
2021-09-21 16:46:18 +07:00
9ec9bf83c7
adding github action and unused import fix
2021-09-21 16:25:33 +07:00
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
1c3ca8364c
added restore_from_backup to frontend and task
2021-09-20 20:26:28 +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
690eb5befd
added section about releases, master vs testing branch, #22
2021-09-20 09:56:50 +07:00