Re: [mythtv-users] Autoloading subtitles with xine?

2005-12-26 Thread Petr Stehlik
Simon Lundell píše v Po 26. 12. 2005 v 23:03 +0100: > > I would have waited a couple of days if i were you. The script does > > not handle filenames with spaces that well yet... > > I can not get it to work! My guess is that the spaces (and other special > chars) don't get escaped correctly when

Re: [mythtv-users] Autoloading subtitles with xine?

2005-12-26 Thread Simon Lundell
Simon Lundell wrote: Paul Barker wrote: Simon Lundell wrote: Thanks! I do have subtitles with different extensions (such as .srt etc). I modified your script to search for these too, and pass the first subtitle file found to xine. Works like a charm! //Simon #!/bin/bash FILE=$1 SUB=`e

Re: [mythtv-users] Autoloading subtitles with xine?

2005-12-19 Thread Simon Lundell
Paul Barker wrote: Simon Lundell wrote: Thanks! I do have subtitles with different extensions (such as .srt etc). I modified your script to search for these too, and pass the first subtitle file found to xine. Works like a charm! //Simon #!/bin/bash FILE=$1 SUB=`echo $FILE | awk -F. '{p

Re: [mythtv-users] Autoloading subtitles with xine?

2005-12-18 Thread Paul Barker
Simon Lundell wrote: Thanks! I do have subtitles with different extensions (such as .srt etc). I modified your script to search for these too, and pass the first subtitle file found to xine. Works like a charm! //Simon #!/bin/bash FILE=$1 SUB=`echo $FILE | awk -F. '{print $1}'` SUBT=`find

Re: [mythtv-users] Autoloading subtitles with xine?

2005-12-18 Thread Simon Lundell
Paul Barker wrote: Simon Lundell wrote: Hi! Mplayer is able to load subtitle files automatically, it loads subtitles with the same filename (without extension) as the movie file. Is it possible to make Xine do the same? //Simon ___ mythtv-users

Re: [mythtv-users] Autoloading subtitles with xine?

2005-12-18 Thread Paul Barker
Simon Lundell wrote: Hi! Mplayer is able to load subtitle files automatically, it loads subtitles with the same filename (without extension) as the movie file. Is it possible to make Xine do the same? //Simon ___ mythtv-users mailing list mythtv-

[mythtv-users] Autoloading subtitles with xine?

2005-12-18 Thread Simon Lundell
Hi! Mplayer is able to load subtitle files automatically, it loads subtitles with the same filename (without extension) as the movie file. Is it possible to make Xine do the same? //Simon ___ mythtv-users mailing list mythtv-users@mythtv.org http:/