2003-06-15 12:49:25 UTC
1) But if there's multiple subtitles as for multiple languages named "as_the_movie.language.subtitle_est" (e.g movie.avi and movie.french.srt) they aren't shown.
For a easier use i put:
(movix.pl @ $play_file_menu, line 655)
### Add an error popup in case mount fails!!! ###
my $file = $cui->filebrowser( -title => "Select a Movie", -path => "/cdrom/" );
my $subfile = $cui->filebrowser( -title => "Select a Subtitle", -path => "/cdrom/" );
play($vo_driver,$file,"-sub \"$subfile\"") unless $file eq "";
It's not a very good solution but it's easier than type each time -sub ...