-
-
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.
* A new look at state machine * Include basic unittests for items controller * lets not ignore test folders now * Add extra details to /items. Minor tweaks here and there. Extra logging. * Raise plex timeout to 60, same as pd. Move extra data to extended dict. * Add Orionoid Scraper * Fixed stream data * Fix frontend CORS * Apply black formatting to Orionoid * realdebrid and state fixes * Add support for multiple scrapers, disabled orionoid for now... * Fix frontend after state changes * Add missing files * Workaround for quick shutdown, fixed ongoing season logic * Couple minor tweaks. Orionoid still disabled for now. --------- Co-authored-by: Gaisberg <None> Co-authored-by: Spoked <Spoked@localhost>
- Loading branch information
Showing
24 changed files
with
1,462 additions
and
1,226 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,6 @@ __pycache__ | |
settings.json | ||
*.log | ||
data | ||
test* | ||
|
||
# User-specific stuff | ||
.idea/**/workspace.xml | ||
|
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
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.