1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-11-13 04:45:08 -05:00
SickRage/gui/slick/interfaces/default
echel0n d02c0bd6eb Fixed issues with editing/saving custom scene exceptions.
Fixed charmap issues for anime show names.

Fixed issues with display show page and epCat key errors.

Fixed duplicate log messages for clearing provider caches.

Fixed issues with email notifier ep names not properly being encoded to UTF-8.

TVDB<->TVRAGE Indexer ID mapping is now performed on demand to be used when needed such as newznab providers can be searched with tvrage_id's and some will return tvrage_id's that later can be used to create show objects from for faster and more accurate name parsing, mapping is done via Trakt API calls.

Added stop event signals to schedualed tasks, SR now waits indefinate till task has been fully stopped before completing a restart or shutdown event.

NameParserCache is now persistent and stores 200 parsed results at any given time for quicker lookups and better performance, this helps maintain results between updates or shutdown/startup events.

Black and White lists for anime now only get used for anime shows as intended, performance gain for non-anime shows that dont need to load these lists.

Internal name cache now builds it self on demand when needed per show request plus checks if show is already in cache and if true exits routine to save time.

Schedualer and QueueItems classes are now a sub-class of threading.Thread and a stop threading event signal has been added to each.

If I forgot to list something it doesn't mean its not fixed so please test and report back if anything is wrong or has been corrected by this new release.
2014-07-14 19:00:53 -07:00
..
apiBuilder.tmpl Welcome to our SickBeard-TVRage Edition ... 2014-03-09 22:39:12 -07:00
comingEpisodes.tmpl Add feature to General Config to display fuzzy dates instead of absolute dates. Add feature to General Config to trim the leading number "0" shown on hour of day and date of month. 2014-05-23 16:20:44 +01:00
config_anime.tmpl Fixed issues with scene converting 2014-05-31 03:35:57 -07:00
config_backuprestore.tmpl Added backup and restore feature, this allows you to backup your config.ini and sickbeard.db files into a zipfile and save it to a destination of your choice and as well you can restore the same zip file later on then perform a restart to have the changes take affect automatically. Backups are saved date/time stamped. 2014-06-19 07:31:44 -07:00
config_general.tmpl Playing videos from display show page has now been made opt-in, you can enable/disable via general config menu. 2014-07-11 04:05:33 -07:00
config_notifications.tmpl Testing fix for redirect issues and blank pages. 2014-06-28 22:54:29 -07:00
config_postProcessing.tmpl cherry-pick a Sickbeard pull request add an option to NOT rename .nfo to .nfo-orig 2014-06-18 12:52:10 -07:00
config_providers.tmpl Fix for search provider config page errors. 2014-07-11 14:57:49 -07:00
config_search.tmpl Changed the config page to show the path field for the Synology DS, added the parameter to the DS API 2014-06-09 01:01:47 +02:00
config_subtitles.tmpl App name change in code. 2014-05-23 05:37:22 -07:00
config.tmpl Fix for config page issues. 2014-06-07 15:50:51 -07:00
displayShow.tmpl Fixed issues with editing/saving custom scene exceptions. 2014-07-14 19:00:53 -07:00
editShow.tmpl Fixed broken layout for anime black and whitelist 2014-06-24 22:54:51 +02:00
errorlogs.tmpl Welcome to our SickBeard-TVRage Edition ... 2014-03-09 22:39:12 -07:00
genericMessage.tmpl Welcome to our SickBeard-TVRage Edition ... 2014-03-09 22:39:12 -07:00
history.tmpl Fixes blank release group field for animes on history page 2014-07-06 23:38:47 +08:00
home_addExistingShow.tmpl App name change in code. 2014-05-23 05:37:22 -07:00
home_addShows.tmpl Fix for edit shows and add shows. 2014-07-05 16:47:20 -07:00
home_massAddTable.tmpl Fix for mass add and existing shows adding 2014-05-04 23:19:39 -07:00
home_newShow.tmpl Minor GUI and console fixes 2014-07-05 16:14:55 +10:00
home_postprocess.tmpl Post-processing now auto-detects the correct indexer for the show both on manual processing and script based processing 2014-03-25 18:42:36 -07:00
home_recommendedShows.tmpl Added feature that gets all recommended shows from your trakt.tv account and lets you add the show like you would if adding a new show and searching. 2014-06-27 04:00:16 -07:00
home_trendingShows.tmpl Added trending shows feature, this allows you to choose from a wide selection of popular/trending shows with rating stats and easily add the show into SR by simply clicking the plus sign. 2014-07-01 01:49:12 -07:00
home.tmpl Updated next episode airdate function to be run once at startup and then each time after that with show update schedualer 2014-07-09 00:49:05 -07:00
inc_addShowOptions.tmpl Fix for saving default options when adding shows. 2014-06-01 20:43:37 -07:00
inc_blackwhitelist.tmpl Fixed broken layout for anime black and whitelist 2014-06-24 22:54:51 +02:00
inc_bottom.tmpl Finally thanks to the new error handlers we have resolved the dredded issue 500 errors, enjoy! 2014-07-07 05:55:42 -07:00
inc_qualityChooser.tmpl App name change in code. 2014-05-23 05:37:22 -07:00
inc_rootDirs.tmpl Welcome to our SickBeard-TVRage Edition ... 2014-03-09 22:39:12 -07:00
inc_top.tmpl fixed broken images when changing from default (empty) 2014-07-06 21:08:16 +02:00
manage_backlogOverview.tmpl Add feature to General Config to display fuzzy dates instead of absolute dates. Add feature to General Config to trim the leading number "0" shown on hour of day and date of month. 2014-05-23 16:20:44 +01:00
manage_episodeStatuses.tmpl Welcome to our SickBeard-TVRage Edition ... 2014-03-09 22:39:12 -07:00
manage_failedDownloads.tmpl Welcome to our SickBeard-TVRage Edition ... 2014-03-09 22:39:12 -07:00
manage_manageSearches.tmpl Fixed find propers. 2014-05-19 10:40:25 -07:00
manage_massEdit.tmpl Added ability to mass set shows to search by scene numbering. 2014-05-30 00:50:45 -07:00
manage_subtitleMissed.tmpl Revert "Updated Subliminal to 0.80 and fixed issues with subtitle downloading." 2014-05-14 18:41:08 -07:00
manage_torrents.tmpl Welcome to our SickBeard-TVRage Edition ... 2014-03-09 22:39:12 -07:00
manage.tmpl Updated next episode airdate function to be run once at startup and then each time after that with show update schedualer 2014-07-09 00:49:05 -07:00
restart_bare.tmpl App name change in code. 2014-05-23 05:37:22 -07:00
restart.tmpl App name change in code. 2014-05-23 05:37:22 -07:00
testRename.tmpl Added sports feature, acts just like air_by_date except allows us to control the date pattern to match events that air_by_date could not. 2014-04-28 02:15:29 -07:00
viewlogs.tmpl Welcome to our SickBeard-TVRage Edition ... 2014-03-09 22:39:12 -07:00