diff --git a/CHANGES.md b/CHANGES.md index 6d7540cf..42bbee24 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -34,14 +34,23 @@ * Fix Recent Search running status on Manage Searches page * Change to no longer require restart with the "Scan and post process" option on page config/Post Processing * Add validation when using Release Group token on page config Post Processing/Episode Naming/Name pattern/Custom -* Change IMDb updater to a toggleable option under General Settings (disabled by default due to slow operations) * Change to simplify and reduce logging output of Recent-Search and Backlog processes +* Add show names to items listed during startup in the loading from database phase +* Add "Enable IMDb info" option to config/General/Interface +* Change to not display IMDb info on UI when "Enable IMDb info" is disabled +* Change genre tags on displayShow page to link to IMDb instead of Trakt +* Change to reduce the time taken to "Update shows" with show data +* Change to stop updating the IMDb info during the scheduled daily update for every show +* Change to update the IMDb info for a show after snatching an episode for it [develop changelog] * Fix traceback error when using the menu item Manage/Update Kodi * Change BET network logo filename to lower case * Change redirect from home to showlistView on changing Layout on showlistView * Fix the return flow from calls to the redirect function from executing incorrect code +* Fix being able to actually turn IMDb off when it has been turned on +* Remove IMDb option from General Settings +* Change IMDb option to enable by default now the slow operation has been eliminated from process flows ### 0.7.2 (2015-03-10 17:05:00 UTC) diff --git a/gui/slick/css/style.css b/gui/slick/css/style.css index 22034050..b5ba05ec 100644 --- a/gui/slick/css/style.css +++ b/gui/slick/css/style.css @@ -1132,11 +1132,12 @@ span.imdbstars, span.imdbstars > * { display: inline-block; font-size:10px; background: url(../images/rating.png) 0 -12px repeat-x; + margin-bottom:-1px } #showinfo .flag { - margin: 0 3px 0 0; - vertical-align: baseline; + margin: 0 3px 1px 0; + vertical-align: middle; } #showinfo .imdb-info { @@ -1148,6 +1149,10 @@ span.imdbstars, span.imdbstars > * { font-size: 16px; } +#showinfo a.service img { + margin-bottom:1px +} + ul.tags { list-style-type: none; position: relative; @@ -1158,7 +1163,7 @@ ul.tags { ul.tags li { margin-right: 4px; margin-bottom: 5px; - padding: 3px 4px 3px 25px; + padding: 3px 7px 3px 23px; background: url(../images/tag.png) no-repeat scroll 5px 4px #555; border-radius: 3px; border: 1px solid #111; diff --git a/gui/slick/interfaces/default/config_general.tmpl b/gui/slick/interfaces/default/config_general.tmpl index 07ea2717..070c940b 100644 --- a/gui/slick/interfaces/default/config_general.tmpl +++ b/gui/slick/interfaces/default/config_general.tmpl @@ -132,16 +132,6 @@ -
- -
-
+
+ +
+