Michel Hoogervorst wrote:

Hi,

I would like to rip my entire cd collection to flac files.
I understand Freevo should be able to do this, but I cannot find any information on how to get it working.

I've added the line "flac = /usr/bin/flac" to /etc/freevo/freevo.conf
And to /etc/freevo/freevo.conf.py I've added the next two lines:


      FLAC_CMD ='flac'
      CD_RIP_FLAC_OPTS = '-0'


Now Freevo shows Flac in the CD Backup menu, but when I start the CD backup nothing seems to happen.

This is what I get to see on the console:

Quote:
Exception in thread Thread-4:
Traceback (most recent call last):
File "/usr/lib/python2.4/threading.py", line 442, in __bootstrap
self.run ()
File "/usr/lib/python2.4/site-packages/freevo/audio/plugins/cdbackup.py", line 280, in run
self.cd_backup_threaded(self.device, rip_format='flac')
File "/usr/lib/python2.4/site-packages/freevo/audio/plugins/cdbackup.py", line 445, in cd_backup_threaded
_debug_('flac_command: %s' % (flac_command))
NameError: global name 'flac_command' is not defined

In the meantime, I've posted this question to the freevohelp.com <http://freevohelp.com> forums, and tried a few things like using the full path to 'FLAC_CMD' and to change " CD_RIP_FLAC_OPTS" to "FLAC_OPTS", but without any luck.

Flac works correct when I manually type "flac -0 test.wav".


Does anyone know what to do?

I'm using Freevo 1.5.4 on a Mandriva 2006 system.

It's a bug. Comment out the debug line and all should be fine.

John


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Freevo-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to