Hi,
Have you looked whether there was a problem with opening the audio device (press ! after startup to see a corresponding message).
the message window does not show any error:
I 21:12:19 PyTone startup I 21:12:19 using integrated MP3Info module for id3 tag parsing I 21:12:19 database main: basedir /opt/Archivos/musica, 1938 songs, 58 artists, 153 albums, 21 genres, 0 playlists I 21:12:20 Initialized oss mixer: device /dev/mixer, channel 4
Ooops, it seems that the xmms module changed in an incompatible way since I have last tested this player. I'll have a look into this.
I looked a bit more into the problems with xmms:
* pytone does not load the module, ¿could it be a naming conflict between the xmms module and the file xmms.py?
* if I rename the file src/services/players/xmms.py to xmmsplay.py (and its references in src/services/player.py): -> the xmms module loads -> xmms starts if neccesary, and obeys to the commands pytone sends -> but I have the same problem that with alsa or oss, I add songs to the playlist, I hit 'p', and nothing happens (same messages on the debug log, too)