itunes export XML library to DJ Software - showing old playlists

My DJ Software Rekordox shows itunes (12.9.2.5) playlists which dont exist any longer and were already deleted. Rekordbox stills shows playlists which I already deleted in the itunes app before.


I choosed the right path for the itunes XML file and the optiion of sharing this is also activated in itunes.


I got two other dj softwares installed. They also show exactly the same playlist which dont exist in itunes any longer.

Posted on May 14, 2019 12:14 PM

Reply
5 replies

May 15, 2019 11:32 AM in response to johannes_123

Both playlists look like they might be video related. If you're looking in the Music area of your library they might not show. Alternatively you can copy and paste this into the Script Editor and run it to delete the two lists.



-- Kill Playlist By Name - 2019-05-15

tell application "iTunes"

try

set p to playlist ("EyeTV")

delete p

end try

try

set p to playlist ("Stromvideos")

delete p

end try

end tell




tt2

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

itunes export XML library to DJ Software - showing old playlists

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.