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 502:
- Add grace-period to bypass 'ended' show status checks. Also we store the last date SB updated it's data from tvdb (so we can key off some of our logic checks).
The bypass introduces a sliding window of +/- 30 days from the latest aired episode airdate and -30 days before next unaired episode airdate where we will just get the latest data from TVDB during our nightly update. Additionally we will update every 90 days as well (this is reduced to 30 days for the first year a shows ended).
This should prevent the need to do 'force full update' to fix shows that get their status changed incorrectly while still reducing the hits to TVDB for shows that are in-fact ended.- Modified DB schema to use an index on tvdb_id (tv_shows) and showid (tv_episodes) to speed up queries.
- Add support for SD web-dl. Pull #768
Fixes detection of things likeProject.Runway.All.Stars.S03E02.Bitten.By.The.Fashion.Bug.WEB-DL.x264-RKSTR
andCutthroat.Kitchen.S01E03.Tac-o.the.Town.WEB-DL.x264-JIVE
Note: this means now SB will pick up thosemSD
480p re-encodes.. add480p
to ignore_words to 2stop those (already done for new users).- Gracefully handle some scenarios when the data being returned from TVRage is not what we expect.
- Cleanup of old defunct providers and notifiers. Pull #751
- Remove nzbx, nzbs 'r us, newzbin, nzbs_org_old, nzbmatrix, bin_req providers
- Remove notifo notifier Pull #709
- OMGwtfNZBs now only supports HTTPS, switched our URLs to accommodate.
- Cleanup SB db migration (only support build 496+) and initial schema (based of build 501). Pull #753
This allowed us to clean out a lot of legacy crude and streamline some things in our DB- Use CSS to increase the target of the link in a table field instead of tableClick.js (resolves browser/os issues). Pull #761
- Fix the 404 redirect handler for when no
web_root
is set (was causing loop). Pull #762- Fix Chrome redraw issues due to the background image being fixed. Pull #757
- Added config/hidden which lists the ini only options w/SBEnded script. Pull #764 #766
- Fix for log file handle remaining open on restarts. Pull #765
- Cleaned up the start options logic (should help with pidfile creation) and added help text.
- Upgrade tablesorter js from 2.1.19 to 2.13.3. Pull #769