From 7391a6e4540695d1a9980034c39a4fd3d73d8598 Mon Sep 17 00:00:00 2001 From: echel0n 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 ++--- gui/slick/interfaces/default/config_general.tmpl | 20 +++++------ .../interfaces/default/config_notifications.tmpl | 40 +++++++++++----------- .../interfaces/default/config_postProcessing.tmpl | 8 ++--- gui/slick/interfaces/default/config_search.tmpl | 14 ++++---- gui/slick/interfaces/default/config_subtitles.tmpl | 4 +-- gui/slick/interfaces/default/editShow.tmpl | 2 +- .../interfaces/default/home_addExistingShow.tmpl | 6 ++-- gui/slick/interfaces/default/home_addShows.tmpl | 4 +-- gui/slick/interfaces/default/home_newShow.tmpl | 2 +- .../interfaces/default/inc_qualityChooser.tmpl | 2 +- gui/slick/interfaces/default/inc_top.tmpl | 4 +-- gui/slick/interfaces/default/restart.tmpl | 2 +- gui/slick/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 859d1c0..d64d8b2 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 d9c0244..e02ead4 100755 --- a/autoProcessTV/autoProcessTV.py +++ b/autoProcessTV/autoProcessTV.py @@ -3,20 +3,20 @@ # Author: Nic Wolfe # 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 . +# along with SickRage. If not, see . from __future__ import with_statement diff --git a/autoProcessTV/hellaToSickBeard.py b/autoProcessTV/hellaToSickBeard.py index 0f48d89..4458cb8 100755 --- a/autoProcessTV/hellaToSickBeard.py +++ b/autoProcessTV/hellaToSickBeard.py @@ -3,20 +3,20 @@ # Author: Nic Wolfe # 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 . +# along with SickRage. If not, see . import sys diff --git a/autoProcessTV/sabToSickBeard.py b/autoProcessTV/sabToSickBeard.py index 33299b8..5e4b852 100755 --- a/autoProcessTV/sabToSickBeard.py +++ b/autoProcessTV/sabToSickBeard.py @@ -3,20 +3,20 @@ # Author: Nic Wolfe # 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 . +# along with SickRage. If not, see . import sys diff --git a/gui/slick/interfaces/default/config_general.tmpl b/gui/slick/interfaces/default/config_general.tmpl index 4d80ced..82128d6 100644 --- a/gui/slick/interfaces/default/config_general.tmpl +++ b/gui/slick/interfaces/default/config_general.tmpl @@ -53,7 +53,7 @@ @@ -61,7 +61,7 @@ @@ -69,7 +69,7 @@