Don't ask me why, but I rechecked and now it worked..
Weird..
Many thanks for your help and dvdrip :-)
Martin
On Di, 2007-02-20 at 13:42 +0100, JÃrn Reder wrote:
> Martin JÃrgens wrote:
>
> > Sadly, the code does not fix the problem. Could you have a second look
> > at it?
>
> Hmm, strange, it must be something more than failing to get the version
> number right. The regular expression works definitely (just execute
> 'perl' on the console and paste the commands including __END__ into it):
>
> $out = "MPlayer 2:1.0~rc1-0ubuntu3";
> $out =~ /MPlayer.*?(\d+\.\d+(\.\d+)?)/i;
> print "vers=$1\n";
> __END__
>
> This prints
>
> vers=1.0
>
> on my system.
>
> Can you please add a
>
> print $out;
>
> line to see which mplayer output dvd::rip exactly sees?
>
> > I have another question: Why does dvdrip only support RAR to version
> > 2.99 and not the 3.x series?
>
> It's mplayer which can't play subtitles compressed with newer rar
> versions (unless this changed in the meantime, didn't check this for
> longer).
>
> Regards,
>
> JÃrn
>
|