Snakeoil Forums

Full Version: Playing a CD
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I think this may work...(It works on the Snakeoil Rpi Beta and tomorrow I will try it on the PC version)
Code:
sudo nano /etc/mplayer/mplayer.conf

and change the audio settings to remove pulse etc so that it looks like this...
Code:
# Use pulse, then alsa, then SDL video with the aalib subdriver by default.
ao=alsa
then to play the whole cd try....
Code:
 mplayer -cdrom-device /dev/cdrom cdda:// 
and for single tracks..use the track number..
Code:
mplayer -cdrom-device /dev/cdrom cdda://5
Anyone tries it let me know if it worked for PC.
That'd work, but it's not idal..

I hope to add direct support for CD playing (and ripping) into the WebApp. Unfortunately too many things to do, too little time.. LOL
(13-Oct-2018, 08:17 AM)agent_kith Wrote: [ -> ]That'd work, but it's not idal..

I hope to add direct support for CD playing (and ripping) into the WebApp. Unfortunately too many things to do, too little time.. LOL

that would be fantastic! cant wait!
Pages: 1 2