2014-03-10 01:18:05 -04:00
#import sickbeard
2014-11-08 21:49:38 -05:00
#from sickbeard . helpers import anon_url
2014-03-10 01:18:05 -04:00
#set global $ title = " Config - Notifications "
#set global $ header = " Notifications "
#set global $ sbPath = " ../.. "
#set global $ topmenu = " config " #
#include $ os . path . join ( $ sickbeard . PROG_DIR , " gui/slick/interfaces/default/inc_top.tmpl " )
<script type="text/javascript" src=" $ sbRoot /js/configNotifications.js? $ sbPID "></script>
<script type="text/javascript" src=" $ sbRoot /js/config.js? $ sbPID "></script>
2014-10-21 15:09:01 -04:00
2014-03-10 01:18:05 -04:00
#if $ varExists ( ' header ' )
2014-10-27 20:51:55 -04:00
<h1 class="header"> $ header </h1>
2014-03-10 01:18:05 -04:00
#else
2014-10-27 20:51:55 -04:00
<h1 class="title"> $ title </h1>
2014-03-10 01:18:05 -04:00
#end if
2014-10-21 15:09:01 -04:00
2014-03-10 01:18:05 -04:00
<div id="config">
<div id="config-content">
<form id="configForm" action="saveNotifications" method="post">
<div id="config-components">
2014-10-27 20:51:55 -04:00
<ul>
<li><a href=" #tabs - 1 " >Home Theater / NAS</a></li>
<li><a href=" #tabs - 2 " >Devices</a></li>
<li><a href=" #tabs - 3 " >Social</a></li>
</ul>
2014-03-10 01:18:05 -04:00
<div id="tabs-1">
2014-10-21 15:09:01 -04:00
<div class="component-group">
2014-03-10 01:18:05 -04:00
<div class="component-group-desc">
2014-11-28 17:47:43 -05:00
<img class="notifier-icon" src=" $ sbRoot /images/notifiers/kodi.png" alt="" title="KODI" />
<h3><a href="<%= anon_url('http://kodi.tv/') %>" rel="noreferrer" onclick="window.open(this.href, '_blank'); return false;">KODI</a></h3>
2014-03-10 01:18:05 -04:00
<p>A free and open source cross-platform media center and home entertainment system software with a 10-foot user interface designed for the living-room TV.</p>
</div>
<fieldset class="component-group-list">
2014-10-27 20:51:55 -04:00
<div class="field-pair">
2014-11-28 17:47:43 -05:00
<label class="cleafix" for="use_kodi">
2014-03-10 01:18:05 -04:00
<span class="component-title">Enable</span>
2014-10-27 20:51:55 -04:00
<span class="component-desc">
2014-11-28 17:47:43 -05:00
<input type="checkbox" class="enabler" name="use_kodi" id="use_kodi" #if $ sickbeard . USE_KODI then " checked= \" checked \" " else " " # />
<p>should SickRage send KODI commands ?<p>
2014-10-27 20:51:55 -04:00
</span>
2014-03-10 01:18:05 -04:00
</label>
</div>
2014-11-28 17:47:43 -05:00
<div id="content_use_kodi">
2014-05-08 11:54:43 -04:00
<div class="field-pair">
2014-11-28 17:47:43 -05:00
<label for="kodi_always_on">
2014-10-27 20:51:55 -04:00
<span class="component-title">Always on</span>
<span class="component-desc">
2014-11-28 17:47:43 -05:00
<input type="checkbox" name="kodi_always_on" id="kodi_always_on" #if $ sickbeard . KODI_ALWAYS_ON then " checked= \" checked \" " else " " # />
2014-10-27 20:51:55 -04:00
<p>log errors when unreachable ?</p>
</span>
2014-05-08 11:54:43 -04:00
</label>
</div>
2014-03-10 01:18:05 -04:00
<div class="field-pair">
2014-11-28 17:47:43 -05:00
<label for="kodi_notify_onsnatch">
2014-10-27 20:51:55 -04:00
<span class="component-title">Notify on snatch</span>
<span class="component-desc">
2014-11-28 17:47:43 -05:00
<input type="checkbox" name="kodi_notify_onsnatch" id="kodi_notify_onsnatch" #if $ sickbeard . KODI_NOTIFY_ONSNATCH then " checked= \" checked \" " else " " # />
2014-10-27 20:51:55 -04:00
<p>send a notification when a download starts ?</p>
</span>
2014-03-10 01:18:05 -04:00
</label>
</div>
<div class="field-pair">
2014-11-28 17:47:43 -05:00
<label for="kodi_notify_ondownload">
2014-10-27 20:51:55 -04:00
<span class="component-title">Notify on download</span>
<span class="component-desc">
2014-11-28 17:47:43 -05:00
<input type="checkbox" name="kodi_notify_ondownload" id="kodi_notify_ondownload" #if $ sickbeard . KODI_NOTIFY_ONDOWNLOAD then " checked= \" checked \" " else " " # />
2014-10-27 20:51:55 -04:00
<p>send a notification when a download finishes ?</p>
</span>
2014-03-10 01:18:05 -04:00
</label>
</div>
<div class="field-pair">
2014-11-28 17:47:43 -05:00
<label for="kodi_notify_onsubtitledownload">
2014-10-27 20:51:55 -04:00
<span class="component-title">Notify on subtitle download</span>
<span class="component-desc">
2014-11-28 17:47:43 -05:00
<input type="checkbox" name="kodi_notify_onsubtitledownload" id="kodi_notify_onsubtitledownload" #if $ sickbeard . KODI_NOTIFY_ONSUBTITLEDOWNLOAD then " checked= \" checked \" " else " " # />
2014-10-27 20:51:55 -04:00
<p>send a notification when subtitles are downloaded ?</p>
</span>
2014-03-10 01:18:05 -04:00
</label>
</div>
<div class="field-pair">
2014-11-28 17:47:43 -05:00
<label for="kodi_update_library">
2014-10-27 20:51:55 -04:00
<span class="component-title">Update library</span>
<span class="component-desc">
2014-11-28 17:47:43 -05:00
<input type="checkbox" name="kodi_update_library" id="kodi_update_library" #if $ sickbeard . KODI_UPDATE_LIBRARY then " checked= \" checked \" " else " " # />
<p>update KODI library when a download finishes ?</p>
2014-10-27 20:51:55 -04:00
</span>
2014-03-10 01:18:05 -04:00
</label>
</div>
<div class="field-pair">
2014-11-28 17:47:43 -05:00
<label for="kodi_update_full">
2014-10-27 20:51:55 -04:00
<span class="component-title">Full library update</span>
<span class="component-desc">
2014-11-28 17:47:43 -05:00
<input type="checkbox" name="kodi_update_full" id="kodi_update_full" #if $ sickbeard . KODI_UPDATE_FULL then " checked= \" checked \" " else " " # />
2014-10-27 20:51:55 -04:00
<p>perform a full library update if update per-show fails ?</p>
</span>
2014-03-10 01:18:05 -04:00
</label>
</div>
<div class="field-pair">
2014-11-28 17:47:43 -05:00
<label for="kodi_update_onlyfirst">
2014-10-27 20:51:55 -04:00
<span class="component-title">Only update first host</span>
<span class="component-desc">
2014-11-28 17:47:43 -05:00
<input type="checkbox" name="kodi_update_onlyfirst" id="kodi_update_onlyfirst" #if $ sickbeard . KODI_UPDATE_ONLYFIRST then " checked= \" checked \" " else " " # />
2014-10-27 20:51:55 -04:00
<p>only send library updates to the first active host ?</p>
</span>
2014-03-10 01:18:05 -04:00
</label>
</div>
<div class="field-pair">
2014-11-28 17:47:43 -05:00
<label for="kodi_host">
<span class="component-title">KODI IP:Port</span>
<input type="text" name="kodi_host" id="kodi_host" value=" $ sickbeard . KODI_HOST " class="form-control input-sm input350" />
2014-03-10 01:18:05 -04:00
</label>
2014-10-27 20:51:55 -04:00
<label>
2014-03-10 01:18:05 -04:00
<span class="component-title"> </span>
2014-11-28 17:47:43 -05:00
<span class="component-desc">host running KODI (eg. 192.168.1.100:8080)</span>
2014-03-10 01:18:05 -04:00
</label>
2014-10-27 20:51:55 -04:00
<label>
2014-03-10 01:18:05 -04:00
<span class="component-title"> </span>
2014-10-27 20:51:55 -04:00
<span class="component-desc">(multiple host strings must be separated by commas)</span>
</label>
2014-03-10 01:18:05 -04:00
</div>
<div class="field-pair">
2014-11-28 17:47:43 -05:00
<label for="kodi_username">
<span class="component-title">KODI username</span>
<input type="text" name="kodi_username" id="kodi_username" value=" $ sickbeard . KODI_USERNAME " class="form-control input-sm input250" />
2014-03-10 01:18:05 -04:00
</label>
2014-10-27 20:51:55 -04:00
<label>
2014-03-10 01:18:05 -04:00
<span class="component-title"> </span>
2014-11-28 17:47:43 -05:00
<span class="component-desc">username for your KODI server (blank for none)</span>
2014-03-10 01:18:05 -04:00
</label>
</div>
<div class="field-pair">
2014-11-28 17:47:43 -05:00
<label for="kodi_password">
<span class="component-title">KODI password</span>
<input type="password" name="kodi_password" id="kodi_password" value=" $ sickbeard . KODI_PASSWORD " class="form-control input-sm input250" />
2014-03-10 01:18:05 -04:00
</label>
2014-10-27 20:51:55 -04:00
<label>
2014-03-10 01:18:05 -04:00
<span class="component-title"> </span>
2014-11-28 17:47:43 -05:00
<span class="component-desc">password for your KODI server (blank for none)</span>
2014-03-10 01:18:05 -04:00
</label>
</div>
2014-11-28 17:47:43 -05:00
<div class="testNotification" id="testKODI-result">Click below to test.</div>
<input class="btn" type="button" value="Test KODI" id="testKODI" />
2014-03-10 01:18:05 -04:00
<input type="submit" class="config_submitter btn" value="Save Changes" />
2014-11-28 17:47:43 -05:00
</div><!-- /content_use_kodi //-->
2014-03-10 01:18:05 -04:00
</fieldset>
2014-11-28 17:47:43 -05:00
</div><!-- /kodi component-group //-->
2014-03-10 01:18:05 -04:00
2014-10-21 15:09:01 -04:00
<div class="component-group">
2014-03-10 01:18:05 -04:00
<div class="component-group-desc">
2014-10-27 20:51:55 -04:00
<img class="notifier-icon" src=" $ sbRoot /images/notifiers/plex.png" alt="" title="Plex Media Server" />
2014-11-08 21:49:38 -05:00
<h3><a href="<%= anon_url('http://www.plexapp.com/') %>" rel="noreferrer" onclick="window.open(this.href, '_blank'); return false;">Plex Media Server</a></h3>
2014-03-10 01:18:05 -04:00
<p>Experience your media on a visually stunning, easy to use interface on your Mac connected to your TV. Your media library has never looked this good!</p>
2014-11-28 17:47:43 -05:00
<p class="plexinfo hide">For sending notifications to Plex Home Theater (PHT) clients, use the KODI notifier with port <b>3005</b>.</p>
2014-03-10 01:18:05 -04:00
</div>
<fieldset class="component-group-list">
<div class="field-pair">
2014-10-21 15:09:01 -04:00
<label for="use_plex">
2014-03-10 01:18:05 -04:00
<span class="component-title">Enable</span>
2014-10-27 20:51:55 -04:00
<span class="component-desc">
<input type="checkbox" class="enabler" name="use_plex" id="use_plex" #if $ sickbeard . USE_PLEX then " checked= \" checked \" " else " " # />
<p>should SickRage send Plex commands ?</p>
</span>
2014-03-10 01:18:05 -04:00
</label>
</div>
<div id="content_use_plex">
<div class="field-pair">
2014-10-21 15:09:01 -04:00
<label for="plex_notify_onsnatch">
2014-10-27 20:51:55 -04:00
<span class="component-title">Notify on snatch</span>
<span class="component-desc">
<input type="checkbox" name="plex_notify_onsnatch" id="plex_notify_onsnatch" #if $ sickbeard . PLEX_NOTIFY_ONSNATCH then " checked= \" checked \" " else " " # />
<p>send a notification when a download starts ?</p>
</span>
2014-03-10 01:18:05 -04:00
</label>
</div>
<div class="field-pair">
2014-10-21 15:09:01 -04:00
<label for="plex_notify_ondownload">
2014-10-27 20:51:55 -04:00
<span class="component-title">Notify on download</span>
<span class="component-desc">
<input type="checkbox" name="plex_notify_ondownload" id="plex_notify_ondownload" #if $ sickbeard . PLEX_NOTIFY_ONDOWNLOAD then " checked= \" checked \" " else " " # />
<p>send a notification when a download finishes ?</p>
</span>
2014-03-10 01:18:05 -04:00
</label>
</div>
<div class="field-pair">
2014-10-21 15:09:01 -04:00
<label for="plex_notify_onsubtitledownload">
2014-10-27 20:51:55 -04:00
<span class="component-title">Notify on subtitle download</span>
<span class="component-desc">
<input type="checkbox" name="plex_notify_onsubtitledownload" id="plex_notify_onsubtitledownload" #if $ sickbeard . PLEX_NOTIFY_ONSUBTITLEDOWNLOAD then " checked= \" checked \" " else " " # />
<p>send a notification when subtitles are downloaded ?</p>
</span>
2014-03-10 01:18:05 -04:00
</label>
</div>
<div class="field-pair">
2014-10-21 15:09:01 -04:00
<label for="plex_update_library">
2014-10-27 20:51:55 -04:00
<span class="component-title">Update library</span>
<span class="component-desc">
<input type="checkbox" name="plex_update_library" id="plex_update_library" #if $ sickbeard . PLEX_UPDATE_LIBRARY then " checked= \" checked \" " else " " # />
<p>update Plex Media Server library when a download finishes ?</p>
</span>
2014-03-10 01:18:05 -04:00
</label>
</div>
<div class="field-pair">
2014-10-27 20:51:55 -04:00
<label for="plex_server_host">
2014-03-10 01:18:05 -04:00
<span class="component-title">Plex Media Server IP:Port</span>
2014-10-21 15:09:01 -04:00
<input type="text" name="plex_server_host" id="plex_server_host" value=" $ sickbeard . PLEX_SERVER_HOST " class="form-control input-sm input250" />
2014-03-10 01:18:05 -04:00
</label>
2014-10-27 20:51:55 -04:00
<label>
2014-03-10 01:18:05 -04:00
<span class="component-title"> </span>
2014-10-27 20:51:55 -04:00
<span class="component-desc">host running Plex Media Server (eg. 192.168.1.100:32400)</span>
2014-03-10 01:18:05 -04:00
</label>
</div>
<div class="field-pair">
2014-10-27 20:51:55 -04:00
<label for="plex_host">
2014-03-10 01:18:05 -04:00
<span class="component-title">Plex Client IP:Port</span>
2014-10-27 20:51:55 -04:00
<input type="text" name="plex_host" id="plex_host" value=" $ sickbeard . PLEX_HOST " class="form-control input-sm input350" />
2014-03-10 01:18:05 -04:00
</label>
2014-10-27 20:51:55 -04:00
<label>
2014-03-10 01:18:05 -04:00
<span class="component-title"> </span>
2014-10-27 20:51:55 -04:00
<span class="component-desc">host running Plex Client (eg. 192.168.1.100:3000)</span>
2014-03-10 01:18:05 -04:00
</label>
2014-10-27 20:51:55 -04:00
<label>
<span class="component-title"> </span>
<span class="component-desc">(multiple host strings must be separated by commas)</span>
</label>
2014-03-10 01:18:05 -04:00
</div>
<div class="field-pair">
2014-10-27 20:51:55 -04:00
<label for="plex_username">
<span class="component-title">Plex Client username</span>
2014-10-21 15:09:01 -04:00
<input type="text" name="plex_username" id="plex_username" value=" $ sickbeard . PLEX_USERNAME " class="form-control input-sm input250" />
2014-03-10 01:18:05 -04:00
</label>
2014-10-27 20:51:55 -04:00
<label>
2014-03-10 01:18:05 -04:00
<span class="component-title"> </span>
2014-10-27 20:51:55 -04:00
<span class="component-desc">username for your Plex client API (blank for none)</span>
2014-03-10 01:18:05 -04:00
</label>
</div>
<div class="field-pair">
2014-10-27 20:51:55 -04:00
<label for="plex_password">
<span class="component-title">Plex Client password</span>
2014-10-21 15:09:01 -04:00
<input type="password" name="plex_password" id="plex_password" value=" $ sickbeard . PLEX_PASSWORD " class="form-control input-sm input250" />
2014-03-10 01:18:05 -04:00
</label>
2014-10-27 20:51:55 -04:00
<label>
2014-03-10 01:18:05 -04:00
<span class="component-title"> </span>
2014-10-27 20:51:55 -04:00
<span class="component-desc">password for your Plex client API (blank for none)</span>
2014-03-10 01:18:05 -04:00
</label>
</div>
<div class="testNotification" id="testPLEX-result">Click below to test.</div>
2014-10-27 20:51:55 -04:00
<input class="btn" type="button" value="Test Plex Client" id="testPLEX" />
2014-03-10 01:18:05 -04:00
<input type="submit" class="config_submitter btn" value="Save Changes" />
</div><!-- /content_use_plex -->
</fieldset>
</div><!-- /plex component-group -->
2014-10-21 15:09:01 -04:00
<div class="component-group">
2014-03-10 01:18:05 -04:00
<div class="component-group-desc">
2014-10-27 20:51:55 -04:00
<img class="notifier-icon" src=" $ sbRoot /images/notifiers/nmj.png" alt="" title="Networked Media Jukebox" />
2014-11-08 21:49:38 -05:00
<h3><a href="<%= anon_url('http://www.popcornhour.com/') %>" rel="noreferrer" onclick="window.open(this.href, '_blank'); return false;">NMJ</a></h3>
2014-03-10 01:18:05 -04:00
<p>The Networked Media Jukebox, or NMJ, is the official media jukebox interface made available for the Popcorn Hour 200-series.</p>
</div>
<fieldset class="component-group-list">
<div class="field-pair">
2014-10-21 15:09:01 -04:00
<label for="use_nmj">
2014-03-10 01:18:05 -04:00
<span class="component-title">Enable</span>
2014-10-27 20:51:55 -04:00
<span class="component-desc">
<input type="checkbox" class="enabler" name="use_nmj" id="use_nmj" #if $ sickbeard . USE_NMJ then " checked= \" checked \" " else " " # />
<p>should SickRage send update commands to NMJ ?</p>
</span>
2014-03-10 01:18:05 -04:00
</label>
</div>
<div id="content_use_nmj">
<div class="field-pair">
2014-10-27 20:51:55 -04:00
<label for="nmj_host">
2014-03-10 01:18:05 -04:00
<span class="component-title">Popcorn IP address</span>
2014-10-21 15:09:01 -04:00
<input type="text" name="nmj_host" id="nmj_host" value=" $ sickbeard . NMJ_HOST " class="form-control input-sm input250" />
2014-03-10 01:18:05 -04:00
</label>
2014-10-27 20:51:55 -04:00
<label>
2014-03-10 01:18:05 -04:00
<span class="component-title"> </span>
2014-10-27 20:51:55 -04:00
<span class="component-desc">IP address of Popcorn 200-series (eg. 192.168.1.100)</span>
2014-03-10 01:18:05 -04:00
</label>
</div>
<div class="field-pair">
2014-10-27 20:51:55 -04:00
<label>
<span class="component-title">Get settings</span>
<input class="btn btn-inline" type="button" value="Get Settings" id="settingsNMJ" />
2014-03-10 01:18:05 -04:00
</label>
2014-10-27 20:51:55 -04:00
<label>
2014-03-10 01:18:05 -04:00
<span class="component-title"> </span>
2014-10-27 20:51:55 -04:00
<span class="component-desc">the Popcorn Hour device must be powered on and NMJ running.</span>
2014-03-10 01:18:05 -04:00
</label>
</div>
<div class="field-pair">
2014-10-27 20:51:55 -04:00
<label for="nmj_database">
<span class="component-title">NMJ database</span>
2014-10-21 15:09:01 -04:00
<input type="text" name="nmj_database" id="nmj_database" value=" $ sickbeard . NMJ_DATABASE " class="form-control input-sm input250" #if $ sickbeard . NMJ_DATABASE then " readonly= \" readonly \" " else " " # />
2014-03-10 01:18:05 -04:00
</label>
2014-10-27 20:51:55 -04:00
<label>
2014-03-10 01:18:05 -04:00
<span class="component-title"> </span>
2014-10-27 20:51:55 -04:00
<span class="component-desc">automatically filled via the 'Get Settings' button.</span>
2014-03-10 01:18:05 -04:00
</label>
</div>
<div class="field-pair">
2014-10-27 20:51:55 -04:00
<label for="nmj_mount">
<span class="component-title">NMJ mount url</span>
2014-10-21 15:09:01 -04:00
<input type="text" name="nmj_mount" id="nmj_mount" value=" $ sickbeard . NMJ_MOUNT " class="form-control input-sm input250" #if $ sickbeard . NMJ_MOUNT then " readonly= \" readonly \" " else " " # />
2014-03-10 01:18:05 -04:00
</label>
2014-10-27 20:51:55 -04:00
<label>
2014-03-10 01:18:05 -04:00
<span class="component-title"> </span>
2014-10-27 20:51:55 -04:00
<span class="component-desc">automatically filled via the 'Get Settings' button.</span>
2014-03-10 01:18:05 -04:00
</label>
</div>
<div class="testNotification" id="testNMJ-result">Click below to test.</div>
<input class="btn" type="button" value="Test NMJ" id="testNMJ" />
<input type="submit" class="config_submitter btn" value="Save Changes" />
</div><!-- /content_use_nmj //-->
</fieldset>
</div><!-- /nmj component-group //-->
2014-10-27 20:51:55 -04:00
<div class="component-group">
2014-03-10 01:18:05 -04:00
<div class="component-group-desc">
2014-10-27 20:51:55 -04:00
<img class="notifier-icon" src=" $ sbRoot /images/notifiers/nmj.png" alt="" title="Networked Media Jukebox v2"/>
2014-11-08 21:49:38 -05:00
<h3><a href="<%= anon_url('http://www.popcornhour.com/') %>" rel="noreferrer" onclick="window.open(this.href, '_blank'); return false;">NMJv2</a></h3>
2014-03-10 01:18:05 -04:00
<p>The Networked Media Jukebox, or NMJv2, is the official media jukebox interface made available for the Popcorn Hour 300 & 400-series.</p>
</div>
<fieldset class="component-group-list">
<div class="field-pair">
2014-10-21 15:09:01 -04:00
<label for="use_nmjv2">
2014-03-10 01:18:05 -04:00
<span class="component-title">Enable</span>
2014-10-27 20:51:55 -04:00
<span class="component-desc">
<input type="checkbox" class="enabler" name="use_nmjv2" id="use_nmjv2" #if $ sickbeard . USE_NMJv2 then " checked= \" checked \" " else " " # />
<p>should SickRage send update commands to NMJv2 ?</p>
</span>
2014-03-10 01:18:05 -04:00
</label>
</div>
<div id="content_use_nmjv2">
<div class="field-pair">
2014-10-27 20:51:55 -04:00
<label for="nmjv2_host">
2014-03-10 01:18:05 -04:00
<span class="component-title">Popcorn IP address</span>
2014-10-21 15:09:01 -04:00
<input type="text" name="nmjv2_host" id="nmjv2_host" value=" $ sickbeard . NMJv2_HOST " class="form-control input-sm input250" />
2014-03-10 01:18:05 -04:00
</label>
2014-10-27 20:51:55 -04:00
<label>
2014-03-10 01:18:05 -04:00
<span class="component-title"> </span>
2014-10-27 20:51:55 -04:00
<span class="component-desc">IP address of Popcorn 300/400-series (eg. 192.168.1.100)</span>
2014-03-10 01:18:05 -04:00
</label>
</div>
2014-10-27 20:51:55 -04:00
<div class="field-pair">
<span class="component-title">Database location</span>
<span class="component-desc">
<label for="NMJV2_DBLOC_A" class="space-right">
<input type="radio" NAME="nmjv2_dbloc" VALUE="local" id="NMJV2_DBLOC_A" #if $ sickbeard . NMJv2_DBLOC == " local " then " checked= \" checked \" " else " " # />PCH Local Media
</label>
<label for="NMJV2_DBLOC_B">
<input type="radio" NAME="nmjv2_dbloc" VALUE="network" id="NMJV2_DBLOC_B" #if $ sickbeard . NMJv2_DBLOC == " network " then " checked= \" checked \" " else " " # />PCH Network Media
</label>
</span>
</div>
<div class="field-pair">
<label for="NMJv2db_instance">
<span class="component-title">Database instance</span>
2014-03-10 01:18:05 -04:00
<span class="component-desc">
2014-10-27 20:51:55 -04:00
<select id="NMJv2db_instance" class="form-control input-sm">
<option value="0"> #1 </option>
<option value="1"> #2 </option>
<option value="2"> #3 </option>
<option value="3"> #4 </option>
<option value="4"> #5 </option>
<option value="5"> #6 </option>
<option value="6"> #7 </option>
</select>
</span>
2014-03-10 01:18:05 -04:00
</label>
2014-10-27 20:51:55 -04:00
<label>
2014-03-10 01:18:05 -04:00
<span class="component-title"> </span>
2014-10-27 20:51:55 -04:00
<span class="component-desc">adjust this value if the wrong database is selected.</span>
2014-03-10 01:18:05 -04:00
</label>
</div>
<div class="field-pair">
2014-10-27 20:51:55 -04:00
<label for="settingsNMJv2">
<span class="component-title">Find database</span>
<input type="button" class="btn btn-inline" value="Find Database" id="settingsNMJv2" />
2014-03-10 01:18:05 -04:00
</label>
2014-10-27 20:51:55 -04:00
<label>
2014-03-10 01:18:05 -04:00
<span class="component-title"> </span>
2014-10-27 20:51:55 -04:00
<span class="component-desc">the Popcorn Hour device must be powered on.</span>
2014-03-10 01:18:05 -04:00
</label>
</div>
<div class="field-pair">
2014-10-27 20:51:55 -04:00
<label for="nmjv2_database">
<span class="component-title">NMJv2 database</span>
<input type="text" name="nmjv2_database" id="nmjv2_database" value=" $ sickbeard . NMJv2_DATABASE " class="form-control input-sm input250" #if $ sickbeard . NMJv2_DATABASE then " readonly= \" readonly \" " else " " # />
</label>
<label>
2014-03-10 01:18:05 -04:00
<span class="component-title"> </span>
2014-10-27 20:51:55 -04:00
<span class="component-desc">automatically filled via the 'Find Database' buttons.</span>
2014-03-10 01:18:05 -04:00
</label>
</div>
2014-10-27 20:51:55 -04:00
<div class="testNotification" id="testNMJv2-result">Click below to test.</div>
<input class="btn" type="button" value="Test NMJv2" id="testNMJv2" />
<input type="submit" class="config_submitter btn" value="Save Changes" />
2014-03-10 01:18:05 -04:00
</div><!-- /content_use_nmjv2 //-->
</fieldset>
</div><!-- /nmjv2 component-group //-->
2014-10-21 15:09:01 -04:00
<div class="component-group">
2014-03-10 01:18:05 -04:00
<div class="component-group-desc">
2014-10-27 20:51:55 -04:00
<img class="notifier-icon" src=" $ sbRoot /images/notifiers/synoindex.png" alt="" title="Synology" />
2014-11-08 21:49:38 -05:00
<h3><a href="<%= anon_url('http://synology.com/') %>" rel="noreferrer" onclick="window.open(this.href, '_blank'); return false;">Synology</a></h3>
2014-05-28 20:30:38 -04:00
<p>The Synology DiskStation NAS.</p>
2014-03-10 01:18:05 -04:00
<p>Synology Indexer is the daemon running on the Synology NAS to build its media database.</p>
</div>
<fieldset class="component-group-list">
<div class="field-pair">
2014-10-21 15:09:01 -04:00
<label for="use_synoindex">
2014-03-10 01:18:05 -04:00
<span class="component-title">Enable</span>
2014-10-27 20:51:55 -04:00
<span class="component-desc">
<input type="checkbox" class="enabler" name="use_synoindex" id="use_synoindex" #if $ sickbeard . USE_SYNOINDEX then " checked= \" checked \" " else " " # />
<p>should SickRage send Synology notifications ?</p>
2014-03-10 01:18:05 -04:00
</span>
</label>
2014-10-27 20:51:55 -04:00
<label>
2014-03-10 01:18:05 -04:00
<span class="component-title"> </span>
2014-10-27 20:51:55 -04:00
<span class="component-desc"><b>Note:</b> requires SickRage to be running on your Synology NAS.</span>
2014-03-10 01:18:05 -04:00
</label>
</div>
<div id="content_use_synoindex">
<input type="submit" class="config_submitter btn" value="Save Changes" />
</div><!-- /content_use_synoindex //-->
</fieldset>
</div><!-- /synoindex component-group //-->
2014-10-21 15:09:01 -04:00
<div class="component-group">
2014-03-10 01:18:05 -04:00
<div class="component-group-desc">
2014-10-27 20:51:55 -04:00
<img class="notifier-icon" src=" $ sbRoot /images/notifiers/synologynotifier.png" alt="" title="Synology Indexer" />
2014-11-08 21:49:38 -05:00
<h3><a href="<%= anon_url('http://synology.com/') %>" rel="noreferrer" onclick="window.open(this.href, '_blank'); return false;">Synology Notifier</a></h3>
2014-03-10 01:18:05 -04:00
<p>Synology Notifier is the notification system of Synology DSM</p>
</div>
<fieldset class="component-group-list">
<div class="field-pair">
2014-10-21 15:09:01 -04:00
<label for="use_synologynotifier">
2014-03-10 01:18:05 -04:00
<span class="component-title">Enable</span>
2014-10-27 20:51:55 -04:00
<span class="component-desc">
<input type="checkbox" class="enabler" name="use_synologynotifier" id="use_synologynotifier" #if $ sickbeard . USE_SYNOLOGYNOTIFIER then " checked= \" checked \" " else " " # />
<p>should SickRage send notifications to the Synology Notifier ?</p>
2014-03-10 01:18:05 -04:00
</span>
</label>
2014-10-27 20:51:55 -04:00
<label>
2014-03-10 01:18:05 -04:00
<span class="component-title"> </span>
2014-10-27 20:51:55 -04:00
<span class="component-desc"><b>Note:</b> requires SickRage to be running on your Synology DSM.</span>
2014-03-10 01:18:05 -04:00
</label>
2014-10-27 20:51:55 -04:00
</div>
2014-03-10 01:18:05 -04:00
<div id="content_use_synologynotifier">
<div class="field-pair">
2014-10-21 15:09:01 -04:00
<label for="synologynotifier_notify_onsnatch">
2014-10-27 20:51:55 -04:00
<span class="component-title">Notify on snatch</span>
<span class="component-desc">
<input type="checkbox" name="synologynotifier_notify_onsnatch" id="synologynotifier_notify_onsnatch" #if $ sickbeard . SYNOLOGYNOTIFIER_NOTIFY_ONSNATCH then " checked= \" checked \" " else " " # />
<p>send a notification when a download starts ?</p>
</span>
2014-03-10 01:18:05 -04:00
</label>
</div>
<div class="field-pair">
2014-10-21 15:09:01 -04:00
<label for="synologynotifier_notify_ondownload">
2014-10-27 20:51:55 -04:00
<span class="component-title">Notify on download</span>
<span class="component-desc">
<input type="checkbox" name="synologynotifier_notify_ondownload" id="synologynotifier_notify_ondownload" #if $ sickbeard . SYNOLOGYNOTIFIER_NOTIFY_ONDOWNLOAD then " checked= \" checked \" " else " " # />
<p>send a notification when a download finishes ?</p>
</span>
2014-03-10 01:18:05 -04:00
</label>
</div>
<div class="field-pair">
2014-10-21 15:09:01 -04:00
<label for="synologynotifier_notify_onsubtitledownload">
2014-10-27 20:51:55 -04:00
<span class="component-title">Notify on subtitle download</span>
<span class="component-desc">
<input type="checkbox" name="synologynotifier_notify_onsubtitledownload" id="synologynotifier_notify_onsubtitledownload" #if $ sickbeard . SYNOLOGYNOTIFIER_NOTIFY_ONSUBTITLEDOWNLOAD then " checked= \" checked \" " else " " # />
<p>send a notification when subtitles are downloaded ?</p>
</span>
2014-03-10 01:18:05 -04:00
</label>
</div>
<input type="submit" class="config_submitter btn" value="Save Changes" />
2014-10-27 20:51:55 -04:00
</div>
2014-03-10 01:18:05 -04:00
</fieldset>
</div><!-- /synology notifier component-group //-->
2014-10-21 15:09:01 -04:00
<div class="component-group">
2014-03-10 01:18:05 -04:00
<div class="component-group-desc">
2014-10-27 20:51:55 -04:00
<img class="notifier-icon" src=" $ sbRoot /images/notifiers/pytivo.png" alt="" title="pyTivo" />
2014-11-08 21:49:38 -05:00
<h3><a href="<%= anon_url('http://pytivo.sourceforge.net/wiki/index.php/PyTivo') %>" rel="noreferrer" onclick="window.open(this.href, '_blank'); return false;">pyTivo</a></h3>
2014-05-28 20:30:38 -04:00
<p>pyTivo is both an HMO and GoBack server. This notifier will load the completed downloads to your Tivo.</p>
2014-03-10 01:18:05 -04:00
</div>
<fieldset class="component-group-list">
<div class="field-pair">
2014-10-21 15:09:01 -04:00
<label for="use_pytivo">
2014-03-10 01:18:05 -04:00
<span class="component-title">Enable</span>
2014-10-27 20:51:55 -04:00
<span class="component-desc">
<input type="checkbox" class="enabler" name="use_pytivo" id="use_pytivo" #if $ sickbeard . USE_PYTIVO then " checked= \" checked \" " else " " # />
<p>should SickRage send notifications to pyTivo ?</p>
</span>
2014-03-10 01:18:05 -04:00
</label>
2014-10-27 20:51:55 -04:00
<label>
2014-03-10 01:18:05 -04:00
<span class="component-title"> </span>
2014-10-27 20:51:55 -04:00
<span class="component-desc"><b>Note:</b> requires the downloaded files to be accessible by pyTivo.</span>
2014-03-10 01:18:05 -04:00
</label>
</div>
<div id="content_use_pytivo">
<div class="field-pair">
2014-10-27 20:51:55 -04:00
<label for="pytivo_host">
2014-03-10 01:18:05 -04:00
<span class="component-title">pyTivo IP:Port</span>
2014-10-21 15:09:01 -04:00
<input type="text" name="pytivo_host" id="pytivo_host" value=" $ sickbeard . PYTIVO_HOST " class="form-control input-sm input250" />
2014-03-10 01:18:05 -04:00
</label>
2014-10-27 20:51:55 -04:00
<label>
2014-03-10 01:18:05 -04:00
<span class="component-title"> </span>
2014-10-27 20:51:55 -04:00
<span class="component-desc">host running pyTivo (eg. 192.168.1.1:9032)</span>
2014-03-10 01:18:05 -04:00
</label>
</div>
<div class="field-pair">
2014-10-27 20:51:55 -04:00
<label for="pytivo_share_name">
<span class="component-title">pyTivo share name</span>
2014-10-21 15:09:01 -04:00
<input type="text" name="pytivo_share_name" id="pytivo_share_name" value=" $ sickbeard . PYTIVO_SHARE_NAME " class="form-control input-sm input250" />
2014-03-10 01:18:05 -04:00
</label>
2014-10-27 20:51:55 -04:00
<label>
2014-03-10 01:18:05 -04:00
<span class="component-title"> </span>
2014-10-27 20:51:55 -04:00
<span class="component-desc">value used in pyTivo Web Configuration to name the share.</span>
2014-03-10 01:18:05 -04:00
</label>
</div>
<div class="field-pair">
2014-10-27 20:51:55 -04:00
<label for="pytivo_tivo_name">
<span class="component-title">Tivo name</span>
2014-10-21 15:09:01 -04:00
<input type="text" name="pytivo_tivo_name" id="pytivo_tivo_name" value=" $ sickbeard . PYTIVO_TIVO_NAME " class="form-control input-sm input250" />
2014-03-10 01:18:05 -04:00
</label>
2014-10-27 20:51:55 -04:00
<label>
2014-03-10 01:18:05 -04:00
<span class="component-title"> </span>
2014-10-27 20:51:55 -04:00
<span class="component-desc">(Messages & Settings > Account & System Information > System Information > DVR name)</span>
2014-03-10 01:18:05 -04:00
</label>
</div>
<input type="submit" class="config_submitter btn" value="Save Changes" />
</div><!-- /content_use_pytivo //-->
</fieldset>
</div><!-- /component-group //-->
2014-10-27 20:51:55 -04:00
</div>
2014-03-10 01:18:05 -04:00
2014-10-27 20:51:55 -04:00
<div id="tabs-2">
<div class="component-group">
2014-03-10 01:18:05 -04:00
<div class="component-group-desc">
2014-10-27 20:51:55 -04:00
<img class="notifier-icon" src=" $ sbRoot /images/notifiers/growl.png" alt="" title="Growl" />
2014-11-08 21:49:38 -05:00
<h3><a href="<%= anon_url('http://growl.info/') %>" rel="noreferrer" onclick="window.open(this.href, '_blank'); return false;">Growl</a></h3>
2014-03-10 01:18:05 -04:00
<p>A cross-platform unobtrusive global notification system.</p>
</div>
<fieldset class="component-group-list">
<div class="field-pair">
2014-10-21 15:09:01 -04:00
<label for="use_growl">
2014-03-10 01:18:05 -04:00
<span class="component-title">Enable</span>
2014-10-27 20:51:55 -04:00
<span class="component-desc">
<input type="checkbox" class="enabler" name="use_growl" id="use_growl" #if $ sickbeard . USE_GROWL then " checked= \" checked \" " else " " # />
<p>should SickRage send Growl notifications ?</p>
</span>
2014-03-10 01:18:05 -04:00
</label>
</div>
<div id="content_use_growl">
<div class="field-pair">
2014-10-21 15:09:01 -04:00
<label for="growl_notify_onsnatch">
2014-10-27 20:51:55 -04:00
<span class="component-title">Notify on snatch</span>
<span class="component-desc">
<input type="checkbox" name="growl_notify_onsnatch" id="growl_notify_onsnatch" #if $ sickbeard . GROWL_NOTIFY_ONSNATCH then " checked= \" checked \" " else " " # />
<p>send a notification when a download starts ?</p>
</span>
2014-03-10 01:18:05 -04:00
</label>
</div>
<div class="field-pair">
2014-10-21 15:09:01 -04:00
<label for="growl_notify_ondownload">
2014-10-27 20:51:55 -04:00
<span class="component-title">Notify on download</span>
<span class="component-desc">
<input type="checkbox" name="growl_notify_ondownload" id="growl_notify_ondownload" #if $ sickbeard . GROWL_NOTIFY_ONDOWNLOAD then " checked= \" checked \" " else " " # />
<p>send a notification when a download finishes ?</p>
</span>
2014-03-10 01:18:05 -04:00
</label>
</div>
<div class="field-pair">
2014-10-21 15:09:01 -04:00
<label for="growl_notify_onsubtitledownload">
2014-10-27 20:51:55 -04:00
<span class="component-title">Notify on subtitle download</span>
<span class="component-desc">
<input type="checkbox" name="growl_notify_onsubtitledownload" id="growl_notify_onsubtitledownload" #if $ sickbeard . GROWL_NOTIFY_ONSUBTITLEDOWNLOAD then " checked= \" checked \" " else " " # />
<p>send a notification when subtitles are downloaded ?</p>
</span>
2014-03-10 01:18:05 -04:00
</label>
</div>
<div class="field-pair">
2014-10-27 20:51:55 -04:00
<label for="growl_host">
2014-03-10 01:18:05 -04:00
<span class="component-title">Growl IP:Port</span>
2014-10-21 15:09:01 -04:00
<input type="text" name="growl_host" id="growl_host" value=" $ sickbeard . GROWL_HOST " class="form-control input-sm input250" />
2014-03-10 01:18:05 -04:00
</label>
2014-10-27 20:51:55 -04:00
<label>
2014-03-10 01:18:05 -04:00
<span class="component-title"> </span>
2014-10-27 20:51:55 -04:00
<span class="component-desc">host running Growl (eg. 192.168.1.100:23053)</span>
2014-03-10 01:18:05 -04:00
</label>
</div>
<div class="field-pair">
2014-10-27 20:51:55 -04:00
<label for="growl_password">
<span class="component-title">Growl password</span>
2014-10-21 15:09:01 -04:00
<input type="password" name="growl_password" id="growl_password" value=" $ sickbeard . GROWL_PASSWORD " class="form-control input-sm input250" />
2014-03-10 01:18:05 -04:00
</label>
2014-10-27 20:51:55 -04:00
<label>
2014-03-10 01:18:05 -04:00
<span class="component-title"> </span>
2014-10-27 20:51:55 -04:00
<span class="component-desc">may leave blank if SickRage is on the same host.</span>
2014-03-10 01:18:05 -04:00
</label>
2014-10-27 20:51:55 -04:00
<label>
2014-03-10 01:18:05 -04:00
<span class="component-title"> </span>
2014-10-27 20:51:55 -04:00
<span class="component-desc">otherwise Growl <b>requires</b> a password to be used.</span>
2014-03-10 01:18:05 -04:00
</label>
</div>
<div class="testNotification" id="testGrowl-result">Click below to register and test Growl, this is required for Growl notifications to work.</div>
<input class="btn" type="button" value="Register Growl" id="testGrowl" />
<input type="submit" class="config_submitter btn" value="Save Changes" />
</div><!-- /content_use_growl //-->
</fieldset>
</div><!-- /growl component-group //-->
2014-10-21 15:09:01 -04:00
<div class="component-group">
2014-03-10 01:18:05 -04:00
<div class="component-group-desc">
2014-10-27 20:51:55 -04:00
<img class="notifier-icon" src=" $ sbRoot /images/notifiers/prowl.png" alt="Prowl" title="Prowl" />
2014-11-08 21:49:38 -05:00
<h3><a href="<%= anon_url('http://www.prowlapp.com/') %>" rel="noreferrer" onclick="window.open(this.href, '_blank'); return false;">Prowl</a></h3>
2014-03-10 01:18:05 -04:00
<p>A Growl client for iOS.</p>
</div>
<fieldset class="component-group-list">
<div class="field-pair">
2014-10-21 15:09:01 -04:00
<label for="use_prowl">
2014-03-10 01:18:05 -04:00
<span class="component-title">Enable</span>
2014-10-27 20:51:55 -04:00
<span class="component-desc">
<input type="checkbox" class="enabler" name="use_prowl" id="use_prowl" #if $ sickbeard . USE_PROWL then " checked= \" checked \" " else " " # />
<p>should SickRage send Prowl notifications ?</p>
</span>
2014-03-10 01:18:05 -04:00
</label>
</div>
<div id="content_use_prowl">
<div class="field-pair">
2014-10-21 15:09:01 -04:00
<label for="prowl_notify_onsnatch">
2014-10-27 20:51:55 -04:00
<span class="component-title">Notify on snatch</span>
<span class="component-desc">
<input type="checkbox" name="prowl_notify_onsnatch" id="prowl_notify_onsnatch" #if $ sickbeard . PROWL_NOTIFY_ONSNATCH then " checked= \" checked \" " else " " # />
<p>send a notification when a download starts ?</p>
</span>
2014-03-10 01:18:05 -04:00
</label>
</div>
<div class="field-pair">
2014-10-21 15:09:01 -04:00
<label for="prowl_notify_ondownload">
2014-10-27 20:51:55 -04:00
<span class="component-title">Notify on download</span>
<span class="component-desc">
<input type="checkbox" name="prowl_notify_ondownload" id="prowl_notify_ondownload" #if $ sickbeard . PROWL_NOTIFY_ONDOWNLOAD then " checked= \" checked \" " else " " # />
<p>send a notification when a download finishes ?</p>
</span>
2014-03-10 01:18:05 -04:00
</label>
</div>
<div class="field-pair">
2014-10-21 15:09:01 -04:00
<label for="prowl_notify_onsubtitledownload">
2014-10-27 20:51:55 -04:00
<span class="component-title">Notify on subtitle download</span>
<span class="component-desc">
<input type="checkbox" name="prowl_notify_onsubtitledownload" id="prowl_notify_onsubtitledownload" #if $ sickbeard . PROWL_NOTIFY_ONSUBTITLEDOWNLOAD then " checked= \" checked \" " else " " # />
<p>send a notification when subtitles are downloaded ?</p>
</span>
2014-03-10 01:18:05 -04:00
</label>
</div>
<div class="field-pair">
2014-10-27 20:51:55 -04:00
<label for="prowl_api">
2014-03-10 01:18:05 -04:00
<span class="component-title">Prowl API key:</span>
2014-10-21 15:09:01 -04:00
<input type="text" name="prowl_api" id="prowl_api" value=" $ sickbeard . PROWL_API " class="form-control input-sm input250" />
2014-03-10 01:18:05 -04:00
</label>
2014-10-27 20:51:55 -04:00
<label>
2014-03-10 01:18:05 -04:00
<span class="component-title"> </span>
2014-11-08 21:49:38 -05:00
<span class="component-desc">get your key at: <a href="<%= anon_url('https://www.prowlapp.com/api_settings.php') %>" rel="noreferrer" onclick="window.open(this.href, '_blank'); return false;">https://www.prowlapp.com/api_settings.php</a></span>
2014-03-10 01:18:05 -04:00
</label>
</div>
<div class="field-pair">
2014-10-27 20:51:55 -04:00
<label for="prowl_priority">
2014-03-10 01:18:05 -04:00
<span class="component-title">Prowl priority:</span>
2014-10-27 20:51:55 -04:00
<select id="prowl_priority" name="prowl_priority" class="form-control input-sm">
2014-03-10 01:18:05 -04:00
<option value="-2" #if $ sickbeard . PROWL_PRIORITY == " -2 " then ' selected= " selected " ' else " " # >Very Low</option>
<option value="-1" #if $ sickbeard . PROWL_PRIORITY == " -1 " then ' selected= " selected " ' else " " # >Moderate</option>
<option value="0" #if $ sickbeard . PROWL_PRIORITY == " 0 " then ' selected= " selected " ' else " " # >Normal</option>
<option value="1" #if $ sickbeard . PROWL_PRIORITY == " 1 " then ' selected= " selected " ' else " " # >High</option>
<option value="2" #if $ sickbeard . PROWL_PRIORITY == " 2 " then ' selected= " selected " ' else " " # >Emergency</option>
</select>
</label>
2014-10-27 20:51:55 -04:00
<label>
2014-03-10 01:18:05 -04:00
<span class="component-title"> </span>
2014-10-27 20:51:55 -04:00
<span class="component-desc">priority of Prowl messages from SickRage.</span>
2014-03-10 01:18:05 -04:00
</label>
</div>
<div class="testNotification" id="testProwl-result">Click below to test.</div>
<input class="btn" type="button" value="Test Prowl" id="testProwl" />
<input type="submit" class="config_submitter btn" value="Save Changes" />
</div><!-- /content_use_prowl //-->
</fieldset>
</div><!-- /prowl component-group //-->
2014-10-21 15:09:01 -04:00
<div class="component-group">
2014-03-10 01:18:05 -04:00
<div class="component-group-desc">
2014-10-27 20:51:55 -04:00
<img class="notifier-icon" src=" $ sbRoot /images/notifiers/libnotify.png" alt="" title="Libnotify" />
2014-11-08 21:49:38 -05:00
<h3><a href="<%= anon_url('http://library.gnome.org/devel/libnotify/') %>" rel="noreferrer" onclick="window.open(this.href, '_blank'); return false;">Libnotify</a></h3>
2014-03-10 01:18:05 -04:00
<p>The standard desktop notification API for Linux/*nix systems. This notifier will only function if the pynotify module is installed (Ubuntu/Debian package <a href="apt:python-notify">python-notify</a>).</p>
</div>
<fieldset class="component-group-list">
<div class="field-pair">
2014-10-21 15:09:01 -04:00
<label for="use_libnotify">
2014-03-10 01:18:05 -04:00
<span class="component-title">Enable</span>
2014-10-27 20:51:55 -04:00
<span class="component-desc">
<input type="checkbox" class="enabler" name="use_libnotify" id="use_libnotify" #if $ sickbeard . USE_LIBNOTIFY then " checked= \" checked \" " else " " # />
<p>should SickRage send Libnotify notifications ?</p>
</span>
2014-03-10 01:18:05 -04:00
</label>
</div>
<div id="content_use_libnotify">
<div class="field-pair">
2014-10-21 15:09:01 -04:00
<label for="libnotify_notify_onsnatch">
2014-10-27 20:51:55 -04:00
<span class="component-title">Notify on snatch</span>
<span class="component-desc">
<input type="checkbox" name="libnotify_notify_onsnatch" id="libnotify_notify_onsnatch" #if $ sickbeard . LIBNOTIFY_NOTIFY_ONSNATCH then " checked= \" checked \" " else " " # />
<p>send a notification when a download starts ?</p>
</span>
2014-03-10 01:18:05 -04:00
</label>
</div>
<div class="field-pair">
2014-10-21 15:09:01 -04:00
<label for="libnotify_notify_ondownload">
2014-10-27 20:51:55 -04:00
<span class="component-title">Notify on download</span>
<span class="component-desc">
<input type="checkbox" name="libnotify_notify_ondownload" id="libnotify_notify_ondownload" #if $ sickbeard . LIBNOTIFY_NOTIFY_ONDOWNLOAD then " checked= \" checked \" " else " " # />
<p>send a notification when a download finishes ?</p>
</span>
2014-03-10 01:18:05 -04:00
</label>
</div>
<div class="field-pair">
2014-10-21 15:09:01 -04:00
<label for="libnotify_notify_onsubtitledownload">
2014-10-27 20:51:55 -04:00
<span class="component-title">Notify on subtitle download</span>
<span class="component-desc">
<input type="checkbox" name="libnotify_notify_onsubtitledownload" id="libnotify_notify_onsubtitledownload" #if $ sickbeard . LIBNOTIFY_NOTIFY_ONSUBTITLEDOWNLOAD then " checked= \" checked \" " else " " # />
<p>send a notification when subtitles are downloaded ?</p>
</span>
2014-03-10 01:18:05 -04:00
</label>
</div>
<div class="testNotification" id="testLibnotify-result">Click below to test.</div>
<input class="btn" type="button" value="Test Libnotify" id="testLibnotify" />
<input type="submit" class="config_submitter btn" value="Save Changes" />
</div><!-- /content_use_libnotify //-->
</fieldset>
</div><!-- /libnotify component-group //-->
2014-10-21 15:09:01 -04:00
<div class="component-group">
2014-03-10 01:18:05 -04:00
<div class="component-group-desc">
2014-10-27 20:51:55 -04:00
<img class="notifier-icon" src=" $ sbRoot /images/notifiers/pushover.png" alt="" title="Pushover" />
2014-11-08 21:49:38 -05:00
<h3><a href="<%= anon_url('https://pushover.net/apps/clone/sickrage') %>" rel="noreferrer" onclick="window.open(this.href, '_blank'); return false;">Pushover</a></h3>
2014-03-10 01:18:05 -04:00
<p>Pushover makes it easy to send real-time notifications to your Android and iOS devices.</p>
</div>
<fieldset class="component-group-list">
<div class="field-pair">
2014-10-21 15:09:01 -04:00
<label for="use_pushover">
2014-03-10 01:18:05 -04:00
<span class="component-title">Enable</span>
2014-10-27 20:51:55 -04:00
<span class="component-desc">
<input type="checkbox" class="enabler" name="use_pushover" id="use_pushover" #if $ sickbeard . USE_PUSHOVER then " checked= \" checked \" " else " " # />
<p>should SickRage send Pushover notifications ?</p>
</span>
2014-03-10 01:18:05 -04:00
</label>
</div>
<div id="content_use_pushover">
<div class="field-pair">
2014-10-21 15:09:01 -04:00
<label for="pushover_notify_onsnatch">
2014-10-27 20:51:55 -04:00
<span class="component-title">Notify on snatch</span>
<span class="component-desc">
<input type="checkbox" name="pushover_notify_onsnatch" id="pushover_notify_onsnatch" #if $ sickbeard . PUSHOVER_NOTIFY_ONSNATCH then " checked= \" checked \" " else " " # />
<p>send a notification when a download starts ?</p>
</span>
2014-03-10 01:18:05 -04:00
</label>
</div>
<div class="field-pair">
2014-10-21 15:09:01 -04:00
<label for="pushover_notify_ondownload">
2014-10-27 20:51:55 -04:00
<span class="component-title">Notify on download</span>
<span class="component-desc">
<input type="checkbox" name="pushover_notify_ondownload" id="pushover_notify_ondownload" #if $ sickbeard . PUSHOVER_NOTIFY_ONDOWNLOAD then " checked= \" checked \" " else " " # />
<p>send a notification when a download finishes ?</p>
</span>
2014-03-10 01:18:05 -04:00
</label>
</div>
<div class="field-pair">
2014-10-21 15:09:01 -04:00
<label for="pushover_notify_onsubtitledownload">
2014-10-27 20:51:55 -04:00
<span class="component-title">Notify on subtitle download</span>
<span class="component-desc">
<input type="checkbox" name="pushover_notify_onsubtitledownload" id="pushover_notify_onsubtitledownload" #if $ sickbeard . PUSHOVER_NOTIFY_ONSUBTITLEDOWNLOAD then " checked= \" checked \" " else " " # />
<p>send a notification when subtitles are downloaded ?</p>
</span>
2014-03-10 01:18:05 -04:00
</label>
</div>
<div class="field-pair">
2014-10-27 20:51:55 -04:00
<label for="pushover_userkey">
<span class="component-title">Pushover key</span>
2014-10-21 15:09:01 -04:00
<input type="text" name="pushover_userkey" id="pushover_userkey" value=" $ sickbeard . PUSHOVER_USERKEY " class="form-control input-sm input250" />
2014-03-10 01:18:05 -04:00
</label>
2014-10-27 20:51:55 -04:00
<label>
2014-03-10 01:18:05 -04:00
<span class="component-title"> </span>
2014-10-27 20:51:55 -04:00
<span class="component-desc">user key of your Pushover account</span>
2014-03-10 01:18:05 -04:00
</label>
</div>
2014-06-17 16:37:09 -04:00
<div class="field-pair">
2014-10-27 20:51:55 -04:00
<label for="pushover_apikey">
<span class="component-title">Pushover API key</span>
2014-10-21 15:09:01 -04:00
<input type="text" name="pushover_apikey" id="pushover_apikey" value=" $ sickbeard . PUSHOVER_APIKEY " class="form-control input-sm input250" />
2014-06-17 16:37:09 -04:00
</label>
2014-10-27 20:51:55 -04:00
<label>
2014-06-17 16:37:09 -04:00
<span class="component-title"> </span>
2014-11-08 21:49:38 -05:00
<span class="component-desc"><a href="<%= anon_url('https://pushover.net/apps/clone/sickrage') %>" rel="noreferrer" onclick="window.open(this.href, '_blank'); return false;"><b>Click here</b></a> to create a Pushover API key</span>
2014-06-17 16:37:09 -04:00
</label>
</div>
2014-03-10 01:18:05 -04:00
<div class="testNotification" id="testPushover-result">Click below to test.</div>
<input class="btn" type="button" value="Test Pushover" id="testPushover" />
<input type="submit" class="config_submitter btn" value="Save Changes" />
</div><!-- /content_use_pushover //-->
</fieldset>
</div><!-- /pushover component-group //-->
2014-10-21 15:09:01 -04:00
<div class="component-group">
2014-03-10 01:18:05 -04:00
<div class="component-group-desc">
2014-10-27 20:51:55 -04:00
<img class="notifier-icon" src=" $ sbRoot /images/notifiers/boxcar.png" alt="" title="Boxcar" />
2014-11-08 21:49:38 -05:00
<h3><a href="<%= anon_url('http://boxcar.io/') %>" rel="noreferrer" onclick="window.open(this.href, '_blank'); return false;">Boxcar</a></h3>
2014-05-28 20:30:38 -04:00
<p>Universal push notification for iOS. Read your messages where and when you want them! A subscription will be sent if needed.</p>
2014-03-10 01:18:05 -04:00
</div>
<fieldset class="component-group-list">
<div class="field-pair">
2014-10-21 15:09:01 -04:00
<label for="use_boxcar">
2014-03-10 01:18:05 -04:00
<span class="component-title">Enable</span>
2014-10-27 20:51:55 -04:00
<span class="component-desc">
<input type="checkbox" class="enabler" name="use_boxcar" id="use_boxcar" #if $ sickbeard . USE_BOXCAR then " checked= \" checked \" " else " " # />
<p>should SickRage send Boxcar notifications ?</p>
</span>
2014-03-10 01:18:05 -04:00
</label>
</div>
<div id="content_use_boxcar">
<div class="field-pair">
2014-10-21 15:09:01 -04:00
<label for="boxcar_notify_onsnatch">
2014-10-27 20:51:55 -04:00
<span class="component-title">Notify on snatch</span>
<span class="component-desc">
<input type="checkbox" name="boxcar_notify_onsnatch" id="boxcar_notify_onsnatch" #if $ sickbeard . BOXCAR_NOTIFY_ONSNATCH then " checked= \" checked \" " else " " # />
<p>send a notification when a download starts ?</p>
</span>
2014-03-10 01:18:05 -04:00
</label>
</div>
<div class="field-pair">
2014-10-21 15:09:01 -04:00
<label for="boxcar_notify_ondownload">
2014-10-27 20:51:55 -04:00
<span class="component-title">Notify on download</span>
<span class="component-desc">
<input type="checkbox" name="boxcar_notify_ondownload" id="boxcar_notify_ondownload" #if $ sickbeard . BOXCAR_NOTIFY_ONDOWNLOAD then " checked= \" checked \" " else " " # />
<p>send a notification when a download finishes ?</p>
</span>
2014-03-10 01:18:05 -04:00
</label>
</div>
<div class="field-pair">
2014-10-21 15:09:01 -04:00
<label for="boxcar_notify_onsubtitledownload">
2014-10-27 20:51:55 -04:00
<span class="component-title">Notify on subtitle download</span>
<span class="component-desc">
<input type="checkbox" name="boxcar_notify_onsubtitledownload" id="boxcar_notify_onsubtitledownload" #if $ sickbeard . BOXCAR_NOTIFY_ONSUBTITLEDOWNLOAD then " checked= \" checked \" " else " " # />
<p>send a notification when subtitles are downloaded ?</p>
</span>
2014-03-10 01:18:05 -04:00
</label>
</div>
<div class="field-pair">
2014-10-27 20:51:55 -04:00
<label for="boxcar_username">
<span class="component-title">Boxcar username</span>
2014-10-21 15:09:01 -04:00
<input type="text" name="boxcar_username" id="boxcar_username" value=" $ sickbeard . BOXCAR_USERNAME " class="form-control input-sm input250" />
2014-03-10 01:18:05 -04:00
</label>
2014-10-27 20:51:55 -04:00
<label>
2014-03-10 01:18:05 -04:00
<span class="component-title"> </span>
2014-10-27 20:51:55 -04:00
<span class="component-desc">username of your Boxcar account</span>
2014-03-10 01:18:05 -04:00
</label>
</div>
<div class="testNotification" id="testBoxcar-result">Click below to test.</div>
<input class="btn" type="button" value="Test Boxcar" id="testBoxcar" />
<input type="submit" class="config_submitter btn" value="Save Changes" />
</div><!-- /content_use_boxcar //-->
</fieldset>
</div><!-- /boxcar component-group //-->
2014-10-21 15:09:01 -04:00
<div class="component-group">
2014-05-07 10:23:06 -04:00
<div class="component-group-desc">
2014-10-27 20:51:55 -04:00
<img class="notifier-icon" src=" $ sbRoot /images/notifiers/boxcar2.png" alt="" title="Boxcar2"/>
2014-11-08 21:49:38 -05:00
<h3><a href="<%= anon_url('https://new.boxcar.io/') %>" rel="noreferrer" onclick="window.open(this.href, '_blank'); return false;">Boxcar2</a></h3>
2014-05-07 10:23:06 -04:00
<p>Read your messages where and when you want them!</p>
</div>
<fieldset class="component-group-list">
<div class="field-pair">
2014-10-21 15:09:01 -04:00
<label for="use_boxcar2">
2014-05-07 10:23:06 -04:00
<span class="component-title">Enable</span>
2014-10-27 20:51:55 -04:00
<span class="component-desc">
<input type="checkbox" class="enabler" name="use_boxcar2" id="use_boxcar2" #if $ sickbeard . USE_BOXCAR2 then " checked= \" checked \" " else " " # />
<p>should SickRage send Boxcar2 notifications ?</p>
</span>
2014-05-07 10:23:06 -04:00
</label>
</div>
<div id="content_use_boxcar2">
<div class="field-pair">
2014-10-21 15:09:01 -04:00
<label for="boxcar2_notify_onsnatch">
2014-10-27 20:51:55 -04:00
<span class="component-title">Notify on snatch</span>
<span class="component-desc">
<input type="checkbox" name="boxcar2_notify_onsnatch" id="boxcar2_notify_onsnatch" #if $ sickbeard . BOXCAR2_NOTIFY_ONSNATCH then " checked= \" checked \" " else " " # />
<p>send a notification when a download starts ?</p>
</span>
2014-05-07 10:23:06 -04:00
</label>
</div>
<div class="field-pair">
2014-10-21 15:09:01 -04:00
<label for="boxcar2_notify_ondownload">
2014-10-27 20:51:55 -04:00
<span class="component-title">Notify on download</span>
<span class="component-desc">
<input type="checkbox" name="boxcar2_notify_ondownload" id="boxcar2_notify_ondownload" #if $ sickbeard . BOXCAR2_NOTIFY_ONDOWNLOAD then " checked= \" checked \" " else " " # />
<p>send a notification when a download finishes ?</p>
</span>
2014-05-07 10:23:06 -04:00
</label>
</div>
<div class="field-pair">
2014-10-21 15:09:01 -04:00
<label for="boxcar2_notify_onsubtitledownload">
2014-10-27 20:51:55 -04:00
<span class="component-title">Notify on subtitle download</span>
<span class="component-desc">
<input type="checkbox" name="boxcar2_notify_onsubtitledownload" id="boxcar2_notify_onsubtitledownload" #if $ sickbeard . BOXCAR2_NOTIFY_ONSUBTITLEDOWNLOAD then " checked= \" checked \" " else " " # />
<p>send a notification when subtitles are downloaded ?</p>
</span>
2014-05-07 10:23:06 -04:00
</label>
</div>
<div class="field-pair">
2014-10-27 20:51:55 -04:00
<label for="boxcar2_accesstoken">
<span class="component-title">Boxcar2 access token</span>
2014-10-21 15:09:01 -04:00
<input type="text" name="boxcar2_accesstoken" id="boxcar2_accesstoken" value=" $ sickbeard . BOXCAR2_ACCESSTOKEN " class="form-control input-sm input250" />
2014-05-07 10:23:06 -04:00
</label>
2014-10-27 20:51:55 -04:00
<label>
2014-05-07 10:23:06 -04:00
<span class="component-title"> </span>
2014-10-27 20:51:55 -04:00
<span class="component-desc">access token for your Boxcar2 account.</span>
2014-05-07 10:23:06 -04:00
</label>
</div>
<div class="testNotification" id="testBoxcar2-result">Click below to test.</div>
<input class="btn" type="button" value="Test Boxcar2" id="testBoxcar2" />
<input type="submit" class="config_submitter btn" value="Save Changes" />
</div><!-- /content_use_boxcar2 //-->
</fieldset>
</div><!-- /boxcar2 component-group //-->
2014-03-10 01:18:05 -04:00
2014-10-21 15:09:01 -04:00
<div class="component-group">
2014-03-10 01:18:05 -04:00
<div class="component-group-desc">
2014-10-27 20:51:55 -04:00
<img class="notifier-icon" src=" $ sbRoot /images/notifiers/nma.png" alt="" title="NMA"/>
2014-11-08 21:49:38 -05:00
<h3><a href="<%= anon_url('http://nma.usk.bz') %>" rel="noreferrer" onclick="window.open(this.href, '_blank'); return false;">Notify My Android</a></h3>
2014-03-10 01:18:05 -04:00
<p>Notify My Android is a Prowl-like Android App and API that offers an easy way to send notifications from your application directly to your Android device.</p>
</div>
<fieldset class="component-group-list">
<div class="field-pair">
2014-10-21 15:09:01 -04:00
<label for="use_nma">
2014-03-10 01:18:05 -04:00
<span class="component-title">Enable</span>
2014-10-27 20:51:55 -04:00
<span class="component-desc">
<input type="checkbox" class="enabler" name="use_nma" id="use_nma" #if $ sickbeard . USE_NMA then " checked= \" checked \" " else " " # />
<p>should SickRage send NMA notifications ?</p>
</span>
2014-03-10 01:18:05 -04:00
</label>
</div>
<div id="content_use_nma">
<div class="field-pair">
2014-10-21 15:09:01 -04:00
<label for="nma_notify_onsnatch">
2014-10-27 20:51:55 -04:00
<span class="component-title">Notify on snatch</span>
<span class="component-desc">
<input type="checkbox" name="nma_notify_onsnatch" id="nma_notify_onsnatch" #if $ sickbeard . NMA_NOTIFY_ONSNATCH then " checked= \" checked \" " else " " # />
<p>send a notification when a download starts ?</p>
</span>
2014-03-10 01:18:05 -04:00
</label>
</div>
<div class="field-pair">
2014-10-21 15:09:01 -04:00
<label for="nma_notify_ondownload">
2014-10-27 20:51:55 -04:00
<span class="component-title">Notify on download</span>
<span class="component-desc">
<input type="checkbox" name="nma_notify_ondownload" id="nma_notify_ondownload" #if $ sickbeard . NMA_NOTIFY_ONDOWNLOAD then " checked= \" checked \" " else " " # />
<p>send a notification when a download finishes ?</p>
</span>
2014-03-10 01:18:05 -04:00
</label>
</div>
<div class="field-pair">
2014-10-21 15:09:01 -04:00
<label for="nma_notify_onsubtitledownload">
2014-10-27 20:51:55 -04:00
<span class="component-title">Notify on subtitle download</span>
<span class="component-desc">
<input type="checkbox" name="nma_notify_onsubtitledownload" id="nma_notify_onsubtitledownload" #if $ sickbeard . NMA_NOTIFY_ONSUBTITLEDOWNLOAD then " checked= \" checked \" " else " " # />
<p>send a notification when subtitles are downloaded ?</p>
</span>
2014-03-10 01:18:05 -04:00
</label>
</div>
<div class="field-pair">
2014-10-27 20:51:55 -04:00
<label for="nma_api">
2014-03-10 01:18:05 -04:00
<span class="component-title">NMA API key:</span>
2014-10-21 15:09:01 -04:00
<input type="text" name="nma_api" id="nma_api" value=" $ sickbeard . NMA_API " class="form-control input-sm input350" />
2014-03-10 01:18:05 -04:00
</label>
2014-10-27 20:51:55 -04:00
<label>
2014-03-10 01:18:05 -04:00
<span class="component-title"> </span>
2014-10-27 20:51:55 -04:00
<span class="component-desc">(multiple keys must be seperated by commas, up to a maximum of 5)</span>
2014-03-10 01:18:05 -04:00
</label>
</div>
<div class="field-pair">
2014-10-27 20:51:55 -04:00
<label for="nma_priority">
2014-03-10 01:18:05 -04:00
<span class="component-title">NMA priority:</span>
2014-10-21 15:09:01 -04:00
<select id="nma_priority" name="nma_priority" class="form-control input-sm">
2014-03-10 01:18:05 -04:00
<option value="-2" #if $ sickbeard . NMA_PRIORITY == " -2 " then ' selected= " selected " ' else " " # >Very Low</option>
<option value="-1" #if $ sickbeard . NMA_PRIORITY == " -1 " then ' selected= " selected " ' else " " # >Moderate</option>
<option value="0" #if $ sickbeard . NMA_PRIORITY == " 0 " then ' selected= " selected " ' else " " # >Normal</option>
<option value="1" #if $ sickbeard . NMA_PRIORITY == " 1 " then ' selected= " selected " ' else " " # >High</option>
<option value="2" #if $ sickbeard . NMA_PRIORITY == " 2 " then ' selected= " selected " ' else " " # >Emergency</option>
</select>
</label>
2014-10-27 20:51:55 -04:00
<label>
2014-03-10 01:18:05 -04:00
<span class="component-title"> </span>
2014-10-27 20:51:55 -04:00
<span class="component-desc">priority of NMA messages from SickRage.</span>
2014-03-10 01:18:05 -04:00
</label>
</div>
<div class="testNotification" id="testNMA-result">Click below to test.</div>
<input class="btn" type="button" value="Test NMA" id="testNMA" />
<input type="submit" class="config_submitter btn" value="Save Changes" />
</div><!-- /content_use_nma //-->
</fieldset>
</div><!-- /nma component-group //-->
2014-10-21 15:09:01 -04:00
<div class="component-group">
2014-03-10 01:18:05 -04:00
<div class="component-group-desc">
2014-10-27 20:51:55 -04:00
<img class="notifier-icon" src=" $ sbRoot /images/notifiers/pushalot.png" alt="" title="Pushalot" />
2014-11-08 21:49:38 -05:00
<h3><a href="<%= anon_url('https://pushalot.com') %>" rel="noreferrer" onclick="window.open(this.href, '_blank'); return false;">Pushalot</a></h3>
2014-03-10 01:18:05 -04:00
<p>Pushalot is a platform for receiving custom push notifications to connected devices running Windows Phone or Windows 8.</p>
</div>
<fieldset class="component-group-list">
<div class="field-pair">
2014-10-21 15:09:01 -04:00
<label for="use_pushalot">
2014-03-10 01:18:05 -04:00
<span class="component-title">Enable</span>
2014-10-27 20:51:55 -04:00
<span class="component-desc">
<input type="checkbox" class="enabler" name="use_pushalot" id="use_pushalot" #if $ sickbeard . USE_PUSHALOT then " checked= \" checked \" " else " " # />
<p>should SickRage send Pushalot notifications ?
</span>
2014-03-10 01:18:05 -04:00
</label>
</div>
<div id="content_use_pushalot">
<div class="field-pair">
2014-10-21 15:09:01 -04:00
<label for="pushalot_notify_onsnatch">
2014-10-27 20:51:55 -04:00
<span class="component-title">Notify on snatch</span>
<span class="component-desc">
<input type="checkbox" name="pushalot_notify_onsnatch" id="pushalot_notify_onsnatch" #if $ sickbeard . PUSHALOT_NOTIFY_ONSNATCH then " checked= \" checked \" " else " " # />
<p>send a notification when a download starts ?</p>
</span>
2014-03-10 01:18:05 -04:00
</label>
</div>
<div class="field-pair">
2014-10-21 15:09:01 -04:00
<label for="pushalot_notify_ondownload">
2014-10-27 20:51:55 -04:00
<span class="component-title">Notify on download</span>
<span class="component-desc">
<input type="checkbox" name="pushalot_notify_ondownload" id="pushalot_notify_ondownload" #if $ sickbeard . PUSHALOT_NOTIFY_ONDOWNLOAD then " checked= \" checked \" " else " " # />
<p>send a notification when a download finishes ?</p>
</span>
2014-03-10 01:18:05 -04:00
</label>
</div>
<div class="field-pair">
2014-10-21 15:09:01 -04:00
<label for="pushalot_notify_onsubtitledownload">
2014-10-27 20:51:55 -04:00
<span class="component-title">Notify on subtitle download</span>
<span class="component-desc">
<input type="checkbox" name="pushalot_notify_onsubtitledownload" id="pushalot_notify_onsubtitledownload" #if $ sickbeard . PUSHALOT_NOTIFY_ONSUBTITLEDOWNLOAD then " checked= \" checked \" " else " " # />
<p>send a notification when subtitles are downloaded ?</p>
</span>
2014-03-10 01:18:05 -04:00
</label>
</div>
<div class="field-pair">
2014-10-27 20:51:55 -04:00
<label for="pushalot_authorizationtoken">
<span class="component-title">Pushalot authorization token</span>
2014-10-21 15:09:01 -04:00
<input type="text" name="pushalot_authorizationtoken" id="pushalot_authorizationtoken" value=" $ sickbeard . PUSHALOT_AUTHORIZATIONTOKEN " class="form-control input-sm input350" />
2014-03-10 01:18:05 -04:00
</label>
2014-10-27 20:51:55 -04:00
<label>
2014-03-10 01:18:05 -04:00
<span class="component-title"> </span>
2014-10-27 20:51:55 -04:00
<span class="component-desc">authorization token of your Pushalot account.</span>
2014-03-10 01:18:05 -04:00
</label>
</div>
<div class="testNotification" id="testPushalot-result">Click below to test.</div>
<input type="button" class="btn" value="Test Pushalot" id="testPushalot" />
<input type="submit" class="btn config_submitter" value="Save Changes" />
</div><!-- /content_use_pushalot //-->
</fieldset>
</div><!-- /pushalot component-group //-->
2014-10-21 15:09:01 -04:00
<div class="component-group">
2014-03-10 01:18:05 -04:00
<div class="component-group-desc">
2014-10-27 20:51:55 -04:00
<img class="notifier-icon" src=" $ sbRoot /images/notifiers/pushbullet.png" alt="" title="Pushbullet" />
2014-11-08 21:49:38 -05:00
<h3><a href="<%= anon_url('https://www.pushbullet.com') %>" rel="noreferrer" onclick="window.open(this.href, '_blank'); return false;">Pushbullet</a></h3>
2014-03-10 01:18:05 -04:00
<p>Pushbullet is a platform for receiving custom push notifications to connected devices running Android and desktop Chrome browsers.</p>
</div>
<fieldset class="component-group-list">
<div class="field-pair">
2014-10-21 15:09:01 -04:00
<label for="use_pushbullet">
2014-03-10 01:18:05 -04:00
<span class="component-title">Enable</span>
2014-10-27 20:51:55 -04:00
<span class="component-desc">
<input type="checkbox" class="enabler" name="use_pushbullet" id="use_pushbullet" #if $ sickbeard . USE_PUSHBULLET then " checked= \" checked \" " else " " # />
<p>should SickRage send Pushbullet notifications ?</p>
</span>
2014-03-10 01:18:05 -04:00
</label>
</div>
<div id="content_use_pushbullet">
<div class="field-pair">
2014-10-21 15:09:01 -04:00
<label for="pushbullet_notify_onsnatch">
2014-10-27 20:51:55 -04:00
<span class="component-title">Notify on snatch</span>
<span class="component-desc">
<input type="checkbox" name="pushbullet_notify_onsnatch" id="pushbullet_notify_onsnatch" #if $ sickbeard . PUSHBULLET_NOTIFY_ONSNATCH then " checked= \" checked \" " else " " # />
<p>send a notification when a download starts ?</p>
</span>
2014-03-10 01:18:05 -04:00
</label>
</div>
<div class="field-pair">
2014-10-21 15:09:01 -04:00
<label for="pushbullet_notify_ondownload">
2014-10-27 20:51:55 -04:00
<span class="component-title">Notify on download</span>
<span class="component-desc">
<input type="checkbox" name="pushbullet_notify_ondownload" id="pushbullet_notify_ondownload" #if $ sickbeard . PUSHBULLET_NOTIFY_ONDOWNLOAD then " checked= \" checked \" " else " " # />
<p>send a notification when a download finishes ?</p>
</span>
2014-03-10 01:18:05 -04:00
</label>
</div>
<div class="field-pair">
2014-10-21 15:09:01 -04:00
<label for="pushbullet_notify_onsubtitledownload">
2014-10-27 20:51:55 -04:00
<span class="component-title">Notify on subtitle download</span>
<span class="component-desc">
<input type="checkbox" name="pushbullet_notify_onsubtitledownload" id="pushbullet_notify_onsubtitledownload" #if $ sickbeard . PUSHBULLET_NOTIFY_ONSUBTITLEDOWNLOAD then " checked= \" checked \" " else " " # />
<p>send a notification when subtitles are downloaded ?</p>
</span>
2014-03-10 01:18:05 -04:00
</label>
</div>
<div class="field-pair">
2014-10-27 20:51:55 -04:00
<label for="pushbullet_api">
<span class="component-title">Pushbullet API key</span>
2014-10-21 15:09:01 -04:00
<input type="text" name="pushbullet_api" id="pushbullet_api" value=" $ sickbeard . PUSHBULLET_API " class="form-control input-sm input350" />
2014-03-10 01:18:05 -04:00
</label>
2014-10-27 20:51:55 -04:00
<label>
2014-03-10 01:18:05 -04:00
<span class="component-title"> </span>
<span class="component-desc">API key of your Pushbullet account</span>
</label>
</div>
<div class="field-pair">
2014-10-27 20:51:55 -04:00
<label for="pushbullet_device_list">
<span class="component-title">Pushbullet devices</span>
2014-10-21 15:09:01 -04:00
<select name="pushbullet_device_list" id="pushbullet_device_list" class="form-control input-sm"></select>
2014-03-10 01:18:05 -04:00
<input type="hidden" id="pushbullet_device" value=" $ sickbeard . PUSHBULLET_DEVICE ">
2014-10-21 15:09:01 -04:00
<input type="button" class="btn btn-inline" value="Update device list" id="getPushbulletDevices" />
2014-03-10 01:18:05 -04:00
</label>
2014-10-27 20:51:55 -04:00
<label>
2014-03-10 01:18:05 -04:00
<span class="component-title"> </span>
2014-10-27 20:51:55 -04:00
<span class="component-desc">select device you wish to push to.</span>
2014-03-10 01:18:05 -04:00
</label>
</div>
<div class="testNotification" id="testPushbullet-result">Click below to test.</div>
2014-05-02 02:27:29 -04:00
<input type="button" class="btn" value="Test Pushbullet" id="testPushbullet" />
2014-03-10 01:18:05 -04:00
<input type="submit" class="btn config_submitter" value="Save Changes" />
</div><!-- /content_use_pushbullet //-->
</fieldset>
</div><!-- /pushbullet component-group //-->
2014-10-27 20:51:55 -04:00
</div>
2014-03-10 01:18:05 -04:00
<div id="tabs-3">
2014-10-27 20:51:55 -04:00
<div class="component-group">
<div class="component-group-desc">
<img class="notifier-icon" src=" $ sbRoot /images/notifiers/twitter.png" alt="" title="Twitter"/>
2014-11-08 21:49:38 -05:00
<h3><a href="<%= anon_url('http://www.twitter.com/') %>" rel="noreferrer" onclick="window.open(this.href, '_blank'); return false;">Twitter</a></h3>
2014-03-10 01:18:05 -04:00
<p>A social networking and microblogging service, enabling its users to send and read other users' messages called tweets.</p>
</div>
<fieldset class="component-group-list">
<div class="field-pair">
2014-10-21 15:09:01 -04:00
<label for="use_twitter">
2014-03-10 01:18:05 -04:00
<span class="component-title">Enable</span>
2014-10-27 20:51:55 -04:00
<span class="component-desc">
<input type="checkbox" class="enabler" name="use_twitter" id="use_twitter" #if $ sickbeard . USE_TWITTER then " checked= \" checked \" " else " " # />
<p>should SickRage post tweets on Twitter ?</p>
</span>
2014-03-10 01:18:05 -04:00
</label>
2014-10-27 20:51:55 -04:00
<label>
2014-03-10 01:18:05 -04:00
<span class="component-title"> </span>
2014-10-27 20:51:55 -04:00
<span class="component-desc"><b>Note:</b> you may want to use a secondary account.</span>
2014-03-10 01:18:05 -04:00
</label>
</div>
<div id="content_use_twitter">
<div class="field-pair">
2014-10-21 15:09:01 -04:00
<label for="twitter_notify_onsnatch">
2014-10-27 20:51:55 -04:00
<span class="component-title">Notify on snatch</span>
<span class="component-desc">
<input type="checkbox" name="twitter_notify_onsnatch" id="twitter_notify_onsnatch" #if $ sickbeard . TWITTER_NOTIFY_ONSNATCH then " checked= \" checked \" " else " " # />
<p>send a notification when a download starts ?</p>
</span>
2014-03-10 01:18:05 -04:00
</label>
</div>
<div class="field-pair">
2014-10-21 15:09:01 -04:00
<label for="twitter_notify_ondownload">
2014-10-27 20:51:55 -04:00
<span class="component-title">Notify on download</span>
<span class="component-desc">
<input type="checkbox" name="twitter_notify_ondownload" id="twitter_notify_ondownload" #if $ sickbeard . TWITTER_NOTIFY_ONDOWNLOAD then " checked= \" checked \" " else " " # />
<p>send a notification when a download finishes ?</p>
</span>
2014-03-10 01:18:05 -04:00
</label>
</div>
<div class="field-pair">
2014-10-21 15:09:01 -04:00
<label for="twitter_notify_onsubtitledownload">
2014-10-27 20:51:55 -04:00
<span class="component-title">Notify on subtitle download</span>
<span class="component-desc">
<input type="checkbox" name="twitter_notify_onsubtitledownload" id="twitter_notify_onsubtitledownload" #if $ sickbeard . TWITTER_NOTIFY_ONSUBTITLEDOWNLOAD then " checked= \" checked \" " else " " # />
<p>send a notification when subtitles are downloaded ?</p>
</span>
2014-03-10 01:18:05 -04:00
</label>
</div>
<div class="field-pair">
2014-10-21 15:09:01 -04:00
<label>
2014-03-10 01:18:05 -04:00
<span class="component-title">Step One</span>
</label>
2014-10-27 20:51:55 -04:00
<label>
2014-03-10 01:18:05 -04:00
<span style="font-size: 11px;">Click the "Request Authorization" button.<br/> This will open a new page containing an auth key.<br/> <b>Note:</b> if nothing happens check your popup blocker.<br/></span>
2014-10-21 15:09:01 -04:00
<input class="btn" type="button" value="Request Authorization" id="twitterStep1" />
2014-03-10 01:18:05 -04:00
</label>
</div>
<div class="field-pair">
2014-10-21 15:09:01 -04:00
<label>
2014-03-10 01:18:05 -04:00
<span class="component-title">Step Two</span>
</label>
2014-10-27 20:51:55 -04:00
<label>
2014-10-21 15:09:01 -04:00
<span style="font-size: 11px;">Enter the key Twitter gave you below, and click "Verify Key".<br/><br/></span>
<input type="text" id="twitter_key" value="" class="form-control input-sm input350" />
2014-10-27 20:51:55 -04:00
<input class="btn btn-inline" type="button" value="Verify Key" id="twitterStep2" />
2014-03-10 01:18:05 -04:00
</label>
</div>
2014-10-27 20:51:55 -04:00
<!--
2014-03-10 01:18:05 -04:00
<div class="field-pair">
2014-10-21 15:09:01 -04:00
<label>
2014-03-10 01:18:05 -04:00
<span class="component-title">Step Three</span>
</label>
</div>
2014-10-27 20:51:55 -04:00
//-->
2014-03-10 01:18:05 -04:00
<div class="testNotification" id="testTwitter-result">Click below to test.</div>
<input class="btn" type="button" value="Test Twitter" id="testTwitter" />
<input type="submit" class="config_submitter btn" value="Save Changes" />
</div><!-- /content_use_twitter //-->
</fieldset>
</div><!-- /twitter component-group //-->
2014-10-21 15:09:01 -04:00
<div class="component-group">
2014-03-10 01:18:05 -04:00
<div class="component-group-desc">
2014-10-27 20:51:55 -04:00
<img class="notifier-icon" src=" $ sbRoot /images/notifiers/trakt.png" alt="" title="Trakt"/>
2014-11-08 21:49:38 -05:00
<h3><a href="<%= anon_url('http://trakt.tv/') %>" rel="noreferrer" onclick="window.open(this.href, '_blank'); return false;">Trakt</a></h3>
2014-03-10 01:18:05 -04:00
<p>trakt helps keep a record of what TV shows and movies you are watching. Based on your favorites, trakt recommends additional shows and movies you'll enjoy!</p>
</div>
<fieldset class="component-group-list">
<div class="field-pair">
2014-10-21 15:09:01 -04:00
<label for="use_trakt">
2014-03-10 01:18:05 -04:00
<span class="component-title">Enable</span>
2014-10-27 20:51:55 -04:00
<span class="component-desc">
<input type="checkbox" class="enabler" name="use_trakt" id="use_trakt" #if $ sickbeard . USE_TRAKT then " checked= \" checked \" " else " " # />
<p>should SickRage send Trakt.tv notifications ?</p>
</span>
2014-03-10 01:18:05 -04:00
</label>
</div>
<div id="content_use_trakt">
<div class="field-pair">
2014-10-27 20:51:55 -04:00
<label for="trakt_username">
<span class="component-title">Trakt username</span>
<input type="text" name="trakt_username" id="trakt_username" value=" $ sickbeard . TRAKT_USERNAME " class="form-control input-sm input250" />
2014-03-10 01:18:05 -04:00
</label>
2014-10-27 20:51:55 -04:00
<label>
2014-03-10 01:18:05 -04:00
<span class="component-title"> </span>
2014-10-27 20:51:55 -04:00
<span class="component-desc">username of your Trakt account.</span>
2014-03-10 01:18:05 -04:00
</label>
</div>
<div class="field-pair">
2014-10-27 20:51:55 -04:00
<label for="trakt_password">
<span class="component-title">Trakt password</span>
<input type="password" name="trakt_password" id="trakt_password" value=" $ sickbeard . TRAKT_PASSWORD " class="form-control input-sm input250" />
2014-03-10 01:18:05 -04:00
</label>
2014-10-27 20:51:55 -04:00
<label>
2014-03-10 01:18:05 -04:00
<span class="component-title"> </span>
2014-10-27 20:51:55 -04:00
<span class="component-desc">password of your Trakt account.</span>
2014-03-10 01:18:05 -04:00
</label>
</div>
<div class="field-pair">
2014-10-27 20:51:55 -04:00
<label for="trakt_api">
2014-03-10 01:18:05 -04:00
<span class="component-title">Trakt API key:</span>
2014-10-27 20:51:55 -04:00
<input type="text" name="trakt_api" id="trakt_api" value=" $ sickbeard . TRAKT_API " class="form-control input-sm input250" />
2014-03-10 01:18:05 -04:00
</label>
2014-10-27 20:51:55 -04:00
<label>
2014-03-10 01:18:05 -04:00
<span class="component-title"> </span>
2014-11-08 21:49:38 -05:00
<span class="component-desc">get your key at: <a href="<%= anon_url('http://trakt.tv/settings/api') %>" rel="noreferrer" onclick="window.open(this.href, '_blank'); return false;"><b>http://trakt.tv/settings/api</b></a></span>
2014-03-10 01:18:05 -04:00
</label>
</div>
2014-10-27 20:51:55 -04:00
<div class="field-pair">
<label for="trakt_default_indexer">
<span class="component-title">Default indexer:</span>
2014-07-24 00:44:11 -04:00
<span class="component-desc">
2014-10-21 15:09:01 -04:00
<select id="trakt_default_indexer" name="trakt_default_indexer" class="form-control input-sm">
2014-07-24 00:44:11 -04:00
#for $ indexer in $ sickbeard . indexerApi ( ) . indexers
<option value=" $ indexer " #if $ indexer == $ sickbeard . TRAKT_DEFAULT_INDEXER then " selected= \" selected \" " else " " # > $ sickbeard . indexerApi ().indexers[ $ indexer ]</option>
#end for
</select>
</span>
</label>
2014-10-27 20:51:55 -04:00
</div>
2014-06-29 01:54:29 -04:00
<div class="field-pair">
2014-10-21 15:09:01 -04:00
<label for="trakt_sync">
2014-10-27 20:51:55 -04:00
<span class="component-title">Sync libraries:</span>
<span class="component-desc">
<input type="checkbox" class="enabler" name="trakt_sync" id="trakt_sync" #if $ sickbeard . TRAKT_SYNC then " checked= \" checked \" " else " " # />
<p>sync your SickRage show library with your trakt show library.</p>
</span>
2014-06-29 01:54:29 -04:00
</label>
</div>
2014-03-10 01:18:05 -04:00
<div class="field-pair">
2014-10-21 15:09:01 -04:00
<label for="trakt_use_watchlist">
2014-10-27 20:51:55 -04:00
<span class="component-title">Use watchlist:</span>
<span class="component-desc">
<input type="checkbox" class="enabler" name="trakt_use_watchlist" id="trakt_use_watchlist" #if $ sickbeard . TRAKT_USE_WATCHLIST then " checked= \" checked \" " else " " # />
<p>get new shows from your trakt watchlist.</p>
</span>
</label>
</div>
<div id="content_trakt_use_watchlist">
<div class="field-pair">
<label for="trakt_method_add">
<span class="component-title">Watchlist add method:</span>
<select id="trakt_method_add" name="trakt_method_add" class="form-control input-sm">
<option value="0" #if $ sickbeard . TRAKT_METHOD_ADD == 0 then " selected= \" selected \" " else " " # >Skip All</option>
<option value="1" #if $ sickbeard . TRAKT_METHOD_ADD == 1 then " selected= \" selected \" " else " " # >Download Pilot Only</option>
<option value="2" #if $ sickbeard . TRAKT_METHOD_ADD == 2 then " selected= \" selected \" " else " " # >Get whole show</option>
</select>
</label>
<label>
<span class="component-title"> </span>
<span class="component-desc">method in which to download episodes for new show's.</span>
</label>
</div>
<div class="field-pair">
<label for="trakt_remove_watchlist">
<span class="component-title">Remove episode:</span>
<span class="component-desc">
<input type="checkbox" name="trakt_remove_watchlist" id="trakt_remove_watchlist" #if $ sickbeard . TRAKT_REMOVE_WATCHLIST then " checked= \" checked \" " else " " # />
<p>remove an episode from your watchlist after it is downloaded.</p>
</span>
</label>
</div>
<div class="field-pair">
<label for="trakt_remove_serieslist">
<span class="component-title">Remove series:</span>
<span class="component-desc">
<input type="checkbox" name="trakt_remove_serieslist" id="trakt_remove_serieslist" #if $ sickbeard . TRAKT_REMOVE_SERIESLIST then " checked= \" checked \" " else " " # />
<p>remove the whole series from your watchlist after any download.</p>
</span>
</label>
</div>
<div class="field-pair">
<label for="trakt_start_paused">
<span class="component-title">Start paused:</span>
<span class="component-desc">
<input type="checkbox" name="trakt_start_paused" id="trakt_start_paused" #if $ sickbeard . TRAKT_START_PAUSED then " checked= \" checked \" " else " " # />
<p>show's grabbed from your trakt watchlist start paused.</p>
</span>
</label>
</div>
</div>
2014-03-10 01:18:05 -04:00
<div class="testNotification" id="testTrakt-result">Click below to test.</div>
<input type="button" class="btn" value="Test Trakt" id="testTrakt" />
<input type="submit" class="btn config_submitter" value="Save Changes" />
</div><!-- /content_use_trakt //-->
</fieldset>
</div><!-- /trakt component-group //-->
2014-10-21 15:09:01 -04:00
<div class="component-group">
2014-03-10 01:18:05 -04:00
<div class="component-group-desc">
2014-10-27 20:51:55 -04:00
<img class="notifier-icon" src=" $ sbRoot /images/notifiers/email.png" alt="" title="Email" />
2014-11-08 21:49:38 -05:00
<h3><a href="<%= anon_url('http://en.wikipedia.org/wiki/Comparison_of_webmail_providers') %>" rel="noreferrer" onclick="window.open(this.href, '_blank'); return false;">Email</a></h3>
2014-03-10 01:18:05 -04:00
<p>Allows configuration of email notifications on a per show basis.</p>
</div>
<fieldset class="component-group-list">
<div class="field-pair">
2014-10-21 15:09:01 -04:00
<label for="use_email">
2014-03-10 01:18:05 -04:00
<span class="component-title">Enable</span>
2014-10-27 20:51:55 -04:00
<span class="component-desc">
<input type="checkbox" class="enabler" name="use_email" id="use_email" #if $ sickbeard . USE_EMAIL then " checked= \" checked \" " else " " # />
<p>should SickRage send email notifications ?</p>
</span>
2014-03-10 01:18:05 -04:00
</label>
</div>
<div id="content_use_email">
<div class="field-pair">
2014-10-21 15:09:01 -04:00
<label for="email_notify_onsnatch">
2014-10-27 20:51:55 -04:00
<span class="component-title">Notify on snatch</span>
<span class="component-desc">
<input type="checkbox" name="email_notify_onsnatch" id="email_notify_onsnatch" #if $ sickbeard . EMAIL_NOTIFY_ONSNATCH then " checked= \" checked \" " else " " # />
<p>send a notification when a download starts ?</p>
</span>
2014-03-10 01:18:05 -04:00
</label>
</div>
<div class="field-pair">
2014-10-21 15:09:01 -04:00
<label for="email_notify_ondownload">
2014-10-27 20:51:55 -04:00
<span class="component-title">Notify on download</span>
<span class="component-desc">
<input type="checkbox" name="email_notify_ondownload" id="email_notify_ondownload" #if $ sickbeard . EMAIL_NOTIFY_ONDOWNLOAD then " checked= \" checked \" " else " " # />
<p>send a notification when a download finishes ?</p>
</span>
2014-03-10 01:18:05 -04:00
</label>
</div>
<div class="field-pair">
2014-10-21 15:09:01 -04:00
<label for="email_notify_onsubtitledownload">
2014-10-27 20:51:55 -04:00
<span class="component-title">Notify on subtitle download</span>
<span class="component-desc">
<input type="checkbox" name="email_notify_onsubtitledownload" id="email_notify_onsubtitledownload" #if $ sickbeard . EMAIL_NOTIFY_ONSUBTITLEDOWNLOAD then " checked= \" checked \" " else " " # />
<p>send a notification when subtitles are downloaded ?</p>
</span>
2014-03-10 01:18:05 -04:00
</label>
</div>
<div class="field-pair">
2014-10-27 20:51:55 -04:00
<label for="email_host">
<span class="component-title">SMTP host</span>
<input type="text" name="email_host" id="email_host" value=" $ sickbeard . EMAIL_HOST " class="form-control input-sm input250" />
2014-03-10 01:18:05 -04:00
</label>
2014-10-27 20:51:55 -04:00
<label>
2014-03-10 01:18:05 -04:00
<span class="component-title"> </span>
2014-10-27 20:51:55 -04:00
<span class="component-desc">hostname of your SMTP email server.</span>
2014-03-10 01:18:05 -04:00
</label>
</div>
<div class="field-pair">
2014-10-27 20:51:55 -04:00
<label for="email_port">
<span class="component-title">SMTP port</span>
<input type="text" name="email_port" id="email_port" value=" $ sickbeard . EMAIL_PORT " class="form-control input-sm input75" />
2014-03-10 01:18:05 -04:00
</label>
2014-10-27 20:51:55 -04:00
<label>
2014-03-10 01:18:05 -04:00
<span class="component-title"> </span>
2014-10-27 20:51:55 -04:00
<span class="component-desc">port number used to connect to your SMTP host.</span>
2014-03-10 01:18:05 -04:00
</label>
</div>
<div class="field-pair">
2014-10-27 20:51:55 -04:00
<label for="email_from">
<span class="component-title">SMTP from</span>
<input type="text" name="email_from" id="email_from" value=" $ sickbeard . EMAIL_FROM " class="form-control input-sm input250" />
2014-03-10 01:18:05 -04:00
</label>
2014-10-27 20:51:55 -04:00
<label>
2014-03-10 01:18:05 -04:00
<span class="component-title"> </span>
2014-10-27 20:51:55 -04:00
<span class="component-desc">sender email address, some hosts require a real address.</span>
2014-03-10 01:18:05 -04:00
</label>
</div>
<div class="field-pair">
2014-10-27 20:51:55 -04:00
<label for="email_tls">
2014-03-10 01:18:05 -04:00
<span class="component-title">Use TLS</span>
2014-10-27 20:51:55 -04:00
<span class="component-desc">
<input type="checkbox" name="email_tls" id="email_tls" #if $ sickbeard . EMAIL_TLS then " checked= \" checked \" " else " " # />
<p>check to use TLS encryption.</p>
</span>
2014-03-10 01:18:05 -04:00
</label>
</div>
<div class="field-pair">
2014-10-27 20:51:55 -04:00
<label for="email_user">
<span class="component-title">SMTP user</span>
<input type="text" name="email_user" id="email_user" value=" $ sickbeard . EMAIL_USER " class="form-control input-sm input250" />
2014-03-10 01:18:05 -04:00
</label>
2014-10-27 20:51:55 -04:00
<label>
2014-03-10 01:18:05 -04:00
<span class="component-title"> </span>
2014-10-27 20:51:55 -04:00
<span class="component-desc">(optional) your SMTP server username.</span>
2014-03-10 01:18:05 -04:00
</label>
</div>
<div class="field-pair">
2014-10-27 20:51:55 -04:00
<label for="email_password">
<span class="component-title">SMTP password</span>
<input type="password" name="email_password" id="email_password" value=" $ sickbeard . EMAIL_PASSWORD " class="form-control input-sm input250" />
2014-03-10 01:18:05 -04:00
</label>
2014-10-27 20:51:55 -04:00
<label>
2014-03-10 01:18:05 -04:00
<span class="component-title"> </span>
2014-10-27 20:51:55 -04:00
<span class="component-desc">(optional) your SMTP server password.</span>
2014-03-10 01:18:05 -04:00
</label>
</div>
<div class="field-pair">
2014-10-27 20:51:55 -04:00
<label for="email_list">
<span class="component-title">Global email list</span>
2014-10-21 15:09:01 -04:00
<input type="text" name="email_list" id="email_list" value=" $ sickbeard . EMAIL_LIST " class="form-control input-sm input350" />
2014-03-10 01:18:05 -04:00
</label>
2014-10-27 20:51:55 -04:00
<label>
2014-03-10 01:18:05 -04:00
<span class="component-title"> </span>
2014-10-27 20:51:55 -04:00
<span class="component-desc">all emails here receive notifications for <b>all</b> shows.</span>
2014-03-10 01:18:05 -04:00
</label>
</div>
<div class="field-pair">
2014-10-27 20:51:55 -04:00
<label for="email_show">
<span class="component-title">Show notification list</span>
2014-10-21 15:09:01 -04:00
<select name="email_show" id="email_show" class="form-control input-sm">
2014-03-10 01:18:05 -04:00
<option value="-1">-- Select a Show --</option>
</select>
</label>
2014-10-27 20:51:55 -04:00
<label>
2014-03-10 01:18:05 -04:00
<span class="component-title"> </span>
2014-10-21 15:09:01 -04:00
<input type="text" name="email_show_list" id="email_show_list" class="form-control input-sm input350" />
2014-03-10 01:18:05 -04:00
</label>
2014-10-27 20:51:55 -04:00
<label>
2014-03-10 01:18:05 -04:00
<span class="component-title"> </span>
2014-10-27 20:51:55 -04:00
<span class="component-desc">configure per show notifications here.</span>
2014-03-10 01:18:05 -04:00
</label>
</div>
<div class="testNotification" id="testEmail-result">Click below to test.</div>
<input class="btn" type="button" value="Test Email" id="testEmail" />
<input class="btn" type="submit" class="config_submitter" value="Save Changes" />
</div><!-- /content_use_email //-->
</fieldset>
</div><!-- /email component-group //-->
</div><!-- /config-components //-->
</form>
2014-10-27 20:51:55 -04:00
<br/><input type="submit" class="config_submitter btn" value="Save Changes" /><br/>
2014-03-10 01:18:05 -04:00
</div>
2014-10-21 15:09:01 -04:00
</div>
2014-03-10 01:18:05 -04:00
<div class="clearfix"></div>
<script type="text/javascript" charset="utf-8">
<!--
jQuery(' #config - components ' ).tabs();
//-->
</script>
#include $ os . path . join ( $ sickbeard . PROG_DIR , " gui/slick/interfaces/default/inc_bottom.tmpl " )