SickGear/sickgear
JackDandy 53cc79ee8c Change popup on browse shows person view to hide on unfocus when long user adjustable scrollable lists of character roles are used, e.g. Evan Peters in AHS.
Change hide ratings on browse shows cards in person view for TVmaze as not provided.
Change replace test code for consistency at "Other shows" for sub title across all sources.
Make overview parser centralised for consistent reusability.
Fix add dynamic fetch to fill show data on person view when a role is non main and the API does not expose.
Add logic for when there are no genres.
Fix mitigate MRU issue where browse default and param person view conflicted.
Change make TMDB person genre lowercase for consistency with other sources.
Filter out TMDB roles that have no actual name.
Add expose `show_type` to TVmaze api for cases where genres are None (e.g. Taylor Swift vs. Scooter Braun).
Fix images on Shows -> MC cards view.
Change ensure genres on NE browse shows view are lowercase consistent with other sources.
Change browse shows view, replace \r\n in show overviews to a single whitespace on cards.
Change TMDB browse shows expose ratings.
Fix TMDB browse shows use alternative term_vote in drop down.
2024-06-25 20:21:44 +01:00
..
clients Refactor timestamp_near to SGDatetime.timestamp_near. 2023-03-08 17:36:24 +00:00
databases Change py2 unicode into f-strings or simple strings where appropriate. 2023-03-08 14:22:40 +00:00
indexers Add menu Shows/"TMDB Cards". 2023-05-03 00:43:59 +01:00
metadata Add metadata source attribution in footer 2023-10-12 11:48:10 +01:00
name_parser Fix parsing show names that contain the word "parts" by making parser more restrictive. 2024-06-23 19:20:02 +01:00
notifiers Change growl notifier location for Apprise update refactor. 2024-06-07 21:00:11 +01:00
providers Update UnRar x64 for Windows 7.00 → 7.0.1 2024-05-25 09:37:05 +01:00
__init__.py use context manager for scandir as recommended since python 3.6 2023-10-31 17:30:58 +01:00
_legacy_classes.py Change bump to major version 3.xx to signal that this branch supports Python3+ only. 2023-02-09 13:41:15 +00:00
anime.py Change py2 unicode into f-strings or simple strings where appropriate. 2023-03-08 14:22:40 +00:00
auto_media_process.py Change add jobs to centralise scheduler activities. 2023-04-27 12:47:00 +01:00
browser.py Change py2 unicode into f-strings or simple strings where appropriate. 2023-03-08 14:22:40 +00:00
classes.py Change improve perf by using generators with any. 2023-03-06 23:54:52 +00:00
common.py Change remove redundant py2 import futures. 2023-04-27 12:53:49 +01:00
config.py Fix external site links that used a deprecated config/general/advanced/"Anonymous redirect". 2024-03-24 17:39:58 +00:00
db.py Merge branch 'main' into dev 2024-03-24 20:39:53 +00:00
event_queue.py Change add jobs to centralise scheduler activities. 2023-04-27 12:47:00 +01:00
failed_history.py Change py2 unicode into f-strings or simple strings where appropriate. 2023-03-08 14:22:40 +00:00
failedProcessor.py Change remove redundant py2 import futures. 2023-04-27 12:53:49 +01:00
generic_queue.py Change add jobs to centralise scheduler activities. 2023-04-27 12:47:00 +01:00
gh_api.py Change codebase cleanups. 2023-02-24 15:17:56 +00:00
helpers.py use context manager for scandir as recommended since python 3.6 2023-10-31 17:30:58 +01:00
history.py Change codebase cleanups. 2023-02-24 15:17:56 +00:00
image_cache.py Refactor timestamp_near to SGDatetime.timestamp_near. 2023-03-08 17:36:24 +00:00
indexermapper.py Change py2 unicode into f-strings or simple strings where appropriate. 2023-03-08 14:22:40 +00:00
logger.py Change remove redundant py2 import futures. 2023-04-27 12:53:49 +01:00
name_cache.py Change add jobs to centralise scheduler activities. 2023-04-27 12:47:00 +01:00
naming.py Change py2 unicode into f-strings or simple strings where appropriate. 2023-03-08 14:22:40 +00:00
network_timezones.py Change py2 unicode into f-strings or simple strings where appropriate. 2023-03-08 14:22:40 +00:00
nzbget.py Change py2 unicode into f-strings or simple strings where appropriate. 2023-03-08 14:22:40 +00:00
nzbSplitter.py Change remove redundant py2 import futures. 2023-04-27 12:53:49 +01:00
people_queue.py Change remove redundant py2 import futures. 2023-04-27 12:53:49 +01:00
piper.py Merge branch 'main' into dev 2023-04-12 10:20:48 +01:00
postProcessor.py Change remove redundant py2 import futures. 2023-04-27 12:53:49 +01:00
processTV.py Fix properly handle an error condition during process tv 2024-03-11 02:45:17 +00:00
properFinder.py Change add jobs to centralise scheduler activities. 2023-04-27 12:47:00 +01:00
py_requirement.data Update UnRar x64 for Windows 6.21 → 6.22 2023-05-31 13:31:35 +01:00
rssfeeds.py Change py2 unicode into f-strings or simple strings where appropriate. 2023-03-08 14:22:40 +00:00
sab.py Change py2 unicode into f-strings or simple strings where appropriate. 2023-03-08 14:22:40 +00:00
scene_exceptions.py Fix tv test to init recently added ReleaseMap. 2023-05-04 22:57:16 +01:00
scene_numbering.py Change add jobs to centralise scheduler activities. 2023-04-27 12:47:00 +01:00
scheduler.py Change remove redundant py2 import futures. 2023-04-27 12:53:49 +01:00
search.py fix torrent multiresult because of parameter name change 2024-05-12 14:43:56 +02:00
search_backlog.py Change remove redundant py2 import futures. 2023-04-27 12:53:49 +01:00
search_propers.py Change remove redundant py2 import futures. 2023-04-27 12:53:49 +01:00
search_queue.py sort backlog and manual segment search results episode number 2023-09-05 23:28:57 +01:00
search_recent.py Change remove redundant py2 import futures. 2023-04-27 12:53:49 +01:00
sgdatetime.py Refactor timestamp_near to SGDatetime.timestamp_near. 2023-03-08 17:36:24 +00:00
show_name_helpers.py Change add jobs to centralise scheduler activities. 2023-04-27 12:47:00 +01:00
show_queue.py Add menu Shows/"TMDB Cards". 2023-05-03 00:43:59 +01:00
show_updater.py Add config.ini backup 2023-07-13 20:24:08 +01:00
subtitles.py Change add jobs to centralise scheduler activities. 2023-04-27 12:47:00 +01:00
trakt_helpers.py Change py2 deprecation cleanups. 2023-02-21 01:01:04 +00:00
tv.py Add try to retrieve TVmaze id for persons 2024-06-25 20:21:25 +01:00
tv_base.py Change py2 unicode into f-strings or simple strings where appropriate. 2023-03-08 14:22:40 +00:00
tvcache.py Change remove redundant py2 import futures. 2023-04-27 12:53:49 +01:00
ui.py Change codebase cleanups. 2023-02-24 15:17:56 +00:00
version_checker.py Change prevent git update issue. 2024-02-13 11:07:07 +00:00
watchedstate.py Change add jobs to centralise scheduler activities. 2023-04-27 12:47:00 +01:00
watchedstate_queue.py Change remove redundant py2 import futures. 2023-04-27 12:53:49 +01:00
webapi.py Add menu Shows/"TMDB Cards". 2023-05-03 00:43:59 +01:00
webserve.py Change popup on browse shows person view to hide on unfocus when long user adjustable scrollable lists of character roles are used, e.g. Evan Peters in AHS. 2024-06-25 20:21:44 +01:00
webserveInit.py Change deprecate processEpisode used by nzbToMedia to advise how to configure API instead. 2023-03-10 01:52:51 +00:00