Page 1 of 1

Remote Control "is_playing" function

Posted: 03 Mar 2009 21:25
by AAlchemy
Why does the is_playing query return a "1" when a stream is paused? This doesn't seem correct.
Could it be changed to return a "0" when paused or stopped, and a "1" only when its truly playing.

Re: Remote Control "is_playing" function

Posted: 04 Mar 2009 16:31
by Rémi Denis-Courmont
Problem is, it's been this way for so long that we don't know how many people will be screwed if we "fix" it.

Re: Remote Control "is_playing" function

Posted: 04 Mar 2009 16:52
by AAlchemy
How about implementing an "is_paused" query?

This is killing me. The only way I can find out if its playing or paused is to "get_time" twice and compare, this puts a significant delay in my script.

Re: Remote Control "is_playing" function

Posted: 04 Mar 2009 21:07
by Rémi Denis-Courmont
You can file a feature request. If the ticketing system gets fixed, that is.