diff --git a/COPYING.txt b/COPYING.txt index 859d1c05b8ee68d839272089282424e2ec27ce7d..d64d8b2f7f6064ff4fe25de14efea324e1d44a6f 100644 --- a/COPYING.txt +++ b/COPYING.txt @@ -652,7 +652,7 @@ Also add information on how to contact you by electronic and paper mail. If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode: - Sick Beard - Copyright (C) 2010 - Nic Wolfe + SickRage - Copyright (C) 2010 - Nic Wolfe This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. diff --git a/autoProcessTV/autoProcessTV.py b/autoProcessTV/autoProcessTV.py index d9c0244a441b3525d25194028785c9ab4767b222..e02ead4715f55de75cfcb1dac0a2b6ea46bb5695 100755 --- a/autoProcessTV/autoProcessTV.py +++ b/autoProcessTV/autoProcessTV.py @@ -3,20 +3,20 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. from __future__ import with_statement diff --git a/autoProcessTV/hellaToSickBeard.py b/autoProcessTV/hellaToSickBeard.py index 0f48d895febe2d538ba3fbd7e88545ca8a5e4cb8..4458cb8c5fd7f65ad7c62f938a88a92029639b1b 100755 --- a/autoProcessTV/hellaToSickBeard.py +++ b/autoProcessTV/hellaToSickBeard.py @@ -3,20 +3,20 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. import sys diff --git a/autoProcessTV/sabToSickBeard.py b/autoProcessTV/sabToSickBeard.py index 33299b8f66a42aecda424c8504ab895d88373410..5e4b85280630687238c5e39d983dee9364c84de3 100755 --- a/autoProcessTV/sabToSickBeard.py +++ b/autoProcessTV/sabToSickBeard.py @@ -3,20 +3,20 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. import sys diff --git a/gui/slick/interfaces/default/config_general.tmpl b/gui/slick/interfaces/default/config_general.tmpl index 4d80ced96832b86ab7789dbd7b93b03ecafe7382..82128d6d46ea945c46f315e9b81477c4d8760a71 100644 --- a/gui/slick/interfaces/default/config_general.tmpl +++ b/gui/slick/interfaces/default/config_general.tmpl @@ -53,7 +53,7 @@ <input type="checkbox" name="launch_browser" id="launch_browser" #if $sickbeard.LAUNCH_BROWSER then "checked=\"checked\"" else ""#/> <label class="clearfix" for="launch_browser"> <span class="component-title">Launch Browser</span> - <span class="component-desc">Should Sick Beard open its home page when started?</span> + <span class="component-desc">Should SickRage open its home page when started?</span> </label> </div> @@ -61,7 +61,7 @@ <input type="checkbox" name="update_shows_on_start" id="update_shows_on_start" #if $sickbeard.UPDATE_SHOWS_ON_START then "checked=\"checked\"" else ""#/> <label class="clearfix" for="update_shows_on_start"> <span class="component-title">Update Shows on Start</span> - <span class="component-desc">Should Sick Beard update shows info when started?</span> + <span class="component-desc">Should SickRage update shows info when started?</span> </label> </div> @@ -69,7 +69,7 @@ <input type="checkbox" name="version_notify" id="version_notify" #if $sickbeard.VERSION_NOTIFY then "checked=\"checked\"" else ""#/> <label class="clearfix" for="version_notify"> <span class="component-title">Check for Update</span> - <span class="component-desc">Show notification about updates for Sick Beard if available.</span> + <span class="component-desc">Show notification about updates for SickRage if available.</span> </label> <label class="nocheck clearfix"> <span class="component-title"> </span> @@ -92,7 +92,7 @@ <input type="checkbox" name="auto_update" id="auto_update" #if $sickbeard.AUTO_UPDATE then "checked=\"checked\"" else ""#/> <label class="clearfix" for="auto_update"> <span class="component-title">Automatic Updates</span> - <span class="component-desc">Automatically get and install updates for Sick Beard when available.</span> + <span class="component-desc">Automatically get and install updates for SickRage when available.</span> </label> <label class="nocheck clearfix"> <span class="component-title"> </span> @@ -144,7 +144,7 @@ <input type="checkbox" name="handle_reverse_proxy" id="handle_reverse_proxy" #if $sickbeard.HANDLE_REVERSE_PROXY then "checked=\"checked\"" else ""#/> <label class="clearfix" for="handle_reverse_proxy"> <span class="component-title">Handle reverse proxies:</span> - <span class="component-desc">Should Sick Beard accept reverse proxy headers? (X-Forwarded-Host, X-Forwarded-For, X-Forwarded-Proto)</span> + <span class="component-desc">Should SickRage accept reverse proxy headers? (X-Forwarded-Host, X-Forwarded-For, X-Forwarded-Proto)</span> </label> </div> @@ -157,7 +157,7 @@ <div class="component-group-desc"> <h3>Web Interface</h3> - <p>It is recommended that you enable a username and password to secure Sick Beard from being tampered with remotely.</p> + <p>It is recommended that you enable a username and password to secure SickRage from being tampered with remotely.</p> <p><b>These options require a manual restart to take effect.</b></p> </div> @@ -167,7 +167,7 @@ <input type="checkbox" name="web_ipv6" id="web_ipv6" #if $sickbeard.WEB_IPV6 then "checked=\"checked\"" else ""#/> <label class="clearfix" for="web_ipv6"> <span class="component-title">Listen on IPv6</span> - <span class="component-desc">Allow Sick Beard to bind to any available IPv6 address?</span> + <span class="component-desc">Allow SickRage to bind to any available IPv6 address?</span> </label> </div> @@ -175,7 +175,7 @@ <input type="checkbox" name="web_log" id="web_log" #if $sickbeard.WEB_LOG then "checked=\"checked\"" else ""#/> <label class="clearfix" for="web_log"> <span class="component-title">HTTP Logs</span> - <span class="component-desc">Have Sick Beard's web server (cherrypy) generate logs?</span> + <span class="component-desc">Have SickRage's web server (cherrypy) generate logs?</span> </label> </div> @@ -186,7 +186,7 @@ </label> <label class="nocheck clearfix"> <span class="component-title"> </span> - <span class="component-desc">Web port that Sick Beard should listen on (eg. 8081)</span> + <span class="component-desc">Web port that SickRage should listen on (eg. 8081)</span> </label> </div> @@ -318,7 +318,7 @@ <input type="checkbox" name="encryption_version" id="encryption_version" #if $sickbeard.ENCRYPTION_VERSION then "checked=\"checked\"" else ""#/> <label class="clearfix" for="encryption_version"> <span class="component-title">Encrypt Passwords</span> - <span class="component-desc">Should Sick Beard encrypt the passwords in <code>config.ini</code> file?</span> + <span class="component-desc">Should SickRage encrypt the passwords in <code>config.ini</code> file?</span> </label> <label class="nocheck clearfix"> <span class="component-title"> </span> diff --git a/gui/slick/interfaces/default/config_notifications.tmpl b/gui/slick/interfaces/default/config_notifications.tmpl index 087d0b6856c36f8c30d9dafa7839ecadd93d7d32..3e99a027786be64ea67fde508d1bdb283e98ec4b 100644 --- a/gui/slick/interfaces/default/config_notifications.tmpl +++ b/gui/slick/interfaces/default/config_notifications.tmpl @@ -36,7 +36,7 @@ <input type="checkbox" class="enabler" name="use_xbmc" id="use_xbmc" #if $sickbeard.USE_XBMC then "checked=\"checked\"" else ""# /> <label class="clearfix" for="use_xbmc"> <span class="component-title">Enable</span> - <span class="component-desc">Should Sick Beard send XBMC commands?</span> + <span class="component-desc">Should SickRage send XBMC commands?</span> </label> </div> @@ -148,7 +148,7 @@ <input type="checkbox" class="enabler" name="use_plex" id="use_plex" #if $sickbeard.USE_PLEX then "checked=\"checked\"" else ""# /> <label class="clearfix" for="use_plex"> <span class="component-title">Enable</span> - <span class="component-desc">Should Sick Beard send Plex commands?</span> + <span class="component-desc">Should SickRage send Plex commands?</span> </label> </div> @@ -240,7 +240,7 @@ <input type="checkbox" class="enabler" name="use_nmj" id="use_nmj" #if $sickbeard.USE_NMJ then "checked=\"checked\"" else ""# /> <label class="clearfix" for="use_nmj"> <span class="component-title">Enable</span> - <span class="component-desc">Should Sick Beard send update commands to NMJ?</span> + <span class="component-desc">Should SickRage send update commands to NMJ?</span> </label> </div> @@ -303,7 +303,7 @@ <input type="checkbox" class="enabler" name="use_nmjv2" id="use_nmjv2" #if $sickbeard.USE_NMJv2 then "checked=\"checked\"" else ""# /> <label class="clearfix" for="use_nmjv2"> <span class="component-title">Enable</span> - <span class="component-desc">Should Sick Beard send update commands to NMJv2?</span> + <span class="component-desc">Should SickRage send update commands to NMJv2?</span> </label> </div> @@ -390,7 +390,7 @@ <input type="checkbox" class="enabler" name="use_synoindex" id="use_synoindex" #if $sickbeard.USE_SYNOINDEX then "checked=\"checked\"" else ""# /> <label class="clearfix" for="use_synoindex"> <span class="component-title">Enable</span> - <span class="component-desc">Should Sick Beard send notifications to the synoindex daemon?<br /><br /> + <span class="component-desc">Should SickRage send notifications to the synoindex daemon?<br /><br /> </span> </label> <label class="nocheck clearfix" for="use_synoindex"> @@ -418,7 +418,7 @@ <input type="checkbox" class="enabler" name="use_synologynotifier" id="use_synologynotifier" #if $sickbeard.USE_SYNOLOGYNOTIFIER then "checked=\"checked\"" else ""# /> <label class="clearfix" for="use_synologynotifier"> <span class="component-title">Enable</span> - <span class="component-desc">Should Sick Beard send notifications to the Synology Notifier?<br /><br /> + <span class="component-desc">Should SickRage send notifications to the Synology Notifier?<br /><br /> </span> </label> <label class="nocheck clearfix" for="use_synologynotifier"> @@ -464,7 +464,7 @@ <input type="checkbox" class="enabler" name="use_pytivo" id="use_pytivo" #if $sickbeard.USE_PYTIVO then "checked=\"checked\"" else ""# /> <label class="clearfix" for="use_pytivo"> <span class="component-title">Enable</span> - <span class="component-desc">Should Sick Beard send notifications to pyTivo?<br /><br /></span> + <span class="component-desc">Should SickRage send notifications to pyTivo?<br /><br /></span> </label> <label class="nocheck clearfix" for="use_pytivo"> <span class="component-title"> </span> @@ -523,7 +523,7 @@ <input type="checkbox" class="enabler" name="use_growl" id="use_growl" #if $sickbeard.USE_GROWL then "checked=\"checked\"" else ""# /> <label class="clearfix" for="use_growl"> <span class="component-title">Enable</span> - <span class="component-desc">Should Sick Beard send Growl notifications?</span> + <span class="component-desc">Should SickRage send Growl notifications?</span> </label> </div> @@ -566,7 +566,7 @@ </label> <label class="nocheck clearfix"> <span class="component-title"> </span> - <span class="component-desc">May leave blank if Sick Beard is on the same host.</span> + <span class="component-desc">May leave blank if SickRage is on the same host.</span> </label> <label class="nocheck clearfix"> <span class="component-title"> </span> @@ -592,7 +592,7 @@ <input type="checkbox" class="enabler" name="use_prowl" id="use_prowl" #if $sickbeard.USE_PROWL then "checked=\"checked\"" else ""# /> <label class="clearfix" for="use_prowl"> <span class="component-title">Enable</span> - <span class="component-desc">Should Sick Beard send Prowl notifications?</span> + <span class="component-desc">Should SickRage send Prowl notifications?</span> </label> </div> @@ -663,7 +663,7 @@ <input type="checkbox" class="enabler" name="use_libnotify" id="use_libnotify" #if $sickbeard.USE_LIBNOTIFY then "checked=\"checked\"" else ""# /> <label class="clearfix" for="use_libnotify"> <span class="component-title">Enable</span> - <span class="component-desc">Should Sick Beard send Libnotify notifications?</span> + <span class="component-desc">Should SickRage send Libnotify notifications?</span> </label> </div> @@ -708,7 +708,7 @@ <input type="checkbox" class="enabler" name="use_pushover" id="use_pushover" #if $sickbeard.USE_PUSHOVER then "checked=\"checked\"" else ""# /> <label class="clearfix" for="use_pushover"> <span class="component-title">Enable</span> - <span class="component-desc">Should Sick Beard send notifications through Pushover?</span> + <span class="component-desc">Should SickRage send notifications through Pushover?</span> </label> </div> @@ -762,7 +762,7 @@ <input type="checkbox" class="enabler" name="use_boxcar" id="use_boxcar" #if $sickbeard.USE_BOXCAR then "checked=\"checked\"" else ""# /> <label class="clearfix" for="use_boxcar"> <span class="component-title">Enable</span> - <span class="component-desc">Should Sick Beard send notifications through Boxcar?</span> + <span class="component-desc">Should SickRage send notifications through Boxcar?</span> </label> </div> @@ -816,7 +816,7 @@ <input type="checkbox" class="enabler" name="use_boxcar2" id="use_boxcar2" #if $sickbeard.USE_BOXCAR2 then "checked=\"checked\"" else ""# /> <label class="clearfix" for="use_boxcar2"> <span class="component-title">Enable</span> - <span class="component-desc">Should Sick Beard send notifications through Boxcar2?</span> + <span class="component-desc">Should SickRage send notifications through Boxcar2?</span> </label> </div> @@ -870,7 +870,7 @@ <input type="checkbox" class="enabler" name="use_nma" id="use_nma" #if $sickbeard.USE_NMA then "checked=\"checked\"" else ""# /> <label class="clearfix" for="use_nma"> <span class="component-title">Enable</span> - <span class="component-desc">Should Sick Beard send NMA notifications?</span> + <span class="component-desc">Should SickRage send NMA notifications?</span> </label> </div> @@ -940,7 +940,7 @@ <input type="checkbox" class="enabler" name="use_pushalot" id="use_pushalot" #if $sickbeard.USE_PUSHALOT then "checked=\"checked\"" else ""# /> <label class="clearfix" for="use_pushalot"> <span class="component-title">Enable</span> - <span class="component-desc">Should Sick Beard send notifications through Pushalot?</span> + <span class="component-desc">Should SickRage send notifications through Pushalot?</span> </label> </div> @@ -994,7 +994,7 @@ <input type="checkbox" class="enabler" name="use_pushbullet" id="use_pushbullet" #if $sickbeard.USE_PUSHBULLET then "checked=\"checked\"" else ""# /> <label class="clearfix" for="use_pushbullet"> <span class="component-title">Enable</span> - <span class="component-desc">Should Sick Beard send notifications through Pushbullet?</span> + <span class="component-desc">Should SickRage send notifications through Pushbullet?</span> </label> </div> @@ -1063,7 +1063,7 @@ <input type="checkbox" class="enabler" name="use_twitter" id="use_twitter" #if $sickbeard.USE_TWITTER then "checked=\"checked\"" else ""# /> <label class="clearfix" for="use_twitter"> <span class="component-title">Enable</span> - <span class="component-desc">Should Sick Beard post tweets on Twitter?</span> + <span class="component-desc">Should SickRage post tweets on Twitter?</span> </label> <label class="nocheck clearfix" for="use_twitter"> <span class="component-title"> </span> @@ -1138,7 +1138,7 @@ <input type="checkbox" class="enabler" name="use_trakt" id="use_trakt" #if $sickbeard.USE_TRAKT then "checked=\"checked\"" else ""# /> <label class="clearfix" for="use_trakt"> <span class="component-title">Enable</span> - <span class="component-desc">Should Sick Beard send Trakt.tv notifications?</span> + <span class="component-desc">Should SickRage send Trakt.tv notifications?</span> </label> </div> @@ -1227,7 +1227,7 @@ <input type="checkbox" class="enabler" name="use_email" id="use_email" #if $sickbeard.USE_EMAIL then "checked=\"checked\"" else ""# /> <label class="clearfix" for="use_email"> <span class="component-title">Enable</span> - <span class="component-desc">Should Sick Beard send email notifications?</span> + <span class="component-desc">Should SickRage send email notifications?</span> </label> </div> diff --git a/gui/slick/interfaces/default/config_postProcessing.tmpl b/gui/slick/interfaces/default/config_postProcessing.tmpl index 91772c41727a8f9499208654422752e023bb4a71..39522cf59726606fa9ef53d4b8b4e74402413747 100644 --- a/gui/slick/interfaces/default/config_postProcessing.tmpl +++ b/gui/slick/interfaces/default/config_postProcessing.tmpl @@ -37,7 +37,7 @@ <div class="component-group-desc"> <h3>Post-Processing</h3> - <p>Settings that dictate how Sick Beard should process completed downloads.</p> + <p>Settings that dictate how SickRage should process completed downloads.</p> </div> <fieldset class="component-group-list"> @@ -56,7 +56,7 @@ </label> <label class="nocheck clearfix"> <span class="component-title"> </span> - <span class="component-desc">Or if SABnzbd+ and Sick Beard are on different PCs.</span> + <span class="component-desc">Or if SABnzbd+ and SickRage are on different PCs.</span> </label> </div> @@ -100,7 +100,7 @@ </label> <label class="nocheck clearfix"> <span class="component-title"> </span> - <span class="component-desc"><b>NOTE:</b> Scripts are called after Sick Beard's own post-processing.</span> + <span class="component-desc"><b>NOTE:</b> Scripts are called after SickRage's own post-processing.</span> </label> </div> @@ -280,7 +280,7 @@ <div class="component-group-desc"> <h3>Episode Naming</h3> - <p>How Sick Beard will name and sort your episodes.</p> + <p>How SickRage will name and sort your episodes.</p> </div> <fieldset class="component-group-list"> diff --git a/gui/slick/interfaces/default/config_search.tmpl b/gui/slick/interfaces/default/config_search.tmpl index 20c00d382625e388757ac2422d8fd3be1e274f91..ef15e363a0455d1e9d05f46670e0c17db758136c 100644 --- a/gui/slick/interfaces/default/config_search.tmpl +++ b/gui/slick/interfaces/default/config_search.tmpl @@ -146,7 +146,7 @@ <div class="component-group-desc"> <h3>NZB Search</h3> - <p>Settings that dictate how Sick Beard handles NZB search results.</p> + <p>Settings that dictate how SickRage handles NZB search results.</p> </div> <fieldset class="component-group-list"> @@ -155,7 +155,7 @@ <input type="checkbox" name="use_nzbs" class="enabler" id="use_nzbs" #if $sickbeard.USE_NZBS then "checked=\"checked\"" else ""# /> <label class="clearfix" for="use_nzbs"> <span class="component-title">Search NZBs</span> - <span class="component-desc">Should Sick Beard search for NZB files?</span> + <span class="component-desc">Should SickRage search for NZB files?</span> </label> </div> @@ -187,7 +187,7 @@ </label> <label class="nocheck clearfix"> <span class="component-title"> </span> - <span class="component-desc">The directory where Sick Beard should store your <i>NZB</i> files.</span> + <span class="component-desc">The directory where SickRage should store your <i>NZB</i> files.</span> </label> </div> </div> @@ -330,7 +330,7 @@ <div class="component-group-desc"> <h3>Torrent Search</h3> - <p>Settings that dictate how Sick Beard handles Torrent search results.</p> + <p>Settings that dictate how SickRage handles Torrent search results.</p> </div> <fieldset class="component-group-list"> @@ -339,7 +339,7 @@ <input type="checkbox" name="use_torrents" class="enabler" id="use_torrents" #if $sickbeard.USE_TORRENTS == True then "checked=\"checked\"" else ""# /> <label class="clearfix" for="use_torrents"> <span class="component-title">Search Torrents</span> - <span class="component-desc">Should Sick Beard search for torrent files?</span> + <span class="component-desc">Should SickRage search for torrent files?</span> </label> </div> @@ -369,7 +369,7 @@ </label> <label class="nocheck clearfix"> <span class="component-title"> </span> - <span class="component-desc">The directory where Sick Beard should store your <i>Torrent</i> files.</span> + <span class="component-desc">The directory where SickRage should store your <i>Torrent</i> files.</span> </label> </div> @@ -492,7 +492,7 @@ </div><!-- /component-group3 //--> <!--<div class="title-group clearfix" id="no-torrents"> - <div class="ui-corner-all config_message">Note: Sick Beard works better with Usenet than with Torrents, <a href="http://www.sickbeard.com/usenet.html" target="_blank">here's why</a>.</div> + <div class="ui-corner-all config_message">Note: SickRage works better with Usenet than with Torrents, <a href="http://www.sickbeard.com/usenet.html" target="_blank">here's why</a>.</div> </div> //--> <br/> diff --git a/gui/slick/interfaces/default/config_subtitles.tmpl b/gui/slick/interfaces/default/config_subtitles.tmpl index 4d407a21d97beaaee4bfc2bd959185382a4d4b91..699fa1a78b73f470b7174a035c2686231e5996d1 100644 --- a/gui/slick/interfaces/default/config_subtitles.tmpl +++ b/gui/slick/interfaces/default/config_subtitles.tmpl @@ -58,7 +58,7 @@ <div class="component-group-desc"> <h3>Subtitles Search</h3> - <p>Settings that dictate how Sick Beard handles subtitles search results.</p> + <p>Settings that dictate how SickRage handles subtitles search results.</p> </div> <fieldset class="component-group-list"> @@ -82,7 +82,7 @@ </label> <label class="nocheck clearfix"> <span class="component-title"> </span> - <span class="component-desc">The directory where Sick Beard should store your <i>Subtitles</i> files.</span> + <span class="component-desc">The directory where SickRage should store your <i>Subtitles</i> files.</span> </label> <label class="nocheck clearfix"> <span class="component-title"> </span> diff --git a/gui/slick/interfaces/default/editShow.tmpl b/gui/slick/interfaces/default/editShow.tmpl index 93a4c4edef4ee8868503dc98c47691bd55c95be2..0799d83243a742688dab119f9cf31335bb243213 100644 --- a/gui/slick/interfaces/default/editShow.tmpl +++ b/gui/slick/interfaces/default/editShow.tmpl @@ -105,7 +105,7 @@ <b>Info Language:</b> <select name="indexerLang" id="indexerLangSelect"></select><br /> Note: This will only affect the language of the retrieved metadata file contents and episode filenames.<br /> -This <b>DOES NOT</b> allow Sick Beard to download non-english TV episodes!<br /> +This <b>DOES NOT</b> allow SickRage to download non-english TV episodes!<br /> <br /> <b>Flatten files (no folders):</b> <input type="checkbox" name="flatten_folders" #if $show.flatten_folders == 1 and not $sickbeard.NAMING_FORCE_FOLDERS then "checked=\"checked\"" else ""# #if $sickbeard.NAMING_FORCE_FOLDERS then "disabled=\"disabled\"" else ""#/><br /><br /> diff --git a/gui/slick/interfaces/default/home_addExistingShow.tmpl b/gui/slick/interfaces/default/home_addExistingShow.tmpl index 35719ed4fdbda158f95bee3d1cf91ca665743822..ebc26cd7dc0e0b8fda700a96532f78816fd9d85f 100644 --- a/gui/slick/interfaces/default/home_addExistingShow.tmpl +++ b/gui/slick/interfaces/default/home_addExistingShow.tmpl @@ -48,14 +48,14 @@ </div> <br /> -<p class="align-left">Sick Beard can add existing shows, using the current options, by using locally stored NFO/XML metadata to eliminate user interaction.<br /> -If you would rather have Sick Beard prompt you to customize each show, then use the checkbox below.</p> +<p class="align-left">SickRage can add existing shows, using the current options, by using locally stored NFO/XML metadata to eliminate user interaction.<br /> +If you would rather have SickRage prompt you to customize each show, then use the checkbox below.</p> <br /> <p class="align-left"><input type="checkbox" name="promptForSettings" id="promptForSettings" /> <label for="promptForSettings">Prompt me to set settings for each show</label></p> <br /> <hr /> <br /> -<h4>Displaying folders within these directories which aren't already added to Sick Beard:</h4> +<h4>Displaying folders within these directories which aren't already added to SickRage:</h4> <br /> <ul id="rootDirStaticList"><li></li></ul> diff --git a/gui/slick/interfaces/default/home_addShows.tmpl b/gui/slick/interfaces/default/home_addShows.tmpl index fea556c6fc5ec7cd0c7d583aecc84854d5037216..680cbf566c7c08239aadd1ec6d540e4809022c3b 100644 --- a/gui/slick/interfaces/default/home_addShows.tmpl +++ b/gui/slick/interfaces/default/home_addShows.tmpl @@ -23,7 +23,7 @@ <div class="button"><img src="$sbRoot/images/add-new32.png" height="32" width="32" alt="Add New Show"/></div> <div class="buttontext"> <h2>Add New Show</h2> - <p>For shows that you haven't downloaded yet, this option finds a show on theTVDB.com and TVRage.com, creates a directory for its episodes, and adds it to Sick Beard.</p> + <p>For shows that you haven't downloaded yet, this option finds a show on theTVDB.com and TVRage.com, creates a directory for its episodes, and adds it to SickRage.</p> </div> </a> @@ -33,7 +33,7 @@ <div class="button"><img src="$sbRoot/images/add-existing32.png" height="32" width="32" alt="Add Existing Shows"/></div> <div class="buttontext"> <h2>Add Existing Shows</h2> - <p>Use this option to add shows that already have a folder created on your hard drive. Sick Beard will scan your existing metadata/episodes and add the show accordingly.</p> + <p>Use this option to add shows that already have a folder created on your hard drive. SickRage will scan your existing metadata/episodes and add the show accordingly.</p> </div> </a> diff --git a/gui/slick/interfaces/default/home_newShow.tmpl b/gui/slick/interfaces/default/home_newShow.tmpl index 8eb014508a59a4992b5508fc31a2c345bf2b139c..60ce3e437e2430b59c03354ca08e0a41f7f120b3 100644 --- a/gui/slick/interfaces/default/home_newShow.tmpl +++ b/gui/slick/interfaces/default/home_newShow.tmpl @@ -53,7 +53,7 @@ <input class="btn" type="button" id="searchName" value="Search" style="height: 26px;position:relative;top:-1px;" /><br /><br /> <b>*</b> This will only affect the language of the retrieved metadata file contents and episode filenames.<br /> - This <b>DOES NOT</b> allow Sick Beard to download non-english TV episodes!<br /> + This <b>DOES NOT</b> allow SickRage to download non-english TV episodes!<br /> <br /> <div id="searchResults" style="height: 225px; overflow: auto;"><br/></div> #end if diff --git a/gui/slick/interfaces/default/inc_qualityChooser.tmpl b/gui/slick/interfaces/default/inc_qualityChooser.tmpl index 6a0e91e6f5668a25707ea9ae0e43f9c0d3c71b9b..dda9036b8c2c09ffd7e980ddcf770e57881c1977 100644 --- a/gui/slick/interfaces/default/inc_qualityChooser.tmpl +++ b/gui/slick/interfaces/default/inc_qualityChooser.tmpl @@ -21,7 +21,7 @@ <div id="customQualityWrapper"> <div id="customQuality"> <div class="component-group-desc"> - <p>One of the <b>Initial</b> quality selections must be obtained before Sick Beard will attempt to process the <b>Archive</b> selections.</p> + <p>One of the <b>Initial</b> quality selections must be obtained before SickRage will attempt to process the <b>Archive</b> selections.</p> </div> <div style="padding-right: 40px; text-align: center;" class="float-left"> diff --git a/gui/slick/interfaces/default/inc_top.tmpl b/gui/slick/interfaces/default/inc_top.tmpl index 680d9f23d677d8affbe8224cb961afa13749acd9..1fe5cae679b0e2d74e008ac2df883a986d3c1f95 100644 --- a/gui/slick/interfaces/default/inc_top.tmpl +++ b/gui/slick/interfaces/default/inc_top.tmpl @@ -10,7 +10,7 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="robots" content="noindex"> <meta name="apple-mobile-web-app-capable" content="yes"> - <title>Sick Beard - TVRage $sickbeard.version.SICKBEARD_VERSION - $title</title> + <title>SickRage - TVRage $sickbeard.version.SICKBEARD_VERSION - $title</title> <!--[if lt IE 9]> <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> @@ -215,7 +215,7 @@ a > i.icon-question-sign { background-image: url("$sbRoot/images/glyphicons-half <div id="header"> <div class="wrapper"> <a name="top"></a> - <span id="logo"><a href="$sbRoot/home/" title="Sick Beard homepage"><img alt="Sick Rage" src="$sbRoot/images/sickrage.png"/></a></span> + <span id="logo"><a href="$sbRoot/home/" title="SickRage homepage"><img alt="Sick Rage" src="$sbRoot/images/sickrage.png"/></a></span> <ul id="MainMenu" class="sf-menu"> <li id="NAVhome"><a href="$sbRoot/home/">Show list</a> <ul> diff --git a/gui/slick/interfaces/default/restart.tmpl b/gui/slick/interfaces/default/restart.tmpl index 55a57fde5b105cbd477c1486e6baf3d9d1fb3b00..eb5832c6b34534f7944039f96d2dc3a08b0845c1 100644 --- a/gui/slick/interfaces/default/restart.tmpl +++ b/gui/slick/interfaces/default/restart.tmpl @@ -4,7 +4,7 @@ #from sickbeard import db #set global $title="Home" -#set global $header="Restarting Sick Beard" +#set global $header="Restarting SickRage" #set global $sbPath = ".." diff --git a/gui/slick/interfaces/default/restart_bare.tmpl b/gui/slick/interfaces/default/restart_bare.tmpl index d5a79076c95771ae4596b15f79816640120206f2..ab5407f3f1a646a8a8f40e3c743bdfc025acf378 100644 --- a/gui/slick/interfaces/default/restart_bare.tmpl +++ b/gui/slick/interfaces/default/restart_bare.tmpl @@ -25,13 +25,13 @@ sbHost = "$curSBHost"; <h2>Performing Restart</h2> <br /> <div id="shut_down_message"> -Waiting for Sick Beard to shut down: +Waiting for SickRage to shut down: <img src="$sbRoot/images/loading16.gif" height="16" width="16" id="shut_down_loading" /> <img src="$sbRoot/images/yes16.png" height="16" width="16" id="shut_down_success" style="display: none;" /> </div> <div id="restart_message" style="display: none;"> -Waiting for Sick Beard to start again: +Waiting for SickRage to start again: <img src="$sbRoot/images/loading16.gif" height="16" width="16" id="restart_loading" /> <img src="$sbRoot/images/yes16.png" height="16" width="16" id="restart_success" style="display: none;" /> <img src="$sbRoot/images/no16.png" height="16" width="16" id="restart_failure" style="display: none;" /> @@ -43,5 +43,5 @@ Loading the home page: </div> <div id="restart_fail_message" style="display: none;"> -Error: The restart has timed out, perhaps something prevented Sick Beard from starting again? +Error: The restart has timed out, perhaps something prevented SickRage from starting again? </div> diff --git a/init.fedora b/init.fedora index 391761b2a42d179e0d0c11c51679d57901f840ab..057a920af003f480b0d57d34b3a131d5d0ace685 100644 --- a/init.fedora +++ b/init.fedora @@ -6,8 +6,8 @@ # Required-Stop: $all # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 -# Short-Description: starts Sick Beard -# Description: starts Sick Beard +# Short-Description: starts SickRage +# Description: starts SickRage ### END INIT INFO # Source function library. diff --git a/init.freebsd b/init.freebsd index 22ee727721793c5deab9d83f1009784d7b6358d7..6f5b82042bbd165acad58ce4bc79a956aab1048c 100644 --- a/init.freebsd +++ b/init.freebsd @@ -9,23 +9,23 @@ # # sickbeard_enable (bool): Set to NO by default. # Set it to YES to enable it. -# sickbeard_user: The user account Sick Beard daemon runs as what +# sickbeard_user: The user account SickRage daemon runs as what # you want it to be. It uses '_sabnzbd' user by # default. Do not sets it as empty or it will run # as root. -# sickbeard_dir: Directory where Sick Beard lives. +# sickbeard_dir: Directory where SickRage lives. # Default: /usr/local/sickbeard -# sickbeard_chdir: Change to this directory before running Sick Beard. +# sickbeard_chdir: Change to this directory before running SickRage. # Default is same as sickbeard_dir. # sickbeard_pid: The name of the pidfile to create. # Default is sickbeard.pid in sickbeard_dir. -# sickbeard_host: The hostname or IP Sick Beard is listening on +# sickbeard_host: The hostname or IP SickRage is listening on # Default is 127.0.0.1 -# sickbeard_port: The port Sick Beard is listening on +# sickbeard_port: The port SickRage is listening on # Default is 8081 -# sickbeard_web_user: Username to authenticate to the Sick Beard web interface +# sickbeard_web_user: Username to authenticate to the SickRage web interface # Default is an empty string (no username) -# sickbeard_web_password: Password to authenticate to the Sick Beard web interface +# sickbeard_web_password: Password to authenticate to the SickRage web interface # Default is an empty string (no password) PATH="/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin" @@ -46,7 +46,7 @@ load_rc_config ${name} : ${sickbeard_web_user:=""} : ${sickbeard_web_password:=""} -WGET="/usr/local/bin/wget" # You need wget for this script to safely shutdown Sick Beard. +WGET="/usr/local/bin/wget" # You need wget for this script to safely shutdown SickRage. status_cmd="${name}_status" stop_cmd="${name}_stop" @@ -56,7 +56,7 @@ command_args="-f -p ${sickbeard_pid} python ${sickbeard_dir}/SickBeard.py --quie # Check for wget and refuse to start without it. if [ ! -x "${WGET}" ]; then - warn "Sickbeard not started: You need wget to safely shut down Sick Beard." + warn "Sickbeard not started: You need wget to safely shut down SickRage." exit 1 fi @@ -67,13 +67,13 @@ if [ `id -u` != "0" ]; then fi verify_sickbeard_pid() { - # Make sure the pid corresponds to the Sick Beard process. + # Make sure the pid corresponds to the SickRage process. pid=`cat ${sickbeard_pid} 2>/dev/null` ps -p ${pid} 2>/dev/null | grep -q "python ${sickbeard_dir}/SickBeard.py" return $? } -# Try to stop Sick Beard cleanly by calling shutdown over http. +# Try to stop SickRage cleanly by calling shutdown over http. sickbeard_stop() { echo "Stopping $name" verify_sickbeard_pid diff --git a/init.ubuntu b/init.ubuntu index 1c4c5b4014412d5e47b62657ec20e19f3fb303b0..de5f2bdc39ce789ad0defee8c6523a9ed70ed359 100644 --- a/init.ubuntu +++ b/init.ubuntu @@ -8,8 +8,8 @@ # Should-Stop: $NetworkManager # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 -# Short-Description: starts instance of Sick Beard -# Description: starts instance of Sick Beard using start-stop-daemon +# Short-Description: starts instance of SickRage +# Description: starts instance of SickRage using start-stop-daemon ### END INIT INFO # Source SickBeard configuration diff --git a/readme-FailedDownloads.md b/readme-FailedDownloads.md index 9f838b8320117b5a6851a3d7cfac153488f9cb58..eb12e462d73f0b3fbef6b01436bda12f9f24cc48 100644 --- a/readme-FailedDownloads.md +++ b/readme-FailedDownloads.md @@ -1,7 +1,7 @@ -Sick Beard - Failed Downloads +SickRage - Failed Downloads ===== -*Sick Beard Failed Downloads is a fork from Sick Beard - ThePirateBay.* +*SickRage Failed Downloads is a fork from SickRage - ThePirateBay.* Features added: @@ -9,9 +9,9 @@ Features added: * User Interface Toggle for Failed Download Handling * Treat directories where no video files were found as if they were failed downloads -Sick Beard - Failed Downloads is almost a direct copy of the following project: +SickRage - Failed Downloads is almost a direct copy of the following project: -* [Sick Beard - Tolstyak's branch][tolstyak] +* [SickRage - Tolstyak's branch][tolstyak] These features can be enabled in the Post Processing Configuration menu. It must be configured as specified below. diff --git a/sickbeard/__init__.py b/sickbeard/__init__.py index 070fbc581a475189a206be0807b277bbb54beb83..49e2282f9e922321fdd53a6725ab3b6e694c76e4 100644 --- a/sickbeard/__init__.py +++ b/sickbeard/__init__.py @@ -1,20 +1,20 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. from __future__ import with_statement @@ -714,7 +714,7 @@ def initialize(consoleLogging=True): check_setting_int(CFG, 'Twitter', 'twitter_notify_onsubtitledownload', 0)) TWITTER_USERNAME = check_setting_str(CFG, 'Twitter', 'twitter_username', '') TWITTER_PASSWORD = check_setting_str(CFG, 'Twitter', 'twitter_password', '') - TWITTER_PREFIX = check_setting_str(CFG, 'Twitter', 'twitter_prefix', 'Sick Beard') + TWITTER_PREFIX = check_setting_str(CFG, 'Twitter', 'twitter_prefix', 'SickRage') USE_BOXCAR = bool(check_setting_int(CFG, 'Boxcar', 'use_boxcar', 0)) BOXCAR_NOTIFY_ONSNATCH = bool(check_setting_int(CFG, 'Boxcar', 'boxcar_notify_onsnatch', 0)) diff --git a/sickbeard/autoPostProcesser.py b/sickbeard/autoPostProcesser.py index 4459829b77c29bf54d2627ebc2becf1468361155..a81aa963a00d1312fe17738ee71e5f14d33a47f1 100644 --- a/sickbeard/autoPostProcesser.py +++ b/sickbeard/autoPostProcesser.py @@ -1,20 +1,20 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. import os.path diff --git a/sickbeard/browser.py b/sickbeard/browser.py index 631255c689c8b72b2c2f25820cb69c65c34f356f..be4ab665b4b99d6fd84f0afa18f284c99cfbb70e 100644 --- a/sickbeard/browser.py +++ b/sickbeard/browser.py @@ -1,20 +1,20 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. import os import string diff --git a/sickbeard/classes.py b/sickbeard/classes.py index 644fee78145c1d70ce7aa56272736ffcf9081f09..75169e054ece2d1cf05c3b6ef0a6eab1aa9f4981 100644 --- a/sickbeard/classes.py +++ b/sickbeard/classes.py @@ -1,20 +1,20 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. import re import sickbeard diff --git a/sickbeard/clients/__init__.py b/sickbeard/clients/__init__.py index 23c7fa7860f90a60f813abd1463e98f677aa44a9..993b6181afacdbfbff02eb40b5203c850a0f67cf 100644 --- a/sickbeard/clients/__init__.py +++ b/sickbeard/clients/__init__.py @@ -1,20 +1,20 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. __all__ = ['utorrent', 'transmission', diff --git a/sickbeard/clients/deluge.py b/sickbeard/clients/deluge.py index eff93d830c3d6089a6a4149b840842b2d322241a..3cd840ef70214158fa3e9b7250312bae968adc8a 100644 --- a/sickbeard/clients/deluge.py +++ b/sickbeard/clients/deluge.py @@ -1,20 +1,20 @@ # Author: Mr_Orange <mr_orange@hotmail.it> # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. import json from base64 import b64encode diff --git a/sickbeard/clients/download_station.py b/sickbeard/clients/download_station.py index 179c5a02a451b3788a1223dda6380c4be1e09b08..6e7fa3f450baca3cc9c6162dbf5b1525ffac633e 100644 --- a/sickbeard/clients/download_station.py +++ b/sickbeard/clients/download_station.py @@ -3,20 +3,20 @@ # # URL: https://github.com/mr-orange/Sick-Beard # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. # # Uses the Synology Download Station API: http://download.synology.com/download/other/Synology_Download_Station_Official_API_V3.pdf. diff --git a/sickbeard/clients/rtorrent.py b/sickbeard/clients/rtorrent.py index c6917b450d10a8995c16f0841385ac26b6ad69cb..25f6b4082060c715bd39c74794e84c9f662331bb 100644 --- a/sickbeard/clients/rtorrent.py +++ b/sickbeard/clients/rtorrent.py @@ -1,20 +1,20 @@ # Author: jkaberg <joel.kaberg@gmail.com>, based on fuzemans work (https://github.com/RuudBurger/CouchPotatoServer/blob/develop/couchpotato/core/downloaders/rtorrent/main.py) # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. from base64 import b64encode diff --git a/sickbeard/clients/transmission.py b/sickbeard/clients/transmission.py index ca63e0e87f60842b7cf38c3d0d0db6219d749ee6..e306b7314e6d36c8e573e903e1a7dfc44f996405 100644 --- a/sickbeard/clients/transmission.py +++ b/sickbeard/clients/transmission.py @@ -1,20 +1,20 @@ # Author: Mr_Orange <mr_orange@hotmail.it> # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. import re import json diff --git a/sickbeard/clients/utorrent.py b/sickbeard/clients/utorrent.py index a65742ad63413f7d8e67cf8a58864c779b7ede18..eda8646a16ea36624f41d7df039feb6a172592c8 100644 --- a/sickbeard/clients/utorrent.py +++ b/sickbeard/clients/utorrent.py @@ -1,20 +1,20 @@ # Authors: Mr_Orange <mr_orange@hotmail.it>, EchelonFour # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. import re diff --git a/sickbeard/common.py b/sickbeard/common.py index 4903cd0d24101cf182ab48308e3c0256ead2abcf..74f7d43b60315fc34adb3d1b9b40370e85dcbced 100644 --- a/sickbeard/common.py +++ b/sickbeard/common.py @@ -1,20 +1,20 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. import os.path import operator @@ -25,7 +25,7 @@ import uuid from sickbeard import version INSTANCE_ID = str(uuid.uuid1()) -USER_AGENT = ('Sick Beard/' + version.SICKBEARD_VERSION.replace(' ', '-') + +USER_AGENT = ('SickRage/' + version.SICKBEARD_VERSION.replace(' ', '-') + ' (' + platform.system() + '; ' + platform.release() + '; ' + INSTANCE_ID + ')') diff --git a/sickbeard/config.py b/sickbeard/config.py index 45ad4dcb1fc48f428a5407268a54c5f4e49d6837..a2fb77dac1dfb0e03139403fe084c558f0db19d2 100644 --- a/sickbeard/config.py +++ b/sickbeard/config.py @@ -1,20 +1,20 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. import cherrypy import os.path @@ -417,9 +417,9 @@ class ConfigMigrator(): if self.config_version > self.expected_config_version: logger.log_error_and_exit(u"Your config version (" + str( - self.config_version) + ") has been incremented past what this version of Sick Beard supports (" + str( + self.config_version) + ") has been incremented past what this version of SickRage supports (" + str( self.expected_config_version) + ").\n" + \ - "If you have used other forks or a newer version of Sick Beard, your config file may be unusable due to their modifications.") + "If you have used other forks or a newer version of SickRage, your config file may be unusable due to their modifications.") sickbeard.CONFIG_VERSION = self.config_version @@ -586,7 +586,7 @@ class ConfigMigrator(): logger.ERROR) continue - if name == 'Sick Beard Index': + if name == 'SickRage Index': key = '0' if name == 'NZBs.org': diff --git a/sickbeard/dailysearcher.py b/sickbeard/dailysearcher.py index f9b9a8b5f2907071ba49b0884935a4c86c1b119a..6e311508b1b994d48c3788d7aa1906567c5abc18 100644 --- a/sickbeard/dailysearcher.py +++ b/sickbeard/dailysearcher.py @@ -1,20 +1,20 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. from __future__ import with_statement import time diff --git a/sickbeard/databases/__init__.py b/sickbeard/databases/__init__.py index 99fdb2b82d288902580cb8b1e7cc25a6730d354d..96925d1641e3e383833e831970e4033fed6aca24 100644 --- a/sickbeard/databases/__init__.py +++ b/sickbeard/databases/__init__.py @@ -1,19 +1,19 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. __all__ = ["mainDB", "cache", "failed"] \ No newline at end of file diff --git a/sickbeard/databases/cache_db.py b/sickbeard/databases/cache_db.py index 01e4f2b2c2a0c5836782071b673952e773bb49c7..38118caaaa7f5e692254f114f7d12a350ecf3ad0 100644 --- a/sickbeard/databases/cache_db.py +++ b/sickbeard/databases/cache_db.py @@ -1,20 +1,20 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. from sickbeard import db diff --git a/sickbeard/databases/failed_db.py b/sickbeard/databases/failed_db.py index a87199286cb8937232b1074deeada8c32c594383..c0d07b98c8daf221dafcdeb51be621195532f9e3 100644 --- a/sickbeard/databases/failed_db.py +++ b/sickbeard/databases/failed_db.py @@ -1,20 +1,20 @@ # Author: Tyler Fenby <tylerfenby@gmail.com> # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. from sickbeard import db from sickbeard.common import Quality diff --git a/sickbeard/databases/mainDB.py b/sickbeard/databases/mainDB.py index 6b5a59521c4847c2752694082d43d5e3ae9dbec0..0ca43f8be3e5c2df3455cf887573d0ceae13b3a4 100644 --- a/sickbeard/databases/mainDB.py +++ b/sickbeard/databases/mainDB.py @@ -1,20 +1,20 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. import datetime @@ -187,16 +187,16 @@ class InitialSchema(db.SchemaUpgrade): if cur_db_version < MIN_DB_VERSION: logger.log_error_and_exit(u"Your database version (" + str( - cur_db_version) + ") is too old to migrate from what this version of Sick Beard supports (" + \ + cur_db_version) + ") is too old to migrate from what this version of SickRage supports (" + \ str(MIN_DB_VERSION) + ").\n" + \ - "Upgrade using a previous version (tag) build 496 to build 501 of Sick Beard first or remove database file to begin fresh." + "Upgrade using a previous version (tag) build 496 to build 501 of SickRage first or remove database file to begin fresh." ) if cur_db_version > MAX_DB_VERSION: logger.log_error_and_exit(u"Your database version (" + str( - cur_db_version) + ") has been incremented past what this version of Sick Beard supports (" + \ + cur_db_version) + ") has been incremented past what this version of SickRage supports (" + \ str(MAX_DB_VERSION) + ").\n" + \ - "If you have used other forks of Sick Beard, your database may be unusable due to their modifications." + "If you have used other forks of SickRage, your database may be unusable due to their modifications." ) diff --git a/sickbeard/db.py b/sickbeard/db.py index 980b2381cb17aea76b118b624b72ef8556b1c7e5..8d7e163f5b4c281edad03f3a63fd619a52f4157d 100644 --- a/sickbeard/db.py +++ b/sickbeard/db.py @@ -1,20 +1,20 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. from __future__ import with_statement diff --git a/sickbeard/encodingKludge.py b/sickbeard/encodingKludge.py index 53f4e63cca9e5688ce4ee848439b3b43af40b43b..ceb9ed2a620c4102f77277be388293212067f0a4 100644 --- a/sickbeard/encodingKludge.py +++ b/sickbeard/encodingKludge.py @@ -1,20 +1,20 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. import os diff --git a/sickbeard/exceptions.py b/sickbeard/exceptions.py index be7afac32978495932ab64e589180747211e1c53..e48cce9bad72896262d6813de66ba72b8f1b87b8 100644 --- a/sickbeard/exceptions.py +++ b/sickbeard/exceptions.py @@ -1,20 +1,20 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. from sickbeard.encodingKludge import fixStupidEncodings @@ -52,7 +52,7 @@ def ex(e): class SickBeardException(Exception): - "Generic SickBeard Exception - should never be thrown, only subclassed" + "Generic SickRage Exception - should never be thrown, only subclassed" class ConfigErrorException(SickBeardException): diff --git a/sickbeard/failedProcessor.py b/sickbeard/failedProcessor.py index e126eaad10e8d1cd634f792fc12d1012a432a67c..f8f755caf87f0dbfe6cf1b9e0bafbe107fd9b952 100644 --- a/sickbeard/failedProcessor.py +++ b/sickbeard/failedProcessor.py @@ -1,14 +1,14 @@ # Author: Tyler Fenby <tylerfenby@gmail.com> # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. @@ -72,7 +72,7 @@ class FailedProcessor(object): self._show_obj = sickbeard.helpers.get_show_by_name(parsed.series_name) if self._show_obj is None: self._log( - u"Could not create show object. Either the show hasn't been added to SickBeard, or it's still loading (if SB was restarted recently)", + u"Could not create show object. Either the show hasn't been added to SickRage, or it's still loading (if SB was restarted recently)", logger.WARNING) raise exceptions.FailedProcessingFailed() diff --git a/sickbeard/failed_history.py b/sickbeard/failed_history.py index 2faa33ac3b114ee83bc9facfd3d991f8f8c2657e..f98f5f615d738c26fa308d3d2d5493edeffb8db4 100644 --- a/sickbeard/failed_history.py +++ b/sickbeard/failed_history.py @@ -1,20 +1,20 @@ # Author: Tyler Fenby <tylerfenby@gmail.com> # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. import re import urllib diff --git a/sickbeard/generic_queue.py b/sickbeard/generic_queue.py index 5e2d4bc7704528bdcfc8d550f0a079e04842e060..f426a2226cac662069fda22aa11c551366c85563 100644 --- a/sickbeard/generic_queue.py +++ b/sickbeard/generic_queue.py @@ -1,20 +1,20 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. import datetime import threading diff --git a/sickbeard/gh_api.py b/sickbeard/gh_api.py index bd1f58cea5f9ac8a327f26384f2f2c7d8d4b2b55..8ddbd81074d4d5a29615a5e85d5d76f016426619 100644 --- a/sickbeard/gh_api.py +++ b/sickbeard/gh_api.py @@ -1,20 +1,20 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. try: import json diff --git a/sickbeard/helpers.py b/sickbeard/helpers.py index 06e31d5be57c636b19ba0bce932e0d830c3298c5..994b21330e8bf131297a76d2a9ff81bbe76d3a84 100644 --- a/sickbeard/helpers.py +++ b/sickbeard/helpers.py @@ -1,20 +1,20 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. from __future__ import with_statement @@ -712,7 +712,7 @@ def create_https_certificates(ssl_cert, ssl_key): careq = createCertRequest(cakey, CN='Certificate Authority') cacert = createCertificate(careq, (careq, cakey), serial, (0, 60 * 60 * 24 * 365 * 10)) # ten years - cname = 'SickBeard' + cname = 'SickRage' pkey = createKeyPair(TYPE_RSA, 1024) req = createCertRequest(pkey, CN=cname) cert = createCertificate(req, (cacert, cakey), serial, (0, 60 * 60 * 24 * 365 * 10)) # ten years diff --git a/sickbeard/history.py b/sickbeard/history.py index a220e5f1a58c7f8f064e5f23833f1505984c9c54..a0fa2893f9b5e93e5ec6f81170241d48684cceb2 100644 --- a/sickbeard/history.py +++ b/sickbeard/history.py @@ -1,20 +1,20 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. import db import datetime diff --git a/sickbeard/image_cache.py b/sickbeard/image_cache.py index 50113b70e934f05118ffcd2cbaefe508ad5007b0..2501ad87d158bef95991240c9f1a6051954818cd 100644 --- a/sickbeard/image_cache.py +++ b/sickbeard/image_cache.py @@ -1,20 +1,20 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. import os.path diff --git a/sickbeard/indexers/__init__.py b/sickbeard/indexers/__init__.py index 82542a8b2b3250486783dc4cf9272e997474d65c..b7e23c773751df46f399d1da9078435235764548 100644 --- a/sickbeard/indexers/__init__.py +++ b/sickbeard/indexers/__init__.py @@ -1,19 +1,19 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. from . import indexer_api, indexer_exceptions \ No newline at end of file diff --git a/sickbeard/indexers/indexer_api.py b/sickbeard/indexers/indexer_api.py index 7d36d28885e3db05a2835d47b5ea1b3d7e2789dd..f13d5a1f25a306caa243e9d6102251f84b3f2828 100644 --- a/sickbeard/indexers/indexer_api.py +++ b/sickbeard/indexers/indexer_api.py @@ -1,20 +1,20 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. import os import sickbeard diff --git a/sickbeard/logger.py b/sickbeard/logger.py index a1aac9b137bc90cde23b1f84d183741aca464649..987cfe8d8e54f7f3849b415d2f5397f3748c9cd6 100644 --- a/sickbeard/logger.py +++ b/sickbeard/logger.py @@ -1,20 +1,20 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. from __future__ import with_statement diff --git a/sickbeard/metadata/__init__.py b/sickbeard/metadata/__init__.py index 265856432f6903cd67074d32afd3c28c08b313d4..6a01fdcf33f8e80772733b396e89a305f9cfdd49 100644 --- a/sickbeard/metadata/__init__.py +++ b/sickbeard/metadata/__init__.py @@ -1,20 +1,20 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. __all__ = ['generic', 'helpers', 'xbmc', 'xbmc_12plus', 'mediabrowser', 'ps3', 'wdtv', 'tivo', 'mede8er'] diff --git a/sickbeard/metadata/generic.py b/sickbeard/metadata/generic.py index 636cfb897c9e78913ecab02a575dd2f0ccb7894f..9d6476f777021780140b3383efdc038de6fd5d7c 100644 --- a/sickbeard/metadata/generic.py +++ b/sickbeard/metadata/generic.py @@ -1,20 +1,20 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. from __future__ import with_statement diff --git a/sickbeard/metadata/helpers.py b/sickbeard/metadata/helpers.py index 4d1ceeb0fd9b1704e1bc8f26a631e0c056d64d21..2b3a3eae7c22b999edc2d783ce779aad8a886fd6 100644 --- a/sickbeard/metadata/helpers.py +++ b/sickbeard/metadata/helpers.py @@ -1,20 +1,20 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. from sickbeard import helpers from sickbeard import logger diff --git a/sickbeard/metadata/mede8er.py b/sickbeard/metadata/mede8er.py index 3a1ab4bbd49256f6d137b2889df88eb7e4bfa5c9..5715a5f28e105c2286c97d15b72a1280766557c8 100644 --- a/sickbeard/metadata/mede8er.py +++ b/sickbeard/metadata/mede8er.py @@ -1,20 +1,20 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. import datetime diff --git a/sickbeard/metadata/mediabrowser.py b/sickbeard/metadata/mediabrowser.py index c98972e5fc5035c150ee2c6f008b919cebeaaafc..cb441b17c96ce0a9883c1e5dd0cb372b37aa73d0 100644 --- a/sickbeard/metadata/mediabrowser.py +++ b/sickbeard/metadata/mediabrowser.py @@ -1,20 +1,20 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. import datetime import os diff --git a/sickbeard/metadata/ps3.py b/sickbeard/metadata/ps3.py index 17a55c466e107244953e1e7c150a0a969d18b421..b1e578c840e4685fd6dd2ce30e41e4ac0b259e9c 100644 --- a/sickbeard/metadata/ps3.py +++ b/sickbeard/metadata/ps3.py @@ -1,20 +1,20 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. import os diff --git a/sickbeard/metadata/tivo.py b/sickbeard/metadata/tivo.py index ec5c6a3b14deeb58a6533102bdb87536ad88d2ca..6e7c87e603eaede7cd7aee370eabcd15f5d0ac42 100644 --- a/sickbeard/metadata/tivo.py +++ b/sickbeard/metadata/tivo.py @@ -2,20 +2,20 @@ # Author: Gordon Turner <gordonturner@gordonturner.ca> # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. from __future__ import with_statement diff --git a/sickbeard/metadata/wdtv.py b/sickbeard/metadata/wdtv.py index b856e3347269ff98a1b41dbb913ddd7bf0f952bd..f6025796b87ca0c2ca72616c2e2d199069638759 100644 --- a/sickbeard/metadata/wdtv.py +++ b/sickbeard/metadata/wdtv.py @@ -1,20 +1,20 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. import datetime import os diff --git a/sickbeard/metadata/xbmc.py b/sickbeard/metadata/xbmc.py index eb0557b76f04acc97795e19e7cc16632159df6ae..3e26756ff60e508784f75b6d352d1ac02b6cc526 100644 --- a/sickbeard/metadata/xbmc.py +++ b/sickbeard/metadata/xbmc.py @@ -1,20 +1,20 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. import generic import xbmc_12plus diff --git a/sickbeard/metadata/xbmc_12plus.py b/sickbeard/metadata/xbmc_12plus.py index 7623fd544823bffded9319bd40526eb87adcec8e..b1664dd1e8474a46c882d269d694d29e5bfc4519 100644 --- a/sickbeard/metadata/xbmc_12plus.py +++ b/sickbeard/metadata/xbmc_12plus.py @@ -1,19 +1,19 @@ # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. import generic import datetime diff --git a/sickbeard/name_cache.py b/sickbeard/name_cache.py index df916ad0a25dff92c187c1b2ae0b9be75a2ec1b1..3fb87ce470bb85218c6822ccef0acfe24d293c96 100644 --- a/sickbeard/name_cache.py +++ b/sickbeard/name_cache.py @@ -1,20 +1,20 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. import sickbeard diff --git a/sickbeard/name_parser/parser.py b/sickbeard/name_parser/parser.py index 56ec33088311dff5fe31f8f054ffdfea414f7d89..edbc31d6f263894df12d022a00e6643f79796a51 100644 --- a/sickbeard/name_parser/parser.py +++ b/sickbeard/name_parser/parser.py @@ -1,20 +1,20 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. import datetime import os.path @@ -392,7 +392,7 @@ class ParseResult(object): if len(new_season_numbers) > 1: raise InvalidNameException("Scene numbering results episodes from " "seasons %s, (i.e. more than one) and " - "sickbeard does not support this. " + "sickrage does not support this. " "Sorry." % (str(new_season_numbers))) # I guess it's possible that we'd have duplicate episodes too, so lets diff --git a/sickbeard/name_parser/regexes.py b/sickbeard/name_parser/regexes.py index 38778a129e7c819787b3e9df5f781b317bb7168f..ecd6cfa8d205022748db9061cda35e1d15ce48ac 100644 --- a/sickbeard/name_parser/regexes.py +++ b/sickbeard/name_parser/regexes.py @@ -1,20 +1,20 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. # all regexes are case insensitive diff --git a/sickbeard/naming.py b/sickbeard/naming.py index a8189fc67ec92727480e83990f18366d3cded8bb..d8fd08d03d9ad919e267a02dca523978d20d9116 100644 --- a/sickbeard/naming.py +++ b/sickbeard/naming.py @@ -1,20 +1,20 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. import datetime import os diff --git a/sickbeard/network_timezones.py b/sickbeard/network_timezones.py index d4bfd859f8fff0c563903949b492b9e49432e67e..3c7bd0c9115b7d6bc27f96a6e3e44fb39fbb5cba 100644 --- a/sickbeard/network_timezones.py +++ b/sickbeard/network_timezones.py @@ -1,20 +1,20 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. import sickbeard from lib.dateutil import tz diff --git a/sickbeard/notifiers/__init__.py b/sickbeard/notifiers/__init__.py index 8c9cf6a0085646c807e337a57c3597a578e47811..d73c579df46e854e630cb9fc11a1ae5b156a0dc1 100644 --- a/sickbeard/notifiers/__init__.py +++ b/sickbeard/notifiers/__init__.py @@ -1,20 +1,20 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. import sickbeard diff --git a/sickbeard/notifiers/boxcar.py b/sickbeard/notifiers/boxcar.py index 84e5db921a920f2d5d683c8c9654ccd181c58e2e..a564636bebce310bdf7f9c14489c842bc51bd6ce 100644 --- a/sickbeard/notifiers/boxcar.py +++ b/sickbeard/notifiers/boxcar.py @@ -2,20 +2,20 @@ # Author: Dennis Lutter <lad1337@gmail.com> # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. import urllib, urllib2 import time @@ -31,7 +31,7 @@ API_URL = "https://boxcar.io/devices/providers/fWc4sgSmpcN6JujtBmR6/notification class BoxcarNotifier: def test_notify(self, email, title="Test"): - return self._sendBoxcar("This is a test notification from SickBeard", title, email) + return self._sendBoxcar("This is a test notification from SickRage", title, email) def _sendBoxcar(self, msg, title, email, subscribe=False): """ diff --git a/sickbeard/notifiers/boxcar2.py b/sickbeard/notifiers/boxcar2.py index daaea40fc8e1ee6660d1632e7cb87d5d16d52880..12d3f795fe65d2433abc248eb7d7d0372da8c08f 100755 --- a/sickbeard/notifiers/boxcar2.py +++ b/sickbeard/notifiers/boxcar2.py @@ -3,20 +3,20 @@ # Author: Dennis Lutter <lad1337@gmail.com> # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. import urllib, urllib2 import time @@ -32,7 +32,7 @@ API_URL = "https://new.boxcar.io/api/notifications" class Boxcar2Notifier: def test_notify(self, accesstoken, title="SickRage : Test"): - return self._sendBoxcar2("This is a test notification from SickBeard", title, accesstoken) + return self._sendBoxcar2("This is a test notification from SickRage", title, accesstoken) def _sendBoxcar2(self, msg, title, accesstoken): """ diff --git a/sickbeard/notifiers/emailnotify.py b/sickbeard/notifiers/emailnotify.py index f28dc357544db7355655a0ee2d64648c686df07e..06b23e63657372f93319916f5b83639502b1f5cf 100644 --- a/sickbeard/notifiers/emailnotify.py +++ b/sickbeard/notifiers/emailnotify.py @@ -4,20 +4,20 @@ # # URL: https://github.com/echel0n/SickRage # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. import smtplib from email.mime.multipart import MIMEMultipart @@ -37,8 +37,8 @@ class EmailNotifier: self.last_err = None def test_notify(self, host, port, smtp_from, use_tls, user, pwd, to): - msg = MIMEText('This is a test message from Sick Beard. If you\'re reading this, the test succeeded.') - msg['Subject'] = 'Sick Beard: Test Message' + msg = MIMEText('This is a test message from SickRage. If you\'re reading this, the test succeeded.') + msg['Subject'] = 'SickRage: Test Message' msg['From'] = smtp_from msg['To'] = to return self._sendmail(host, port, smtp_from, use_tls, user, pwd, [to], msg, True) @@ -59,10 +59,10 @@ class EmailNotifier: try: msg = MIMEMultipart('alternative') msg.attach(MIMEText( - "<body style='font-family:Helvetica, Arial, sans-serif;'><h3>Sick Beard Notification - Snatched</h3>\n<p>Show: <b>" + re.search( + "<body style='font-family:Helvetica, Arial, sans-serif;'><h3>SickRage Notification - Snatched</h3>\n<p>Show: <b>" + re.search( "(.+?) -.+", ep_name).group(1) + "</b></p>\n<p>Episode: <b>" + re.search( ".+ - (.+?-.+) -.+", ep_name).group( - 1) + "</b></p>\n\n<footer style='margin-top: 2.5em; padding: .7em 0; color: #777; border-top: #BBB solid 1px;'>Powered by Sick Beard.</footer></body>", + 1) + "</b></p>\n\n<footer style='margin-top: 2.5em; padding: .7em 0; color: #777; border-top: #BBB solid 1px;'>Powered by SickRage.</footer></body>", 'html')) except: msg = MIMEText(ep_name) @@ -92,10 +92,10 @@ class EmailNotifier: try: msg = MIMEMultipart('alternative') msg.attach(MIMEText( - "<body style='font-family:Helvetica, Arial, sans-serif;'><h3>Sick Beard Notification - Downloaded</h3>\n<p>Show: <b>" + re.search( + "<body style='font-family:Helvetica, Arial, sans-serif;'><h3>SickRage Notification - Downloaded</h3>\n<p>Show: <b>" + re.search( "(.+?) -.+", ep_name).group(1) + "</b></p>\n<p>Episode: <b>" + re.search( ".+ - (.+?-.+) -.+", ep_name).group( - 1) + "</b></p>\n\n<footer style='margin-top: 2.5em; padding: .7em 0; color: #777; border-top: #BBB solid 1px;'>Powered by Sick Beard.</footer></body>", + 1) + "</b></p>\n\n<footer style='margin-top: 2.5em; padding: .7em 0; color: #777; border-top: #BBB solid 1px;'>Powered by SickRage.</footer></body>", 'html')) except: msg = MIMEText(ep_name) @@ -125,10 +125,10 @@ class EmailNotifier: try: msg = MIMEMultipart('alternative') msg.attach(MIMEText( - "<body style='font-family:Helvetica, Arial, sans-serif;'><h3>Sick Beard Notification - Subtitle Downloaded</h3>\n<p>Show: <b>" + re.search( + "<body style='font-family:Helvetica, Arial, sans-serif;'><h3>SickRage Notification - Subtitle Downloaded</h3>\n<p>Show: <b>" + re.search( "(.+?) -.+", ep_name).group(1) + "</b></p>\n<p>Episode: <b>" + re.search( ".+ - (.+?-.+) -.+", ep_name).group( - 1) + "</b></p>\n<p>Language: <b>" + lang + "</b></p>\n\n<footer style='margin-top: 2.5em; padding: .7em 0; color: #777; border-top: #BBB solid 1px;'>Powered by Sick Beard.</footer></body>", + 1) + "</b></p>\n<p>Language: <b>" + lang + "</b></p>\n\n<footer style='margin-top: 2.5em; padding: .7em 0; color: #777; border-top: #BBB solid 1px;'>Powered by SickRage.</footer></body>", 'html')) except: msg = MIMEText(ep_name + ": " + lang) diff --git a/sickbeard/notifiers/growl.py b/sickbeard/notifiers/growl.py index d8735aad5299fe58684c3a8d49f498c85b8fd4d8..aeda68f6421b3a0e2a0d55e9fbfe08c42e5c3c85 100644 --- a/sickbeard/notifiers/growl.py +++ b/sickbeard/notifiers/growl.py @@ -1,20 +1,20 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. import socket @@ -29,7 +29,7 @@ from lib.growl import gntp class GrowlNotifier: def test_notify(self, host, password): self._sendRegistration(host, password, 'Test') - return self._sendGrowl("Test Growl", "Testing Growl settings from Sick Beard", "Test", host, password, + return self._sendGrowl("Test Growl", "Testing Growl settings from SickRage", "Test", host, password, force=True) def notify_snatch(self, ep_name): @@ -64,7 +64,7 @@ class GrowlNotifier: notice.add_header('Notification-Priority', options['priority']) if options['icon']: notice.add_header('Notification-Icon', - 'https://raw.github.com/midgetspy/Sick-Beard/master/data/images/sickbeard.png') + 'https://raw.github.com/echel0n/SickRage/master/gui/slick/images/sickrage.png') if message: notice.add_header('Notification-Text', message) @@ -86,7 +86,7 @@ class GrowlNotifier: return response - def _sendGrowl(self, title="Sick Beard Notification", message=None, name=None, host=None, password=None, + def _sendGrowl(self, title="SickRage Notification", message=None, name=None, host=None, password=None, force=False): if not sickbeard.USE_GROWL and not force: return False @@ -111,7 +111,7 @@ class GrowlNotifier: opts['name'] = name opts['title'] = title - opts['app'] = 'SickBeard' + opts['app'] = 'SickRage' opts['sticky'] = None opts['priority'] = None @@ -140,7 +140,7 @@ class GrowlNotifier: logger.log(u"Unable to send growl to " + opts['host'] + ":" + str(opts['port']) + ": " + ex(e)) return False - def _sendRegistration(self, host=None, password=None, name='Sick Beard Notification'): + def _sendRegistration(self, host=None, password=None, name='SickRage Notification'): opts = {} if host == None: @@ -161,14 +161,14 @@ class GrowlNotifier: else: opts['password'] = password - opts['app'] = 'SickBeard' + opts['app'] = 'SickRage' opts['debug'] = False #Send Registration register = gntp.GNTPRegister() register.add_header('Application-Name', opts['app']) register.add_header('Application-Icon', - 'https://raw.github.com/midgetspy/Sick-Beard/master/data/images/sickbeard.png') + 'https://raw.githubusercontent.com/echel0n/SickRage/master/gui/slick/images/sickrage-shark-mascot.png') register.add_notification('Test', True) register.add_notification(common.notifyStrings[common.NOTIFY_SNATCH], True) diff --git a/sickbeard/notifiers/libnotify.py b/sickbeard/notifiers/libnotify.py index c93c7e12827d933f8f9205e4c02341316ec07402..94273320c9ffbe9aa0880ddddf5c5457e58288e5 100644 --- a/sickbeard/notifiers/libnotify.py +++ b/sickbeard/notifiers/libnotify.py @@ -1,20 +1,20 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. import os import cgi @@ -35,7 +35,7 @@ def diagnose(): u"<a href=\"apt:python-notify\">python-notify</a> package.") if 'DISPLAY' not in os.environ and 'DBUS_SESSION_BUS_ADDRESS' not in os.environ: return (u"<p>Error: Environment variables DISPLAY and DBUS_SESSION_BUS_ADDRESS " - u"aren't set. libnotify will only work when you run Sick Beard " + u"aren't set. libnotify will only work when you run SickRage " u"from a desktop login.") try: import dbus @@ -46,7 +46,7 @@ def diagnose(): bus = dbus.SessionBus() except dbus.DBusException, e: return (u"<p>Error: unable to connect to D-Bus session bus: <code>%s</code>." - u"<p>Are you running Sick Beard in a desktop session?") % (cgi.escape(e),) + u"<p>Are you running SickRage in a desktop session?") % (cgi.escape(e),) try: bus.get_object('org.freedesktop.Notifications', '/org/freedesktop/Notifications') @@ -74,7 +74,7 @@ class LibnotifyNotifier: except ImportError: logger.log(u"Unable to import gobject. We can't catch a GError in display.") return False - if not pynotify.init('Sick Beard'): + if not pynotify.init('SickRage'): logger.log(u"Initialization of pynotify failed. libnotify notifications won't work.") return False self.pynotify = pynotify @@ -94,7 +94,7 @@ class LibnotifyNotifier: self._notify(common.notifyStrings[common.NOTIFY_SUBTITLE_DOWNLOAD], ep_name + ": " + lang) def test_notify(self): - return self._notify('Test notification', "This is a test notification from Sick Beard", force=True) + return self._notify('Test notification', "This is a test notification from SickRage", force=True) def _notify(self, title, message, force=False): if not sickbeard.USE_LIBNOTIFY and not force: diff --git a/sickbeard/notifiers/nma.py b/sickbeard/notifiers/nma.py index 066ad101ad51a4e8e93ee34e43b580f70a2aae07..0ce06a6d5cfe1a61155c8a903d525399389585ed 100644 --- a/sickbeard/notifiers/nma.py +++ b/sickbeard/notifiers/nma.py @@ -6,7 +6,7 @@ from lib.pynma import pynma class NMA_Notifier: def test_notify(self, nma_api, nma_priority): - return self._sendNMA(nma_api, nma_priority, event="Test", message="Testing NMA settings from Sick Beard", + return self._sendNMA(nma_api, nma_priority, event="Test", message="Testing NMA settings from SickRage", force=True) def notify_snatch(self, ep_name): diff --git a/sickbeard/notifiers/nmj.py b/sickbeard/notifiers/nmj.py index f1337111ac1830133c279d5b5dd58490e38a5184..459942c44b0439ef2d9aea0f5acbe3a83468132a 100644 --- a/sickbeard/notifiers/nmj.py +++ b/sickbeard/notifiers/nmj.py @@ -1,20 +1,20 @@ # Author: Nico Berlee http://nico.berlee.nl/ # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. import urllib, urllib2 import sickbeard diff --git a/sickbeard/notifiers/nmjv2.py b/sickbeard/notifiers/nmjv2.py index 59a9c2037c1e516d4076efe6c83f4a8f0ffec442..355a41933100f28ae06ec9015be872dd21302d30 100644 --- a/sickbeard/notifiers/nmjv2.py +++ b/sickbeard/notifiers/nmjv2.py @@ -2,20 +2,20 @@ # Based on nmj.py by Nico Berlee: http://nico.berlee.nl/ # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. import urllib, urllib2, xml.dom.minidom from xml.dom.minidom import parseString diff --git a/sickbeard/notifiers/plex.py b/sickbeard/notifiers/plex.py index 32b37080a05105bb9dea338bb6ce8ed91acc4869..8047ab5495f11543ed5fa277835cc39d97234e63 100644 --- a/sickbeard/notifiers/plex.py +++ b/sickbeard/notifiers/plex.py @@ -1,20 +1,20 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. import urllib import urllib2 @@ -34,7 +34,7 @@ from xml.dom import minidom class PLEXNotifier(XBMCNotifier): - def _notify_pmc(self, message, title="Sick Beard", host=None, username=None, password=None, force=False): + def _notify_pmc(self, message, title="SickRage", host=None, username=None, password=None, force=False): # fill in omitted parameters if not host: if sickbeard.PLEX_HOST: @@ -67,7 +67,7 @@ class PLEXNotifier(XBMCNotifier): self._notify_pmc(ep_name + ": " + lang, common.notifyStrings[common.NOTIFY_SUBTITLE_DOWNLOAD]) def test_notify(self, host, username, password): - return self._notify_pmc("Testing Plex notifications from Sick Beard", "Test Notification", host, username, + return self._notify_pmc("Testing Plex notifications from SickRage", "Test Notification", host, username, password, force=True) def update_library(self): diff --git a/sickbeard/notifiers/prowl.py b/sickbeard/notifiers/prowl.py index e26fff7b12fa819854b842eee33626b97f00226b..026a975c8b0126859eab1a9538b8c7c8cb025a25 100644 --- a/sickbeard/notifiers/prowl.py +++ b/sickbeard/notifiers/prowl.py @@ -1,20 +1,20 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. from httplib import HTTPSConnection, HTTPException from urllib import urlencode @@ -35,7 +35,7 @@ from sickbeard import logger, common class ProwlNotifier: def test_notify(self, prowl_api, prowl_priority): return self._sendProwl(prowl_api, prowl_priority, event="Test", - message="Testing Prowl settings from Sick Beard", force=True) + message="Testing Prowl settings from SickRage", force=True) def notify_snatch(self, ep_name): if sickbeard.PROWL_NOTIFY_ONSNATCH: @@ -63,7 +63,7 @@ class ProwlNotifier: if prowl_priority == None: prowl_priority = sickbeard.PROWL_PRIORITY - title = "Sick Beard" + title = "SickRage" logger.log(u"Prowl title: " + title, logger.DEBUG) logger.log(u"Prowl event: " + event, logger.DEBUG) diff --git a/sickbeard/notifiers/pushalot.py b/sickbeard/notifiers/pushalot.py index 81ed9c94a8e27a1a3e91e16f2c81f544139014fb..b9cf86eb0643776f5592f40fc393b08452b2ef50 100644 --- a/sickbeard/notifiers/pushalot.py +++ b/sickbeard/notifiers/pushalot.py @@ -2,20 +2,20 @@ # Based on prowl.py by Nic Wolfe <nic@wolfeden.ca> # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. from httplib import HTTPSConnection, HTTPException from urllib import urlencode @@ -28,7 +28,7 @@ from sickbeard import logger, common class PushalotNotifier: def test_notify(self, pushalot_authorizationtoken): return self._sendPushalot(pushalot_authorizationtoken, event="Test", - message="Testing Pushalot settings from Sick Beard", force=True) + message="Testing Pushalot settings from SickRage", force=True) def notify_snatch(self, ep_name): if sickbeard.PUSHALOT_NOTIFY_ONSNATCH: diff --git a/sickbeard/notifiers/pushbullet.py b/sickbeard/notifiers/pushbullet.py index dcdb87a02bd8e2673888f319d744864c6dae6e5f..d6bed96c317625c7630b598b0d7be0665190f5d9 100644 --- a/sickbeard/notifiers/pushbullet.py +++ b/sickbeard/notifiers/pushbullet.py @@ -2,20 +2,20 @@ # Based on pushalot.py by Nic Wolfe <nic@wolfeden.ca> # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. import base64 @@ -28,7 +28,7 @@ from sickbeard import logger, common class PushbulletNotifier: def test_notify(self, pushbullet_api): - return self._sendPushbullet(pushbullet_api, event="Test", message="Testing Pushbullet settings from Sick Beard", + return self._sendPushbullet(pushbullet_api, event="Test", message="Testing Pushbullet settings from SickRage", method="POST", notificationType="note", force=True) def get_devices(self, pushbullet_api): diff --git a/sickbeard/notifiers/pushover.py b/sickbeard/notifiers/pushover.py index 3dbf4691ee853d2821c85b0c3ff6cb26f85af2cc..9728d22b52c4e8e5c0cb9e452a9d77f1bd3c372d 100644 --- a/sickbeard/notifiers/pushover.py +++ b/sickbeard/notifiers/pushover.py @@ -3,20 +3,20 @@ # Author: Aaron Bieber <deftly@gmail.com> # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. import urllib, urllib2 import time @@ -28,12 +28,12 @@ from sickbeard.common import notifyStrings, NOTIFY_SNATCH, NOTIFY_DOWNLOAD, NOTI from sickbeard.exceptions import ex API_URL = "https://api.pushover.net/1/messages.json" -API_KEY = "OKCXmkvHN1syU2e8xvpefTnyvVWGv5" +API_KEY = "awKfdt263PLaEWV9RXuSn4c46qoAyA" class PushoverNotifier: def test_notify(self, userKey=None): - return self._sendPushover("This is a test notification from SickBeard", 'Test', userKey) + return self._sendPushover("This is a test notification from SickRage", 'Test', userKey) def _sendPushover(self, msg, title, userKey=None): """ diff --git a/sickbeard/notifiers/pytivo.py b/sickbeard/notifiers/pytivo.py index 14b6eab467e599e530b183a4552b334251eb761e..30377c0bdf5ac664f1a004b650554c427b52e68e 100644 --- a/sickbeard/notifiers/pytivo.py +++ b/sickbeard/notifiers/pytivo.py @@ -1,20 +1,20 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. import os import sickbeard diff --git a/sickbeard/notifiers/synoindex.py b/sickbeard/notifiers/synoindex.py index 6dcc552e63112f7c4a9ab0fc608b19bbc1494dfa..dd78e1d2c0dba77339018709b86b37544c41b16c 100644 --- a/sickbeard/notifiers/synoindex.py +++ b/sickbeard/notifiers/synoindex.py @@ -1,20 +1,20 @@ # Author: Sebastien Erard <sebastien_erard@hotmail.com> # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. diff --git a/sickbeard/notifiers/synologynotifier.py b/sickbeard/notifiers/synologynotifier.py index 709e5640025b6caf78f6cad97e7d1775308b8bad..54fc45ca726a7e351e83baa9e9ffb45afddc9f90 100644 --- a/sickbeard/notifiers/synologynotifier.py +++ b/sickbeard/notifiers/synologynotifier.py @@ -1,19 +1,19 @@ # Author: Nyaran <nyayukko@gmail.com> # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. diff --git a/sickbeard/notifiers/trakt.py b/sickbeard/notifiers/trakt.py index 63df3ba4aa1a288185952a3e37b35ffbc1a37a78..4cac11f96baaed66592e9578ccfda7fdf7e04e60 100644 --- a/sickbeard/notifiers/trakt.py +++ b/sickbeard/notifiers/trakt.py @@ -1,20 +1,20 @@ # Author: Dieter Blomme <dieterblomme@gmail.com> # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. import sickbeard from sickbeard import logger diff --git a/sickbeard/notifiers/tweet.py b/sickbeard/notifiers/tweet.py index 516169209f6c1cc0ec558747423a4ecb764d2af1..aaa6fe2af604eb1c2ccadfa81ea55e8d92a71d34 100644 --- a/sickbeard/notifiers/tweet.py +++ b/sickbeard/notifiers/tweet.py @@ -1,20 +1,20 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. import sickbeard @@ -53,7 +53,7 @@ class TwitterNotifier: self._notifyTwitter(common.notifyStrings[common.NOTIFY_SUBTITLE_DOWNLOAD] + ' ' + ep_name + ": " + lang) def test_notify(self): - return self._notifyTwitter("This is a test notification from Sick Beard", force=True) + return self._notifyTwitter("This is a test notification from SickRage", force=True) def _get_authorization(self): diff --git a/sickbeard/notifiers/xbmc.py b/sickbeard/notifiers/xbmc.py index a3a8ae66193e797fd536a5e65357214f48e3581e..34d2be5077804b964340d65affb698fe2f6e162f 100644 --- a/sickbeard/notifiers/xbmc.py +++ b/sickbeard/notifiers/xbmc.py @@ -1,20 +1,20 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. import urllib import urllib2 @@ -41,7 +41,7 @@ except ImportError: class XBMCNotifier: - sb_logo_url = 'http://www.sickbeard.com/xbmc-notify.png' + sb_logo_url = 'https://raw.githubusercontent.com/echel0n/SickRage/master/gui/slick/images/sickrage-shark-mascot.png' def _get_xbmc_version(self, host, username, password): """Returns XBMC JSON-RPC API version (odd # = dev, even # = stable) @@ -92,7 +92,7 @@ class XBMCNotifier: else: return False - def _notify_xbmc(self, message, title="Sick Beard", host=None, username=None, password=None, force=False): + def _notify_xbmc(self, message, title="SickRage", host=None, username=None, password=None, force=False): """Internal wrapper for the notify_snatch and notify_download functions Detects JSON-RPC version then branches the logic for either the JSON-RPC or legacy HTTP API methods. @@ -509,7 +509,7 @@ class XBMCNotifier: self._notify_xbmc(ep_name + ": " + lang, common.notifyStrings[common.NOTIFY_SUBTITLE_DOWNLOAD]) def test_notify(self, host, username, password): - return self._notify_xbmc("Testing XBMC notifications from Sick Beard", "Test Notification", host, username, + return self._notify_xbmc("Testing XBMC notifications from SickRage", "Test Notification", host, username, password, force=True) def update_library(self, showName=None): diff --git a/sickbeard/nzbSplitter.py b/sickbeard/nzbSplitter.py index 08791bb165764939a5990e804c60b41229de5e81..4b1618f8f6efa217a0db12c4c4e5c8cb326ff1c2 100644 --- a/sickbeard/nzbSplitter.py +++ b/sickbeard/nzbSplitter.py @@ -1,20 +1,20 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. from __future__ import with_statement diff --git a/sickbeard/nzbget.py b/sickbeard/nzbget.py index 2f528690cf9efc0c7cf16e38399899c1cbdfb05c..720ad12e6c78f772e3b2ff7aa14f7929dae33309 100644 --- a/sickbeard/nzbget.py +++ b/sickbeard/nzbget.py @@ -1,20 +1,20 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. diff --git a/sickbeard/postProcessor.py b/sickbeard/postProcessor.py index 8320cee436928c66c96f8a746934f31f8ba480b4..2f49552d92635587670d7d542cae41e8aec8512b 100644 --- a/sickbeard/postProcessor.py +++ b/sickbeard/postProcessor.py @@ -1,20 +1,20 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. from __future__ import with_statement diff --git a/sickbeard/processTV.py b/sickbeard/processTV.py index e4a863754d19b7039fc74b5bf08634b135d1172b..9a9aefb4a14937f32905127bab51df5293bbbdca 100644 --- a/sickbeard/processTV.py +++ b/sickbeard/processTV.py @@ -1,20 +1,20 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. from __future__ import with_statement @@ -74,7 +74,7 @@ def processDir(dirName, nzbName=None, process_method=None, force=False, is_prior # if we didn't find a real dir then quit if not ek.ek(os.path.isdir, dirName): returnStr += logHelper( - u"Unable to figure out what folder to process. If your downloader and Sick Beard aren't on the same PC make sure you fill out your TV download dir in the config.", + u"Unable to figure out what folder to process. If your downloader and SickRage aren't on the same PC make sure you fill out your TV download dir in the config.", logger.DEBUG) return returnStr diff --git a/sickbeard/properFinder.py b/sickbeard/properFinder.py index 07b4dedb2b1fc5f39482cd657b6a43ed465fbeae..75f4d5e935a8c1d2a63fe26df15ac663ea8c522d 100644 --- a/sickbeard/properFinder.py +++ b/sickbeard/properFinder.py @@ -1,20 +1,20 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. import time import datetime diff --git a/sickbeard/providers/__init__.py b/sickbeard/providers/__init__.py index 1dc2f50e37e160666ab976c45b3aa962e5e4f63e..818bdeae8bd19085cbd42b18f14621285576c9d1 100644 --- a/sickbeard/providers/__init__.py +++ b/sickbeard/providers/__init__.py @@ -1,20 +1,20 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. __all__ = ['ezrss', 'tvtorrents', @@ -161,7 +161,7 @@ def makeTorrentRssProvider(configString): def getDefaultNewznabProviders(): - return 'Sick Beard Index|http://lolo.sickbeard.com/|0|5030,5040,5060|0|eponly|0!!!NZBs.org|https://nzbs.org/||5030,5040,5060,5070,5090|0|eponly|0!!!Usenet-Crawler|https://www.usenet-crawler.com/||5030,5040,5060|0|eponly|0' + return 'SickRage Index|http://lolo.sickbeard.com/|0|5030,5040,5060|0|eponly|0!!!NZBs.org|https://nzbs.org/||5030,5040,5060,5070,5090|0|eponly|0!!!Usenet-Crawler|https://www.usenet-crawler.com/||5030,5040,5060|0|eponly|0' def getProviderModule(name): diff --git a/sickbeard/providers/btn.py b/sickbeard/providers/btn.py index 257ef416e77e8adb9ae30495ce8edef6dd569dac..d176857f1acdecbbee72f4d07d48bccd59c97cca 100644 --- a/sickbeard/providers/btn.py +++ b/sickbeard/providers/btn.py @@ -2,20 +2,20 @@ # Author: Daniel Heimans # URL: http://code.google.com/p/sickbeard # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. import time import socket @@ -162,7 +162,7 @@ class BTNProvider(generic.TorrentProvider): def _get_title_and_url(self, parsedJSON): # The BTN API gives a lot of information in response, - # however Sick Beard is built mostly around Scene or + # however SickRage is built mostly around Scene or # release names, which is why we are using them here. if 'ReleaseName' in parsedJSON and parsedJSON['ReleaseName']: diff --git a/sickbeard/providers/dtt.py b/sickbeard/providers/dtt.py index d95b752618030c0ae722b4bddce1d5e05c95fca5..642e53c2ecf3e28de7e3ecf27eaf2aeae8a4a43c 100644 --- a/sickbeard/providers/dtt.py +++ b/sickbeard/providers/dtt.py @@ -1,20 +1,20 @@ # Author: Harm van Tilborg <harm@zeroxcool.net> # URL: https://github.com/hvt/Sick-Beard/tree/dtt # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. import urllib import sickbeard diff --git a/sickbeard/providers/ezrss.py b/sickbeard/providers/ezrss.py index 1ccf4e988bebb3e227a1544134403ac012c45005..8b7134ce574499d76200cbbea363752018608891 100644 --- a/sickbeard/providers/ezrss.py +++ b/sickbeard/providers/ezrss.py @@ -1,20 +1,20 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. import urllib import re diff --git a/sickbeard/providers/generic.py b/sickbeard/providers/generic.py index a4e297f280b2c6b59b5b3970031da3243d658d86..e2156a27e5ebe4df2f5412f007fc6ce4ab7b406b 100644 --- a/sickbeard/providers/generic.py +++ b/sickbeard/providers/generic.py @@ -2,20 +2,20 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. from __future__ import with_statement diff --git a/sickbeard/providers/hdbits.py b/sickbeard/providers/hdbits.py index 91797860651db9628870e5f4132f75b597088d5f..5ae61bd6c2e081a18e89578af7b2075b8e0dcf66 100644 --- a/sickbeard/providers/hdbits.py +++ b/sickbeard/providers/hdbits.py @@ -1,17 +1,17 @@ -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. import re import time diff --git a/sickbeard/providers/hdtorrents.py b/sickbeard/providers/hdtorrents.py index ef44a5efdeace883036c916867b95a76e53a37e5..53bcf1e4084e1be39484e618c8ed4b1f543198e1 100644 --- a/sickbeard/providers/hdtorrents.py +++ b/sickbeard/providers/hdtorrents.py @@ -2,20 +2,20 @@ # Modified by jkaberg, https://github.com/jkaberg for SceneAccess # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. import time import re diff --git a/sickbeard/providers/iptorrents.py b/sickbeard/providers/iptorrents.py index 4a0a4c9c4af10813564972200e14da2b6f218d52..4a45f94d071c1c0c6fc804e277fc45763663e529 100644 --- a/sickbeard/providers/iptorrents.py +++ b/sickbeard/providers/iptorrents.py @@ -1,20 +1,20 @@ # Author: seedboy # URL: https://github.com/seedboy # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. import time import re diff --git a/sickbeard/providers/kat.py b/sickbeard/providers/kat.py index b15c2b4b9420e4d5388effd1c55fc5ed45064365..c04f41dd5bcd729a7edd21cfa7ae2791fb739add 100644 --- a/sickbeard/providers/kat.py +++ b/sickbeard/providers/kat.py @@ -2,20 +2,20 @@ # Author: Mr_Orange <mr_orange@hotmail.it> # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. from __future__ import with_statement diff --git a/sickbeard/providers/newzbin.py b/sickbeard/providers/newzbin.py index c1ec212d3f9d0822705c53bd68bed0e954f72693..17574e05441a48ff9606e80596559a49eab0f664 100644 --- a/sickbeard/providers/newzbin.py +++ b/sickbeard/providers/newzbin.py @@ -1,20 +1,20 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. import os import re diff --git a/sickbeard/providers/newznab.py b/sickbeard/providers/newznab.py index ae7650a4d21fa76abfa0bde3afd3526d00c78020..d99610e18d0ead0522f4eb85b622ff038da59260 100644 --- a/sickbeard/providers/newznab.py +++ b/sickbeard/providers/newznab.py @@ -1,20 +1,20 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. import urllib import time diff --git a/sickbeard/providers/nextgen.py b/sickbeard/providers/nextgen.py index 9ccabbbd76d784823300345b0fcc619991f7d357..496b3b1ce6a227fb160c0b2ee390b667c66b5017 100644 --- a/sickbeard/providers/nextgen.py +++ b/sickbeard/providers/nextgen.py @@ -1,20 +1,20 @@ # Author: seedboy # URL: https://github.com/seedboy # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. import traceback import urllib2 diff --git a/sickbeard/providers/nyaatorrents.py b/sickbeard/providers/nyaatorrents.py index b450a9d36b6762c30f26cb08e3b055a13c7026ea..367e177201b6eaccac16222757f0fa8526178eee 100644 --- a/sickbeard/providers/nyaatorrents.py +++ b/sickbeard/providers/nyaatorrents.py @@ -1,20 +1,20 @@ # Author: Mr_Orange # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. import urllib import re diff --git a/sickbeard/providers/nzbs_org_old.py b/sickbeard/providers/nzbs_org_old.py index 9533785220e2403c5269a5f700cf6ef349c107b4..fc2669743be70750a6b2f3aa33182b99d4dc689a 100644 --- a/sickbeard/providers/nzbs_org_old.py +++ b/sickbeard/providers/nzbs_org_old.py @@ -1,20 +1,20 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. diff --git a/sickbeard/providers/nzbsrus.py b/sickbeard/providers/nzbsrus.py index 3272fbff4613cba296c02fc769f96bc397f432bd..bcfe428a5b7266f934a6223dc79e60c17eb9b504 100644 --- a/sickbeard/providers/nzbsrus.py +++ b/sickbeard/providers/nzbsrus.py @@ -1,20 +1,20 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. import urllib import generic diff --git a/sickbeard/providers/omgwtfnzbs.py b/sickbeard/providers/omgwtfnzbs.py index 79dd11328f4a970de66ab6c59e7a023b3e7ebc9a..e22af573190c53b8b73c05fa5c2c52192c3bca09 100644 --- a/sickbeard/providers/omgwtfnzbs.py +++ b/sickbeard/providers/omgwtfnzbs.py @@ -1,20 +1,20 @@ # Author: Jordon Smith <smith@jordon.me.uk> # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. import urllib import generic diff --git a/sickbeard/providers/publichd.py b/sickbeard/providers/publichd.py index bebd2a871140ab9593a2da64f6501a36213e5b3f..0dcdb8d57a3dc6eb052ccc6773d990502396f5f9 100644 --- a/sickbeard/providers/publichd.py +++ b/sickbeard/providers/publichd.py @@ -1,20 +1,20 @@ # Author: Mr_Orange <mr_orange@hotmail.it> # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. from __future__ import with_statement diff --git a/sickbeard/providers/rsstorrent.py b/sickbeard/providers/rsstorrent.py index b319acadcc7c3245f13ed514b568cbb48a557e02..8b6695a55ff2a6225340814d93b9206f333993cc 100644 --- a/sickbeard/providers/rsstorrent.py +++ b/sickbeard/providers/rsstorrent.py @@ -1,19 +1,19 @@ # Author: Mr_Orange # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. import os diff --git a/sickbeard/providers/scc.py b/sickbeard/providers/scc.py index d31981571869dcfa7e94c626de9af162cad28a53..4234f232a2a9033c2a132e07a878c0469b49d49f 100644 --- a/sickbeard/providers/scc.py +++ b/sickbeard/providers/scc.py @@ -2,20 +2,20 @@ # Modified by jkaberg, https://github.com/jkaberg for SceneAccess # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. import time import re diff --git a/sickbeard/providers/speedcd.py b/sickbeard/providers/speedcd.py index 2d92ef1708950c3a446c972e8dd29a480fe39be2..87ce30b09bb0a9737295870ba702572c4083d854 100644 --- a/sickbeard/providers/speedcd.py +++ b/sickbeard/providers/speedcd.py @@ -1,20 +1,20 @@ # Author: Mr_Orange # URL: https://github.com/mr-orange/Sick-Beard # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. import re import datetime diff --git a/sickbeard/providers/thepiratebay.py b/sickbeard/providers/thepiratebay.py index 21539bfdd6b7c8fb4b5cd6b0b278a932bfe825f6..213c66b1fdcf21c33a6c34dbdc13b2c16eaaddad 100644 --- a/sickbeard/providers/thepiratebay.py +++ b/sickbeard/providers/thepiratebay.py @@ -1,20 +1,20 @@ # Author: Mr_Orange <mr_orange@hotmail.it> # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. from __future__ import with_statement diff --git a/sickbeard/providers/torrentday.py b/sickbeard/providers/torrentday.py index da45757b98b18b1426cbbde7e2d28880f93b719b..8d8179cbddbdc8063399e724fec9ba082d055602 100644 --- a/sickbeard/providers/torrentday.py +++ b/sickbeard/providers/torrentday.py @@ -1,19 +1,19 @@ # Author: Mr_Orange <mr_orange@hotmail.it> # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. import time import json diff --git a/sickbeard/providers/torrentleech.py b/sickbeard/providers/torrentleech.py index 4ed0478fad7a25f9e6fdc7b1f688dcda1961e167..23d41d59b6e1b1f5bcb0a426f8b09fa916c25d84 100644 --- a/sickbeard/providers/torrentleech.py +++ b/sickbeard/providers/torrentleech.py @@ -1,20 +1,20 @@ # Author: Idan Gutman # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. import re import traceback diff --git a/sickbeard/providers/tvtorrents.py b/sickbeard/providers/tvtorrents.py index ae4f90a00a8253f26fe006e2a6b571586c1ac582..fbbc17dde4e0025aacaa0b027784be9ad447ce25 100644 --- a/sickbeard/providers/tvtorrents.py +++ b/sickbeard/providers/tvtorrents.py @@ -1,20 +1,20 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. try: import xml.etree.cElementTree as etree diff --git a/sickbeard/providers/womble.py b/sickbeard/providers/womble.py index aaf052541abd0b911a7b47aaa729f839ebd621a6..64d325089d4510fe20c4e70b392945552d0bfbd1 100644 --- a/sickbeard/providers/womble.py +++ b/sickbeard/providers/womble.py @@ -1,20 +1,20 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. import sickbeard import generic diff --git a/sickbeard/sab.py b/sickbeard/sab.py index 8d67a2c95ae3cb04eaaf61004271193642cb9056..3df53421e4a726be6cae3329dba4776ddea46be6 100644 --- a/sickbeard/sab.py +++ b/sickbeard/sab.py @@ -1,20 +1,20 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. diff --git a/sickbeard/sbdatetime.py b/sickbeard/sbdatetime.py index 36554ef2fa0cab42a81a10d9367bfe52d6b25f80..9a75cd9f45175fdde8ac12820b710419316c9a9b 100644 --- a/sickbeard/sbdatetime.py +++ b/sickbeard/sbdatetime.py @@ -1,20 +1,20 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. import datetime import locale diff --git a/sickbeard/scene_exceptions.py b/sickbeard/scene_exceptions.py index 6329da365cfa34b113de9740ef18046e19670f67..3ce4aa478c592343a2eec5c15386c83e79bdc976 100644 --- a/sickbeard/scene_exceptions.py +++ b/sickbeard/scene_exceptions.py @@ -1,20 +1,20 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. import re import sickbeard diff --git a/sickbeard/scene_numbering.py b/sickbeard/scene_numbering.py index acaf46dcecb47327eed2f57bc6837e25b2319e2f..1373626dc049257d1adab417cb97fe6edc0379a8 100644 --- a/sickbeard/scene_numbering.py +++ b/sickbeard/scene_numbering.py @@ -1,20 +1,20 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. # # Created on Sep 20, 2012 # @author: Dermot Buckley <dermot@buckley.ie> diff --git a/sickbeard/scheduler.py b/sickbeard/scheduler.py index 37104cce88d8940eb5dbff73fa595bf5264e4a40..bb1e0fa487470ee8c20d429c86796c3cb5827664 100644 --- a/sickbeard/scheduler.py +++ b/sickbeard/scheduler.py @@ -1,20 +1,20 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. import datetime import time diff --git a/sickbeard/search.py b/sickbeard/search.py index e1eaf915dfd7bba9913585581ac8633dcf0f1027..7d7a44dad8086277d17d4a681df88c2bf361734b 100644 --- a/sickbeard/search.py +++ b/sickbeard/search.py @@ -1,20 +1,20 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. from __future__ import with_statement @@ -375,7 +375,7 @@ def searchForNeededEpisodes(episodes): if not didSearch: logger.log( - u"No NZB/Torrent providers found or enabled in the sickbeard config. Please check your settings.", + u"No NZB/Torrent providers found or enabled in the sickrage config. Please check your settings.", logger.ERROR) return foundResults.values() if len(foundResults) else {} diff --git a/sickbeard/searchBacklog.py b/sickbeard/searchBacklog.py index b01febdebd236172bcc30cafb76503cb1669d7eb..2a6eaf9097e7b3d54653d96596c866decdc34609 100644 --- a/sickbeard/searchBacklog.py +++ b/sickbeard/searchBacklog.py @@ -1,20 +1,20 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. from __future__ import with_statement diff --git a/sickbeard/search_queue.py b/sickbeard/search_queue.py index 76270e40113bcec46df105d0a277bd9a0f292d05..95253051016ad7f336a1c142cce3284916f8e863 100644 --- a/sickbeard/search_queue.py +++ b/sickbeard/search_queue.py @@ -1,20 +1,20 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. from __future__ import with_statement diff --git a/sickbeard/showUpdater.py b/sickbeard/showUpdater.py index 34f944cc3f5539272eda853c685b8591542741c0..1ac41a858492c82b00cdf0f9b55f65b03c1b2221 100644 --- a/sickbeard/showUpdater.py +++ b/sickbeard/showUpdater.py @@ -1,20 +1,20 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. import datetime import os diff --git a/sickbeard/show_name_helpers.py b/sickbeard/show_name_helpers.py index 6b3bc93dd01ac69971e915b6f6f58770aae5f959..6c5c79fb59e8b6eeec3eae4c837b94b1e12bcb6f 100644 --- a/sickbeard/show_name_helpers.py +++ b/sickbeard/show_name_helpers.py @@ -1,20 +1,20 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. import fnmatch import os diff --git a/sickbeard/show_queue.py b/sickbeard/show_queue.py index 04ba4850005ce1220f6dec7705be0e2a5a992795..4c1a32d94f5da95e5aa18e918139cd83b1ac1355 100644 --- a/sickbeard/show_queue.py +++ b/sickbeard/show_queue.py @@ -1,20 +1,20 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. from __future__ import with_statement diff --git a/sickbeard/subtitles.py b/sickbeard/subtitles.py index 06a70e9828ef5742e75e1a03f9f8673ae84813bb..cfed0c0858710056d2c4856c6dfcac5cea88797a 100644 --- a/sickbeard/subtitles.py +++ b/sickbeard/subtitles.py @@ -1,20 +1,20 @@ # Author: Nyaran <nyayukko@gmail.com>, based on Antoine Bertin <diaoulael@gmail.com> work # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. import time import datetime diff --git a/sickbeard/traktWatchListChecker.py b/sickbeard/traktWatchListChecker.py index 345cba52e8412a23784065b87977536af0da3ce4..90f666693967226a95b99926d12c977187adabeb 100644 --- a/sickbeard/traktWatchListChecker.py +++ b/sickbeard/traktWatchListChecker.py @@ -1,20 +1,20 @@ # Author: Frank Fenton # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. import time import os diff --git a/sickbeard/tv.py b/sickbeard/tv.py index 3f3942b4d80a5d9ea7480142e24b5962a3c55906..070206f26e656c040b5e1e2e2c8e094dc2e4eb43 100644 --- a/sickbeard/tv.py +++ b/sickbeard/tv.py @@ -1,20 +1,20 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. from __future__ import with_statement diff --git a/sickbeard/tvcache.py b/sickbeard/tvcache.py index c614a7fb39e7fdc8d11dae159f08037adc38a3af..b983893b3a616bd3517a2f34cab077f51034e422 100644 --- a/sickbeard/tvcache.py +++ b/sickbeard/tvcache.py @@ -1,20 +1,20 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. from __future__ import with_statement diff --git a/sickbeard/ui.py b/sickbeard/ui.py index 15f088df405505e19547744667df83b5026770d5..068343ccd64b64573ee1ae374ac8fffd79b0d013 100644 --- a/sickbeard/ui.py +++ b/sickbeard/ui.py @@ -1,20 +1,20 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. import datetime import cherrypy diff --git a/sickbeard/versionChecker.py b/sickbeard/versionChecker.py index a79a80d750c6530bf01fe71366003c3d7685a605..25e3b365793726211ddb57ec1889541a7b8d9e12 100644 --- a/sickbeard/versionChecker.py +++ b/sickbeard/versionChecker.py @@ -1,20 +1,20 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. import os import platform @@ -160,7 +160,7 @@ class WindowsUpdateManager(UpdateManager): version = sickbeard.version.SICKBEARD_VERSION return int(version[6:]) except ValueError: - logger.log(u"Unknown SickBeard Windows binary release: " + version, logger.ERROR) + logger.log(u"Unknown SickRage Windows binary release: " + version, logger.ERROR) return None def _find_newest_version(self, whole_link=False): @@ -172,7 +172,7 @@ class WindowsUpdateManager(UpdateManager): only the build number. default: False """ - regex = ".*SickBeard\-win32\-alpha\-build(\d+)(?:\.\d+)?\.zip" + regex = ".*SickRage\-win32\-alpha\-build(\d+)(?:\.\d+)?\.zip" version_url_data = helpers.getURL(self.version_url) @@ -207,7 +207,7 @@ class WindowsUpdateManager(UpdateManager): sickbeard.NEWEST_VERSION_STRING = None if not self._cur_version: - newest_text = "Unknown SickBeard Windows binary version. Not updating with original version." + newest_text = "Unknown SickRage Windows binary version. Not updating with original version." else: newest_text = 'There is a <a href="' + self.gc_url + '" onclick="window.open(this.href); return false;">newer version available</a> (build ' + str( self._newest_version) + ')' @@ -293,7 +293,7 @@ class GitUpdateManager(UpdateManager): self._num_commits_ahead = 0 def _git_error(self): - error_message = 'Unable to find your git executable - Shutdown SickBeard and EITHER <a href="http://code.google.com/p/sickbeard/wiki/AdvancedSettings" onclick="window.open(this.href); return false;">set git_path in your config.ini</a> OR delete your .git folder and run from source to enable updates.' + error_message = 'Unable to find your git executable - Shutdown SickRage and EITHER <a href="http://code.google.com/p/sickbeard/wiki/AdvancedSettings" onclick="window.open(this.href); return false;">set git_path in your config.ini</a> OR delete your .git folder and run from source to enable updates.' sickbeard.NEWEST_VERSION_STRING = error_message def _find_working_git(self): @@ -339,7 +339,7 @@ class GitUpdateManager(UpdateManager): logger.log(u"Not using: " + cur_git, logger.DEBUG) # Still haven't found a working git - error_message = 'Unable to find your git executable - Shutdown SickBeard and EITHER <a href="http://code.google.com/p/sickbeard/wiki/AdvancedSettings" onclick="window.open(this.href); return false;">set git_path in your config.ini</a> OR delete your .git folder and run from source to enable updates.' + error_message = 'Unable to find your git executable - Shutdown SickRage and EITHER <a href="http://code.google.com/p/sickbeard/wiki/AdvancedSettings" onclick="window.open(this.href); return false;">set git_path in your config.ini</a> OR delete your .git folder and run from source to enable updates.' sickbeard.NEWEST_VERSION_STRING = error_message return None @@ -390,7 +390,7 @@ class GitUpdateManager(UpdateManager): def _find_installed_version(self): """ - Attempts to find the currently installed version of Sick Beard. + Attempts to find the currently installed version of SickRage. Uses git show to get commit version. @@ -515,7 +515,7 @@ class GitUpdateManager(UpdateManager): def update(self): """ - Calls git pull origin <branch> in order to update Sick Beard. Returns a bool depending + Calls git pull origin <branch> in order to update SickRage. Returns a bool depending on the call's success. """ @@ -573,7 +573,7 @@ class SourceUpdateManager(UpdateManager): def _check_github_for_update(self): """ Uses pygithub to ask github if there is a newer version that the provided - commit hash. If there is a newer version it sets Sick Beard's version text. + commit hash. If there is a newer version it sets SickRage's version text. commit_hash: hash that we're checking against """ @@ -619,7 +619,7 @@ class SourceUpdateManager(UpdateManager): if not self._cur_commit_hash: logger.log(u"Unknown current version number, don't know if we should update or not", logger.DEBUG) - newest_text = "Unknown current version number: If you've never used the Sick Beard upgrade system before then current version is not set." + newest_text = "Unknown current version number: If you've never used the SickRage upgrade system before then current version is not set." newest_text += "— <a href=\"" + self.get_update_url() + "\">Update Now</a>" elif self._num_commits_behind > 0: diff --git a/sickbeard/webapi.py b/sickbeard/webapi.py index 38dbf7516554e0bc4f4f11efdd0873c9fdce7aa1..bb219237f958f112d5229b024e48bafd2e3876a2 100644 --- a/sickbeard/webapi.py +++ b/sickbeard/webapi.py @@ -2,20 +2,20 @@ # Author: Jonathon Saine <thezoggy@gmail.com> # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. from __future__ import with_statement @@ -115,7 +115,7 @@ class Api: "args": args, "kwargs": kwargs} outDict = _responds(RESULT_FATAL, errorData, - "SickBeard encountered an internal error! Please report to the Devs") + "SickRage encountered an internal error! Please report to the Devs") if 'outputType' in outDict: outputCallback = outputCallbackDict[outDict['outputType']] @@ -1527,7 +1527,7 @@ class CMD_SickBeardRestart(ApiCall): def run(self): """ restart sickbeard """ threading.Timer(2, sickbeard.invoke_restart, [False]).start() - return _responds(RESULT_SUCCESS, msg="SickBeard is restarting...") + return _responds(RESULT_SUCCESS, msg="SickRage is restarting...") class CMD_SickBeardSearchIndexers(ApiCall): @@ -1704,7 +1704,7 @@ class CMD_SickBeardShutdown(ApiCall): def run(self): """ shutdown sickbeard """ threading.Timer(2, sickbeard.invoke_shutdown).start() - return _responds(RESULT_SUCCESS, msg="SickBeard is shutting down...") + return _responds(RESULT_SUCCESS, msg="SickRage is shutting down...") class CMD_Show(ApiCall): diff --git a/sickbeard/webserve.py b/sickbeard/webserve.py index 14e6e01a50b945c7ed01583baaa9c4a4bad0844c..df77489a728e0f6c1ca43a8913fefd1a95cf4c49 100644 --- a/sickbeard/webserve.py +++ b/sickbeard/webserve.py @@ -1,20 +1,20 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. from __future__ import with_statement @@ -102,7 +102,6 @@ class PageTemplate(Template): self.sbHost = re.match("^\[.*\]", cherrypy.request.headers['Host'], re.X | re.M | re.S).group(0) else: self.sbHost = re.match("^[^:]+", cherrypy.request.headers['Host'], re.X | re.M | re.S).group(0) - self.projectHomePage = "http://code.google.com/p/sickbeard/" if sickbeard.NZBS and sickbeard.NZBS_UID and sickbeard.NZBS_HASH: logger.log(u"NZBs.org has been replaced, please check the config to configure the new provider!", @@ -2837,7 +2836,7 @@ class Home: threading.Timer(2, sickbeard.invoke_shutdown).start() title = "Shutting down" - message = "Sick Beard is shutting down..." + message = "SickRage is shutting down..." return _genericMessage(title, message) @@ -3110,7 +3109,7 @@ class Home: # rescan the episodes in the new folder except exceptions.NoNFOException: errors.append( - "The folder at <tt>%s</tt> doesn't contain a tvshow.nfo - copy your files to that folder before you change the directory in Sick Beard." % location) + "The folder at <tt>%s</tt> doesn't contain a tvshow.nfo - copy your files to that folder before you change the directory in SickRage." % location) # save it to the DB showObj.saveToDB() @@ -3809,8 +3808,8 @@ class WebInterface: # Create a iCal string ical = 'BEGIN:VCALENDAR\r\n' ical += 'VERSION:2.0\r\n' - ical += 'X-WR-CALNAME:Sick Beard\r\n' - ical += 'X-WR-CALDESC:Sick Beard\r\n' + ical += 'X-WR-CALNAME:SickRage\r\n' + ical += 'X-WR-CALDESC:SickRage\r\n' ical += 'PRODID://Sick-Beard Upcoming Episodes//\r\n' # Get shows info diff --git a/sickbeard/webserveInit.py b/sickbeard/webserveInit.py index 661bf6d9b3f1e47f8a0688a2f46bc302f24d6c3c..fdaaf78a222eb955216a52fe813e77c43c592f6f 100644 --- a/sickbeard/webserveInit.py +++ b/sickbeard/webserveInit.py @@ -1,20 +1,20 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. #import cherrypy import cherrypy.lib.auth_basic @@ -122,7 +122,7 @@ def initWebServer(options={}): else: protocol = "http" - logger.log(u"Starting Sick Beard on " + protocol + "://" + str(options['host']) + ":" + str(options['port']) + "/") + logger.log(u"Starting SickRage on " + protocol + "://" + str(options['host']) + ":" + str(options['port']) + "/") cherrypy.config.update(options_dict) # setup cherrypy logging @@ -159,7 +159,7 @@ def initWebServer(options={}): app.merge({ '/': { 'tools.auth_basic.on': True, - 'tools.auth_basic.realm': 'SickBeard', + 'tools.auth_basic.realm': 'SickRage', 'tools.auth_basic.checkpassword': checkpassword }, '/api': { @@ -170,7 +170,7 @@ def initWebServer(options={}): }, '/api/builder': { 'tools.auth_basic.on': True, - 'tools.auth_basic.realm': 'SickBeard', + 'tools.auth_basic.realm': 'SickRage', 'tools.auth_basic.checkpassword': checkpassword } }) @@ -179,7 +179,7 @@ def initWebServer(options={}): app.merge({ '/': { 'tools.auth_basic.on': True, - 'tools.auth_basic.realm': 'SickBeard', + 'tools.auth_basic.realm': 'SickRage', 'tools.auth_basic.checkpassword': checkpassword }, '/api': { @@ -187,7 +187,7 @@ def initWebServer(options={}): }, '/api/builder': { 'tools.auth_basic.on': True, - 'tools.auth_basic.realm': 'SickBeard', + 'tools.auth_basic.realm': 'SickRage', 'tools.auth_basic.checkpassword': checkpassword } }) diff --git a/tests/all_tests.py b/tests/all_tests.py index 1c6b5335aa5afe13a929ee00f0c421cf3b6197bc..b3b590e4e4bf113158b07ba109b1b76b663b875f 100644 --- a/tests/all_tests.py +++ b/tests/all_tests.py @@ -3,20 +3,20 @@ # Author: Dennis Lutter <lad1337@gmail.com> # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. if __name__ == "__main__": import glob diff --git a/tests/db_tests.py b/tests/db_tests.py index 55055fd525fe73f895c43ef478c9f8fe691cfe24..fe988f62ce5a4bf8c33846774139e634cee57818 100644 --- a/tests/db_tests.py +++ b/tests/db_tests.py @@ -2,20 +2,20 @@ # Author: Dennis Lutter <lad1337@gmail.com> # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. import unittest import test_lib as test diff --git a/tests/pp_tests.py b/tests/pp_tests.py index cd34ac22b4416c1f1725562692f4015dc417da07..59a8ead448fdc456e112deeaf3cc1904db373207 100644 --- a/tests/pp_tests.py +++ b/tests/pp_tests.py @@ -2,20 +2,20 @@ # Author: Dennis Lutter <lad1337@gmail.com> # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. import random import unittest diff --git a/tests/snatch_tests.py b/tests/snatch_tests.py index 52acecbccae02ec166cbae196651b9da2cee9c73..d54479f57c0f56c5079ecbcbc452c07a0fe60d85 100644 --- a/tests/snatch_tests.py +++ b/tests/snatch_tests.py @@ -2,20 +2,20 @@ # Author: Dennis Lutter <lad1337@gmail.com> # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. import random import unittest diff --git a/tests/test_lib.py b/tests/test_lib.py index d7509c3058219bf61cd958e2bdff5d79d13b8886..09efee818d807b883a6ab614b921cc723c756bc0 100644 --- a/tests/test_lib.py +++ b/tests/test_lib.py @@ -2,20 +2,20 @@ # Author: Dennis Lutter <lad1337@gmail.com> # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. from __future__ import with_statement @@ -81,7 +81,7 @@ sickbeard.NAMING_MULTI_EP = 1 sickbeard.PROVIDER_ORDER = ["sick_beard_index"] -sickbeard.newznabProviderList = providers.getNewznabProviderList("Sick Beard Index|http://lolo.sickbeard.com/|0|5030,5040|0!!!NZBs.org|http://nzbs.org/||5030,5040,5070,5090|0!!!Usenet-Crawler|http://www.usenet-crawler.com/||5030,5040|0") +sickbeard.newznabProviderList = providers.getNewznabProviderList("'SickRage Index|http://lolo.sickbeard.com/|0|5030,5040,5060|0|eponly|0!!!NZBs.org|https://nzbs.org/||5030,5040,5060,5070,5090|0|eponly|0!!!Usenet-Crawler|https://www.usenet-crawler.com/||5030,5040,5060|0|eponly|0'") sickbeard.providerList = providers.makeProviderList() sickbeard.PROG_DIR = os.path.abspath('..') diff --git a/tests/torrent_tests.py b/tests/torrent_tests.py index a93457f906c93a7507fa72f0b8d89375d7e09958..677af49d1155d977e4071386b6c0c0524067ad5a 100644 --- a/tests/torrent_tests.py +++ b/tests/torrent_tests.py @@ -2,20 +2,20 @@ # Author: Dennis Lutter <lad1337@gmail.com> # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. from __future__ import with_statement diff --git a/tests/tv_tests.py b/tests/tv_tests.py index 769ea11ce93734d32b5899f98db82b4eaca295fc..36894b5c87823b3a320dc6d22177b45fa3b1fc3a 100644 --- a/tests/tv_tests.py +++ b/tests/tv_tests.py @@ -2,20 +2,20 @@ # Author: Dennis Lutter <lad1337@gmail.com> # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. import unittest import test_lib as test diff --git a/tests/xem_tests.py b/tests/xem_tests.py index 7e0c23265b6fce742c0ff7b4d959c32e2481772f..79563c5c733ee8cbd44745bc2b7fc41d7a38d60f 100644 --- a/tests/xem_tests.py +++ b/tests/xem_tests.py @@ -2,20 +2,20 @@ # Author: Dennis Lutter <lad1337@gmail.com> # URL: http://code.google.com/p/sickbeard/ # -# This file is part of Sick Beard. +# This file is part of SickRage. # -# Sick Beard is free software: you can redistribute it and/or modify +# SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Sick Beard is distributed in the hope that it will be useful, +# SickRage is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Sick Beard. If not, see <http://www.gnu.org/licenses/>. +# along with SickRage. If not, see <http://www.gnu.org/licenses/>. from __future__ import with_statement diff --git a/updater.py b/updater.py index a686e544831796bf4bf5c6c184bbffeafb4088f3..3ce3d6247aa3bf8564799ad431ea0b611affc8e0 100644 --- a/updater.py +++ b/updater.py @@ -54,7 +54,7 @@ try: break if not sb_closed: - log("Sick Beard didn't close, unable to update. You'll have to manually restart it.") + log("SickRage didn't close, unable to update. You'll have to manually restart it.") sys.exit() sb_root = os.path.dirname(sb_executable[0])