kurioes / pmix

Automatically exported from code.google.com/p/pmix
0 stars 0 forks source link

Next song does not refresh title/artist/album info #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
As the subject says, selecting next does not refresh the now playing info.
The track progress bar updates, but not the current song. 

I mainly control mpd from ampache, and normally though setting it to a
random track and telling mpd to repeat. So I'm not sure if this bug might
have something to do with mpd ending the current playlist and then
repeating with a new song. 

Thanks much for pmix, it is fantastic!

Original issue reported on code.google.com by Christia...@gmail.com on 5 May 2009 at 3:40

GoogleCodeExporter commented 9 years ago
Hi,

I can't reproduce this bug on my installation. I might have fixed it already, 
stay
tuned for a new release on the market within this week.

Bye
falstaff

Original comment by stefan.a...@gmail.com on 9 Jul 2009 at 6:21

GoogleCodeExporter commented 9 years ago
I've noticed that if I have an entire playlist loaded, the current song info is
refreshed properly. I can only repeat this problem when a single random url 
(meaning
it changes each time it is played) is loaded and the mpd is set to repeat.

Original comment by Christia...@gmail.com on 9 Jul 2009 at 7:06

GoogleCodeExporter commented 9 years ago
"Random URL" means an online audio stream?

Original comment by stefan.a...@gmail.com on 9 Jul 2009 at 7:23

GoogleCodeExporter commented 9 years ago
Sorta. Right now I'm using ampache, a php web app that serves out music files 
through 
streaming or a flash player. But it can also pass a url to mpd. For the random 
case I 
have a url like: 
http://kix.selfip.org/ampache/play/index.php?
sid=81419351c3f9d7782b7eb92bf15cde2e&random=1&type=default&uid=1

Which ampache then decodes on its end as a particular song. I'm not exactly 
sure of the 
specifics since mpd is then able from the single url to still pull track info.

Here's what I get from telnet'ing in:
telnet cringer 6600
Trying 192.168.1.15...
Connected to cringer.kix.
Escape character is '^]'.
OK MPD 0.14.0
status
volume: 70
repeat: 1
random: 0
playlist: 6800
playlistlength: 1
xfade: 3
state: play
song: 0
songid: 1938
time: 149:289
bitrate: 128
audio: 44100:24:2
OK
playlist
0:http://kix.selfip.org/ampache/play/index.php?
sid=60c9f9b4a3c3db2bd13a0fe2f937ffec&random=1&type=default&uid=1
OK

While mpc on the host says:
cringer:~# mpc status
Frank Zappa - Advance romance
[playing] #1/1   4:00/4:49 (83%)
volume: 70%   repeat: on    random: off

Basically, it would be nice if pmix could request song info for every play, 
since I've 
got a single track playlist with repeat.

Original comment by Christia...@gmail.com on 9 Jul 2009 at 7:43