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. Het changelog van deze release ziet er als volgt uit:
Changelog for build 501:
- Rewrite of all the providers with various fixes/updates/changes. Pull #713
- Catch for empty username/apikey locally rather than rely on provider to respond back with an error.
- Convert XML parsing logic from minidom to elementtree.
- Added proper/repack support (started by @genial123) to BTN along with other tweaks.
- Convert omgwtfnzb config variables to new name (save config after migrate + sync backup number with config version).
- Added torrent provider HDbits. Pull #686 #737
- Ignore subfix releases, example:
Boardwalk.Empire.S03E01.SUBFIX.720p.BluRay.x264-DEMAND
orTrue Blood S03 SUBFIX 720p BluRay X264-REWARD
. Pull #716- Change how SB determines the extension of associated files. Pull #693
Normally determine extension by finding first . approaching from right (same as before).
For associated files use length of the media file basename to determine the extension (approach from left).
- Enables renaming of built-in Sony PS3 Metadata:
filename.ext.cover.jpg
- Also useful for multi-language subtitles:
filename.en.srt
,filename.nl.srt
- Fixes/Changes to the logviewer and logdir within SB. Pull #691
You may want to clear out your log since old log entries may look funny when viewing in the UI.
- Gracefully handle changing the log directory within SB UI, also encode in utf-8.
- Reverse the order for the View Log (Errors) page (newest up top).
- Change logdate to numbers
%Y-%m-%d
to avoid foreign month abbreviations.- Rewrite the SB update process with various fixes/updates/changes. Pull #714
Should work better for non-English locales and properly set the user branch so it's reflected in the UI.- Enable gzip compression for text/javascript/css being served up. Pull #733
Should speed up things a bit for mobile users - less data to transfer.- Added config.ini only variable anon_redirect with the default set to
http://derefer.me/?
. Pull #705
What this does is prevents your local SB install from appearing in the backlink statistics of another web-page. There are a whole bunch of link protection / anonymizers out there, just make sure you use the proper URL (ends with ?) if you change the default.
- If users want to disable this they can go set the value to "" (note that SB needs to be shutdown to make changes to the config).
- Update Womble provider URL to reflect its new location. Pull #687
- Clean out tvdb cache before 3AM update. Pull #689
- Fixes XBMC notifier to not crash when there is an empty library/no tvshow result. Pull #695
- Upgrade Jquery UI from 1.8.24 to 1.10.3. Pull #729
JUI 1.10.x removed IE6 legacy support (bgiframe/css hacks/etc)- Fixes Twitter notifier to use API 1.1, since API 1.0 is no longer supported. Pull #694
- Bug fixes for rootDirs.js when New/Edit functions are used. Pull #730
- Bug fixes for configProviders.js when adding a new newznab provider. Pull #731
Catch for empty url, check if provider url starts with http|https - if not add http.- Restructured Episode Status Management layout to decrease chance of an accidental status change. Pull #617
- Fixes bug that attempted retrieval of non-existent season 0 (Special) and skipped last season when a show lacks a season 0. Pull #409
- Exclude season 0 from coming episodes logic (ui and api) on determining the next ep. Pull #734
- Fixes bug during the .nfo creation where we were not using the newest info obtained. Pull #692
- Fixes the SB 404 handler for web_root users. Pull #738
- Fixes exception when searching for needed episodes and all the qualities returned were rejected. Pull #642
- Fixes a bug by resetting relatedEps before renaming. Pull #696
- Fix a renaming bug when multi episodes have the same name and greater than 9 episodes. Pull #725
- Handle "No Show Found" when looking up show on TVRage. Pull #682
- Handle corrupt/missing seriesname from TVDB data. Pull #681
- More minor fixes and tweaks. Pull #684
- Minor JS lib updates (no apparent changes, just future proof code) / remove unused JS libs
- Add CONTRIBUTING.md to provide a guide for others on contributing to SickBeard.
- Corrected wrong config.ini,
NMJ_DBLOC
should beNMJv2_DBLOC
.- Corrected
usenet_retention
default on the config save routine to match the init default (200 -> 500 days).- Minor fixes and tweaks. Pull #657
- Tweaked RawHD to support mpeg-2 or mpeg2 in the filename.
- Fix for post-processing folders that contains unicode characters.
- Added robots.txt to prevent web crawlers form indexing opened SB installs
- Fixed TypeError when search provider returns empty JSON data. Pull #659
- Use OSError instead of WindowsError, fix for non-win users. Pull #654
- Added systemd service script. Pull #633 #699
- Added status command to ubuntu.init file. Pull #703
- Fix SB-API
show.stats
to exclude season 0 from its data. Pull #697- Add JSONP callback to the SB-API api-builder. Pull #728
- Have the SB-API command
shows
output show both the tvdbid and show_name regardless of the sort preference. Pull #712- Suppress the "Starting new thread: " log notices for options ("Download Propers" or "Scan and Process") that are not enabled. Pull #690
- Optimize the default SickBeard banner and poster images to reduce file size. Pull #640