OnTrackProperties is not called when WiFi sync [#13416]

This forum is for reporting bugs in MediaMonkey for Windows 4. Note that version 4 is no longer actively maintained as it has been replaced by version 5.

Moderator: Gurus

eucal
Posts: 8
Joined: Tue Mar 11, 2014 8:42 am

OnTrackProperties is not called when WiFi sync [#13416]

Post by eucal »

Hi,

For me, the OnTrackProperties is not called when updating track metadata via WiFi Sync.
The Play Counter is updated correctly, though.

Steps to reproduce:
  • Install the following script into your Scripts/Auto folder. It displays a message box when OnTrackProperties is first called.

    Code: Select all

    Option Explicit
    
    Sub OnWifiTrackProperties(tracks)
    	SDB.MessageBox "Test successful!", mtInformation, Array(mbOk)
    	Script.UnRegisterEvents SDB
    End Sub
    
    Sub OnStartUp
    	Script.RegisterEvent SDB, "OnTrackProperties", "OnWifiTrackProperties"
    End Sub
    
  • (Re-)start MMW
  • Play some files on MMA
  • Try to sync play counts back to MMW via WiFi sync
  • A message box should appear, but it doesn't
MMW 4.1.13.1801
MMA 1.2.0.0607
Peke
Posts: 17486
Joined: Tue Jun 10, 2003 7:21 pm
Location: Earth
Contact:

Re: OnTrackProperties is not called when syncing files via W

Post by Peke »

added as http://www.ventismedia.com/mantis/view.php?id=13416

The bug reported is fixed in our latest beta release.
Best regards,
Peke
MediaMonkey Team lead QA/Tech Support guru
Admin of Free MediaMonkey addon Site HappyMonkeying
Image
Image
Image
How to attach PICTURE/SCREENSHOTS to forum posts
Post Reply