1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-12-12 02:52:20 -05:00
Go to file
echel0n d02c0bd6eb Fixed issues with editing/saving custom scene exceptions.
Fixed charmap issues for anime show names.

Fixed issues with display show page and epCat key errors.

Fixed duplicate log messages for clearing provider caches.

Fixed issues with email notifier ep names not properly being encoded to UTF-8.

TVDB<->TVRAGE Indexer ID mapping is now performed on demand to be used when needed such as newznab providers can be searched with tvrage_id's and some will return tvrage_id's that later can be used to create show objects from for faster and more accurate name parsing, mapping is done via Trakt API calls.

Added stop event signals to schedualed tasks, SR now waits indefinate till task has been fully stopped before completing a restart or shutdown event.

NameParserCache is now persistent and stores 200 parsed results at any given time for quicker lookups and better performance, this helps maintain results between updates or shutdown/startup events.

Black and White lists for anime now only get used for anime shows as intended, performance gain for non-anime shows that dont need to load these lists.

Internal name cache now builds it self on demand when needed per show request plus checks if show is already in cache and if true exits routine to save time.

Schedualer and QueueItems classes are now a sub-class of threading.Thread and a stop threading event signal has been added to each.

If I forgot to list something it doesn't mean its not fixed so please test and report back if anything is wrong or has been corrected by this new release.
2014-07-14 19:00:53 -07:00
autoProcessTV App name change in code. 2014-05-23 05:37:22 -07:00
gui/slick Fixed issues with editing/saving custom scene exceptions. 2014-07-14 19:00:53 -07:00
lib Fixed issues with editing/saving custom scene exceptions. 2014-07-14 19:00:53 -07:00
sickbeard Fixed issues with editing/saving custom scene exceptions. 2014-07-14 19:00:53 -07:00
tests Fixed issues with editing/saving custom scene exceptions. 2014-07-14 19:00:53 -07:00
tornado Updated tornado source code. 2014-06-29 03:05:33 -07:00
.gitignore Added restore folder to gitignore list. 2014-06-19 07:43:12 -07:00
.travis.yml Welcome to our SickBeard-TVRage Edition ... 2014-03-09 22:39:12 -07:00
contributing.md Changed IRC channel details 2014-05-21 13:35:12 -07:00
COPYING.txt App name change in code. 2014-05-23 05:37:22 -07:00
googlecode_upload.py Welcome to our SickBeard-TVRage Edition ... 2014-03-09 22:39:12 -07:00
init.debian Added debian init script 2014-05-11 18:30:42 +03:00
init.fedora App name change in code. 2014-05-23 05:37:22 -07:00
init.freebsd Backporting from midgetspy. This is 3d130af618 2014-05-29 03:07:32 +02:00
init.gentoo added gentoo linux init script 2014-04-30 14:40:52 -04:00
init.solaris11 Welcome to our SickBeard-TVRage Edition ... 2014-03-09 22:39:12 -07:00
init.systemd Welcome to our SickBeard-TVRage Edition ... 2014-03-09 22:39:12 -07:00
init.ubuntu App name change in code. 2014-05-23 05:37:22 -07:00
readme.md Updated MOTD to comply with AUP policies. 2014-06-03 20:25:37 -07:00
setup.py Upgraded IMDBpy and improved performance of it. 2014-06-07 08:33:18 -07:00
SickBeard.py Fixed issues with editing/saving custom scene exceptions. 2014-07-14 19:00:53 -07:00
updater.py App name change in code. 2014-05-23 05:37:22 -07:00

SickRage

SickRage is a Video File Manager for TV Shows, It watches for new episodes of your favorite shows and when they are posted it does its magic.

SickRage is currently in beta release stage. There may be severe bugs in it and at any given time it may not work at all.

There are currently a lot of changes that we're working on, which affect the very core of how SickRage works. We're doing this to lay the groundwork for making SickRage seriously more awesome, scalable and resource-friendly than it already is.

While we're doing this, please expect SickRage do strange things, or maybe even not work at all. In any case, we need your help. If you see SickRage behaving weird, check if someone has reported it, and if not, open a new issue. There is little to no use to report "software should be stable". We will focus on that later, not now.

!!! 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 !!!

FEATURES:

  • XBMC library updates, poster/fanart downloads, and NFO/TBN generation
  • configurable episode renaming
  • available for any platform, uses simple HTTP interface
  • 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.
  • DVD Order numbering for returning the results in DVD order instead of Air-By-Date order.
  • Improved Failed handling code for shows.
  • DupeKey/DupeScore for NZBGet 12+
  • Searches both TheTVDB.com, TVRage.com and AniDB.net for shows, seasons, episodes
  • Importing of existing video files now allows you to choose which indexer you wish to have SickBeard search its show info from.
  • 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..

Dependencies

To run SickRage from source you will need Python 2.6+ and Cheetah 2.1.0+.

Forums

Any questions or setup info your looking for can be found at out forums https://www.sickrage.tv
If you find a bug please report at our forums https://sickrage.tv/forums/forum/help-support/bug-issue-reports
Be sure to provide a sickrage log in debug mode where is the error evidence or it'll never get fixed.