![]() |
enabling subtitles, need advice on how to proceed - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32) +--- Forum: Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=26) +---- Forum: PVR (https://forum.kodi.tv/forumdisplay.php?fid=136) +---- Thread: enabling subtitles, need advice on how to proceed (/showthread.php?tid=205555) Pages:
1
2
|
RE: enabling subtitles, need advice on how to proceed - poopyurinal - 2014-11-11 (2014-11-11, 00:32)scarecrow420 Wrote:(2014-11-10, 20:28)poopyurinal Wrote:@puppyurinal In ServerWMC you can configure "ExternalActions" to be triggered by recording state changes (eg a recording completing). You have to do it in the config file itself, we didnt add a UI for it. Here is a post explaining more details on what options are available: http://forum.kodi.tv/showthread.php?tid=178996&pid=1605365#pid1605365(2014-10-07, 17:45)krustyreturns Wrote: In my testing ccextractor works well for converting CC to srt files. This can be used by our backend to automatically generate srt files for recorded tv - once they are done recording. But like Ace says, this is not a solution for live tv. Although we have a method for generating srt files on the fly for live tv, there is currently no way to get kodi to use this srt data for the live tv stream (as mentioned in the first post). @scarecrow420 Thanks, this is exactly what I was looking for, though the exact locations of various parts (ccextractorwin.exe, the *.bat file, etc) as well as the exact syntax I need to make this work are beyond me at this point. I'm going at it by trial and error, but if krustyreturns has a working system, maybe he can provide some insight? This system is so much better than my previous one with NextPVR thanks to you guys. I just need the subtitles up and running for the wife factor... Thanks for all your hard work! RE: enabling subtitles, need advice on how to proceed - -MG- - 2015-01-13 What is the status of CC support for live tv? I'm a new user and I have a similar situation with my wife having hearing impairment and they are a must. I'm trying to make the jump from my ceton echo's to using raspberry pi's and Kodi. I also cannot get it to work on recordings either. RE: enabling subtitles, need advice on how to proceed - RockerC - 2015-01-14 (2015-01-13, 17:52)-MG- Wrote: What is the status of CC support for live tv?Looks like some people are now working on support for Close Captions, see discussion here: http://forum.kodi.tv/showthread.php?tid=144517 Support for CEA 608 and 708 CC formats seems to been added via PR #6172 and #6181 RE: enabling subtitles, need advice on how to proceed - poppax - 2015-04-05 it seems that these guys have found a way to extract teletext subtitles from wtv files - I tested on some danish recordings from WMC, and it worked. http://sourceforge.net/projects/tsubget/ so maybe they will share the code RE: enabling subtitles, need advice on how to proceed - Joshua B - 2015-05-05 From researching and reading into things and trying to translate programmer speak into common speak, I think I've extracted that live TV closed captions will be working in version 15 of Kodi. I believe it is working now, in beta versions or nightly builds, but I choose to wait for the stable release version. I've been waiting a long time for this. Lots of people are interested in using a true Windows Media Center alternative. RE: enabling subtitles, need advice on how to proceed - poppax - 2015-05-09 (2015-05-05, 18:43)Joshua B Wrote: From researching and reading into things and trying to translate programmer speak into common speak, I think I've extracted that live TV closed captions will be working in version 15 of Kodi. I believe it is working now, in beta versions or nightly builds, but I choose to wait for the stable release version. I've been waiting a long time for this. Lots of people are interested in using a true Windows Media Center alternative. closed captions is how subtitles are handles in the US - in Europe we use DVB subtitles, teletext subtitles or DVB teletext subtitles from what I can read Isengard will get Closed captions support - the european subs based on teletext are not included yet, but hopefully they will (pure DVB subtitles are reported to work in the UK). Then we can also skip WMC in Europe :-) |