Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lad1337/Sick-Beard
PVR & episode guide that downloads and manages all your TV shows
https://github.com/lad1337/Sick-Beard
Last synced: 16 days ago
JSON representation
PVR & episode guide that downloads and manages all your TV shows
- Host: GitHub
- URL: https://github.com/lad1337/Sick-Beard
- Owner: lad1337
- License: gpl-3.0
- Fork: true (midgetspy/Sick-Beard)
- Created: 2011-03-08T00:53:42.000Z (over 13 years ago)
- Default Branch: anime
- Last Pushed: 2013-10-15T17:01:19.000Z (about 11 years ago)
- Last Synced: 2024-08-01T05:23:59.860Z (3 months ago)
- Language: Python
- Homepage: http://code.google.com/p/sickbeard/
- Size: 15.7 MB
- Stars: 70
- Watchers: 17
- Forks: 26
- Open Issues: 6
-
Metadata Files:
- Readme: readme.md
- License: COPYING.txt
Awesome Lists containing this project
README
Sick Beard
=====*Sick Beard is currently an alpha release. There may be severe bugs in it and at any given time it may not work at all.*
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 NZBs.org, NZBMatrix, Bin-Req, NZBs'R'Us, EZTV.it, and any Newznab installation 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]
* [adba][adba_url]
* [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][googledownloads] are standalone.
## 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
[adba_url]: https://github.com/lad1337/adba
[jsonrpclib]: https://github.com/joshmarshall/jsonrpclib