INTERACT FORUM

Windows => Plug-in Development => Topic started by: Messiahs on September 10, 2007, 08:32:10 am

Title: [Feature Request] or [Bug] Playing Now and events
Post by: Messiahs on September 10, 2007, 08:32:10 am
If i add a file to 'Playing now' a event is fired ("MCC: NOTIFY_PLAYLIST_FILES_CHANGED" and "MCC: NOTIFY_PLAYLIST_PROPERTIES_CHANGED"), but when i delete a file from 'Playing now' no event is fired.

If i access a smartlist via SDK only "old" files are shown...

small Bug or feature ?
Title: Re: Playing Now and events
Post by: Craig on September 10, 2007, 10:00:31 am
I consider it a bug and raised it a while ago, I'd suggest you find a way around it rather than wait.

Craig
Title: Re: [Feature Request] or [Bug] Playing Now and events
Post by: Messiahs on November 09, 2007, 10:46:55 am
bump...
Title: Re: [Feature Request] or [Bug] Playing Now and events
Post by: Matt on November 16, 2007, 10:00:54 am
Playing Now is not a playlist, so won't issue these notifications.

If you're getting a playlist changed notification, it's probably because a "Recent Playing Now" entry was created.
Title: Re: [Feature Request] or [Bug] Playing Now and events
Post by: Messiahs on November 16, 2007, 10:07:00 am
Hi Matt,

it is possible to add these event(s) (add/delete file from playing now) in a update ?

Perhaps with the event "NOTIFY_PROGRESSSLIDER_CHANGED" ? ;-)

Title: Re: [Feature Request] or [Bug] Playing Now and events
Post by: Doof on January 27, 2008, 01:03:48 pm
it is possible to add these event(s) (add/delete file from playing now) in a update ?

Any chance these events could be added?  I could really use them. I can make do with a timer, but it's not very elegant.
Title: Re: [Feature Request] or [Bug] Playing Now and events
Post by: Messiahs on February 01, 2008, 10:00:20 am
Quote from: Doof
Any chance these events could be added?  I could really use them. I can make do with a timer, but it's not very elegant.

And please the possibility to update a smartlist via SDK.