INTERACT FORUM

More => Old Versions => Media Center 12 (Development Ended) => Topic started by: Messiahs on August 27, 2007, 03:15:42 pm

Title: [Feature Request] new event: NOTIFY_POSITION_CHANGED (MJPlayback)
Post by: Messiahs on August 27, 2007, 03:15:42 pm
Is it possible to add an event when position in the currently playing track (MJPlayback) manually changed ?

http://wiki.jrmediacenter.com/index.php/MJPlaybackAutomation
Title: Re: [Feature Request] new event: NOTIFY_POSITION_CHANGED (MJPlayback)
Post by: Matt on August 28, 2007, 01:19:57 pm
For now, polling the playback position is the only way to do this.
Title: Re: [Feature Request] new event: NOTIFY_POSITION_CHANGED (MJPlayback)
Post by: Messiahs on August 28, 2007, 02:56:24 pm
@Matt
thank you for your answer. That's what I thought. Perhaps it is possible to add this event (like 'NOTIFY_VOLUME_CHANGED') in a next release.

I realy love the Api (...and hate polling  :-X). 
Title: Re: [Feature Request] new event: NOTIFY_POSITION_CHANGED (MJPlayback)
Post by: Messiahs on November 09, 2007, 10:45:40 am
bump to JR....
Title: Re: [Feature Request] new event: NOTIFY_POSITION_CHANGED (MJPlayback)
Post by: Matt on November 09, 2007, 05:08:49 pm
Is it enough to know when the playing track changed, or do you need to know about the "manually" as well?

The "manually" part is tricky since there are so many ways to control MC. (remote server, user input, remote control, etc. -- hard to know what is considered manual)
Title: Re: [Feature Request] new event: NOTIFY_POSITION_CHANGED (MJPlayback)
Post by: Messiahs on November 09, 2007, 05:15:18 pm
hi Matt,

i need to know if the (progress-) slider is changed manually. i think it's the same like "volume changed"  ('NOTIFY_VOLUME_CHANGED') , or ?