Re: [dvd::rip] DVDRip does not detect Mplayer on Ubuntu
|
Subject: |
Re: [dvd::rip] DVDRip does not detect Mplayer on Ubuntu |
|
From: |
Jörn Reder <joern@xxxxxx> |
|
Date: |
Tue, 20 Feb 2007 09:44:51 +0100 |
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
--
Joern Reder
supporting: http://www.zyn.de/
unbelievable: http://www.exit1.org/
CPAN: http://www.perl.com/CPAN/modules/by-authors/id/J/JR/JRED
pgpy29CK1tlAp.pgp
Description: PGP signature
|
|