Hello,
I'm writing some Cocoa code and having trouble with the iTunes track persistent IDs returned by Scripting Bridge and Distributed Notifications.
Taking one track as an example - in a Scripting Bridge call I get the following values:
Persistent ID: 2FBA59E028DC5E51 (NSString) - Hexadecimal?
...but from a Distributed Notification for the same track I get the following values:
Persistent ID: 3439160084743872081 (NSString)
Can anyone help me to get the two values match up?
Thanks