From fead907d7a3b8a874e80444f6f5a02cda3631d8d Mon Sep 17 00:00:00 2001 From: Fernando Date: Sat, 13 Dec 2014 21:12:55 -0200 Subject: [PATCH 1/2] Add kat url to the logo at Providers As reported here: #1120 --- sickbeard/providers/kat.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sickbeard/providers/kat.py b/sickbeard/providers/kat.py index 36787a62..cf21d5b6 100644 --- a/sickbeard/providers/kat.py +++ b/sickbeard/providers/kat.py @@ -62,6 +62,7 @@ class KATProvider(generic.TorrentProvider): self.cache = KATCache(self) self.urls = ['http://kickass.so/', 'http://katproxy.com/', 'http://www.kickass.to/'] + self.url = self.urls[0] def isEnabled(self): return self.enabled From 0dba924eb55c9006108ca4c66cea7733f19581d9 Mon Sep 17 00:00:00 2001 From: echel0n Date: Sun, 14 Dec 2014 10:30:56 -0800 Subject: [PATCH 2/2] Update readme.md --- readme.md | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) diff --git a/readme.md b/readme.md index d73b5143..bcf2ac4c 100644 --- a/readme.md +++ b/readme.md @@ -3,16 +3,13 @@ SickRage Video File Manager for TV Shows, It watches for new episodes of your favorite shows and when they are posted it does its magic. ## Branch Build Status - - DEVELOP
[![Build Status](https://travis-ci.org/SiCKRAGETV/SickRage.svg?branch=develop)](https://travis-ci.org/SiCKRAGETV/SickRage) - - MASTER
-[![Build Status](https://travis-ci.org/SiCKRAGETV/SickRage.svg?branch=master)](https://travis-ci.org/SiCKRAGETV/SickRage) ## Features - - KODI library updates, poster/fanart downloads, and NFO/TBN generation + - XBMC library updates, poster/fanart downloads, and NFO/TBN generation - configurable episode renaming - available for any platform, uses simple HTTP interface - - can notify KODI, Growl, or Twitter when new episodes are available + - can notify XBMC, Growl, or Twitter when new episodes are available - specials and double episode support - Automatic XEM Scene Numbering/Naming for seasons/episodes - Episode Status Manager now allows for mass failing seasons/episodes to force retrying. @@ -24,10 +21,6 @@ Video File Manager for TV Shows, It watches for new episodes of your favorite sh - Your tvshow.nfo files are now tagged with a indexer key so that SickBeard can easily tell if the shows info comes from TheTVDB or TVRage. - Sports shows are now able to be searched for.. -## Screenshots -[Desktop (Full-HD)](http://imgur.com/a/4fpBk)
-[Mobile](http://imgur.com/a/WPyG6) - ## Dependencies To run SickRage from source you will need Python 2.6+ and Cheetah 2.1.0+. @@ -35,14 +28,7 @@ Video File Manager for TV Shows, It watches for new episodes of your favorite sh Any questions or setup info your looking for can be found at out forums https://www.sickrage.tv ## Bug/Issues -With your bug reports, specify: - - Branch - - Commit hash - - Your operating system and python version - - What you did - - What happened - - What you expected - - Link to logfile on http://www.pastebin.com +[SickRage Issue Tracker](https://github.com/SiCKRAGETV/sickrage-issues) ## Important Please 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, we HIGHLY recommend starting out with no database files at all to make this a fresh start but the choice is at your own risk