Hello Gents, I've got a plugin for CD ripping to .mp3 and .wav available. Still a bunch of things I want to add and some minor fixes but it should be fairly useable -at least on my setup it is.
I've got the source and some more info on my personal web page @ http://home.attbi.com/~cornejo3/freevo/ I've yet to test it out with the latest CVS, the last time I checked out was June 2 (ancient in Freevo time, I'll probably check out latest this weekend). Hopefully someone can check it out and see if they have any problems or suggestions. Info on using: The following can be used in local_conf.py to indicate your preference in naming audio files ripped from CD, as well as how you would like your path structured. CD RIP Path and NAME Preferences: CD_RIP_PN_PREF = '%(artist)s/%(album)s/%(song)s' CD_RIP_PN_PREF = '%(artist)s/%(album)s/%(artist)s-%(song)s' Lame .mp3 encoding options: CD_RIP_LAME_OPTS = '--vbr-new' Lame .mp3 ID3 tagging options: CD_RIP_ID3_TAG_OPTS = '--tt %(song)s --ta %(artist)s --tl %(album)s --tn %(track)s' To Activate the plugin: plugin_mediamanager = plugin.activate('mediamanager.mediamanager', level=45 ) I also added in skins/xml/type/blue1_big.fxd <item label="mediamanager" name="Media Manager" icon="mp3.png"/> __________________________________ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com ------------------------------------------------------- This SF.Net email is sponsored by: INetU Attention Web Developers & Consultants: Become An INetU Hosting Partner. Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission! INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php _______________________________________________ Freevo-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-devel
