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 including those on the cloud, I only want the one that are actually stored on the harddrive
I see you can use a filter but how do I filter to only retrieve filetracks ?