Paul Sijben <[EMAIL PROTECTED]> writes: > Over the weekend someone came by with a CD with .avi and subtitles. > > Freevo correctly displayed the subtitles, good technical test > succeeded however now I want to get rid of them... > > So I looked around the 1.5.2 code and found two minor patches that > make life much more pleasurable. > [patches]
it's also easier, and it doesn't require any patch to add in your local_config.py: EVENTS['video']['7'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='sub_visibility') here 7 is the key I use to switch the subtitle visibility. my 2 cents ;-) -- ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ Freevo-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-devel
