[mythtv-users] Captions: TV's CC vs. DVD's Subtitles, one button?

Thomas Boehm mythtv-users at lists.boehmi.net
Sat Oct 13 21:00:08 UTC 2012


Greg Grotsky wrote:
> A long, long time ago (years and years) we noticed that the "captions"
> button on our remote (which just hits 'T') only worked for TV when it
> seems it previously worked for both DVDs and TV. I just now realized
> that there are separate functions for subtitling and closed captioning.
> Apparently, closed captioning is for TV while subtitling is for DVD.
> I've found that there are ways to program TOGGLECC and TOGGLESUBTITLE
> but I cannot make them the same key, myth complains that the key is
> already being used for the other option.
>  
> I really want one button that turns on captions for any video playback
> (DVD, TV, or anything else). Is there a way to make this work?

I got it working by adding this to my lircrc

begin
    remote = mceusb
    prog = mythtv
    button = Hash
    config = T
    repeat = 0
    delay = 0
end

begin
    remote = mceusb
    prog = mythtv
    button = Hash
    button = Hash
    config = #
    repeat = 0
    delay = 0
end

and setting this in my keybindings

TV Playback	TOGGLECC	Toggle any captions	T
TV Playback	NEXTSUBTITLE	Next subtitle track	#

I don't have set a key for TOGGLESUBTITLE

If I press the Hash key on my remote control once, it toggles the
subtitle on or off, if I press it twice it goes to the next one.

I'm running 0.25+fixes

HTH
Thomas


More information about the mythtv-users mailing list