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 495
- Added unittest, using travis-ci to run them against python 2.5, 2.6, 2.7 for quality testing. Pull #354
- Ignore
.AppleDouble
and.DS_Store
when post-processing. Pull #333- Added notifier Pushover. Pull #354
- Upgraded GitHub lib and switched to GH v3 API for version checking. GitHub is retiring their previous api on May 1st 2012.
- Increased number of commit hash history from
35
to100
. Pull #360- Upgraded tablesorter to tablesorter-2.1.10.min.js to fix bugs and widgets. Pull #351 may need to clear browser cache
- Re-factored the loading/showNames parser, also fixed sorting for shows that are 'loading'. Pull #346
- Added hack to include boxset categories when searching on beta.nzbs.org.
- Modified the add show search page
- Fixed api-buider from sending
&
incorrectly. Pull #359- Updated init.fedora for systemd support. Pull #362
- Added check before attempting to change file permissions. Pull #347 On linux when SB is ran as a different user as the downloaded files (like Zebulon's packages for Synology NAS) moving files will result in download user still owning the files. Thus when SB tries to chmod permissions this results in an error, because only root or the owner can do this.
- Added more logic to attempt to catch and log exceptions on loading URLs from flaky servers (NZBMatrix)
- Fix auto redirect for IPv6 when changing SB host.
- Fix banner size to match CSS when using PIL. Pull #368
- Fix Content-Type for default images being sent incorrectly (jpeg -> png). Pull #368
- Extended the SB upgrade checker to work on branches (within midgetspy's repo) other than master when running from source.