From 6c1ef84d1b1de827f44d89e97f7f16a0bcec254e Mon Sep 17 00:00:00 2001 From: Alexandre Beloin Date: Sat, 24 Jan 2015 14:00:09 -0500 Subject: [PATCH 1/2] Add a notice to inform the user about the current TVRage's indexer implementation missing the ability to retrieve specials. --- gui/slick/interfaces/default/home_newShow.tmpl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gui/slick/interfaces/default/home_newShow.tmpl b/gui/slick/interfaces/default/home_newShow.tmpl index de6f1345..a82221c6 100644 --- a/gui/slick/interfaces/default/home_newShow.tmpl +++ b/gui/slick/interfaces/default/home_newShow.tmpl @@ -60,7 +60,8 @@   @@ -69,6 +70,7 @@

* This will only affect the language of the retrieved metadata file contents and episode filenames.
This DOES NOT allow SickRage to download non-english TV episodes!
+ ** The indexer implementation doesn't currently support specials.


#end if From f20bf1a45eabb29a0e7f06603dacbe1ef41e6fd4 Mon Sep 17 00:00:00 2001 From: Alexandre Beloin Date: Sat, 24 Jan 2015 17:20:26 -0500 Subject: [PATCH 2/2] Add a missing space --- gui/slick/interfaces/default/home_newShow.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/slick/interfaces/default/home_newShow.tmpl b/gui/slick/interfaces/default/home_newShow.tmpl index a82221c6..e41bd8f0 100644 --- a/gui/slick/interfaces/default/home_newShow.tmpl +++ b/gui/slick/interfaces/default/home_newShow.tmpl @@ -61,7 +61,7 @@ #for $indexer in $indexers + #if $indexers[$indexer] == 'TVRage' then ''.join(($indexers[$indexer], ' **')) else $indexers[$indexer]# #end for