View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006712 | MMW v4 | Framework: Scripts/Extensions | public | 2010-11-18 20:13 | 2013-07-20 08:12 |
Reporter | zvezdan | Assigned To | |||
Priority | normal | Severity | feature | Reproducibility | N/A |
Status | closed | Resolution | fixed | ||
Product Version | 4.0 | ||||
Target Version | 4.1 | Fixed in Version | 4.1 | ||
Summary | 0006712: ISDBApplicationEvents::OnPlaylistModified event needed | ||||
Description | We 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 Information | Similar 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 | ||||
Tags | No tags attached. | ||||
Fixed in build | 1648 | ||||
related to | 0011058 | assigned | Ludek | Database trigger to raise new API event needed |
parent of | 0011095 | assigned | Ludek | OnPlaylistModified event should fire when QueryData is changed by some script |
related to | 0007678 | closed | Ludek | ISDBApplicationEvents::OnPlaylistAdded and OnPlaylistRemoved events needed |
related to | 0010632 | closed | Ludek | SDBPlaylist::LastModified |
Not all the children of this issue are yet resolved or closed. |
|
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? |
|
Added in build 1648 and documented: http://www.mediamonkey.com/wiki/index.php/ISDBApplicationEvents::OnPlaylistChanged |
|
Verified in 1650. Many thanks! |