1672 Playlist identification in NotifyPlaylist
Posted: Mon Nov 18, 2013 4:16 pm
Is there any way to identify the playlist in MM which is being sync'd to the device but not by using the name?
The signature looks like ...
Clearly the M3UFileName can identify the playlist name. I have users that have playlists with the same name but in different folders. At present I can differentiate if they have different track lengths.
Any other ideas?
The signature looks like ...
Code: Select all
procedure DEVICE_NotifyPlaylist( DeviceHandle : integer; M3UFileName, M3UTitle : PWideChar;
TrackCount : integer; Tracks : PWideCharArr; M3UPath: PWideChar); stdcall;
Any other ideas?