From 7391a6e4540695d1a9980034c39a4fd3d73d8598 Mon Sep 17 00:00:00 2001 From: echel0n <justin.tabish@gmail.com> Date: Fri, 23 May 2014 05:37:22 -0700 Subject: [PATCH] App name change in code. --- COPYING.txt | 2 +- autoProcessTV/autoProcessTV.py | 8 ++-- autoProcessTV/hellaToSickBeard.py | 8 ++-- autoProcessTV/sabToSickBeard.py | 8 ++-- .../interfaces/default/config_general.tmpl | 20 +++++----- .../default/config_notifications.tmpl | 40 +++++++++---------- .../default/config_postProcessing.tmpl | 8 ++-- .../interfaces/default/config_search.tmpl | 14 +++---- .../interfaces/default/config_subtitles.tmpl | 4 +- gui/slick/interfaces/default/editShow.tmpl | 2 +- .../default/home_addExistingShow.tmpl | 6 +-- .../interfaces/default/home_addShows.tmpl | 4 +- .../interfaces/default/home_newShow.tmpl | 2 +- .../default/inc_qualityChooser.tmpl | 2 +- gui/slick/interfaces/default/inc_top.tmpl | 4 +- gui/slick/interfaces/default/restart.tmpl | 2 +- .../interfaces/default/restart_bare.tmpl | 6 +-- init.fedora | 4 +- init.freebsd | 22 +++++----- init.ubuntu | 4 +- readme-FailedDownloads.md | 8 ++-- sickbeard/__init__.py | 10 ++--- sickbeard/autoPostProcesser.py | 8 ++-- sickbeard/browser.py | 8 ++-- sickbeard/classes.py | 8 ++-- sickbeard/clients/__init__.py | 8 ++-- sickbeard/clients/deluge.py | 8 ++-- sickbeard/clients/download_station.py | 8 ++-- sickbeard/clients/rtorrent.py | 8 ++-- sickbeard/clients/transmission.py | 8 ++-- sickbeard/clients/utorrent.py | 8 ++-- sickbeard/common.py | 10 ++--- sickbeard/config.py | 14 +++---- sickbeard/dailysearcher.py | 8 ++-- sickbeard/databases/__init__.py | 8 ++-- sickbeard/databases/cache_db.py | 8 ++-- sickbeard/databases/failed_db.py | 8 ++-- sickbeard/databases/mainDB.py | 16 ++++---- sickbeard/db.py | 8 ++-- sickbeard/encodingKludge.py | 8 ++-- sickbeard/exceptions.py | 10 ++--- sickbeard/failedProcessor.py | 8 ++-- sickbeard/failed_history.py | 8 ++-- sickbeard/generic_queue.py | 8 ++-- sickbeard/gh_api.py | 8 ++-- sickbeard/helpers.py | 10 ++--- sickbeard/history.py | 8 ++-- sickbeard/image_cache.py | 8 ++-- sickbeard/indexers/__init__.py | 8 ++-- sickbeard/indexers/indexer_api.py | 8 ++-- sickbeard/logger.py | 8 ++-- sickbeard/metadata/__init__.py | 8 ++-- sickbeard/metadata/generic.py | 8 ++-- sickbeard/metadata/helpers.py | 8 ++-- sickbeard/metadata/mede8er.py | 8 ++-- sickbeard/metadata/mediabrowser.py | 8 ++-- sickbeard/metadata/ps3.py | 8 ++-- sickbeard/metadata/tivo.py | 8 ++-- sickbeard/metadata/wdtv.py | 8 ++-- sickbeard/metadata/xbmc.py | 8 ++-- sickbeard/metadata/xbmc_12plus.py | 8 ++-- sickbeard/name_cache.py | 8 ++-- sickbeard/name_parser/parser.py | 10 ++--- sickbeard/name_parser/regexes.py | 8 ++-- sickbeard/naming.py | 8 ++-- sickbeard/network_timezones.py | 8 ++-- sickbeard/notifiers/__init__.py | 8 ++-- sickbeard/notifiers/boxcar.py | 10 ++--- sickbeard/notifiers/boxcar2.py | 10 ++--- sickbeard/notifiers/emailnotify.py | 24 +++++------ sickbeard/notifiers/growl.py | 22 +++++----- sickbeard/notifiers/libnotify.py | 16 ++++---- sickbeard/notifiers/nma.py | 2 +- sickbeard/notifiers/nmj.py | 8 ++-- sickbeard/notifiers/nmjv2.py | 8 ++-- sickbeard/notifiers/plex.py | 12 +++--- sickbeard/notifiers/prowl.py | 12 +++--- sickbeard/notifiers/pushalot.py | 10 ++--- sickbeard/notifiers/pushbullet.py | 10 ++--- sickbeard/notifiers/pushover.py | 12 +++--- sickbeard/notifiers/pytivo.py | 8 ++-- sickbeard/notifiers/synoindex.py | 8 ++-- sickbeard/notifiers/synologynotifier.py | 8 ++-- sickbeard/notifiers/trakt.py | 8 ++-- sickbeard/notifiers/tweet.py | 10 ++--- sickbeard/notifiers/xbmc.py | 14 +++---- sickbeard/nzbSplitter.py | 8 ++-- sickbeard/nzbget.py | 8 ++-- sickbeard/postProcessor.py | 8 ++-- sickbeard/processTV.py | 10 ++--- sickbeard/properFinder.py | 8 ++-- sickbeard/providers/__init__.py | 10 ++--- sickbeard/providers/btn.py | 10 ++--- sickbeard/providers/dtt.py | 8 ++-- sickbeard/providers/ezrss.py | 8 ++-- sickbeard/providers/generic.py | 8 ++-- sickbeard/providers/hdbits.py | 8 ++-- sickbeard/providers/hdtorrents.py | 8 ++-- sickbeard/providers/iptorrents.py | 8 ++-- sickbeard/providers/kat.py | 8 ++-- sickbeard/providers/newzbin.py | 8 ++-- sickbeard/providers/newznab.py | 8 ++-- sickbeard/providers/nextgen.py | 8 ++-- sickbeard/providers/nyaatorrents.py | 8 ++-- sickbeard/providers/nzbs_org_old.py | 8 ++-- sickbeard/providers/nzbsrus.py | 8 ++-- sickbeard/providers/omgwtfnzbs.py | 8 ++-- sickbeard/providers/publichd.py | 8 ++-- sickbeard/providers/rsstorrent.py | 8 ++-- sickbeard/providers/scc.py | 8 ++-- sickbeard/providers/speedcd.py | 8 ++-- sickbeard/providers/thepiratebay.py | 8 ++-- sickbeard/providers/torrentday.py | 8 ++-- sickbeard/providers/torrentleech.py | 8 ++-- sickbeard/providers/tvtorrents.py | 8 ++-- sickbeard/providers/womble.py | 8 ++-- sickbeard/sab.py | 8 ++-- sickbeard/sbdatetime.py | 8 ++-- sickbeard/scene_exceptions.py | 8 ++-- sickbeard/scene_numbering.py | 8 ++-- sickbeard/scheduler.py | 8 ++-- sickbeard/search.py | 10 ++--- sickbeard/searchBacklog.py | 8 ++-- sickbeard/search_queue.py | 8 ++-- sickbeard/showUpdater.py | 8 ++-- sickbeard/show_name_helpers.py | 8 ++-- sickbeard/show_queue.py | 8 ++-- sickbeard/subtitles.py | 8 ++-- sickbeard/traktWatchListChecker.py | 8 ++-- sickbeard/tv.py | 8 ++-- sickbeard/tvcache.py | 8 ++-- sickbeard/ui.py | 8 ++-- sickbeard/versionChecker.py | 26 ++++++------ sickbeard/webapi.py | 14 +++---- sickbeard/webserve.py | 17 ++++---- sickbeard/webserveInit.py | 18 ++++----- tests/all_tests.py | 8 ++-- tests/db_tests.py | 8 ++-- tests/pp_tests.py | 8 ++-- tests/snatch_tests.py | 8 ++-- tests/test_lib.py | 10 ++--- tests/torrent_tests.py | 8 ++-- tests/tv_tests.py | 8 ++-- tests/xem_tests.py | 8 ++-- updater.py | 2 +- 145 files changed, 650 insertions(+), 651 deletions(-) diff --git a/COPYING.txt b/COPYING.txt index 859d1c05b..d64d8b2f7 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 d9c0244a4..e02ead471 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 0f48d895f..4458cb8c5 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 33299b8f6..5e4b85280 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 4d80ced96..82128d6d4 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 087d0b685..3e99a0277 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 91772c417..39522cf59 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 20c00d382..ef15e363a 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 4d407a21d..699fa1a78 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 93a4c4ede..0799d8324 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 35719ed4f..ebc26cd7d 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 fea556c6f..680cbf566 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 8eb014508..60ce3e437 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 6a0e91e6f..dda9036b8 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 680d9f23d..1fe5cae67 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 55a57fde5..eb5832c6b 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 d5a79076c..ab5407f3f 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 391761b2a..057a920af 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 22ee72772..6f5b82042 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 1c4c5b401..de5f2bdc3 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 9f838b832..eb12e462d 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 070fbc581..49e2282f9 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 4459829b7..a81aa963a 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 631255c68..be4ab665b 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 644fee781..75169e054 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 23c7fa786..993b6181a 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 eff93d830..3cd840ef7 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 179c5a02a..6e7fa3f45 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 c6917b450..25f6b4082 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 ca63e0e87..e306b7314 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 a65742ad6..eda8646a1 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 4903cd0d2..74f7d43b6 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 45ad4dcb1..a2fb77dac 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 f9b9a8b5f..6e311508b 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 99fdb2b82..96925d164 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 01e4f2b2c..38118caaa 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 a87199286..c0d07b98c 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 6b5a59521..0ca43f8be 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 980b2381c..8d7e163f5 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 53f4e63cc..ceb9ed2a6 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 be7afac32..e48cce9ba 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 e126eaad1..f8f755caf 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 2faa33ac3..f98f5f615 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 5e2d4bc77..f426a2226 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 bd1f58cea..8ddbd8107 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 06e31d5be..994b21330 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 a220e5f1a..a0fa2893f 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 50113b70e..2501ad87d 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 82542a8b2..b7e23c773 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 7d36d2888..f13d5a1f2 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 a1aac9b13..987cfe8d8 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 265856432..6a01fdcf3 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 636cfb897..9d6476f77 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 4d1ceeb0f..2b3a3eae7 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 3a1ab4bbd..5715a5f28 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 c98972e5f..cb441b17c 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 17a55c466..b1e578c84 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 ec5c6a3b1..6e7c87e60 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 b856e3347..f6025796b 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 eb0557b76..3e26756ff 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 7623fd544..b1664dd1e 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 df916ad0a..3fb87ce47 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 56ec33088..edbc31d6f 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 38778a129..ecd6cfa8d 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 a8189fc67..d8fd08d03 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 d4bfd859f..3c7bd0c91 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 8c9cf6a00..d73c579df 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 84e5db921..a564636be 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 daaea40fc..12d3f795f 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 f28dc3575..06b23e636 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 d8735aad5..aeda68f64 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 c93c7e128..94273320c 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 066ad101a..0ce06a6d5 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 f1337111a..459942c44 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 59a9c2037..355a41933 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 32b37080a..8047ab549 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 e26fff7b1..026a975c8 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 81ed9c94a..b9cf86eb0 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 dcdb87a02..d6bed96c3 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 3dbf4691e..9728d22b5 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 14b6eab46..30377c0bd 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 6dcc552e6..dd78e1d2c 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 709e56400..54fc45ca7 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 63df3ba4a..4cac11f96 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 516169209..aaa6fe2af 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 a3a8ae661..34d2be507 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 08791bb16..4b1618f8f 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 2f528690c..720ad12e6 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 8320cee43..2f49552d9 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 e4a863754..9a9aefb4a 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 07b4dedb2..75f4d5e93 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 1dc2f50e3..818bdeae8 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 257ef416e..d176857f1 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 d95b75261..642e53c2e 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 1ccf4e988..8b7134ce5 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 a4e297f28..e2156a27e 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 917978606..5ae61bd6c 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 ef44a5efd..53bcf1e40 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 4a0a4c9c4..4a45f94d0 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 b15c2b4b9..c04f41dd5 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 c1ec212d3..17574e054 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 ae7650a4d..d99610e18 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 9ccabbbd7..496b3b1ce 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 b450a9d36..367e17720 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 953378522..fc2669743 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 3272fbff4..bcfe428a5 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 79dd11328..e22af5731 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 bebd2a871..0dcdb8d57 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 b319acadc..8b6695a55 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 d31981571..4234f232a 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 2d92ef170..87ce30b09 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 21539bfdd..213c66b1f 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 da45757b9..8d8179cbd 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 4ed0478fa..23d41d59b 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 ae4f90a00..fbbc17dde 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 aaf052541..64d325089 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 8d67a2c95..3df53421e 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 36554ef2f..9a75cd9f4 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 6329da365..3ce4aa478 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 acaf46dce..1373626dc 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 37104cce8..bb1e0fa48 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 e1eaf915d..7d7a44dad 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 b01febdeb..2a6eaf909 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 76270e401..952530510 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 34f944cc3..1ac41a858 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 6b3bc93dd..6c5c79fb5 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 04ba48500..4c1a32d94 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 06a70e982..cfed0c085 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 345cba52e..90f666693 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 3f3942b4d..070206f26 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 c614a7fb3..b983893b3 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 15f088df4..068343ccd 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 a79a80d75..25e3b3657 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 38dbf7516..bb219237f 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 14e6e01a5..df77489a7 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 661bf6d9b..fdaaf78a2 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 1c6b5335a..b3b590e4e 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 55055fd52..fe988f62c 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 cd34ac22b..59a8ead44 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 52acecbcc..d54479f57 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 d7509c305..09efee818 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 a93457f90..677af49d1 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 769ea11ce..36894b5c8 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 7e0c23265..79563c5c7 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 a686e5448..3ce3d6247 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]) -- GitLab