-
-
Notifications
You must be signed in to change notification settings - Fork 596
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: multiple bugs including tpb, anime showing at end of homepage wi…
…th no anime, * feat: automatically force a show refresh when changing anime, sports, air-by-date, or scene This might need switched to a forced update instead of refresh. Also, I want to use property setters and getters for most properties and get rid of DirtySetter. I might use a decorator to handle the dirty flag. DirtySetter throws too many warnings with linters and checkers because it is non-standard practice. We need to move refresh, update, delete, etx from sickchill.show.Show, to avoid passing an indexerid from a show object which it then loops over the show_list to get an object and then pass the object to the show_queue. * fix: do not show anime between shows and anime when not splitting shows and animes TODO: Rework the passed show_list to use a dict so we can sort, filter, and join the lists better in mako and make it more efficient. * fix: error concatinating set and list in tpb * fix keyError in postProcessor * refactor: add type hints to Show, show_queue, show_updater, and some other places, refactor code for efficiency and clarity, remove dead code * feat: add wip windows service in pure python, undocumented for now * fix: missed refactor on SickChill.py --------- Signed-off-by: miigotu <[email protected]> Co-authored-by: BKSteve <[email protected]>
- Loading branch information
Showing
64 changed files
with
636 additions
and
575 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
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.