Type in your question below and we'll check to see what answers we can find...
Loading article...
Submitting...
If you couldn't find any answers in the previous step then we need to post your question in the community and wait for someone to respond. You'll be notified when that happens.
Simply add some detail to your question and refine the title if needed, choose the relevant category, then post.
Before we can post your question we need you to quickly make an account (or sign in if you already have one).
Don't worry - it's quick and painless! Just click below, and once you're logged in we'll bring you right back here and post your question. We'll remember what you've already typed in so you won't have to do it again.
Please see below the most popular frequently asked questions.
Loading article...
Loading faqs...
Please see below the current ongoing issues which are under investigation.
Loading issue...
Loading ongoing issues...
Plan
Premium
Country
Argentina
Device
MacBook Pro 2017 Retina
Operating System
High Sierra
My Question or Issue
AppleScript is not returning current song correctly. The last build from Apr 23th Broke it. The script in question is the following:
if application "Spotify" is running then
tell application "Spotify"
return (get artist of current track) & " – " & (get name of current track)
end tell
else
return "Spotify"
end if
return
get artist of current track is not working anymore.
If you are going to force us to update, please next time don't break things.
Thanks in advance.
Solved! Go to Solution.
Yes, same here :((( It's working randomly now... Version: 1.1.31.703.g256add22
This is a debug of all properties of the current track on spotify... some data is loaded and other doesn't...
I have the same issue here. From what I can observe on my machine it's dependent on the origin of the current song. For songs that get autoqueued after the last song of a playlist it works almost perfectly. But as soon as I manually chose a song I don't get an output anymore.
Same here. does anyone know how long these things take to get fixed?
I played along with this and it seems that it in:
1. When Pause/Unpause Artis name and Title is not there
2. When switching tracks using next/previous song buttons Artist Name and Title is not there
3. When switching to a new song by double clicking on it on the list - Artist name and title is not there
4. When song ends and next is played - Artist name and title is there
in all above cases I've observed that album name is present.
Disclaimer, there might be more values missing, I've only checked for album name, artist name and song title
Also the behaviour I'm observing (using AppleScript through Hammerspoon).
... new version "1.1.33.569.gced9e0f5"... and still broke!!
😖
Bump; Has there been any update to this? 😞
confirmed!!... now it's fine...
I am still seeing some issues on 1.1.38.558.g4b100958...
The problem seems to stem from the "starred" property which causes fetching all properties to fail as well. This field is still documented in the Spotify library, but I would guess that it is a deprecated field from the old liking system (probably years old at this point). The library documentation should probably be updated and accessing the field should either fail because it doesn't exist, or should return a default value or something.
Screenshots:
Hey there you, Yeah, you! 😁 Welcome - we're glad you joined the Spotify Community! While you here, let's have a fun game and get…