Hello,
Firs of all thanks for developer! It's great work!
I have freevo 1.5.3, mmpython 0.4.9, python 2.3.
I found some mistake in cdbackup.py plugin:
- in line:
_debug_('flac_command: %s' % (flac_command))
must be:
_debug_('flac_command: %s' % (cmd));
- above line:
pop = AlertBox(text=popup_string)
must be:
pop.show()
And for cdrip in ogg format in documentation exists line for help
CD_RIP_OGG_OPTS = ' '
but in this case oggenc get command
cdbackup.py (429): oggenc_command: ['oggenc', '', '',
'-a', u'Unknown Artist 19-Aug-05 10:21am', '-G', u'Other',
'-N', '01', '-t', 'Track 1', '-l', u'Unknown CD Album 19-Aug-05 10:21am',
'/tmp/track_being_ripped.wav', '-o',
u'/mnt/MP3/Unknown CD Album 19-Aug-05 10:21am/Unknown Artist 19-Aug-05
10:21am - Track 1.ogg']
and stop without any execution and dont prompt for error. But if
change space with arg '-b 320' all works fine.
--
WBR, Alexander
-------------------------------------------------------
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
_______________________________________________
Freevo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-devel