Re: [Freevo-users] How to use and in moviefxd?

2008-08-10 Thread Pal Szasz
tw, I think I solved the "variants" problem, now it seems they are working. In fxdhandler I changed: else: # one or more files, this is directly for the item to #else: if 1: # one or more files, this is directly for the item --

Re: [Freevo-users] How to use and in moviefxd?

2008-08-09 Thread Bastian Farkas
On Sat, 2008-08-09 at 10:15 +0200, Pal Szasz wrote: > > the files should be named "amelie.cd1.[srt|sub|...]" else mplayer won't > > automatically load them. you could also include the video file together > > with the subtitle file in a matroska container. :) > > > > But then it's not possible to a

Re: [Freevo-users] How to use and in moviefxd?

2008-08-09 Thread Pal Szasz
> the files should be named "amelie.cd1.[srt|sub|...]" else mplayer won't > automatically load them. you could also include the video file together > with the subtitle file in a matroska container. :) > But then it's not possible to autoload more then one subtitle (in different languages) :-( I ha

Re: [Freevo-users] How to use and in moviefxd?

2008-08-08 Thread Bastian Farkas
On Fri, 2008-08-08 at 21:42 +0200, Pal Szasz wrote: > Hi! > > I tried it now, but it doesn't work :-( > I have the following files: > > amelie.cd1.avi > amelie.cd1.en.srt > amelie.cd1.hu.srt > amelie.cd2.avi > amelie.cd2.en.srt > amelie.cd2.hu.srt the files should be named "amelie.cd1.[srt|sub|..

Re: [Freevo-users] How to use and in moviefxd?

2008-08-08 Thread Pal Szasz
Hi! I tried it now, but it doesn't work :-( I have the following files: amelie.cd1.avi amelie.cd1.en.srt amelie.cd1.hu.srt amelie.cd2.avi amelie.cd2.en.srt amelie.cd2.hu.srt In freevo it appears as amelie.cd1-2 but when I start it, no subtitles are used. If I start mplayer manually like this: m

Re: [Freevo-users] How to use and in moviefxd?

2008-08-08 Thread Pal Szasz
So if I have a movie called amelie.cd1.avi I should have subtitles like: amelie.cd1.en.avi amelie.cd1.hu.avi Thanks, I'll try it! - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build t

Re: [Freevo-users] How to use and in moviefxd?

2008-08-08 Thread Bastian Farkas
hi, there's a much easier way to switch subtitles, even while playing a video. :) just add this line to your local_conf.py: EVENTS['video']['SUBLANG'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='sub_select') and in your lircrc you'll need to assign a key to the SUBLANG event, thene you'll be able to cyc

[Freevo-users] How to use and in moviefxd?

2008-08-08 Thread Pal Szasz
Hi! I have many movie files (avi) with subtitles in more then one language. I want to be able to choose the subtitle when I play a movie. Even if there is one subtitle, I want to be able to choose to use it or not. As a first try I put together some dirty plugin so I will have an extra item in th