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..
(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..
that would be fantastic! cant wait!