python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
When you get the tracks from the global playlist from Itunes/AppLe Music with Applescript how do you get only filetracks
When you get the tracks from the global playlist from Itunes/Apple Music with Applescript how do you get only filetracks
e.g
I can do
return tracks of playlist 1
but that will return all tracks inclu...
Paul Taylor
Votes: 0
Answers: 2
What is the difference and typical use between the id, database id and persistent id properties of tracks in iTunes and Apple Music
On MacoS the properties of a filetrack object retrieved from iTunes or the newer Apple Music app show it has three similar properties
id
database id
persistent id
What is the difference and typical ...
Paul Taylor
Votes: 0
Answers: 0
How to get a podcast episode by its id in the iTunes API?
https://podcasts.apple.com/us/podcast/all-in-with-chamath-jason-sacks-friedberg/id1502871393?i=1000538031954 is a podcast episode. Its ID is: 1000538031954.
I'd like to get this episode's info and met...
Mohamed Oun
Votes: 0
Answers: 1
How can I delete Apple Music tracks from my Library using AppleScript?
My Apple Music library is too big. I want to weed it out by removing a whole load of tracks that I have never listened to. I already did the same thing successfully with playlists but my script isn't ...
adrianclark
Votes: 0
Answers: 1