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 500:
- Added 1080p aired, 1080p web-dl, 1080i/720p mpeg2 (RawHD) qualities. Pull #564 #586
- Adjust CSS/sorting routines to reflect changes, updated quality tags. What people previously had as
HD
is now calledHD720p
while the newHD
template contains HD720p+HD1080p- Added
.ts
to be assumed RawHD quality- Added webrip to the web-dl templates, if you do not want these add webrip to your ignore_words
- Removed UNKNOWN as a possible archive quality from the qualityChosser/sb-api/apibuilder
As this creates an bad scenario where an 1080p bluray appear as 'low quality' or even worse could get replaced by some crap mobile friendly release because of 'unkown' having a higher internal value.- SB searches by just the show name if the show has only one season which makes sense until the results contain more than the RSS feed item limit.
If a show (ex: 'Terra Nova') has 10+ episodes.. so if each EP really came out in the 9 possible qualities (then there is also proper/repacks).. you can easily get over 50 results searching for the show name.. so I added a hack that restores using the S##E## if the show is only one season and has less than 11 episodes total.- Show
missing.png
on the history page if the provider that was previously used and is no longer in SB/config (deleted/legacy).- Added an additional newznab provider to SB by default, high limits and free; Usenet-Crawler.
- Updated NZBs'R'US to support backlog searching and which categories to search within. Pull #566
- Added provider OMGwtfNZBS. Pull #595
- Added provider NZBx.co. Pull #567
- Added provider TorrentLeech. Pull #565
- Update Womble provider RSS section from
TV
toTV-x264
. Pull #559
TheTV
section had not had any new content in it for over a year now.- Remove
beta
from NZBs.org. Pull #549- Added NMJv2 notifier for the Networked Media Jukebox 300 and 400 series. Pull #593
- Fix broken Synology Index command set when adding new show/updating. Pull #591
- Added start up argument
--noresize
to override resizing the images served up from the cache even if PIL is installed. Pull #539- Updated TVDB URLs to drop the use the
www
subdomain. Pull #630
http://forums.thetvdb.com/viewtopic.php?f=4&t=12909&start=70#p50065- Bugfix: When post-processing a release that contains multiple videos, ignore using the same nzbname for all files. Pull #588
- Differentiate snatched and downloaded on the displayShow. Pull #350
- Tweak the rootDirs.js to aid in solving some bugs. Pull #553
- Fixed some bugs with episodes ending up in an unknown state causing errors
- Fixes with episode numbers that are roman numeral conversion (lazy method)
- Fix a few bugs on the configProvider page when both the use nzb and use torrent options is disabled. Also fixed handling when changing the url of an existing custom newznab provider
- XBMC provider update to fix bugs, add features and restore default behavior. Pull #600
- Added GUI/Config option to update only the first host in xbmc host list.
- Restored the default behavior of sending updates to ALL hosts.
- Added SB logo when sending notifications via the JSON-RPC (xbmc12)
- Fallback to testing the legacy http-api before just giving up on the host:ip -- should fix those running xbmc on xbox/non offical builds
Fix the json update_library routine on updating shows withBug was fixed in 12.1 update, reverted changes. #586,
in the path #637- Cleaned up configNotifications.js to make jsLint/Hint happy as well as update code for jquery 1.9x as
.complete
is depreciated in favor of.done
for the$.get
calls.