Commit Graph

70 Commits (5d519ebda3db4583dd6da1a84c49ade4e873c880)
 

Author SHA1 Message Date
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
simon 361d785e2e fix removing unsubscribe button 3 years ago
simon 0e4de95f97 moove animate function to general script 3 years ago
simon 2a256bbd06 raise ValueError if url extraction failes 3 years ago
simon 89c99883c8 make sure youtube_id gets written to cache file 3 years ago
simon 82a91308f5 raise ValueError if vid metatdata extraction failes for new videos 3 years ago
simon 193e6f91ac added some reference links to ui 3 years ago
simon 1415781863 icon assets for all those fancy dashboards 3 years ago
simon f8b5b7c5bb fixing cookie consent issue for EU countries 3 years ago
simon 33e0f826c9 method desc for media import 3 years ago
simon 227183189c fixed weird issue by forcing RGB vid thumbnail 3 years ago
simon 7f6732422b media files import with lock to force single run 3 years ago
simon 297eb058cc added media files import to frontend and tasks 3 years ago
simon 6e9cdda07e manual import and extended roadmap after feedback 3 years ago
simon fc5d6bc98c run celery in terminal background for better debugging 3 years ago
simon f60dbde3dc manual video file import celery task 3 years ago
simon d7781b2556 default to max download quality same as yt-dlp 3 years ago