View Issue Details

IDProjectCategoryView StatusLast Update
0006712MMW v4Framework: Scripts/Extensionspublic2013-07-20 08:12
Reporterzvezdan Assigned To 
PrioritynormalSeverityfeatureReproducibilityN/A
Status closedResolutionfixed 
Product Version4.0 
Target Version4.1Fixed in Version4.1 
Summary0006712: ISDBApplicationEvents::OnPlaylistModified event needed
DescriptionWe need a possibility to detect when some playlist is changed, at least for the static one. Similar to ISDBApplicationEvents::OnNowPlayingModified, but should have an argument of SDBPlaylist.
Additional InformationSimilar request by trixmoto for OnPlaylistAdd: http://www.mediamonkey.com/forum/viewtopic.php?p=52588#p52588. However, removed tracks from playlists are also important for respond within an event.

http://www.mediamonkey.com/forum/viewtopic.php?f=2&t=56906
TagsNo tags attached.
Fixed in build1648

Relationships

related to 0011058 assignedLudek Database trigger to raise new API event needed 
parent of 0011095 assignedLudek OnPlaylistModified event should fire when QueryData is changed by some script 
related to 0007678 closedLudek ISDBApplicationEvents::OnPlaylistAdded and OnPlaylistRemoved events needed 
related to 0010632 closedLudek SDBPlaylist::LastModified 
Not all the children of this issue are yet resolved or closed.

Activities

zvezdan

2013-07-12 09:13

updater   ~0036831

This is quote from the another issue:
http://www.ventismedia.com/mantis/view.php?id=10632#c36829

"No, delphi code currently doesn't change the LastModified property, DB triggers change it and delphi just reads LastModified from DB. Let's keep it tracked as 0006712"

@Ludek: I am just wondering when your Delphi code reads LastModified from DB, i.e. in which occasions? Maybe you could raise the suggested event in that places of your code if the property is changed? How much this property is up-to-date to the modifications?

Ludek

2013-07-15 19:56

developer   ~0036864

Added in build 1648 and documented:
http://www.mediamonkey.com/wiki/index.php/ISDBApplicationEvents::OnPlaylistChanged

zvezdan

2013-07-20 08:12

updater   ~0036938

Verified in 1650. Many thanks!