https://github.com/midgetspy/Sick-Beard
PVR & episode guide that downloads and manages all your TV shows
https://github.com/midgetspy/Sick-Beard
Last synced: about 1 month ago
JSON representation
PVR & episode guide that downloads and manages all your TV shows
- Host: GitHub
- URL: https://github.com/midgetspy/Sick-Beard
- Owner: midgetspy
- License: gpl-3.0
- Created: 2010-03-16T21:09:33.000Z (about 15 years ago)
- Default Branch: development
- Last Pushed: 2022-06-15T14:09:10.000Z (almost 3 years ago)
- Last Synced: 2024-02-12T17:37:37.643Z (about 1 year ago)
- Language: Python
- Homepage: http://code.google.com/p/sickbeard/
- Size: 34.9 MB
- Stars: 2,900
- Watchers: 183
- Forks: 1,534
- Open Issues: 116
-
Metadata Files:
- Readme: readme.md
- Contributing: CONTRIBUTING.md
- License: COPYING.txt
Awesome Lists containing this project
- awesome-datahoarding - Sick-Beard
- awesome-datahoarder - Sick-Beard
- awesome-homelab - Sick Beard - Beard?style=flat)  | PVR & episode guide that downloads and manages all your TV shows | (Apps / X)
README
Sick Beard
=====### NOTE: Sick Beard is no longer actively maintained. Old versions may still work, but if you have any issues or are doing a new install I recommend you use Sonarr or one of the many active SickBeard forks.
Sick Beard is a PVR for newsgroup users (with limited torrent support). It watches for new episodes of your favorite shows and when they are posted it downloads them, sorts and renames them, and optionally generates metadata for them. It currently supports several torrent and usenet sites and retrieves show information from theTVDB.com and TVRage.com.
Features include:
* automatically retrieves new episode torrent or nzb files
* can scan your existing library and then download any old seasons or episodes you're missing
* can watch for better versions and upgrade your existing episodes (to from TV DVD/BluRay for example)
* XBMC library updates, poster/fanart downloads, and NFO/TBN generation
* configurable episode renaming
* sends NZBs directly to SABnzbd, prioritizes and categorizes them properly
* available for any platform, uses simple HTTP interface
* can notify XBMC, Growl, or Twitter when new episodes are downloaded
* specials and double episode supportSick Beard makes use of the following projects:
* [cherrypy][cherrypy]
* [Cheetah][cheetah]
* [simplejson][simplejson]
* [tvdb_api][tvdb_api]
* [ConfigObj][configobj]
* [SABnzbd+][sabnzbd]
* [jQuery][jquery]
* [Python GNTP][pythongntp]
* [SocksiPy][socks]
* [python-dateutil][dateutil]
* [jsonrpclib][jsonrpclib]## Dependencies
To run Sick Beard from source you will need Python 2.5+ and Cheetah 2.1.0+.
The [binary releases][githubdownloads] are standalone. Build 503 and older can be found on the now defunct [legacy releases][googledownloads].## Bugs
If you find a bug please report it or it'll never get fixed. Verify that it hasn't [already been submitted][googleissues] and then [log a new bug][googlenewissue]. Be sure to provide as much information as possible.
[cherrypy]: http://www.cherrypy.org
[cheetah]: http://www.cheetahtemplate.org/
[simplejson]: http://code.google.com/p/simplejson/
[tvdb_api]: http://github.com/dbr/tvdb_api
[configobj]: http://www.voidspace.org.uk/python/configobj.html
[sabnzbd]: http://www.sabnzbd.org/
[jquery]: http://jquery.com
[pythongntp]: http://github.com/kfdm/gntp
[socks]: http://code.google.com/p/socksipy-branch/
[dateutil]: http://labix.org/python-dateutil
[googledownloads]: http://code.google.com/p/sickbeard/downloads/list
[googleissues]: http://code.google.com/p/sickbeard/issues/list
[googlenewissue]: http://code.google.com/p/sickbeard/issues/entry
[jsonrpclib]: https://github.com/joshmarshall/jsonrpclib
[githubdownloads]: https://github.com/midgetspy/Sick-Beard/releases