johan kdks | 3 Aug 2005 11:46
Picon

Linux-based recognition of CD/DVD discs, with cover art

I've been using the software with my Hollywood +.  My only gripe with DVD under Linux is that it doesn't
retrieve the dvd title, cover art, director, actors, etc. like in Windows.

But my friend just installed Plutohome, an open source Linux media project.  Whenever he inserts a CD or DVD,
it recognizes the disc and displays the cover art, along with detailed attributes, like the names of the
chapters in a DVD, or the studio for a CD, like a Windows XP Media Center does.  It also seems to cache this
locally since the next time he puts the disc in the recognition is instant; first time there's a 2 second
delay or so.  I didn't know there was such a free system for Linux.  I only knew about freedb, which works only
for cd's, isn't nearly as accurate, and doesn't have cover art or other extended data.  Why don't we do the
same thing?  Since Plutohome.org is open source, can't we just copy the code?  I don't want to install
Pluto-home because it has so much stuff I don't need (home automation, phone system, media streaming, etc.).

Thanks,
Johan

--

-- 
_______________________________________________
NEW! Lycos Dating Search. The only place to search multiple dating sites at once.
http://datingsearch.lycos.com

-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click
Nicolas Boullis | 3 Aug 2005 23:43
Picon
Favicon

Re: Linux-based recognition of CD/DVD discs, with cover art

Hi,

On Wed, Aug 03, 2005 at 04:46:28AM -0500, johan kdks wrote:
> I've been using the software with my Hollywood +.  My only gripe with DVD under Linux is that it doesn't
retrieve the dvd title, cover art, director, actors, etc. like in Windows.

What sofware?

> But my friend just installed Plutohome, an open source Linux media project.  Whenever he inserts a CD or
DVD, it recognizes the disc and displays the cover art, along with detailed attributes, like the names of
the chapters in a DVD, or the studio for a CD, like a Windows XP Media Center does.  It also seems to cache this
locally since the next time he puts the disc in the recognition is instant; first time there's a 2 second
delay or so.  I didn't know there was such a free system for Linux.  I only knew about freedb, which works only
for cd's, isn't nearly as accurate, and doesn't have cover art or other extended data.  Why don't we do the
same thing?  Since Plutohome.org is open source, can't we just copy the code?  I don't want to install
Pluto-home because it has so much stuff I don't need (home automation, phone system, media streaming, etc.).

I guess you should say this to the developers of your preferred player 
(xine, dvr, vlc, mplayer or any other). Here, we only work on drivers 
for Hollywood+ and DXR3 boards, not on any player...

Cheers,

Nicolas

-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
(Continue reading)

Christian Gmeiner | 6 Aug 2005 04:15
Picon

configure error

Hi all...

as i got my dvb card running now, i checked the dxr3 driver and played a 
little bit with it.
The result was this:

vdr em8300 # ./configure
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for gawk... (cached) gawk
checking whether make sets $(MAKE)... (cached) yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
(Continue reading)

Nicolas Boullis | 6 Aug 2005 02:25
Picon
Favicon

Re: configure error

Hi,

On Sat, Aug 06, 2005 at 02:15:36AM +0000, Christian Gmeiner wrote:
> Hi all...
> 
> as i got my dvb card running now, i checked the dxr3 driver and played a 
> little bit with it.
> The result was this:
> 
> vdr em8300 # ./configure
(...)
> ./configure: line 4153: syntax error near unexpected token `1.2.0,'
> ./configure: line 4153: `AM_PATH_GTK(1.2.0, has_gtk=yes, has_gtk=no'

As you may guess, it works fine for me. What version of the dxr3 driver 
are you using? 0.15.0? Or current CVS?
And if it is current CVS, what version of the autotools have you used? 
Did you get any warning?

Cheers,

Nicolas

-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
Christian Gmeiner | 6 Aug 2005 04:39
Picon

Re: configure error

Nicolas Boullis wrote:

>Hi,
>
>On Sat, Aug 06, 2005 at 02:15:36AM +0000, Christian Gmeiner wrote:
>  
>
>>Hi all...
>>
>>as i got my dvb card running now, i checked the dxr3 driver and played a 
>>little bit with it.
>>The result was this:
>>
>>vdr em8300 # ./configure
>>    
>>
>(...)
>  
>
>>./configure: line 4153: syntax error near unexpected token `1.2.0,'
>>./configure: line 4153: `AM_PATH_GTK(1.2.0, has_gtk=yes, has_gtk=no'
>>    
>>
>
>As you may guess, it works fine for me. What version of the dxr3 driver 
>are you using? 0.15.0? Or current CVS?
>  
>
Current CVS as always...

(Continue reading)

Ville Skyttä | 6 Aug 2005 11:40
Picon
Picon
Favicon

Re: configure error

On Sat, 2005-08-06 at 02:39 +0000, Christian Gmeiner wrote:

> Ah and i dont have gtk installed.. my vdr has no X or any "visual" stuff 
> on it.

Proper bootstrapping requires the gtk+ devel files.

-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
Ville Skyttä | 6 Aug 2005 11:51
Picon
Picon
Favicon

Re: [PATCH] kill libdxr3 + autotool cleanup -- please check

On Mon, 2005-07-25 at 00:26 +0200, Nicolas Boullis wrote:
> Hi,

Hi, oops, apparently forgot to reply to this:

> On Sun, Jul 24, 2005 at 04:31:35PM +0300, Ville Skyttä wrote:
> > On Sun, 2005-07-24 at 02:22 +0200, Nicolas Boullis wrote:
> > 
> > > If some cleanup is still missing, please let me know.
> > 
> > The actual libdxr3 dir and its contents is still in CVS... and there's
> > modules/adv717x_eeprom.c.old, see below.
> 
> You certainly are right about modules/adv717x_eeprom.c.old (why the hell 
> has it been here for so long?). About the libdxr3 (and include/libdxr3) 
> dirs, I was not sure I wanted to nuke them. But thinking a little more, 
> if we ever regret, it is still possible to resurrect them later... OK, 
> you've got a point, I'll kill them.

Cool.

> > > Moreover, I'm not proud of the long $(srcdir)/modules/... list in the 
> > > toplevel Makefile.am; if anyone knows a cleaner way to exclude 
> > > modules/CVS, please just let me know.
> > 
> > See attached patch.  It does exactly that; however the downside is that
> > unless modules/ is clean, locally built stuff may get included.  This
> > approach will also include modules/adv717x_eeprom.c.old, but that should
> > probably be 'cvs rm'd ?
> 
(Continue reading)

Soyeb Aswat | 7 Aug 2005 04:03

Problems with 0.15 driver

Hello,

I'm a newbie to the dxr3 Linux driver (though I've had this card since
the late 90's).

My system is:

SuSE Linux linux 2.6.11.4-21.7-smp #1 SMP Thu Jun 2 14:23:14 UTC 2005
i686 i686 i386 GNU/Linux

The module compiled and installed without errors.  devices.sh was run to
create the devices:

> ls -l /dev/em*
lrwxrwxrwx  1 root root     13 2005-07-20 21:04 /dev/em8300
-> /dev/em8300-0
crw-rw-rw-  1 root root 121, 0 2005-07-20 21:04 /dev/em8300-0
lrwxrwxrwx  1 root root     16 2005-07-20 21:04 /dev/em8300_ma
-> /dev/em8300_ma-0
crw-rw-rw-  1 root root 121, 2 2005-07-20 21:04 /dev/em8300_ma-0
lrwxrwxrwx  1 root root     16 2005-07-20 21:04 /dev/em8300_mv
-> /dev/em8300_mv-0
crw-rw-rw-  1 root root 121, 1 2005-07-20 21:04 /dev/em8300_mv-0
lrwxrwxrwx  1 root root     16 2005-07-20 21:04 /dev/em8300_sp
-> /dev/em8300_sp-0
crw-rw-rw-  1 root root 121, 3 2005-07-20 21:04 /dev/em8300_sp-0

Loading the driver using ldm results in:
adv717x: unsupported module, tainting kernel.
bt865: unsupported module, tainting kernel.
(Continue reading)

Soyeb Aswat | 7 Aug 2005 04:36

[Fwd: Problems with 0.15 driver]

Hello,

I'm a newbie to the dxr3 Linux driver (though I've had this card since
the late 90's).

My system is:

SuSE Linux linux 2.6.11.4-21.7-smp #1 SMP Thu Jun 2 14:23:14 UTC 2005
i686 i686 i386 GNU/Linux

The module compiled and installed without errors.  devices.sh was run to
create the devices:

> ls -l /dev/em*
lrwxrwxrwx  1 root root     13 2005-07-20 21:04 /dev/em8300
-> /dev/em8300-0
crw-rw-rw-  1 root root 121, 0 2005-07-20 21:04 /dev/em8300-0
lrwxrwxrwx  1 root root     16 2005-07-20 21:04 /dev/em8300_ma
-> /dev/em8300_ma-0
crw-rw-rw-  1 root root 121, 2 2005-07-20 21:04 /dev/em8300_ma-0
lrwxrwxrwx  1 root root     16 2005-07-20 21:04 /dev/em8300_mv
-> /dev/em8300_mv-0
crw-rw-rw-  1 root root 121, 1 2005-07-20 21:04 /dev/em8300_mv-0
lrwxrwxrwx  1 root root     16 2005-07-20 21:04 /dev/em8300_sp
-> /dev/em8300_sp-0
crw-rw-rw-  1 root root 121, 3 2005-07-20 21:04 /dev/em8300_sp-0

Loading the driver using ldm results in:
adv717x: unsupported module, tainting kernel.
bt865: unsupported module, tainting kernel.
(Continue reading)

Nicolas Boullis | 9 Aug 2005 23:48
Picon
Favicon

Re: [PATCH] kill libdxr3 + autotool cleanup -- please check

Hi,

On Sat, Aug 06, 2005 at 12:51:07PM +0300, Ville Skyttä wrote:
> On Mon, 2005-07-25 at 00:26 +0200, Nicolas Boullis wrote:
> > Hi,
> 
> Hi, oops, apparently forgot to reply to this:

No problem. Other people's opinions were welcome as well...

> > You certainly are right about modules/adv717x_eeprom.c.old (why the hell 
> > has it been here for so long?). About the libdxr3 (and include/libdxr3) 
> > dirs, I was not sure I wanted to nuke them. But thinking a little more, 
> > if we ever regret, it is still possible to resurrect them later... OK, 
> > you've got a point, I'll kill them.
> 
> Cool.

Killed.

> I don't think it will become a maintenance burden any time soon, so yes,
> just keep the explicit list.  No strong opinions though.

OK. That patch is now applied.

Cheers,

Nicolas

-------------------------------------------------------
(Continue reading)


Gmane