Update of /cvsroot/freevo/freevo
In directory sc8-pr-cvs1:/tmp/cvs-serv1954
Modified Files:
freevo_config.py
Log Message:
Added a working cd backup plugin.
I was able to rip songs succesfully after making some minor changes.
>From the submitted code I made the following changes:
o Moved all command-line tools to config
o Put defaults in freevo_config for encoding parameters.
o Removed all CDDB code, we only use mmpython now.
Current issues:
o As far as I can tell, mmpython is swapping the artist and the album
o No progress or information of any kind. I'll probably put something into
the idle bar to at least make it clear something is happening.
Still, it's very complete and works very well so far. I put --preset standard as the
default encoding style for lame, which is reasonable, though not what I would use.
Index: freevo_config.py
===================================================================
RCS file: /cvsroot/freevo/freevo/freevo_config.py,v
retrieving revision 1.203
retrieving revision 1.204
diff -C2 -d -r1.203 -r1.204
*** freevo_config.py 1 Jul 2003 02:58:17 -0000 1.203
--- freevo_config.py 1 Jul 2003 03:52:41 -0000 1.204
***************
*** 627,635 ****
# ======================================================================
! #LAME_CMD = CONF.lame
! #CDPAR_CMD = CONF.cdparanoia
! #CD_RIP_PN_PREF = '%(artist)s/%(album)s/%(song)s'
! #CD_RIP_LAME_OPTS = '--preset=standard'
! #CD_RIP_ID3_TAG_OPTS = '--tt %(song)s --ta %(artist)s --tl %(album)s --tn
%(track)s'
# ======================================================================
--- 627,635 ----
# ======================================================================
! LAME_CMD = CONF.lame
! CDPAR_CMD = CONF.cdparanoia
! CD_RIP_PN_PREF = '%(artist)s/%(album)s/%(song)s'
! CD_RIP_LAME_OPTS = '--preset=standard'
! CD_RIP_ID3_TAG_OPTS = '--tt %(song)s --ta %(artist)s --tl %(album)s --tn %(track)s'
# ======================================================================
-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog