没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
oss.trustie.net/open_source_projects | 主页 > 开源项目社区 > bierdopjeapi |
bierdopjeapi
|
0 | 0 | 50 |
贡献者 | 讨论 | 代码提交 |
This is a relational representation in C# of the Bierdopje API.
A by product of this API wrapper is the AutoSubDownloader.
This service will download subtitles for shows that are in your Sabnzbd ini file and rename them accordingly. Also an email will be sent if you also enabled this in sabnzbd.
Subtitles are downloaded from bierdopje.com
-- Changes to version 1.5
Fixed TV Sort string changed %o to %fn to be consistend with sabnzbd Fixed version removal in srt file to include RELGROUPV2.srt Added version removal for %fn (not optional, could be made so on request) You can now supply a renamestring that will override the one used in sabnzbd. This has an "up to date" on it. You can use this if you decide to change you TVSort settings in sabnzbd but want the shows downloaded with the old settings to have their subs renamed like that. So if you change the settings on the 25th of feb; set that date and copy the old setting in the box below. The change should then be transparant. -- Changes to version 1.4.5
Added support for Sabnzbd V5 (ignore filters were working incorrectly) -- Changes to version 1.4.4
Daily overview content XML changed date scheme, fixed code to match When downloading a sub an incorrect useragent was supplied Added the possibility to do a deeplink to the ThankYouUrl page. Use the ThankYouUrlDirect template. This might fail at anytime, not supported by bierdopje. (I use this on my phone) -- Changes to version 1.4.3 (not released)
Direct ThankYouUrl test version (, made optional in 1.4.4) -- Changes to version 1.4.2
Recalled, Bierdopje changed back to the old style thankyou notes -- Changes to version 1.4.1
Fixed user agent to adhere to web standards. (Thanks sypher) If a rss feeditem is corrupt it will ignore just that one -- Changes to version 1.4.0
Fixed bug in template engine if underlying objects produce an error Added useragent versioning Created unit tests Add ignored episodes to a list, this will reduce the number of api calls -- Changes to version 1.3.7
Included unit testing project (no tests yet) Added option not to download english subs Checked if a specific season doesn't return episodes (S00, specials) Fixed scene info parsing if source was bluray -- Changes to version 1.3.6
When a category wasn't set on feed level, an output dir wouldn't be correctly generated. When a feeditem in sabnzbd had a specific category it was ignored and the default feed category was used. This is fixed Subdownloader wouldn't download english subs if no dutch subs where present. (It would dowload them if there was a dutch sub present but that sub didn't match the filter) -- Changes to version 1.3.5
Updated gui a bit Fixed output dir setting if you don't have any categories -- Changes to version 1.3.4
ixed smtp port number parsing from sabnzbd.ini file. Port number wasn't parsed. (Thanks Quansi!) etup will not install when a previous version is present -- Changes to version 1.3.3
Added a useragent -- Changes to version 1.3.2
Info retrieved from filename is now first stripped of version information Wildcard comparisons which are converted to a regexp are first escaped for special regex chars. (just the * is converted) -- Changes to version 1.3.1 (Mandatory update):
Daily overview should now work on the 1st of the month. A copy of the previous day is kept. Downloading a sub now utilizes the API key, library now has an extra property which appends the key. (Otherwise subtitles wouldn't download anymore) Calendar result set now has ShowID and EpisodeID these are accessibl through the library and the ApiShow and ApiEpisode classes use them(, instead of finding the show by name). -- Changes to version 1.3:
Added Calendar support. Fixed FindByShowName. AutoSubDownload can now sent an daily update of the shows that aired yesterday. -- Changes to version 1.2:
Workaround for API bug, (cached episodes not returning). Fixed url parsing for feedburner feeds. Added an option to filter out subs older dan x-days after airdate. Easy access to Api functions from email template. -- Changes to version 1.1:
Filter regex fix for sabnzbd.ini file (fixes bug when script is set to None)