Comment 2 for bug 752091

Revision history for this message
Pablo Piaggio (papibe) wrote :

Same problem here. According to the project site, alsa is indeed supported (check this http://mp3blaster.sourceforge.net/#faq). However, those instructions do not work. If I follow them I got:

$ mp3blaster
In config file, line 0001: Bad Value

My guess is the version on the repos has not been compiled properly since alsa support (sdl) is not available. As far as I my tests, it looks like the default driver is OSS, but it is not possible to configure it to alsa:

$ mp3blaster --debug

$ more .mp3blaster
Debugging of mp3blaster started.
Not playing, waiting to start playlist
THREAD playing going to sleep.
wake_player
/wake_player
THREAD playing woke up!
start_song()
Using OSS audiodriver
start_song: openfile failed
stop_song() ended in error (allow_repeat = 0)
stop_list() : allow_repeat = 0
reset_playlist(1)
Not playing, waiting to start playlist
THREAD playing going to sleep.
wake_player
THREAD playing woke up!
/wake_player

Regards,

more info:

$ apt-cache policy mp3blaster
mp3blaster:
  Installed: 1:3.2.5-3
  Candidate: 1:3.2.5-3
  Version table:
 *** 1:3.2.5-3 0
        500 http://us.archive.ubuntu.com/ubuntu/ natty/universe i386 Packages
        100 /var/lib/dpkg/status

$ uname -a
Linux hendrix 2.6.38-10-generic-pae #46-Ubuntu SMP Tue Jun 28 16:54:49 UTC 2011 i686 i686 i386 GNU/Linux