Sandip Devnath wrote:
> hi,
>
> Any solution to this problem:
> ----
> I can't play audio CD, I see freevo is using /usr/bin/fbxine to play the
> audio CD. /usr/bin/fbxine doesn't seems to work even without freevo on
> Fedora 9. So I want to use some other player. After reading Faq and
> mailing list porting I tried following.
>
> plugin.remove('audio.xine')
>
> However freevo log still show that it is using fbxine. How can I make
> sure freevo choose mplayer for playing CD.
AUDIO_PREFERED_PLAYER = 'mplayer'
but this used mplayer for all audio.
> I have one more question about ripping CD. Do we have any user document
> on following ?
>
> plugin.activate('audio.cdbackup')
freevo plugins -i audio.cdbackup
> I install FC9 and freevo 1.8.1.
>
> When I play the CD I get following error
>
> '/usr/bin/fbxine -V none -A oss:/dev/dsp --stdctl --no-lirc
> cfg:/input.cdda_device:/dev/sr0 cdda:/14'
>
> fbxine-stderr-500.log has following msg
>
> "Audio port failed."
/dev/dsp most likely does not exist, better using alsa.
/usr/bin/fbxine -V none -A alsa cfg:/input.cdda_device:/dev/sr0 cdda:/14
>
> I have hard time making Xine to work on my FC9 due to some dependencies
> crap.
> So I added following to use mplayer. Still above is the result
>
> plugin.activate('audio.cdbackup')
> plugin.remove('audio.xine')<==================
> CD_RIP_TMP_DIR = '/tmp/'
> CD_RIP_TMP_NAME = 'track_%(track)s_being_ripped'
> CD_RIP_PN_PREF = '%(artist)s/%(album)s/%(track)s - %(song)s'
> CD_RIP_CDPAR_OPTS = '-s'
> CD_RIP_LAME_OPTS = '--vbr-new -b 192 -h'
> CD_RIP_OGG_OPTS = '-m 128'
> CD_RIP_FLAC_OPTS = '-8'
> CD_RIP_CASE = None # Can be title, upper, lower
> CD_RIP_REPLACE_SPACE = None # Can be '_', '-', etc.
>
>
> As you can see that I enabled cdbackup plugin too, I don't see any
> option or menu to do the cdbackup. I never used this plugin earlier, I
> am not sure, how that plugin should be used even if it is getting active
> unless some obvious GUI display is done for this plugin.
The "Rip the CD to the Hard Drive" menu is in the submenu of the CD/DVD
drive. You get to it be pressing 'E' (the ENTER event) when the CD/DVD
drive menu item is highlighted.
HTH
Duncan
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Freevo-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-users