diff --git a/gui/slick/interfaces/default/config_general.tmpl b/gui/slick/interfaces/default/config_general.tmpl index fda5dfd1eccbeafc1f4aca5709e00005ac651995..aff6a9b2e5d01713a31173b8c3162c429a0bc9c6 100644 --- a/gui/slick/interfaces/default/config_general.tmpl +++ b/gui/slick/interfaces/default/config_general.tmpl @@ -323,6 +323,9 @@ <span class="component-desc"> <input type="checkbox" name="filter_row" id="filter_row" #if $sickbeard.FILTER_ROW == True then 'checked="checked"' else ''#/> <p>Add a filter row to the show display on the home page</p> + <p>Supports =, >, >=, <=, <, xx to yy , xx - yy</p> + <p><b>Note:</b> =, >, >=, <=, < should be first, followed by a space, then the value.</p> + <p>Examples: '> 90', '= 100', '0 to 99'</p> </span> </label> </div>