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 506:
- Change our scheduled tasks delay time slightly.
- We delay the currentSearch (rss) by
51 mins- We delay the backlogSearch (limited/full) by
177 mins- Added support for the new append method from NZBGet 13+. Pull #851
- Change initial default naming pattern (from none to the first option).
- Fix saving rootDirs (refresh list before save)
- Added notifier Pushalot. Pull #848
- Updated Womble provider to use
tv-sd
andtv-hd
categories instead of the now defunctTV-x264
.- Added notifier Boxcar2. Pull #847
- Removed notifier Boxcar. Pull #852
- Add extension filter to associated files for Post Processing #845
One case example is if you only want subs, you could create the filter
.idx, .sub, .srt
. We strip spaces and ignore case when matching against the filter.This is useful for those that do not have the ability to setup a cleanup script in their downloader.
- Re-arrange snatched+download SQL (now we count downloads without airdate).
Show downloaded+snatched on homepage rather than the combine number, show tooltip that explains progressbar values #842- Fix sorting shows with more than 100k episodes
- Cleaned up season pack vs single episode searching logic
- Added check to only consider a full season pack if the last episode in the season airdate is older than 7 days or if the last aired ep is older than 'today'.
- Fix BTN backlog search for single episode searches, remove duplicate search parameters.
- Fix OMGWTFNZBS proper/repack search
- Post-Processing fixes
- Fix release name not set on air-by-date shows during post-processing
- Fix processing season 0
- Change clean proper name to check against history
Should prevent a proper from being re-downloaded (such as the reposted
-RP
releases)- Change setting status to UNAIRED for future episodes (GC-2397)
- Revised Roman Numerals conversion routine to be stricter (ex: IIII is not 4, IL is not 1) and raise error instead of defaulting to 0.
- Regex tweaks. Pull #841
- Add
480p
to our regex to reduce the chance of it being matched as the season/ep or multi-ep reference.- Filter out releases like
Louie.S02E11.PROOFFiX.720p.BluRay.x264-DEiMOS
andRome.S02.DiRFiXES.720p.BluRay.x264-SiNNERS
as they are useless for our purposes.- Season 0 fix. Pull #843
- Exclude specials from being changed to wanted automatically because of the daily search.
- When excluding specials use
> 0
rather than!= 0
just to be more efficient.