
I added the MKV file "decoder" lib to minimyth. MKV is apparently just a container type for other formats.
But basically what it gives me is a single file that also contains subtitles.
All good so far. If i press "b" on the keyboard then i can cycle through the contained subtitles.
Now, how do i add this to the remote? I tried stuff like:
Code: Select all
begin
prog = mplayer
button = title
config = Key b CurrentWindow
end
Code: Select all
begin
prog = mplayer
button = title
config = b
end
Oh, and i switched to mplayer as xine gives me strange jerky video with divx/xvid, even though CPU usage was low.
Obviously i don't know much about lircd other than getting it basically running...

Can anyone shed some light?
Thanx,
Errol