mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
SickBeard: fix patch
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
1b3f32044a
commit
f648ce216c
@ -1,17 +1,16 @@
|
|||||||
diff -Naur SickBeard-9b43f71/data/interfaces/default/config_notifications.tmpl SickBeard-9b43f71.patch/data/interfaces/default/config_notifications.tmpl
|
diff -Naur SickBeard-a24eac6/data/interfaces/default/config_notifications.tmpl SickBeard-a24eac6.patch/data/interfaces/default/config_notifications.tmpl
|
||||||
--- SickBeard-9b43f71/data/interfaces/default/config_notifications.tmpl 2011-12-14 04:42:55.000000000 +0100
|
--- SickBeard-a24eac6/data/interfaces/default/config_notifications.tmpl 2012-03-21 04:31:18.000000000 +0100
|
||||||
+++ SickBeard-9b43f71.patch/data/interfaces/default/config_notifications.tmpl 2011-12-14 04:57:50.375945941 +0100
|
+++ SickBeard-a24eac6.patch/data/interfaces/default/config_notifications.tmpl 2012-03-21 06:39:45.827897872 +0100
|
||||||
@@ -485,48 +485,6 @@
|
@@ -528,45 +528,6 @@
|
||||||
|
</fieldset>
|
||||||
</div>
|
</div><!-- /notifo component-group //-->
|
||||||
|
|
||||||
-
|
-
|
||||||
- <div id="core-component-group7" class="component-group clearfix">
|
- <div class="component-group clearfix">
|
||||||
- <div class="component-group-desc">
|
- <div class="component-group-desc">
|
||||||
- <h3><a href="http://library.gnome.org/devel/libnotify/" onclick="window.open(this.href, '_blank'); return false;"><img src="$sbRoot/images/notifiers/libnotify.gif" alt="Libnotify" title="Libnotify" width="16" height="16" /> Libnotify</a></h3>
|
- <h3><a href="http://library.gnome.org/devel/libnotify/" onclick="window.open(this.href, '_blank'); return false;"><img src="$sbRoot/images/notifiers/libnotify.gif" alt="" title="Libnotify" width="16" height="16" /> Libnotify </a></h3>
|
||||||
- <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>
|
- <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>
|
- </div>
|
||||||
-
|
|
||||||
- <fieldset class="component-group-list">
|
- <fieldset class="component-group-list">
|
||||||
- <div class="field-pair">
|
- <div class="field-pair">
|
||||||
- <input type="checkbox" class="enabler" name="use_libnotify" id="use_libnotify" #if $sickbeard.USE_LIBNOTIFY then "checked=\"checked\"" else ""# />
|
- <input type="checkbox" class="enabler" name="use_libnotify" id="use_libnotify" #if $sickbeard.USE_LIBNOTIFY then "checked=\"checked\"" else ""# />
|
||||||
@ -22,38 +21,36 @@ diff -Naur SickBeard-9b43f71/data/interfaces/default/config_notifications.tmpl S
|
|||||||
- </div>
|
- </div>
|
||||||
-
|
-
|
||||||
- <div id="content_use_libnotify">
|
- <div id="content_use_libnotify">
|
||||||
- <div class="field-pair">
|
- <div class="field-pair">
|
||||||
- <input type="checkbox" name="libnotify_notify_onsnatch" id="libnotify_notify_onsnatch" #if $sickbeard.LIBNOTIFY_NOTIFY_ONSNATCH then "checked=\"checked\"" else ""# />
|
- <input type="checkbox" name="libnotify_notify_onsnatch" id="libnotify_notify_onsnatch" #if $sickbeard.LIBNOTIFY_NOTIFY_ONSNATCH then "checked=\"checked\"" else ""# />
|
||||||
- <label class="clearfix" for="libnotify_notify_onsnatch">
|
- <label class="clearfix" for="libnotify_notify_onsnatch">
|
||||||
- <span class="component-title">Notify on Snatch</span>
|
- <span class="component-title">Notify on Snatch</span>
|
||||||
- <span class="component-desc">Send notification when we start a download?</span>
|
- <span class="component-desc">Send notification when we start a download?</span>
|
||||||
- </label>
|
- </label>
|
||||||
- </div>
|
- </div>
|
||||||
-
|
- <div class="field-pair">
|
||||||
- <div class="field-pair">
|
- <input type="checkbox" name="libnotify_notify_ondownload" id="libnotify_notify_ondownload" #if $sickbeard.LIBNOTIFY_NOTIFY_ONDOWNLOAD then "checked=\"checked\"" else ""# />
|
||||||
- <input type="checkbox" name="libnotify_notify_ondownload" id="libnotify_notify_ondownload" #if $sickbeard.LIBNOTIFY_NOTIFY_ONDOWNLOAD then "checked=\"checked\"" else ""# />
|
- <label class="clearfix" for="libnotify_notify_ondownload">
|
||||||
- <label class="clearfix" for="libnotify_notify_ondownload">
|
- <span class="component-title">Notify on Download</span>
|
||||||
- <span class="component-title">Notify on Download</span>
|
- <span class="component-desc">Send notification when we finish a download?</span>
|
||||||
- <span class="component-desc">Send notification when we finish a download?</span>
|
- </label>
|
||||||
- </label>
|
- </div>
|
||||||
- </div>
|
- <div class="testNotification" id="testLibnotify-result">Click below to test.</div>
|
||||||
-
|
- <input type="button" value="Test Libnotify" id="testLibnotify" />
|
||||||
- <div class="testNotification" id="testLibnotify-result">Click below to test.</div>
|
- <input type="submit" class="config_submitter" value="Save Changes" />
|
||||||
- <input type="button" value="Test Libnotify" id="testLibnotify" />
|
|
||||||
- <input type="submit" class="config_submitter" value="Save Changes" />
|
|
||||||
-
|
|
||||||
- </div><!-- /content_use_libnotify //-->
|
- </div><!-- /content_use_libnotify //-->
|
||||||
-
|
-
|
||||||
- </fieldset>
|
- </fieldset>
|
||||||
- </div><!-- /component-group //-->
|
- </div><!-- /libnotify component-group //-->
|
||||||
-
|
-
|
||||||
<div id="core-component-group8" class="component-group clearfix">
|
-
|
||||||
|
<div class="component-group clearfix">
|
||||||
<div class="component-group-desc">
|
<div class="component-group-desc">
|
||||||
diff -Naur SickBeard-9b43f71/data/interfaces/default/inc_top.tmpl SickBeard-9b43f71.patch/data/interfaces/default/inc_top.tmpl
|
<h3><a href="http://boxcar.io/" onclick="window.open(this.href, '_blank'); return false;"><img src="$sbRoot/images/notifiers/boxcar.gif" alt="" title="Boxcar" width="16" height="16" /> Boxcar </a></h3>
|
||||||
--- SickBeard-9b43f71/data/interfaces/default/inc_top.tmpl 2011-12-14 04:57:34.798638804 +0100
|
diff -Naur SickBeard-a24eac6/data/interfaces/default/inc_top.tmpl SickBeard-a24eac6.patch/data/interfaces/default/inc_top.tmpl
|
||||||
+++ SickBeard-9b43f71.patch/data/interfaces/default/inc_top.tmpl 2011-12-14 04:59:41.948145818 +0100
|
--- SickBeard-a24eac6/data/interfaces/default/inc_top.tmpl 2012-03-21 06:35:02.098433287 +0100
|
||||||
@@ -168,7 +168,6 @@
|
+++ SickBeard-a24eac6.patch/data/interfaces/default/inc_top.tmpl 2012-03-21 06:35:34.445056278 +0100
|
||||||
|
@@ -169,7 +169,6 @@
|
||||||
<li id="NAVconfig"><a href="$sbRoot/config/">Config</a>
|
<li id="NAVconfig"><a href="$sbRoot/config/">Config</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="$sbRoot/config/"><img src="$sbRoot/images/menu/config_index16.png" alt="" width="16" height="16" />Help & Info</a></li>
|
<li><a href="$sbRoot/config/"><img src="$sbRoot/images/menu/config_index16.png" alt="" width="16" height="16" />Help & Info</a></li>
|
||||||
@ -61,10 +58,10 @@ diff -Naur SickBeard-9b43f71/data/interfaces/default/inc_top.tmpl SickBeard-9b43
|
|||||||
<li><a href="$sbRoot/config/search/"><img src="$sbRoot/images/menu/config16.png" alt="" width="16" height="16" />Search Settings</a></li>
|
<li><a href="$sbRoot/config/search/"><img src="$sbRoot/images/menu/config16.png" alt="" width="16" height="16" />Search Settings</a></li>
|
||||||
<li><a href="$sbRoot/config/providers/"><img src="$sbRoot/images/menu/config16.png" alt="" width="16" height="16" />Search Providers</a></li>
|
<li><a href="$sbRoot/config/providers/"><img src="$sbRoot/images/menu/config16.png" alt="" width="16" height="16" />Search Providers</a></li>
|
||||||
<li><a href="$sbRoot/config/postProcessing/"><img src="$sbRoot/images/menu/config16.png" alt="" width="16" height="16" />Post Processing</a></li>
|
<li><a href="$sbRoot/config/postProcessing/"><img src="$sbRoot/images/menu/config16.png" alt="" width="16" height="16" />Post Processing</a></li>
|
||||||
diff -Naur SickBeard-9b43f71/sickbeard/webserve.py SickBeard-9b43f71.patch/sickbeard/webserve.py
|
diff -Naur SickBeard-a24eac6/sickbeard/webserve.py SickBeard-a24eac6.patch/sickbeard/webserve.py
|
||||||
--- SickBeard-9b43f71/sickbeard/webserve.py 2011-12-14 04:42:55.000000000 +0100
|
--- SickBeard-a24eac6/sickbeard/webserve.py 2012-03-21 04:31:18.000000000 +0100
|
||||||
+++ SickBeard-9b43f71.patch/sickbeard/webserve.py 2011-12-14 04:57:50.379946021 +0100
|
+++ SickBeard-a24eac6.patch/sickbeard/webserve.py 2012-03-21 06:35:34.447056316 +0100
|
||||||
@@ -585,7 +585,6 @@
|
@@ -593,7 +593,6 @@
|
||||||
|
|
||||||
|
|
||||||
ConfigMenu = [
|
ConfigMenu = [
|
||||||
@ -72,4 +69,3 @@ diff -Naur SickBeard-9b43f71/sickbeard/webserve.py SickBeard-9b43f71.patch/sickb
|
|||||||
{ 'title': 'Search Settings', 'path': 'config/search/' },
|
{ 'title': 'Search Settings', 'path': 'config/search/' },
|
||||||
{ 'title': 'Search Providers', 'path': 'config/providers/' },
|
{ 'title': 'Search Providers', 'path': 'config/providers/' },
|
||||||
{ 'title': 'Post Processing', 'path': 'config/postProcessing/' },
|
{ 'title': 'Post Processing', 'path': 'config/postProcessing/' },
|
||||||
diff -Naur SickBeard-9b43f71/sickbeard/webserve.py.orig SickBeard-9b43f71.patch/sickbeard/webserve.py.orig
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user