Skip to content

Commit

Permalink
Welcome to our SickBeard-TVRage Edition ...
Browse files Browse the repository at this point in the history
This version of SickBeard uses both TVDB and TVRage to search and gather it's series data from allowing you to now have access to and download shows that you couldn't before because of being locked into only what TheTVDB had to offer.

Also this edition is based off the code we used in our XEM editon so it does come with scene numbering support as well as all the other features our XEM edition has to offer.

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!

Enjoy!
  • Loading branch information
echel0n-HX committed Mar 10, 2014
0 parents commit 0d9fbc1
Show file tree
Hide file tree
Showing 1,765 changed files with 348,691 additions and 0 deletions.
47 changes: 47 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# SB User Related #
######################
cache/*
cache.db*
config.ini*
Logs/*
sickbeard.db*
failed.db*
autoProcessTV/autoProcessTV.cfg
server.crt
server.key

# SB Test Related #
######################
tests/Logs/*
tests/sickbeard.*
tests/cache.db

# Compiled source #
######################
*.py[co]

# IDE specific #
######################
*.bak
*.tmp
*.wpr
*.project
*.pydevproject
*.cproject
*.tmproj
*.tmproject
*.sw?
Session.vim
.ropeproject/*

# OS generated files #
######################
.Spotlight-V100
.Trashes
.DS_Store
desktop.ini
ehthumbs.db
Thumbs.db
.directory
*~
/.idea/
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
language: python
python:
- 2.5
- 2.6
- 2.7

# whitelist
branches:
only:
- ThePirateBay
- Pistachitos

before_script: cd ./tests
script: ./all_tests.py
674 changes: 674 additions & 0 deletions COPYING.txt

Large diffs are not rendered by default.

Loading

0 comments on commit 0d9fbc1

Please sign in to comment.