Er is een nieuwe build van Sick Beard uitgebracht. Dit programma kan in de gaten houden wanneer er nieuwe afleveringen beschikbaar zijn van je favoriete tv-serie en of er afleveringen van betere kwaliteit te vinden zijn. Daarnaast kan het enige uniformiteit in de naamgeving aanbrengen, en is het mogelijk om afleveringen te downloaden van usenet en in mindere mate via BitTorrent. Het programma is in python geschreven en daardoor op diverse besturingssystemen te gebruiken. De ontwikkeling bevindt zich in een vroeg stadium en het programma wordt dan ook nog als alfa aangeboden. Het changelog van deze release ziet er als volgt uit:
Changelog for build 492
- Merge pull request #264 from guy2545/patch-2
- Plex media server no longer support the same XBMC commands. Updated tes...
- Merge pull request #281 from cianmcgovern/testSAB
- testSABnzbd appends host with trailing slash if required
- Merge pull request #283 from thezoggy/import-tweaks
- Minor tweaks to source
- Merge pull request #280 from cianmcgovern/master
- Added nolaunch parameter to init scripts as per issue #1778
- Merge pull request #282 from Iakrom/patch-1
- Update init.ubuntu with cleaner handling of PID file
- Require Python 2.5 or higher
- PEP8 fixes (whitespace readability)
- Update init.ubuntu
- testSABnzbd appends host with trailing slash if required
- Added the nolaunch parameter to the init scripts as per issue #1778
- Merge pull request #276 from thezoggy/jui-update
- Jquery UI update - minor bug fixes
- Merge pull request #270 from thezoggy/api-defaults
- SB API updates
- Merge pull request #271 from thezoggy/history-tweaks
- History page tweaks
- Upgrade: jquery-ui-1.8.16.custom.min.js -> jquery-ui-1.8.17.custom.min.js
- Updated newzbin provider to use newzbin2.es
- Lower the returned status string for the sb.getdefaults command.
- Added limit to history page, default to 100 items.
- Added quality tags to the History page. Extended css to accommodate the non quality template keywords.
- API: Added the ability to get/set the comping ep display default setting with regards to paused shows (future_show_paused)
- Merge pull request #266 from thezoggy/api-show.pause
- SB API updates
- Fixed the coming ep paused option, slight modification to sql query as well.
- Pulled recent coming ep changes and fixed conflicts.
- Added support to show or not show paused eps in the coming eps section of the API
- Fix typo. Cosmetic for the help section.
- Source code cleanup, PEP8 fixes
- API-Added: Show.Pause
- Bumped the sb api version to 0.2.
- Grouped the show.getbanner/poster/pause together as a version update. This should allow for coders to detect things a bit easier.
- Plex media server no longer support the same XBMC commands. Updated test_notify to run self._update_library(). The test will now complete properly.
- Merge pull request #258 from lad1337/api_image_chaining
- handle getbanner and getposter while chaining.
- Merge pull request #260 from daften/trakt_notifier_integration
- Trakt notifier integration: fix for simplejson issues
- Updated import mechanism to be the same as other json imports in sickbed
- Revert "Updated simplejson to latest version"
- This reverts commit c9b46b8e51bbd0a2499b84a020dd7c54d52bce3d.
- Using python json library instead of simplejson
- Merge pull request #259 from daften/trakt_notifier_integration
- Bugfix for Linux where c speedups for simplejson don't work
- Bugfix for Linux where c speedups for simplejson don't work
- Merge pull request #254 from bjweeks/master
- Init script fix
- Merge pull request #255 from darookee/fix-for-postprocessing-directories
- returning False when file_path to process is actually a directory
- Merge pull request #257 from thezoggy/api-banner--poster
- API-Builder: Add Show.GetPoster and Show.GetBanner.