SickGear/sickbeard
JackDandy 6fcf80c02d Add fanart to Episodes View, Display Show, Edit Show, and Media Renamer page.
Add "Maximum fanart image files per show to cache" to config General/Interface.
Add populate images when the daily show updater is run with a default maximum 3 images per show.
Change force full update in a show will replace existing images with new.
Add fanart livepanel to lower right of Episodes View and Display Show page.
Add highlight panel red until button is clicked a few times.
Add flick through multiple background images on Episodes View and Display Show page.
Add persistent move poster image to right hand side or hide on Display Show page (multi-click the eye).
Add persistent translucency of background images on Episodes View and Display Show page.
Add persistent fanart rating to avoid art completely, random display, random from a group, or display fave always.
Add persistent views of the show detail on Display Show page.
Add persistent views on Episodes View.
Add persistent button to collapse and expand card images on Episode View/Layout daybyday.
Add non persistent "Open gear" and "Full fanart" image views to Episodes View and Display Show page.
Add "smart" selection of fanart image to display on Episode view.
Change insert [!] and change text shade of ended shows in drop down show list on Display Show page.
Change button graphic for next and previous show of show list on Display Show page.
Add logic to hide some livepanel buttons until artwork becomes available or in other circumstances.
Add "(Ended)" where appropriate to show title on Display Show page.
Add links to fanart.tv where appropriate on Display Show page.
Change use tense for label "Airs" or "Aired" depending on if show ended.
Change display "No files" instead of "0 files" and "Upgrade once" instead of "End upgrade on first match".
Add persistent button to newest season to "Show all" episodes.
Add persistent button to all shown seasons to "Hide most" episodes.
Add button to older seasons to toggle "Show Season n" or "Show Specials" with "Hide..." episodes.
Add season level status counts next to each season header on display show page
Add sorting to season table headers on display show page
Add filename and size to quality badge on display show page, removed its redundant "downloaded" text
Remove redundant "Add show" buttons
Change combine the NFO and TBN columns into a single Meta column
Change reduce screen estate used by episode numbers columns
Change improve clarity of text on Add Show page.
Add "Reset fanart ratings" to show Edit/Other tab.
Add fanart usage to show Edit/Other tab.
Add fanart keys guide to show Edit/Other tab.
Change add placeholder tip to "Alternative release name(s)" on show Edit.
Change add placeholder tip to search box on shows Search.
Change hide Anime tips on show Edit when selecting its mutually exclusive options.
Change label "End upgrade on first match" to "Upgrade once" on show Edit.
Change improve performance rendering displayShow.
Add total episodes to start of show description (excludes specials if those are hidden).
Add "Add show" actions i.e. "Search", "Trakt cards", "IMDb cards", and "Anime" to Shows menu.
Add "Import (existing)" action to Tools menu.
Change SD quality from red to dark green, 2160p UHD 4K is red.
Change relocate the functions of Logs & Errors to the right side Tools menu -> View Log File.
Add warning indicator to the Tools menu in different colour depending on error count (green through red).
Change View Log error item output from reversed to natural order.
Change View Log add a typeface and some colour to improve readability.
Change View Log/Errors only display "Clear Errors" button when there are errors to clear.
Change improve performance of View Log File.
2016-12-16 21:03:14 +00:00
..
clients Change logger to properly cleanup used resources. 2016-12-09 20:08:41 +00:00
databases Change logger to properly cleanup used resources. 2016-12-09 20:08:41 +00:00
indexers Add smart logic to reduce api hits to newznab server types and improve how nzbs are downloaded. 2016-09-21 17:50:27 +01:00
metadata Add fanart to Episodes View, Display Show, Edit Show, and Media Renamer page. 2016-12-16 21:03:14 +00:00
name_parser Add Torrentz2 provider. 2016-09-12 17:07:22 +01:00
notifiers Change improve reverse proxy web_root support. 2016-10-28 15:59:19 +01:00
providers Add fanart to Episodes View, Display Show, Edit Show, and Media Renamer page. 2016-12-16 21:03:14 +00:00
__init__.py Add fanart to Episodes View, Display Show, Edit Show, and Media Renamer page. 2016-12-16 21:03:14 +00:00
auto_post_processer.py Change providers, add some, remove one, fix a snatch issue, rework ignore/require words, refactor code. 2015-12-02 01:31:50 +00:00
blackandwhitelist.py Change overhaul UI of editShow and anime release groups, refactor and simplify code. 2015-02-21 22:34:20 +00:00
browser.py Change file browser to permit manually entering a path. 2016-01-08 18:20:01 +00:00
bs4_parser.py Change providers, add some, remove one, fix a snatch issue, rework ignore/require words, refactor code. 2015-12-02 01:31:50 +00:00
classes.py Change improve security of cached image use. 2016-10-06 21:17:27 +01:00
common.py Add fanart to Episodes View, Display Show, Edit Show, and Media Renamer page. 2016-12-16 21:03:14 +00:00
config.py Change add guidance when using the "unknown" quality selection. Pep8. 2016-11-16 22:18:48 +00:00
db.py Merge branch 'master' into develop 2016-10-06 20:35:00 +01:00
encodingKludge.py Change logos, text etc. branding to SickGear. 2014-11-12 20:56:40 +00:00
event_queue.py Change add missing queue to call. 2015-06-14 19:13:43 +01:00
exceptions.py Change refactor, PEP8, code convention cleanse for nzb/torrent code and remove newzbin remnants. 2015-07-15 19:19:39 +01:00
failed_history.py Change py2 exception clauses to py2/3 compatible clauses 2015-06-08 22:56:45 +08:00
failedProcessor.py Change allow pp to replace files with a repack or proper of same quality. 2016-10-01 11:27:25 +01:00
generic_queue.py Change adding show processing to be highest priority. 2016-03-24 18:56:43 +00:00
gh_api.py Change general config's branches and pull request list generation for faster page loading 2015-03-03 00:21:40 +08:00
helpers.py Add fanart to Episodes View, Display Show, Edit Show, and Media Renamer page. 2016-12-16 21:03:14 +00:00
history.py Fix history consolidation to only update an episode status if the history disagrees with the status. 2015-05-16 18:09:58 +03:00
image_cache.py Add fanart to Episodes View, Display Show, Edit Show, and Media Renamer page. 2016-12-16 21:03:14 +00:00
indexermapper.py Change add rate limit handler for info source. 2016-10-06 21:08:11 +01:00
logger.py Add fanart to Episodes View, Display Show, Edit Show, and Media Renamer page. 2016-12-16 21:03:14 +00:00
name_cache.py Add smart logic to reduce api hits to newznab server types and improve how nzbs are downloaded. 2016-09-21 17:50:27 +01:00
naming.py Fix refresh handling of Skipped and Ignored items and issue entering scene numbers. 2016-02-01 19:37:32 +00:00
network_timezones.py Change use legacy tzlocal() if new gettz returns nothing. 2016-10-03 18:18:38 +01:00
nzbget.py Add smart logic to reduce api hits to newznab server types and improve how nzbs are downloaded. 2016-09-21 17:50:27 +01:00
nzbSplitter.py Change validate and improve specific Torrent provider connections, IPT, KAT, SCC, TPB, TB, TD, TT. 2016-06-08 01:55:13 +01:00
postProcessor.py Change add guidance when using the "unknown" quality selection. Pep8. 2016-11-16 22:18:48 +00:00
processTV.py Change add guidance when using the "unknown" quality selection. Pep8. 2016-11-16 22:18:48 +00:00
properFinder.py Change allow pp to replace files with a repack or proper of same quality. 2016-10-01 11:27:25 +01:00
rssfeeds.py Fix alternative unicode show names from breaking search. 2016-02-26 01:07:39 +00:00
sab.py Change sab API request to prevent naming mismatch. 2016-11-24 02:20:23 +00:00
sbdatetime.py Change fuzzyMoment to handle air dates before ~1970 on display show page. 2016-10-14 16:30:50 +01:00
scene_exceptions.py Add smart logic to reduce api hits to newznab server types and improve how nzbs are downloaded. 2016-09-21 17:50:27 +01:00
scene_numbering.py Fix refresh handling of Skipped and Ignored items and issue entering scene numbers. 2016-02-01 19:37:32 +00:00
scheduler.py Change py2 exception clauses to py2/3 compatible clauses 2015-06-08 22:56:45 +08:00
search.py Change don't exclude "unknown" from search. 2016-11-14 01:50:25 +00:00
search_backlog.py Change add output to log when backlog hasn't run due to 'disable' setting (in case user wonders why backlog isn't running). 2016-10-28 13:51:24 +01:00
search_propers.py Change instantly use saved value from Search Settings/Episode Search/"Check propers every" instead of after a restart. 2016-05-01 20:34:09 +01:00
search_queue.py Change don't exclude "unknown" from search. 2016-11-14 01:50:25 +00:00
search_recent.py Change providers, add some, remove one, fix a snatch issue, rework ignore/require words, refactor code. 2015-12-02 01:31:50 +00:00
show_name_helpers.py Change process episodes with utf8 dir and nzb names, handle failed episodes without a dir, add log output streaming. 2016-02-02 15:15:48 +00:00
show_queue.py Add fanart to Episodes View, Display Show, Edit Show, and Media Renamer page. 2016-12-16 21:03:14 +00:00
show_updater.py Add fanart to Episodes View, Display Show, Edit Show, and Media Renamer page. 2016-12-16 21:03:14 +00:00
subtitles.py Change logos, text etc. branding to SickGear. 2014-11-12 20:56:40 +00:00
trakt_helpers.py Add multiple Trakt account support to Config/Notifications/Social. 2015-12-22 12:56:17 +00:00
traktChecker.py Change replace trakt with libtrakt for API v2. 2015-11-16 11:48:13 +00:00
tv.py Add fanart to Episodes View, Display Show, Edit Show, and Media Renamer page. 2016-12-16 21:03:14 +00:00
tvcache.py Add smart logic to reduce api hits to newznab server types and improve how nzbs are downloaded. 2016-09-21 17:50:27 +01:00
ui.py Change logos, text etc. branding to SickGear. 2014-11-12 20:56:40 +00:00
version_checker.py Change providers, add some, remove one, fix a snatch issue, rework ignore/require words, refactor code. 2015-12-02 01:31:50 +00:00
webapi.py Add fanart to Episodes View, Display Show, Edit Show, and Media Renamer page. 2016-12-16 21:03:14 +00:00
webserve.py Add fanart to Episodes View, Display Show, Edit Show, and Media Renamer page. 2016-12-16 21:03:14 +00:00
webserveInit.py Change load cached images (Trakt) on demand. 2016-10-03 23:33:53 +01:00