# Playliste starten set playlistname to "BGM 1" tell application "Music" stop if exists (some user playlist whose name is playlistname) then play the playlist named playlistname set trackName to the name of current track else set trackName to "Playlist not found!" end if end tell return trackName