Snakeoil Forums
Playing a CD - Printable Version

+- Snakeoil Forums (https://forums.snakeoil-os.net)
+-- Forum: Hifi Talk (https://forums.snakeoil-os.net/Forum-Hifi-Talk)
+--- Forum: Computer Audio (https://forums.snakeoil-os.net/Forum-Computer-Audio)
+--- Thread: Playing a CD (/Thread-Playing-a-CD)

Pages: 1 2


RE: Playing a CD - Bromf - 08-Aug-2018

No hurry here.... just whenever....

found a couple of links....
https://forum.musicpd.org/viewtopic.php?f=8&t=245&p=824&hilit=cdda#p906

http://www.gnu.org/software/libcdio/
http://git.savannah.gnu.org/cgit/libcdio.git


RE: Playing a CD - Bromf - 12-Oct-2018

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.


RE: Playing a CD - agent_kith - 13-Oct-2018

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


RE: Playing a CD - micindev - 23-Oct-2018

(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!