Hi!
Thanks for your reply.
Sadly, the code does not fix the problem. Could you have a second look
at it?
I have another question: Why does dvdrip only support RAR to version
2.99 and not the 3.x series?
Thanks again,
Martin
On Di, 2007-02-20 at 09:44 +0100, JÃrn Reder wrote:
> Martin JÃrgens wrote:
>
> > DVDRip does not detect Mplayer on Ubuntu. Its version is (output by
> > "mplayer")
> >
> > MPlayer 2:1.0~rc1-0ubuntu3
> >
> > As I do not have any perl skills and I'd like to fix this in Ubuntu,
> > could you tell me how I have to change
> >
> > $out =~ /MPlayer\s+(\d+\.\d+(\.\d+)?)/i;
>
> This should work
>
> $out =~ /MPlayer.*?(\d+\.\d+(\.\d+)?)/i;
>
> I'll add a corresponding fix to the next release.
>
> Regards,
>
> Joern
>
|