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. Een aparte Windows-download is er nog niet, maar het programma kan wel intern bijgewerkt worden. De changelog van deze release ziet er als volgt uit:
Changelog for build 505:
- Post-Processor tweaks
- Ignores folders that start with
_unpack
or_UNPACK
- If unable to figure out the quality from the filename, fallback to the episode (snatched) status
- Other minor fixes fixes to logging / when checks are applied. Commit 96d64e
- Cleanup release names and release group for releases, also fix the re-scan process from overwriting existing stored release_name so that we keep the original cleaned up release in tact.
- Remove non-release group from release group such as
RP
andNZBGEEK
- Remove known media extensions
.avi
,.mkv
,.mp4
, etc and download extensions like.nzb
,.torrent
from release name- Change Roman numerals conversion (PR-589)
Before we only had hard-coded tests up to number 29, this should be a bit more robust br- Change our scheduled tasks to use delay start instead of just kicking off immediately to let SB finish it's start-up routines. Also silent logging until the actual routine is ran, prevent erroneous logging when we were just checking to see if it was time to actually start the scheduled task.
This overall should help let slower NAS systems finish updating / spin up drives / establish network connectivity before SB starts its logic. br
- We delay the currentSearch (rss) by 5 mins
- We delay the autoPostProcesser by 5 mins
- We delay the backlogSearch (limited/full) by 17 mins
- We delay the properFinder/showUpdate by 1 cycle (1hr)
- Change SB's git/source update routine to hopefully resolve the bug on updating if you were more than 100 commits behind.
- Cleanup Notifiers code. Pull #814 #823 #832
- Safeguard notifiers from affecting the post-processing routine, catch and log exceptions.
- Added notification support for Synology (notifies Synology DSM) and migrate settings
If you are having problems getting this to work reference: http://forum.synology.com/enu/viewtopic.php?f=27&t=55627 br- Cleaned up logging entries, trying to standardize on what level we report and verbiage (not using contractions, prune out duplicate/excessive entries)
- Add Always On option for XBMC to control if sb should suppress errors when XBMC is offline or not.
- Add logic to notifiers js to catch empty required fields to prevent unneeded testing calls.
- Mention sending notices to Plex Home Theater (PHT), to use XBMC (since it mimics xbmc's json api) but with port 3005.
- Update tvdb_api to latest. Pull #820
- NZBGet update. Pull #821
- Ported Prinz23's NZBGet 9+ appendurl + dupecheck/dupescore code from mr-orange's branch.
- Fix username:password containing special characters.
- Tweaked regex to filter out more subbed releases in case the indexer did not assign them to the foreign category. ex:
Bates.Motel.S02E07.REAL.PROPER.HDTV.XviD.HebSubs-DR
- Added
webm
to supported media extensions.- Update rawHD to support releases like
Veep.S03E02.1080p.HDTV.DD5.1.H.264-NorTV
. Pull #826- Update local js for jquery 1.9.x compatibility and tweak browser.js. Pull #824
- Added hack that allows users to specify
\\server\path
for a location and we load this as the initalDir browse path instead of previously saved value.- Set current path to what path we actually did load, in case the previous directory was not valid (we load parent folder instead)
- Upgrade several js libs to fix IE related issues or to prepare for upcoming jquery upgrade.
- Updated SB-Update message and the Config > Help & Info page to reflect binary builds are now on GitHub instead of GoogleCode.