INTERACT FORUM
Windows => Plug-in Development => Topic started 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 ?
-
I consider it a bug and raised it a while ago, I'd suggest you find a way around it rather than wait.
Craig
-
bump...
-
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.
-
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" ? ;-)
-
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.
-
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.