-
-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve scraping downloading concurrency (#224)
* cleanup * validate refresh interval in the model * use correct import and feild name * incomplete not working code commit * less broken now works to scraper stage * Scrapers working * End to end baby * Settings reload * Add update interval field for plex on frontend * Cleanup and add type based item fetching * make requested by based on class * Render state name correctly * add scheduler to reqs * fill out any missing info in plex library using metadata state * check for scheduler and executor when shutting down * fix: plex validation * dont instantiate container with list * pickle doing bad things * improve container updating accuraccy and add tests * remove commented code * state transition improvements * don't check for metadata so often * add indexed state and renamed content * Use states instead of services to route items * add type hints * use hasattr instead * Improvements from GB * fix service reference * state improvements * feat: add symlink watcher using watchdog. * improved deepcopy performance * Infer parent_id when adding season/episode like direct parent link * Lots of fixes --------- Co-authored-by: Spoked <Spoked@localhost>
- Loading branch information
Showing
41 changed files
with
1,117 additions
and
1,070 deletions.
There are no files selected for viewing
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
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
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
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
Oops, something went wrong.