You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
return [selfjsonForCode:[NSStringstringWithFormat:@"tell application \"iTunes\"\n properties of first item of (tracks whose persistent ID is \"%@\")\n end tell",pid]];
return [selfresultAsPath:[NSStringstringWithFormat:@"tell application \"iTunes\"\n location of first item of (tracks whose persistent ID is \"%@\")\n end tell",pid]];
731
+
return [selfcopyResultAsString:[NSStringstringWithFormat:@"tell application \"iTunes\"\n location of first item of (tracks whose persistent ID is \"%@\")\n end tell",pid]];
return [selfjsonForCode:[NSStringstringWithFormat:@"tell application \"iTunes\"\n properties of first item of (tracks of (first item of (playlists whose persistent ID is \"%@\")) whose persistent ID is \"%@\")\n end tell",pid,tid]];
return [selfresultAsPath:[NSStringstringWithFormat:@"tell application \"iTunes\"\n location of first item of (tracks of (first item of (playlists whose persistent ID is \"%@\")) whose persistent ID is \"%@\")\n end tell",pid,tid]];
748
+
return [selfcopyResultAsString:[NSStringstringWithFormat:@"tell application \"iTunes\"\n location of first item of (tracks of (first item of (playlists whose persistent ID is \"%@\")) whose persistent ID is \"%@\")\n end tell",pid,tid]];
0 commit comments