-
-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Concurrency and show fixes #52
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Ready for review, ill stop working in this branch. |
dreulavelle
reviewed
Dec 18, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code looks good, I had Kakasanti test the previous commit yesterday and it worked well for him. I'll test this new commit just to be safe.
dreulavelle
approved these changes
Dec 18, 2023
AyushSehrawat
pushed a commit
that referenced
this pull request
Dec 19, 2023
* Add concurrency, fix shows * Run prettier on default_settings.json * Better logging, added item_ids and extended info endpoint for shows --------- Co-authored-by: Gaisberg <None>
dreulavelle
added a commit
that referenced
this pull request
Dec 23, 2023
* feat: added service status and other minor improvements * Concurrency and show fixes (#52) * Add concurrency, fix shows * Run prettier on default_settings.json * Better logging, added item_ids and extended info endpoint for shows --------- Co-authored-by: Gaisberg <None> * Torrentio rate limiter improvements, realdebrid downloading improvements * Aired_at == None for not released seasons * Move mount settings to general settings, fix section updating for only our sections * Remove unused settings * Get plex items from only wanted sections * Add symlinking guide to readme * Docker (#70) * add makefile. fix entrypoint. dockerfile needs entrypoint execution tweak though. * Fixed entrypoint. Fixed user being set to root * Fix readme * Done. Can now set PUID/PGID correctly. Updated Dev Env makefile. * Sneak in update lol * Update help * Correct syntax for update. --------- Co-authored-by: Spoked <Spoked@localhost> * fix: remove auto reload, causes issues sometimes,,, will add later * Feat: added settings page and some other minor improvements * Feat: added settings page and some other minor improvements * deps: updated tailwindcss * feat: added partial settings form * Symlink fixes (#75) * Fix range index issues on episode check * Fix docstring --------- Co-authored-by: Dreu Lavelle <[email protected]> * Symlink fixes (#76) * Fix range index issues on episode check * Fix docstring * Added requested_by, and other tweaks. * Lots of tweaks everywhere. Ready for Review * make corrections for ids. change to watchlist count. * Add fixes for requested changes * remove unnecessary function * Add latest changes --------- Co-authored-by: Dreu Lavelle <[email protected]> Co-authored-by: Spoked <Spoked@localhost> * tidy imports (#79) Co-authored-by: Dreu Lavelle <[email protected]> * Update github actions with multiarch etc (#80) * multiarch initial commit * remove armv7 for testing * enable pushing to registry * add explicit permissions to GHA (#81) * Add tweaks, add some kind of parsing for torrents etc. * Symlink fixes (#76) * Fix range index issues on episode check * Fix docstring * Added requested_by, and other tweaks. * Lots of tweaks everywhere. Ready for Review * make corrections for ids. change to watchlist count. * Add fixes for requested changes * remove unnecessary function * Add latest changes --------- Co-authored-by: Dreu Lavelle <[email protected]> Co-authored-by: Spoked <Spoked@localhost> * Address slow loading times and cpu usage, hacky but what the hell * fix watchlist. needs rewrite to use plexapi. will fix later. * Fix scraping logging indent * feat: partial changes * feat: added general & about in settings * set scrape type to series instad of show. invalid url before. (#85) Co-authored-by: Dreu Lavelle <[email protected]> * chore: changed status code, minor changes * feat: added plex settings * chore: minor change * fix origin in entrypoint. set makefile to host with mount. * remove gif --------- Co-authored-by: Gaisberg <[email protected]> Co-authored-by: Gaisberg <None> Co-authored-by: Spoked <[email protected]> Co-authored-by: Spoked <Spoked@localhost> Co-authored-by: Dreu Lavelle <[email protected]> Co-authored-by: KingPin <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
NOTE!
Instead of mounting root of webdav user should now mount /torrents because symlinker does not look for torrents folder anymore.