diff --git a/contributing.md b/contributing.md index 48114d9cb15d7a323e6c62071735435ddafa9385..e933417c35695083248d5fb63e7eaacf096bfce8 100644 --- a/contributing.md +++ b/contributing.md @@ -1,6 +1,6 @@ ### Questions about SickRage? -To get your questions answered, please ask on the [SickRage Forum](http://sickrage.tv/), or [#sickrage](http://webchat.freenode.net/?channels=sickrage) IRC channel on irc.freenode.net +To get your questions answered, please ask on the [SickRage Forum](http://sickrage.tv/), or [#sickrage-issues](http://webchat.freenode.net/?channels=sickrage-issues) IRC channel on irc.freenode.net # Contributing to SickRage @@ -21,7 +21,7 @@ The goal of this guide is to provide the best way to contribute to the official The SickRage development team frequently tracks posts on the [SickRage Forum](http://sickrage.tv/). If you have longer posts or questions please feel free to post them there. If you think you've found a bug please [file it in the bug tracker](#how-to-report-bugs). -Additionally most of the SickRage development team can be found in the [#sickrage](http://webchat.freenode.net/?channels=sickrage) IRC channel on irc.freenode.net. +Additionally most of the SickRage development team can be found in the [#sickrage-issues](http://webchat.freenode.net/?channels=sickrage-issues) IRC channel on irc.freenode.net. ## How to Report Bugs @@ -30,7 +30,7 @@ Additionally most of the SickRage development team can be found in the [#sickrag Many bugs reported are actually issues with the user mis-understanding of how something works (there are a bit of moving parts to an ideal setup) and most of the time can be fixed by just changing some settings to fit the users needs. -If you are new to SickRage, it is usually a much better idea to ask for help first in the [Using SickRage Forum](http://sickrage.tv) or the [SickRage IRC channel](http://webchat.freenode.net/?channels=sickrage). You will get much quicker support, and you will help avoid tying up the SickRage team with invalid bug reports. +If you are new to SickRage, it is usually a much better idea to ask for help first in the [Using SickRage Forum](http://sickrage.tv) or the [SickRage IRC channel](http://webchat.freenode.net/?channels=sickrage-issues). You will get much quicker support, and you will help avoid tying up the SickRage team with invalid bug reports. ### Try the latest version of SickRage diff --git a/gui/slick/views/IRC.mako b/gui/slick/views/IRC.mako index 5d4cd6230b659f8a6211f6f6423e973dfb678b54..13a40727a610030670d99801395e3ecf1dda2f18 100644 --- a/gui/slick/views/IRC.mako +++ b/gui/slick/views/IRC.mako @@ -4,5 +4,5 @@ from sickbeard import GIT_USERNAME username = ("SickRageUI|?", GIT_USERNAME)[bool(GIT_USERNAME)] %> -<iframe id="extFrame" src="https://kiwiirc.com/client/irc.freenode.net/?nick=${username}&theme=basic#sickrage" width="100%" height="500" frameBorder="0" style="border: 1px black solid;"></iframe> +<iframe id="extFrame" src="https://kiwiirc.com/client/irc.freenode.net/?nick=${username}&theme=basic#sickrage-issues" width="100%" height="500" frameBorder="0" style="border: 1px black solid;"></iframe> </%block> diff --git a/gui/slick/views/config.mako b/gui/slick/views/config.mako index cc0aee2b52f75a3a0658511ebf773fc67bdc6e4d..fcd02b46c0e72ca07844a0051a54348828a57c29 100644 --- a/gui/slick/views/config.mako +++ b/gui/slick/views/config.mako @@ -67,7 +67,7 @@ <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/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> + <tr><td class="infoTableHeader"><i class="icon16-mirc"></i> IRChat</td><td class="infoTableCell"><a href="irc://irc.freenode.net/#sickrage-issues" rel="noreferrer"><i>#sickrage-issues</i> on <i>irc.freenode.net</i></a></td></tr> </table> </div> </%block> diff --git a/sickbeard/providers/rarbg.py b/sickbeard/providers/rarbg.py index cfd171f831b29a9a238dc3332f0441eed892688a..cb89a4e6d243b40bf2ce2fcc5352e7ce84ef3a93 100644 --- a/sickbeard/providers/rarbg.py +++ b/sickbeard/providers/rarbg.py @@ -50,10 +50,10 @@ class RarbgProvider(generic.TorrentProvider): self.tokenExpireDate = None self.urls = {'url': u'https://rarbg.com', - 'token': u'http://torrentapi.org/pubapi_v2.php?get_token=get_token&format=json&app_id=sickrage', - 'listing': u'http://torrentapi.org/pubapi_v2.php?mode=list&app_id=sickrage', - 'search': u'http://torrentapi.org/pubapi_v2.php?mode=search&app_id=sickrage&search_string={search_string}', - 'search_tvdb': u'http://torrentapi.org/pubapi_v2.php?mode=search&app_id=sickrage&search_tvdb={tvdb}&search_string={search_string}', + 'token': u'http://torrentapi.org/pubapi_v2.php?get_token=get_token&format=json&app_id=sickrage2', + 'listing': u'http://torrentapi.org/pubapi_v2.php?mode=list&app_id=sickrage2', + 'search': u'http://torrentapi.org/pubapi_v2.php?mode=search&app_id=sickrage2&search_string={search_string}', + 'search_tvdb': u'http://torrentapi.org/pubapi_v2.php?mode=search&app_id=sickrage2&search_tvdb={tvdb}&search_string={search_string}', 'api_spec': u'https://rarbg.com/pubapi/apidocs.txt'} self.url = self.urls['listing']