Hi Mario, On 13.11.04, Mario Rodríguez wrote:
I downloaded and installed PyTone 2.1.2, but I have a couple of problems:
* music won't play!, I add some songs to the playlist, then I hit 'p' (or 'P'), but the program does nothing.
Have you looked whether there was a problem with opening the audio device (press ! after startup to see a corresponding message).
If I use '-d', the log shows this lines when I hit p
e/mrc/usr/PyTone-2.1.2/src/hub: event: keypressed(112) (priority 50) e/mrc/usr/PyTone-2.1.2/src/hub: event: playerstart('main') (priority 0)
* If I configure the xmms output, PyTone crashes at start:
Traceback (most recent call last): File "src/pytone.py", line 115, in ? playerids = [services.player.initplayer("main", config.player.main), File "/home/mrc/usr/PyTone-2.1.2/src/services/player.py", line 79, in initplayer raise RuntimeError("Cannot initialize %s player: type=xmms, session=%d" % (id, config.session)) RuntimeError: Cannot initialize main player: type=xmms, session=0
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. Thanks, Jörg