Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: Who have Script for -R/-rcddb (CDDB Remote Server) -- MP3/MPlayer Patch 0.6.0 ??



Hello,


> > I would like to use the rccdb function now! (--rcddb=....sh)
> > Who has a Script for --rccdb=....(RemoteServer-Script)?
> > Or, how must looking the Script?
> 
> Have a look at autorip:
> 
> http://autorip.sourceforge.net/
> 
> They are using a script to get the CCDB data.
> 

Thanks for the Tip! ;-)

I have now following Tool! 

http://armin.emx.at/cddb/ the Version2.10!

You must 
1.   make Makefile.PL
2.   make 
3.   make install
4.   edit with editor /usr/bin/cddb.pl
....
my $total;
my $toc;
my $savedir="/var/lib/CDDB";            <--- You SaveDir
my $xmcddir="/var/lib/CDDB";          <--- You XMCD-Dir
...

and change user interaction (in the cddb.pl):
...
# user interaction welcome?

$config{input}=0;   # 1: ask user if more than one possibility
                                # 0: no user interaction
$config{multi}=1;   # 1: do not ask user and get all of them
                                # 0: just the first one


Ready!

And now make a new Shell-Script:
/etc/rcddb.sh:
------------ rcddb.sh ---------------
#!/bin/bash
#

/usr/bin/cddb.pl -s

-------------------------------------

and start vdr with:

./runvdr --cddb=/var/lib/CDDB --rcddb=/etc/rcddb.sh


..Enjoy   ;-)


MfG  Uwe






Home | Main Index | Thread Index