From d9bfda3772770f9840a9f031c4b33a8e2b3594f0 Mon Sep 17 00:00:00 2001 From: Dustyn Gibson <miigotu@gmail.com> Date: Fri, 13 Nov 2015 16:46:22 -0800 Subject: [PATCH] Rename references to SiCKRAGETV to SickRage --- SickBeard.py | 2 +- contributing.md | 6 +++--- gui/slick/views/apiBuilder.mako | 2 +- gui/slick/views/config.mako | 4 ++-- gui/slick/views/config_postProcessing.mako | 2 +- gui/slick/views/config_subtitles.mako | 2 +- gui/slick/views/layouts/main.mako | 2 +- readme.md | 16 ++++++++-------- sickbeard/__init__.py | 4 ++-- sickbeard/blackandwhitelist.py | 2 +- sickbeard/browser.py | 2 +- sickbeard/bs4_parser.py | 2 +- sickbeard/classes.py | 2 +- sickbeard/common.py | 2 +- sickbeard/config.py | 2 +- sickbeard/dailysearcher.py | 2 +- sickbeard/db.py | 2 +- sickbeard/failedProcessor.py | 2 +- sickbeard/failed_history.py | 2 +- sickbeard/generic_queue.py | 2 +- sickbeard/helpers.py | 2 +- sickbeard/history.py | 2 +- sickbeard/image_cache.py | 2 +- sickbeard/indexers/indexer_config.py | 2 +- sickbeard/logger.py | 8 ++++---- sickbeard/name_cache.py | 2 +- sickbeard/naming.py | 2 +- sickbeard/network_timezones.py | 4 ++-- sickbeard/notifiers/emby.py | 2 +- sickbeard/notifiers/growl.py | 2 +- sickbeard/notifiers/kodi.py | 2 +- sickbeard/nzbSplitter.py | 2 +- sickbeard/nzbget.py | 2 +- sickbeard/postProcessor.py | 2 +- sickbeard/processTV.py | 2 +- sickbeard/properFinder.py | 2 +- sickbeard/providers/alpharatio.py | 2 +- sickbeard/providers/bitcannon.py | 2 +- sickbeard/providers/extratorrent.py | 2 +- sickbeard/providers/strike.py | 2 +- sickbeard/providers/torrentproject.py | 2 +- sickbeard/providers/torrentz.py | 2 +- sickbeard/sab.py | 2 +- sickbeard/sbdatetime.py | 2 +- sickbeard/scene_exceptions.py | 2 +- sickbeard/scene_numbering.py | 2 +- sickbeard/scheduler.py | 2 +- sickbeard/search.py | 2 +- sickbeard/webserve.py | 4 ++-- sickrage/helper/common.py | 2 +- sickrage/helper/encoding.py | 2 +- sickrage/helper/exceptions.py | 2 +- sickrage/helper/quality.py | 2 +- sickrage/media/GenericMedia.py | 2 +- sickrage/media/ShowBanner.py | 2 +- sickrage/media/ShowFanArt.py | 2 +- sickrage/media/ShowNetworkLogo.py | 2 +- sickrage/media/ShowPoster.py | 2 +- sickrage/show/ComingEpisodes.py | 2 +- sickrage/show/History.py | 2 +- sickrage/show/Show.py | 2 +- sickrage/system/Restart.py | 2 +- sickrage/system/Shutdown.py | 2 +- tests/ssl_sni_tests.py | 2 +- 64 files changed, 80 insertions(+), 80 deletions(-) diff --git a/SickBeard.py b/SickBeard.py index fe5bb2c77..ad942a88d 100755 --- a/SickBeard.py +++ b/SickBeard.py @@ -415,7 +415,7 @@ class SickRage(object): os.setsid() # @UndefinedVariable - only available in UNIX - # https://github.com/SiCKRAGETV/sickrage-issues/issues/2969 + # https://github.com/SickRage/sickrage-issues/issues/2969 # http://www.microhowto.info/howto/cause_a_process_to_become_a_daemon_in_c.html#idp23920 # https://www.safaribooksonline.com/library/view/python-cookbook/0596001673/ch06s08.html # Previous code simply set the umask to whatever it was because it was ANDing instead of ORring diff --git a/contributing.md b/contributing.md index 03b78580f..34e311482 100644 --- a/contributing.md +++ b/contributing.md @@ -57,8 +57,8 @@ Please follow these guidelines before reporting a bug: ### Feature requests -Please follow the bug guidelines above for feature requests, i.e. update to the latest version and search for existing requests on [FeatHub](http://feathub.com/SiCKRAGETV/SickRage) before posting a new request.. -[](http://feathub.com/SiCKRAGETV/SickRage) +Please follow the bug guidelines above for feature requests, i.e. update to the latest version and search for existing requests on [FeatHub](http://feathub.com/SickRage/SickRage) before posting a new request.. +[](http://feathub.com/SickRage/SickRage) ### Pull requests @@ -89,7 +89,7 @@ Please follow this process; it's the best way to get your work included in the p # navigate to the newly cloned directory cd SickRage # assign the original repo to a remote called "upstream" - git remote add upstream https://github.com/SiCKRAGETV/SickRage.git + git remote add upstream https://github.com/SickRage/SickRage.git ``` - If you cloned a while ago, get the latest changes from upstream: diff --git a/gui/slick/views/apiBuilder.mako b/gui/slick/views/apiBuilder.mako index acf688a02..af0526ff3 100644 --- a/gui/slick/views/apiBuilder.mako +++ b/gui/slick/views/apiBuilder.mako @@ -96,7 +96,7 @@ <ul class="nav navbar-nav navbar-right"> <li><a href="${srRoot}/home/">Back to SickRage</a></li> <li class="hidden-xs"> - <a href="https://github.com/SiCKRAGETV/SickRage/wiki/Donations" rel="noreferrer" onclick="window.open('${sickbeard.ANON_REDIRECT}' + this.href); return false;"> + <a href="https://github.com/SickRage/SickRage/wiki/Donations" rel="noreferrer" onclick="window.open('${sickbeard.ANON_REDIRECT}' + this.href); return false;"> <img src="${srRoot}/images/donate.jpg" alt="[donate]" class="navbaricon" /> </a> </li> diff --git a/gui/slick/views/config.mako b/gui/slick/views/config.mako index 6cd206a1c..e8bea4c4a 100644 --- a/gui/slick/views/config.mako +++ b/gui/slick/views/config.mako @@ -64,9 +64,9 @@ % endif <tr><td class="infoTableHeader">Python Version:</td><td class="infoTableCell">${sys.version[:120]}</td></tr> <tr class="infoTableSeperator"><td class="infoTableHeader"><i class="icon16-sb"></i> Homepage</td><td class="infoTableCell"><a href="${anon_url('http://www.sickrage.tv/')}" rel="noreferrer" onclick="window.open(this.href, '_blank'); return false;">http://www.sickrage.tv/</a></td></tr> - <tr><td class="infoTableHeader"><i class="icon16-WiKi"></i> WiKi</td><td class="infoTableCell"><a href="${anon_url('https://github.com/SiCKRAGETV/sickrage-issues/wiki')}" rel="noreferrer" onclick="window.open(this.href, '_blank'); return false;">https://github.com/SiCKRAGETV/sickrage-issues/wiki</a></td></tr> + <tr><td class="infoTableHeader"><i class="icon16-WiKi"></i> WiKi</td><td class="infoTableCell"><a href="${anon_url('https://github.com/SickRage/sickrage-issues/wiki')}" rel="noreferrer" onclick="window.open(this.href, '_blank'); return false;">https://github.com/SickRage/sickrage-issues/wiki</a></td></tr> <tr><td class="infoTableHeader"><i class="icon16-web"></i> Forums</td><td class="infoTableCell"><a href="${anon_url('http://sickrage.tv/forums/')}" rel="noreferrer" onclick="window.open(this.href, '_blank'); return false;">http://sickrage.tv/forums/</a></td></tr> - <tr><td class="infoTableHeader"><i class="icon16-github"></i> Source</td><td class="infoTableCell"><a href="${anon_url('https://github.com/SiCKRAGETV/SickRage/')}" rel="noreferrer" onclick="window.open(this.href, '_blank'); return false;">https://github.com/SiCKRAGETV/SickRage/</a></td></tr> + <tr><td class="infoTableHeader"><i class="icon16-github"></i> Source</td><td class="infoTableCell"><a href="${anon_url('https://github.com/SickRage/SickRage/')}" rel="noreferrer" onclick="window.open(this.href, '_blank'); return false;">https://github.com/SickRage/SickRage/</a></td></tr> <tr><td class="infoTableHeader"><i class="icon16-mirc"></i> IRChat</td><td class="infoTableCell"><a href="irc://irc.freenode.net/#sickrage" rel="noreferrer"><i>#sickrage</i> on <i>irc.freenode.net</i></a></td></tr> </table> </div> diff --git a/gui/slick/views/config_postProcessing.mako b/gui/slick/views/config_postProcessing.mako index 4855c8650..d67ebd2ab 100644 --- a/gui/slick/views/config_postProcessing.mako +++ b/gui/slick/views/config_postProcessing.mako @@ -233,7 +233,7 @@ </label> <label class="nocheck"> <span class="component-title"> </span> - <span class="component-desc">See <a href="https://github.com/SiCKRAGETV/sickrage-issues/wiki/Post-Processing#extra-scripts"><font color='red'><b>Wiki</b></font></a> for script arguments description and usage.</span> + <span class="component-desc">See <a href="https://github.com/SickRage/sickrage-issues/wiki/Post-Processing#extra-scripts"><font color='red'><b>Wiki</b></font></a> for script arguments description and usage.</span> </label> </div> <input type="submit" class="btn config_submitter" value="Save Changes" /><br/> diff --git a/gui/slick/views/config_subtitles.mako b/gui/slick/views/config_subtitles.mako index 28cf9a369..4d99b8c9a 100644 --- a/gui/slick/views/config_subtitles.mako +++ b/gui/slick/views/config_subtitles.mako @@ -133,7 +133,7 @@ $('#subtitles_dir').fileBrowser({ title: 'Select Subtitles Download Directory' } <span class="component-title"> </span> <span class="component-desc"> <ul> - <li>See <a href="https://github.com/SiCKRAGETV/SickRage/wiki/Subtitle%20Scripts"><font color='red'><b>Wiki</b></font></a> for a script arguments description.</li> + <li>See <a href="https://github.com/SickRage/SickRage/wiki/Subtitle%20Scripts"><font color='red'><b>Wiki</b></font></a> for a script arguments description.</li> <li>Additional scripts separated by <b>|</b>.</li> <li>Scripts are called after each episode has searched and downloaded subtitles.</li> <li>For any scripted languages, include the interpreter executable before the script. See the following example:</li> diff --git a/gui/slick/views/layouts/main.mako b/gui/slick/views/layouts/main.mako index 54f227cd2..4d364e25c 100644 --- a/gui/slick/views/layouts/main.mako +++ b/gui/slick/views/layouts/main.mako @@ -210,7 +210,7 @@ <li><a href="${srRoot}/news/"><i class="menu-icon-help"></i> News${newsBadge}</a></li> <li><a href="${srRoot}/IRC/"><i class="menu-icon-help"></i> IRC</a></li> <li><a href="${srRoot}/changes/"><i class="menu-icon-help"></i> Changelog</a></li> - <li><a href="https://github.com/SiCKRAGETV/SickRage/wiki/Donations" rel="noreferrer" onclick="window.open('${sickbeard.ANON_REDIRECT}' + this.href); return false;"><i class="menu-icon-help"></i> Support SickRage</a></li> + <li><a href="https://github.com/SickRage/SickRage/wiki/Donations" rel="noreferrer" onclick="window.open('${sickbeard.ANON_REDIRECT}' + this.href); return false;"><i class="menu-icon-help"></i> Support SickRage</a></li> <li role="separator" class="divider"></li> %if numErrors: <li><a href="${srRoot}/errorlogs/"><i class="menu-icon-viewlog-errors"></i> View Errors <span class="badge btn-danger">${numErrors}</span></a></li> diff --git a/readme.md b/readme.md index 9e6029d1b..2d3c33816 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,4 @@ -SickRage [](https://travis-ci.org/SiCKRAGETV/SickRage) [](http://isitmaintained.com/project/sickragetv/sickrage-issues "Average time to resolve an issue") [](http://isitmaintained.com/project/sickragetv/sickrage-issues "Percentage of issues still open") +SickRage [](https://travis-ci.org/SickRage/SickRage) [](http://isitmaintained.com/project/SickRage/sickrage-issues "Average time to resolve an issue") [](http://isitmaintained.com/project/SickRage/sickrage-issues "Percentage of issues still open") ===== Automatic Video Library Manager for TV Shows. It watches for new episodes of your favorite shows, and when they are posted it does its magic. @@ -29,16 +29,16 @@ Automatic Video Library Manager for TV Shows. It watches for new episodes of you #### Dependencies To run SickRage from source you will need Python 2.7.10 -#### [](http://feathub.com/SiCKRAGETV/SickRage) +#### [](http://feathub.com/SickRage/SickRage) #### Forums Any questions or setup info your looking for can be found at out forums https://www.sickrage.tv -##### [SickRage Issue Tracker](https://github.com/SiCKRAGETV/sickrage-issues) +##### [SickRage Issue Tracker](https://github.com/SickRage/sickrage-issues) -##### [FAQ](https://github.com/SiCKRAGETV/SickRage/wiki/Frequently-Asked-Questions) +##### [FAQ](https://github.com/SickRage/SickRage/wiki/Frequently-Asked-Questions) -##### [Wiki](https://github.com/SiCKRAGETV/SickRage/wiki) +##### [Wiki](https://github.com/SickRage/SickRage/wiki) #### Important Before using this with your existing database (sickbeard.db) please make a backup copy of it and delete any other database files such as cache.db and failed.db if present<br/> @@ -46,7 +46,7 @@ We HIGHLY recommend starting out with no database files at all to make this a fr #### Supported providers -A full list can be found here: [Link](https://github.com/SiCKRAGETV/sickrage-issues/wiki/SickRage-Search-Providers) +A full list can be found here: [Link](https://github.com/SickRage/sickrage-issues/wiki/SickRage-Search-Providers) #### Special Thanks to: [RARBG](https://rarbg.to) @@ -55,7 +55,7 @@ A full list can be found here: [Link](https://github.com/SiCKRAGETV/sickrage-iss [KickAssTorrents](https://kat.cr) [NZB.cat](https://nzb.cat/) [NZBGeek](https://nzbgeek.info) -[DOGnzb](dognzb.cr) +[DOGnzb](dognzb.cr) #### News and Changelog -[news.md and CHANGES.md have moved to a separate repo, click here](http://github.com/SiCKRAGETV/sickrage-news) +[news.md and CHANGES.md have moved to a separate repo, click here](http://github.com/SickRage/sickrage-news) diff --git a/sickbeard/__init__.py b/sickbeard/__init__.py index 18f99b6bb..6635806f2 100644 --- a/sickbeard/__init__.py +++ b/sickbeard/__init__.py @@ -125,7 +125,7 @@ GIT_RESET = True GIT_REMOTE = '' GIT_REMOTE_URL = '' CUR_COMMIT_BRANCH = '' -GIT_ORG = 'SiCKRAGETV' +GIT_ORG = 'SickRage' GIT_REPO = 'SickRage' GIT_USERNAME = None GIT_PASSWORD = None @@ -134,7 +134,7 @@ GIT_AUTOISSUES = False GIT_NEWVER = False DEVELOPER = False -NEWS_URL = 'http://sickragetv.github.io/sickrage-news/news.md' +NEWS_URL = 'http://SickRage.github.io/sickrage-news/news.md' NEWS_LAST_READ = None NEWS_LATEST = None NEWS_UNREAD = 0 diff --git a/sickbeard/blackandwhitelist.py b/sickbeard/blackandwhitelist.py index 1368ed23e..0754d97bd 100644 --- a/sickbeard/blackandwhitelist.py +++ b/sickbeard/blackandwhitelist.py @@ -1,6 +1,6 @@ # Author: Dennis Lutter <lad1337@gmail.com> # URL: https://sickrage.tv/ -# Git: https://github.com/SiCKRAGETV/SickRage.git +# Git: https://github.com/SickRage/SickRage.git # # This file is part of SickRage. # diff --git a/sickbeard/browser.py b/sickbeard/browser.py index 6d50b8587..c5d9ab170 100644 --- a/sickbeard/browser.py +++ b/sickbeard/browser.py @@ -1,6 +1,6 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: https://sickrage.tv/ -# Git: https://github.com/SiCKRAGETV/SickRage.git +# Git: https://github.com/SickRage/SickRage.git # # This file is part of SickRage. # diff --git a/sickbeard/bs4_parser.py b/sickbeard/bs4_parser.py index e881611a4..eb1059184 100644 --- a/sickbeard/bs4_parser.py +++ b/sickbeard/bs4_parser.py @@ -1,6 +1,6 @@ # Author: The SickRage Dev Team # URL: https://sickrage.tv -# Repository: https://github.com/SiCKRAGETV/SickRage.git +# Repository: https://github.com/SickRage/SickRage.git # # This file is part of SickRage. # diff --git a/sickbeard/classes.py b/sickbeard/classes.py index eb96a12da..7c79dbeae 100644 --- a/sickbeard/classes.py +++ b/sickbeard/classes.py @@ -1,6 +1,6 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: https://sickrage.tv/ -# Git: https://github.com/SiCKRAGETV/SickRage.git +# Git: https://github.com/SickRage/SickRage.git # # This file is part of SickRage. # diff --git a/sickbeard/common.py b/sickbeard/common.py index 6000606f2..a0a63361e 100644 --- a/sickbeard/common.py +++ b/sickbeard/common.py @@ -1,6 +1,6 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: https://sickrage.tv/ -# Git: https://github.com/SiCKRAGETV/SickRage.git +# Git: https://github.com/SickRage/SickRage.git # # This file is part of SickRage. # diff --git a/sickbeard/config.py b/sickbeard/config.py index e956f9e50..7ea8d4434 100644 --- a/sickbeard/config.py +++ b/sickbeard/config.py @@ -1,6 +1,6 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: https://sickrage.tv -# Git: https://github.com/SiCKRAGETV/SickRage.git +# Git: https://github.com/SickRage/SickRage.git # # This file is part of SickRage. # diff --git a/sickbeard/dailysearcher.py b/sickbeard/dailysearcher.py index 02c7950d0..8a358def3 100644 --- a/sickbeard/dailysearcher.py +++ b/sickbeard/dailysearcher.py @@ -1,6 +1,6 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: https://sickrage.tv -# Git: https://github.com/SiCKRAGETV/SickRage.git +# Git: https://github.com/SickRage/SickRage.git # # This file is part of SickRage. # diff --git a/sickbeard/db.py b/sickbeard/db.py index 1b03819a7..e503e2eb3 100644 --- a/sickbeard/db.py +++ b/sickbeard/db.py @@ -1,6 +1,6 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: https://sickrage.tv -# Git: https://github.com/SiCKRAGETV/SickRage.git +# Git: https://github.com/SickRage/SickRage.git # # This file is part of SickRage. # diff --git a/sickbeard/failedProcessor.py b/sickbeard/failedProcessor.py index 384665484..280dca31c 100644 --- a/sickbeard/failedProcessor.py +++ b/sickbeard/failedProcessor.py @@ -1,6 +1,6 @@ # Author: Tyler Fenby <tylerfenby@gmail.com> # URL: https://sickrage.tv -# Git: https://github.com/SiCKRAGETV/SickRage.git +# Git: https://github.com/SickRage/SickRage.git # # This file is part of SickRage. # diff --git a/sickbeard/failed_history.py b/sickbeard/failed_history.py index 833d28003..6a3bb5717 100644 --- a/sickbeard/failed_history.py +++ b/sickbeard/failed_history.py @@ -1,6 +1,6 @@ # Author: Tyler Fenby <tylerfenby@gmail.com> # URL: https://sickrage.tv -# Git: https://github.com/SiCKRAGETV/SickRage.git +# Git: https://github.com/SickRage/SickRage.git # # This file is part of SickRage. # diff --git a/sickbeard/generic_queue.py b/sickbeard/generic_queue.py index fde0fd0ad..85e445586 100644 --- a/sickbeard/generic_queue.py +++ b/sickbeard/generic_queue.py @@ -1,6 +1,6 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: https://sickrage.tv -# Git: https://github.com/SiCKRAGETV/SickRage.git +# Git: https://github.com/SickRage/SickRage.git # # This file is part of SickRage. # diff --git a/sickbeard/helpers.py b/sickbeard/helpers.py index e994d7171..488d8f17c 100644 --- a/sickbeard/helpers.py +++ b/sickbeard/helpers.py @@ -1,6 +1,6 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: https://sickrage.tv -# Git: https://github.com/SiCKRAGETV/SickRage.git +# Git: https://github.com/SickRage/SickRage.git # # This file is part of SickRage. # diff --git a/sickbeard/history.py b/sickbeard/history.py index 8b96c2d2a..cdc9eff3e 100644 --- a/sickbeard/history.py +++ b/sickbeard/history.py @@ -1,6 +1,6 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: https://sickrage.tv -# Git: https://github.com/SiCKRAGETV/SickRage.git +# Git: https://github.com/SickRage/SickRage.git # # This file is part of SickRage. # diff --git a/sickbeard/image_cache.py b/sickbeard/image_cache.py index 0e576bd93..907d6d4fb 100644 --- a/sickbeard/image_cache.py +++ b/sickbeard/image_cache.py @@ -1,6 +1,6 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: https://sickrage.tv -# Git: https://github.com/SiCKRAGETV/SickRage.git +# Git: https://github.com/SickRage/SickRage.git # # This file is part of SickRage. # diff --git a/sickbeard/indexers/indexer_config.py b/sickbeard/indexers/indexer_config.py index ee1d77a95..4494e8e26 100644 --- a/sickbeard/indexers/indexer_config.py +++ b/sickbeard/indexers/indexer_config.py @@ -36,6 +36,6 @@ indexerConfig[INDEXER_TVDB] = { indexerConfig[INDEXER_TVDB]['trakt_id'] = 'tvdb_id' indexerConfig[INDEXER_TVDB]['xem_origin'] = 'tvdb' indexerConfig[INDEXER_TVDB]['icon'] = 'thetvdb16.png' -indexerConfig[INDEXER_TVDB]['scene_loc'] = 'http://sickragetv.github.io/sb_tvdb_scene_exceptions/exceptions.txt' +indexerConfig[INDEXER_TVDB]['scene_loc'] = 'http://SickRage.github.io/sb_tvdb_scene_exceptions/exceptions.txt' indexerConfig[INDEXER_TVDB]['show_url'] = 'http://thetvdb.com/?tab=series&id=' indexerConfig[INDEXER_TVDB]['base_url'] = 'http://thetvdb.com/api/%(apikey)s/series/' % indexerConfig[INDEXER_TVDB]['api_params'] diff --git a/sickbeard/logger.py b/sickbeard/logger.py index 5bfa36189..d84683c17 100644 --- a/sickbeard/logger.py +++ b/sickbeard/logger.py @@ -1,6 +1,6 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: https://sickrage.tv -# Git: https://github.com/SiCKRAGETV/SickRage.git +# Git: https://github.com/SickRage/SickRage.git # # This file is part of SickRage. # @@ -203,7 +203,7 @@ class Logger(object): self.submitter_running = True - gh_org = sickbeard.GIT_ORG or 'SiCKRAGETV' + gh_org = sickbeard.GIT_ORG or 'SickRage' gh_repo = 'sickrage-issues' gh = Github(login_or_token=sickbeard.GIT_USERNAME, password=sickbeard.GIT_PASSWORD, user_agent="SiCKRAGE") @@ -260,7 +260,7 @@ class Logger(object): except Exception: message += u"Locale: unknown" + "\n" message += u"Branch: **" + sickbeard.BRANCH + "**\n" - message += u"Commit: SiCKRAGETV/SickRage@" + sickbeard.CUR_COMMIT_HASH + "\n" + message += u"Commit: SickRage/SickRage@" + sickbeard.CUR_COMMIT_HASH + "\n" if gist and gist != 'No ERROR found': message += u"Link to Log: " + gist.html_url + "\n" else: @@ -270,7 +270,7 @@ class Logger(object): message += curError.message + "\n" message += u"```\n" message += u"---\n" - message += u"_STAFF NOTIFIED_: @SiCKRAGETV/owners @SiCKRAGETV/moderators" + message += u"_STAFF NOTIFIED_: @SickRage/owners @SickRage/moderators" title_Error = u"[APP SUBMITTED]: " + title_Error reports = gh.get_organization(gh_org).get_repo(gh_repo).get_issues(state="all") diff --git a/sickbeard/name_cache.py b/sickbeard/name_cache.py index 8b0af37e8..d8b5bfed7 100644 --- a/sickbeard/name_cache.py +++ b/sickbeard/name_cache.py @@ -1,6 +1,6 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: https://sickrage.tv -# Git: https://github.com/SiCKRAGETV/SickRage.git +# Git: https://github.com/SickRage/SickRage.git # # This file is part of SickRage. # diff --git a/sickbeard/naming.py b/sickbeard/naming.py index 35bec1afc..87cf89f64 100644 --- a/sickbeard/naming.py +++ b/sickbeard/naming.py @@ -1,6 +1,6 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: https://sickrage.tv -# Git: https://github.com/SiCKRAGETV/SickRage.git +# Git: https://github.com/SickRage/SickRage.git # # This file is part of SickRage. # diff --git a/sickbeard/network_timezones.py b/sickbeard/network_timezones.py index 78511be8d..f6cc00300 100644 --- a/sickbeard/network_timezones.py +++ b/sickbeard/network_timezones.py @@ -1,6 +1,6 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: https://sickrage.tv -# Git: https://github.com/SiCKRAGETV/SickRage.git +# Git: https://github.com/SickRage/SickRage.git # # This file is part of SickRage. # @@ -43,7 +43,7 @@ else: def update_network_dict(): """Update timezone information from SR repositories""" - url = 'http://sickragetv.github.io/sb_network_timezones/network_timezones.txt' + url = 'http://SickRage.github.io/sb_network_timezones/network_timezones.txt' url_data = helpers.getURL(url, session=requests.Session()) if not url_data: logger.log(u'Updating network timezones failed, this can happen from time to time. URL: %s' % url, logger.WARNING) diff --git a/sickbeard/notifiers/emby.py b/sickbeard/notifiers/emby.py index 9ceef6bd7..69ce06cc7 100644 --- a/sickbeard/notifiers/emby.py +++ b/sickbeard/notifiers/emby.py @@ -47,7 +47,7 @@ class EMBYNotifier: emby_apikey = sickbeard.EMBY_APIKEY url = 'http://%s/emby/Notifications/Admin' % (host) - values = {'Name': 'SickRage', 'Description': message, 'ImageUrl': 'https://raw.githubusercontent.com/SiCKRAGETV/SickRage/master/gui/slick/images/sickrage-shark-mascot.png'} + values = {'Name': 'SickRage', 'Description': message, 'ImageUrl': 'https://raw.githubusercontent.com/SickRage/SickRage/master/gui/slick/images/sickrage-shark-mascot.png'} data = json.dumps(values) try: req = urllib2.Request(url, data) diff --git a/sickbeard/notifiers/growl.py b/sickbeard/notifiers/growl.py index 7b7d111db..b71510b4e 100644 --- a/sickbeard/notifiers/growl.py +++ b/sickbeard/notifiers/growl.py @@ -25,7 +25,7 @@ from libgrowl import gntp class GrowlNotifier: - sr_logo_url = 'https://raw.githubusercontent.com/SiCKRAGETV/SickRage/master/gui/slick/images/sickrage-shark-mascot.png' + sr_logo_url = 'https://raw.githubusercontent.com/SickRage/SickRage/master/gui/slick/images/sickrage-shark-mascot.png' def test_notify(self, host, password): self._sendRegistration(host, password, 'Test') diff --git a/sickbeard/notifiers/kodi.py b/sickbeard/notifiers/kodi.py index c3a875ccf..ceaa80345 100644 --- a/sickbeard/notifiers/kodi.py +++ b/sickbeard/notifiers/kodi.py @@ -41,7 +41,7 @@ except ImportError: class KODINotifier: - sr_logo_url = 'https://raw.githubusercontent.com/SiCKRAGETV/SickRage/master/gui/slick/images/sickrage-shark-mascot.png' + sr_logo_url = 'https://raw.githubusercontent.com/SickRage/SickRage/master/gui/slick/images/sickrage-shark-mascot.png' def _get_kodi_version(self, host, username, password): """Returns KODI JSON-RPC API version (odd # = dev, even # = stable) diff --git a/sickbeard/nzbSplitter.py b/sickbeard/nzbSplitter.py index b9087c389..717d6b7e6 100644 --- a/sickbeard/nzbSplitter.py +++ b/sickbeard/nzbSplitter.py @@ -1,6 +1,6 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: https://sickrage.tv -# Git: https://github.com/SiCKRAGETV/SickRage.git +# Git: https://github.com/SickRage/SickRage.git # # This file is part of SickRage. # diff --git a/sickbeard/nzbget.py b/sickbeard/nzbget.py index 64278c9a5..ebc6419c5 100644 --- a/sickbeard/nzbget.py +++ b/sickbeard/nzbget.py @@ -1,6 +1,6 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: https://sickrage.tv -# Git: https://github.com/SiCKRAGETV/SickRage.git +# Git: https://github.com/SickRage/SickRage.git # # This file is part of SickRage. # diff --git a/sickbeard/postProcessor.py b/sickbeard/postProcessor.py index 3515aa1e6..48089573c 100644 --- a/sickbeard/postProcessor.py +++ b/sickbeard/postProcessor.py @@ -1,6 +1,6 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: https://sickrage.tv -# Git: https://github.com/SiCKRAGETV/SickRage.git +# Git: https://github.com/SickRage/SickRage.git # # This file is part of SickRage. # diff --git a/sickbeard/processTV.py b/sickbeard/processTV.py index 93832ae50..2b5b7f954 100644 --- a/sickbeard/processTV.py +++ b/sickbeard/processTV.py @@ -1,6 +1,6 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: https://sickrage.tv/ -# Git: https://github.com/SiCKRAGETV/SickRage.git +# Git: https://github.com/SickRage/SickRage.git # # This file is part of SickRage. # diff --git a/sickbeard/properFinder.py b/sickbeard/properFinder.py index b12940d2a..4c7e8e2c7 100644 --- a/sickbeard/properFinder.py +++ b/sickbeard/properFinder.py @@ -1,6 +1,6 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: https://sickrage.tv -# Git: https://github.com/SiCKRAGETV/SickRage.git +# Git: https://github.com/SickRage/SickRage.git # # This file is part of SickRage. # diff --git a/sickbeard/providers/alpharatio.py b/sickbeard/providers/alpharatio.py index c6d6a8d09..6ae9a842a 100644 --- a/sickbeard/providers/alpharatio.py +++ b/sickbeard/providers/alpharatio.py @@ -1,5 +1,5 @@ # Author: Bill Nasty -# URL: https://github.com/SiCKRAGETV/SickRage +# URL: https://github.com/SickRage/SickRage # # This file is part of SickRage. # diff --git a/sickbeard/providers/bitcannon.py b/sickbeard/providers/bitcannon.py index d5feddffd..1be697e4d 100644 --- a/sickbeard/providers/bitcannon.py +++ b/sickbeard/providers/bitcannon.py @@ -1,6 +1,6 @@ # coding=utf-8 # Author: miigotu <miigotu@gmail.com> -# URL: http://github.com/SiCKRAGETV/SickRage +# URL: http://github.com/SickRage/SickRage # # This file is part of SickRage. # diff --git a/sickbeard/providers/extratorrent.py b/sickbeard/providers/extratorrent.py index e2a0b51de..2549d8276 100644 --- a/sickbeard/providers/extratorrent.py +++ b/sickbeard/providers/extratorrent.py @@ -1,6 +1,6 @@ # Author: duramato <matigonkas@outlook.com> # Author: miigotu -# URL: https://github.com/SiCKRAGETV/sickrage +# URL: https://github.com/SickRage/sickrage # This file is part of SickRage. # # SickRage is free software: you can redistribute it and/or modify diff --git a/sickbeard/providers/strike.py b/sickbeard/providers/strike.py index 0ee96b147..3b564f64f 100644 --- a/sickbeard/providers/strike.py +++ b/sickbeard/providers/strike.py @@ -1,5 +1,5 @@ # Author: matigonkas -# URL: https://github.com/SiCKRAGETV/sickrage +# URL: https://github.com/SickRage/sickrage # # This file is part of SickRage. # diff --git a/sickbeard/providers/torrentproject.py b/sickbeard/providers/torrentproject.py index 1aa69aa1d..bd0db4786 100644 --- a/sickbeard/providers/torrentproject.py +++ b/sickbeard/providers/torrentproject.py @@ -1,5 +1,5 @@ # Author: duramato <matigonkas@outlook.com> -# URL: https://github.com/SiCKRAGETV/sickrage +# URL: https://github.com/SickRage/sickrage # # This file is part of SickRage. # diff --git a/sickbeard/providers/torrentz.py b/sickbeard/providers/torrentz.py index 6fb1ef3bb..0f7206eec 100644 --- a/sickbeard/providers/torrentz.py +++ b/sickbeard/providers/torrentz.py @@ -1,5 +1,5 @@ # Author: Dustyn Gibson <miigotu@gmail.com> -# URL: https://github.com/SiCKRAGETV/SickRage +# URL: https://github.com/SickRage/SickRage # # This file is part of SickRage. # diff --git a/sickbeard/sab.py b/sickbeard/sab.py index 70ee848d6..b940a18f9 100644 --- a/sickbeard/sab.py +++ b/sickbeard/sab.py @@ -1,6 +1,6 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: https://sickrage.tv -# Git: https://github.com/SiCKRAGETV/SickRage +# Git: https://github.com/SickRage/SickRage # # This file is part of SickRage. # diff --git a/sickbeard/sbdatetime.py b/sickbeard/sbdatetime.py index 815eeb45b..be9e15892 100644 --- a/sickbeard/sbdatetime.py +++ b/sickbeard/sbdatetime.py @@ -1,6 +1,6 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: https://sickrage.tv -# Git: https://github.com/SiCKRAGETV/SickRage.git +# Git: https://github.com/SickRage/SickRage.git # # This file is part of SickRage. # diff --git a/sickbeard/scene_exceptions.py b/sickbeard/scene_exceptions.py index ed926d625..1aafbd97d 100644 --- a/sickbeard/scene_exceptions.py +++ b/sickbeard/scene_exceptions.py @@ -1,6 +1,6 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: https://sickrage.tv -# Git: https://github.com/SiCKRAGETV/SickRage.git +# Git: https://github.com/SickRage/SickRage.git # # This file is part of SickRage. # diff --git a/sickbeard/scene_numbering.py b/sickbeard/scene_numbering.py index 6ad0a15d3..01248aeff 100644 --- a/sickbeard/scene_numbering.py +++ b/sickbeard/scene_numbering.py @@ -1,6 +1,6 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: https://sickrage.tv -# Git: https://github.com/SiCKRAGETV/SickRage.git +# Git: https://github.com/SickRage/SickRage.git # # This file is part of SickRage. # diff --git a/sickbeard/scheduler.py b/sickbeard/scheduler.py index b3068f54d..59e8e90cc 100644 --- a/sickbeard/scheduler.py +++ b/sickbeard/scheduler.py @@ -1,6 +1,6 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: https://sickrage.tv -# Git: https://github.com/SiCKRAGETV/SickRage.git +# Git: https://github.com/SickRage/SickRage.git # # This file is part of SickRage. # diff --git a/sickbeard/search.py b/sickbeard/search.py index 1eba3b0b7..f4ce208c2 100644 --- a/sickbeard/search.py +++ b/sickbeard/search.py @@ -1,6 +1,6 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: https://sickrage.tv -# Git: https://github.com/SiCKRAGETV/SickRage.git +# Git: https://github.com/SickRage/SickRage.git # # This file is part of SickRage. # diff --git a/sickbeard/webserve.py b/sickbeard/webserve.py index 5b98cfd52..dc441526a 100644 --- a/sickbeard/webserve.py +++ b/sickbeard/webserve.py @@ -2159,10 +2159,10 @@ class HomeChangeLog(Home): def index(self): try: - changes = helpers.getURL('http://sickragetv.github.io/sickrage-news/CHANGES.md', session=requests.Session()) + changes = helpers.getURL('http://SickRage.github.io/sickrage-news/CHANGES.md', session=requests.Session()) except Exception: logger.log(u'Could not load changes from repo, giving a link!', logger.DEBUG) - changes = 'Could not load changes from the repo. [Click here for CHANGES.md](http://sickragetv.github.io/sickrage-news/CHANGES.md)' + changes = 'Could not load changes from the repo. [Click here for CHANGES.md](http://SickRage.github.io/sickrage-news/CHANGES.md)' t = PageTemplate(rh=self, filename="markdown.mako") data = markdown2.markdown(changes if changes else "The was a problem connecting to github, please refresh and try again", extras=['header-ids']) diff --git a/sickrage/helper/common.py b/sickrage/helper/common.py index 9fe374e1c..37b98eb58 100644 --- a/sickrage/helper/common.py +++ b/sickrage/helper/common.py @@ -1,7 +1,7 @@ # This file is part of SickRage. # # URL: https://www.sickrage.tv -# Git: https://github.com/SiCKRAGETV/SickRage.git +# Git: https://github.com/SickRage/SickRage.git # # SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/sickrage/helper/encoding.py b/sickrage/helper/encoding.py index def98bba7..384136f1a 100644 --- a/sickrage/helper/encoding.py +++ b/sickrage/helper/encoding.py @@ -1,6 +1,6 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: https://sickrage.tv -# Git: https://github.com/SiCKRAGETV/SickRage.git +# Git: https://github.com/SickRage/SickRage.git # # This file is part of SickRage. # diff --git a/sickrage/helper/exceptions.py b/sickrage/helper/exceptions.py index f3e92fa7f..afb886926 100644 --- a/sickrage/helper/exceptions.py +++ b/sickrage/helper/exceptions.py @@ -1,7 +1,7 @@ # This file is part of SickRage. # # URL: https://www.sickrage.tv -# Git: https://github.com/SiCKRAGETV/SickRage.git +# Git: https://github.com/SickRage/SickRage.git # # SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/sickrage/helper/quality.py b/sickrage/helper/quality.py index cc757cb89..7b52b267e 100644 --- a/sickrage/helper/quality.py +++ b/sickrage/helper/quality.py @@ -1,7 +1,7 @@ # This file is part of SickRage. # # URL: https://www.sickrage.tv -# Git: https://github.com/SiCKRAGETV/SickRage.git +# Git: https://github.com/SickRage/SickRage.git # # SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/sickrage/media/GenericMedia.py b/sickrage/media/GenericMedia.py index 076db3ba8..c51ae3b7e 100644 --- a/sickrage/media/GenericMedia.py +++ b/sickrage/media/GenericMedia.py @@ -1,7 +1,7 @@ # This file is part of SickRage. # # URL: https://www.sickrage.tv -# Git: https://github.com/SiCKRAGETV/SickRage.git +# Git: https://github.com/SickRage/SickRage.git # # SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/sickrage/media/ShowBanner.py b/sickrage/media/ShowBanner.py index 9d370274d..525a3c234 100644 --- a/sickrage/media/ShowBanner.py +++ b/sickrage/media/ShowBanner.py @@ -1,7 +1,7 @@ # This file is part of SickRage. # # URL: https://www.sickrage.tv -# Git: https://github.com/SiCKRAGETV/SickRage.git +# Git: https://github.com/SickRage/SickRage.git # # SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/sickrage/media/ShowFanArt.py b/sickrage/media/ShowFanArt.py index bdf991a2f..ed0831c04 100644 --- a/sickrage/media/ShowFanArt.py +++ b/sickrage/media/ShowFanArt.py @@ -1,7 +1,7 @@ # This file is part of SickRage. # # URL: https://www.sickrage.tv -# Git: https://github.com/SiCKRAGETV/SickRage.git +# Git: https://github.com/SickRage/SickRage.git # # SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/sickrage/media/ShowNetworkLogo.py b/sickrage/media/ShowNetworkLogo.py index e86435af9..270a38c20 100644 --- a/sickrage/media/ShowNetworkLogo.py +++ b/sickrage/media/ShowNetworkLogo.py @@ -1,7 +1,7 @@ # This file is part of SickRage. # # URL: https://www.sickrage.tv -# Git: https://github.com/SiCKRAGETV/SickRage.git +# Git: https://github.com/SickRage/SickRage.git # # SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/sickrage/media/ShowPoster.py b/sickrage/media/ShowPoster.py index bb890882d..6bba3dc50 100644 --- a/sickrage/media/ShowPoster.py +++ b/sickrage/media/ShowPoster.py @@ -1,7 +1,7 @@ # This file is part of SickRage. # # URL: https://www.sickrage.tv -# Git: https://github.com/SiCKRAGETV/SickRage.git +# Git: https://github.com/SickRage/SickRage.git # # SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/sickrage/show/ComingEpisodes.py b/sickrage/show/ComingEpisodes.py index 1411e3f42..6946e1b6d 100644 --- a/sickrage/show/ComingEpisodes.py +++ b/sickrage/show/ComingEpisodes.py @@ -1,7 +1,7 @@ # This file is part of SickRage. # # URL: https://www.sickrage.tv -# Git: https://github.com/SiCKRAGETV/SickRage.git +# Git: https://github.com/SickRage/SickRage.git # # SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/sickrage/show/History.py b/sickrage/show/History.py index 31870516e..ab3989e7a 100644 --- a/sickrage/show/History.py +++ b/sickrage/show/History.py @@ -1,7 +1,7 @@ # This file is part of SickRage. # # URL: https://www.sickrage.tv -# Git: https://github.com/SiCKRAGETV/SickRage.git +# Git: https://github.com/SickRage/SickRage.git # # SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/sickrage/show/Show.py b/sickrage/show/Show.py index aaa6f018f..833f7294f 100644 --- a/sickrage/show/Show.py +++ b/sickrage/show/Show.py @@ -1,7 +1,7 @@ # This file is part of SickRage. # # URL: https://www.sickrage.tv -# Git: https://github.com/SiCKRAGETV/SickRage.git +# Git: https://github.com/SickRage/SickRage.git # # SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/sickrage/system/Restart.py b/sickrage/system/Restart.py index 25372da90..65bdd22ce 100644 --- a/sickrage/system/Restart.py +++ b/sickrage/system/Restart.py @@ -1,7 +1,7 @@ # This file is part of SickRage. # # URL: https://www.sickrage.tv -# Git: https://github.com/SiCKRAGETV/SickRage.git +# Git: https://github.com/SickRage/SickRage.git # # SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/sickrage/system/Shutdown.py b/sickrage/system/Shutdown.py index a5ec702c5..0abb5f6e6 100644 --- a/sickrage/system/Shutdown.py +++ b/sickrage/system/Shutdown.py @@ -1,7 +1,7 @@ # This file is part of SickRage. # # URL: https://www.sickrage.tv -# Git: https://github.com/SiCKRAGETV/SickRage.git +# Git: https://github.com/SickRage/SickRage.git # # SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tests/ssl_sni_tests.py b/tests/ssl_sni_tests.py index c20fcbfa7..59d58f655 100644 --- a/tests/ssl_sni_tests.py +++ b/tests/ssl_sni_tests.py @@ -1,6 +1,6 @@ # coding=UTF-8 # Author: Dustyn Gibson <miigotu@gmail.com> -# URL: http://github.come/SiCKRAGETV/SickRage +# URL: http://github.come/SickRage/SickRage # # This file is part of SickRage. # -- GitLab