2012-05-10, 21:26
What title says.
I rely heavily on subtitles for everything I watch (I'm hearing impaired), so as a result, naturally, downloading subtitles can feel like a chore at times for me.
I'm a software developer, so of course from time to time, to make things more convenient, I develop a solution to automate things for me.
One of things I'm considering developing is a script that runs automatically at XBMC startup or at certain time intervals (much like XBMC Library Autoupdate addon), going through the entire library and see what subtitles are still needed, and download it without me needing to "hold hands" with this process.
Some caveats:
The video (mkv) files would need to be named the same as the subtitle file out there to be downloaded - ie:
Seinfeld.S01E01.720p.x264.SKULLS.mkv
If there exists subtitle named Seinfeld.S01E01.720p.x264.SKULLS.en.srt, it will be downloaded automatically.
At least in my case, more often than not, I am able to find subtitle file that matches up exactly with my mkv file name. (It does require a bit of work on my end to make that happen, but it's worth it).
The script will also be intelligent enough to skip subtitle download if the mkv already have built-in subtitle support - I am assuming I am able to check mkv metadata for this, because I do see "CC" icon in OSD menu for mkvs that has built-in subtitles.
This is something I'd love to develop for myself. UNLESS.. something already exists out there? I want to make sure I'm not reinventing a wheel?
I rely heavily on subtitles for everything I watch (I'm hearing impaired), so as a result, naturally, downloading subtitles can feel like a chore at times for me.
I'm a software developer, so of course from time to time, to make things more convenient, I develop a solution to automate things for me.
One of things I'm considering developing is a script that runs automatically at XBMC startup or at certain time intervals (much like XBMC Library Autoupdate addon), going through the entire library and see what subtitles are still needed, and download it without me needing to "hold hands" with this process.
Some caveats:
The video (mkv) files would need to be named the same as the subtitle file out there to be downloaded - ie:
Seinfeld.S01E01.720p.x264.SKULLS.mkv
If there exists subtitle named Seinfeld.S01E01.720p.x264.SKULLS.en.srt, it will be downloaded automatically.
At least in my case, more often than not, I am able to find subtitle file that matches up exactly with my mkv file name. (It does require a bit of work on my end to make that happen, but it's worth it).
The script will also be intelligent enough to skip subtitle download if the mkv already have built-in subtitle support - I am assuming I am able to check mkv metadata for this, because I do see "CC" icon in OSD menu for mkvs that has built-in subtitles.
This is something I'd love to develop for myself. UNLESS.. something already exists out there? I want to make sure I'm not reinventing a wheel?