![]() |
[RELEASE] Bierdopje Subtitles - Subtitle Search and Download Script - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27) +---- Forum: Subtitle Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=143) +---- Thread: [RELEASE] Bierdopje Subtitles - Subtitle Search and Download Script (/showthread.php?tid=70636) |
- Waffa - 2010-03-27 Mod your skin or try MiniMeedia waffa! It has a skin setting to set bierdopje button in video OSD and video info screen ![]() - thomasH - 2010-03-27 mr_blobby Wrote:There should be no difference when running the script from the Video OSD or from the Scripts section. I'm using XBMC on Windows Vista. The link to the script for the video OSD was indeed faulty. I will try and fix that now. Xbmc log (scripts) : 08:28:41 T:3404 M:424787968 NOTICE: -->Python Interpreter Initialized<-- 08:28:42 T:3404 M:422350848 NOTICE: 6 08:28:42 T:3404 M:422350848 NOTICE: 6 08:28:42 T:3404 M:422350848 NOTICE: lookupnumber = 6 08:29:23 T:3276 M:438620160 WARNING: XFILE::CVideoDatabaseDirectory::GetLabel - Unknown nodetype requested 12 08:29:25 T:3276 M:425041920 WARNING: XFILE::CVideoDatabaseDirectory::GetLabel - Unknown nodetype requested 11 08:29:33 T:3356 M:444575744 NOTICE: -->Python Interpreter Initialized<-- 08:29:34 T:3356 M:441606144 NOTICE: 6 08:29:34 T:3356 M:441982976 NOTICE: 6 08:29:34 T:3356 M:441982976 NOTICE: lookupnumber = 6 08:30:21 T:2104 M:488640512 NOTICE: -->Python Interpreter Initialized<-- 08:30:21 T:2104 M:486232064 NOTICE: 6 08:30:21 T:2104 M:486232064 NOTICE: 6 08:30:21 T:2104 M:486232064 NOTICE: lookupnumber = 6 08:30:37 T:1832 M:506105856 NOTICE: -->Python Interpreter Initialized<-- 08:30:38 T:1832 M:502362112 NOTICE: Starting debug of script Bierdopje 08:30:38 T:1832 M:502362112 NOTICE: Tvshowsrootpath = smb://10.0.1.14/TV/ 08:30:38 T:1832 M:502362112 NOTICE: No separate folder for subtitles 08:30:38 T:1832 M:502362112 NOTICE: Language for subtitles is Dutch 08:30:38 T:1832 M:502362112 NOTICE: 6 08:30:38 T:1832 M:502358016 NOTICE: 6 08:30:38 T:1832 M:502358016 NOTICE: lookupnumber = 6 08:30:38 T:1832 M:502358016 NOTICE: Suffix languagestring = nl 08:30:39 T:1832 M:505217024 NOTICE: Processing Fringe - 2x03 - Fracture.avi 08:30:42 T:1832 M:507060224 NOTICE: Unable to extract showname, season and episode from Fringe - 2x03 - Fracture.avi @Roboro: I added this script to the Addon Scripts Shortcuts (in System settings > Skin). My current skin is Confluence. - vdmeer - 2010-03-27 Mr_blobby, first my compliments for this nice piece of work. I'm using it now for a few days and all works properly. Only, is there anyone who knows how to activate the script with a keyboard shortcut? - johoja - 2010-03-27 Does this script work with the latest trunk? I tried but it looks like its still using the old getSetting calls, and it doesnt seem to have the addons (xmls) i.e) description.xml - Roborob - 2010-03-28 Did use it for a while now very stable and very fast, maybe you can add (dutch) subtitle sites for movies too ?? Or work together with opensubtitles osd script. Now I'll have to use both. Would be great to merge them together ![]() - mr_blobby - 2010-03-28 johoja Wrote:Does this script work with the latest trunk? I tried but it looks like its still using the old getSetting calls, and it doesnt seem to have the addons (xmls) i.e) description.xmlAs far as know, the developers still discourage the use of the latest trunk, because of the "Impending Merge with Addons" Of course, if you know how I can make it compatible with this new functionality, let me know. But I haven't found any definitive guidelines for developers how to do that. - mr_blobby - 2010-03-28 thomasH Wrote:I'm using XBMC on Windows Vista.In version 1.05 I updated the search pattern, so it should now have no problems with "Fringe - 2x03 - Fracture.avi". - mr_blobby - 2010-03-28 Roborob Wrote:Did use it for a while now very stable and very fast, maybe you can add (dutch) subtitle sites for movies too ?? Or work together with opensubtitles osd script.In version 1.05, the script will automatically show an extra option in the main menu, called "Run OpenSubtitles_OSD", when Bierdopje is run from the Video OSD menu. So in the script settings, you should select Bierdopje Subtitles as the script to run from the Video OSD button. - Roborob - 2010-03-28 mr_blobby Wrote:In version 1.05, the script will automatically show an extra option in the main menu, called "Run OpenSubtitles_OSD", when Bierdopje is run from the Video OSD menu. Nice option, got it working in Video OSD now ![]() - johoja - 2010-03-29 mr_blobby Wrote:As far as know, the developers still discourage the use of the latest trunk, because of the "Impending Merge with Addons" Yeah no problem, got it working by making changing the settings line to: __scriptid__ = "com.googlecode.bierdopje-subtitles-osd" settings = xbmc.Settings( id=__scriptid__ ).getSetting also you need a description.xml similar to this...this makes it work ----- <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <addoninfo> <id>com.googlecode.bierdopje-subtitles-osd</id> <type>script</type> <title>bierdopje-osd</title> <version>1.05</version> <platforms> <platform>all</platform> </platforms> <minversion> <xbmc>28764</xbmc> </minversion> <summary>bierdopje-osd</summary> <description>download subtitles from OSD screen</description> <author>mr_blobby</author> </addoninfo> ----- - basjes - 2010-03-31 this part: "Go to the script settings (using the context menu) and customize as needed" i don't get. Can somebody explain where to find this. Thanks - mr_blobby - 2010-03-31 basjes Wrote:this part: "Go to the script settings (using the context menu) and customize as needed" i don't get. Can somebody explain where to find this.http://wiki.xbmc.org/index.php?title=General_Navigation#Context_Menus - generator - 2010-04-08 Would it be possible to have the script automatically select the best match? Now I have to select it manually for every episode when scanning my entire library. - mr_blobby - 2010-04-08 generator Wrote:Would it be possible to have the script automatically select the best match? Now I have to select it manually for every episode when scanning my entire library.First of all: when there is an exact match, then you don't have to choose. So if you don't rename the downloaded tv shows, then the script will automatically download the correct subtitles. So about the "best" match: could you explain what kind of rules you suggest, to automatically select the best match? For instance:
It wouldn't be hard to implement, but I would like to know how to determine what is the "best" match? - generator - 2010-04-08 Well I use sick beard, which automatically downloads and renames all of my files (the way I like it). So the script's guess is as good as mine. And besides that, if it only finds one subtitle maybe it should download that one automatically (I didn't even get more than one suggestion in the times I've tried the script). Maybe you can add an option to automatically download the first find. And if I find out it's the wrong one, I run the script again for that particular file and choose another. |