Replies: 1 comment 6 replies
-
There is no exposed API currently in EDIT: Yep indeed ./spanalyse 'hm://album/v1/album-app/album/60ebcbe61027404db5c0e11f6e1affff/desktop' | jq | grep -C 4
"explicit": true,
"name": "Speak To Me - 2011 Remastered Version",
"number": 1,
"playable": true,
"playcount": 57523133,
"popularity": 55,
"uri": "spotify:track:4rQYDXfKFikLX4ad674jhg"
},
{
--
"explicit": false,
"name": "Breathe (In The Air) - 2011 Remastered Version",
"number": 2,
"playable": true,
"playcount": 153682299,
"popularity": 62,
"uri": "spotify:track:3zJRvtQkHQRTNEXSY8jQPR"
},
{
--
"explicit": false,
"name": "On The Run - 2011 Remastered Version",
"number": 3,
"playable": true,
"playcount": 60416612,
"popularity": 55,
"uri": "spotify:track:51rylCDfKusBQcpo2iem6u"
},
{
--
"explicit": false,
"name": "Time - 2011 Remastered Version",
"number": 4,
"playable": true,
"playcount": 188352473,
"popularity": 64,
"uri": "spotify:track:4xHWH1jwV5j4mBYRhxPbwZ"
},
{
--
"explicit": false,
"name": "The Great Gig In The Sky - 2011 Remastered Version",
"number": 5,
"playable": true,
"playcount": 123005140,
"popularity": 61,
"uri": "spotify:track:25tZHMv3ctlzqDaHAeuU9c"
},
{
--
"explicit": false,
"name": "Money - 2011 Remastered Version",
"number": 6,
"playable": true,
"playcount": 291701607,
"popularity": 66,
"uri": "spotify:track:7Gx2q0ueNwvDp2BOZYGCMO"
},
{
--
"explicit": false,
"name": "Us And Them - 2011 Remastered Version",
"number": 7,
"playable": true,
"playcount": 99483172,
"popularity": 58,
"uri": "spotify:track:626wlz3bovvpH06PYht5R0"
},
{
--
"explicit": false,
"name": "Any Colour You Like - 2011 Remastered Version",
"number": 8,
"playable": true,
"playcount": 56500397,
"popularity": 55,
"uri": "spotify:track:1wGoqD0vrf7njGvxm8CEf5"
},
{
--
"explicit": false,
"name": "Brain Damage - 2011 Remastered Version",
"number": 9,
"playable": true,
"playcount": 101872818,
"popularity": 59,
"uri": "spotify:track:7EUEl5wJb8VI777UAUvRnH"
},
{
--
"explicit": false,
"name": "Eclipse - 2011 Remastered Version",
"number": 10,
"playable": true,
"playcount": 60710107,
"popularity": 56,
"uri": "spotify:track:3Z2RsIdWm4BNbT0LsFBuoN"
}
] So tl;dr |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'd like to get a track's total play count from Spotify. That's not possible with the official Web API, but it is something that the Official Desktop Client displays.
Is a track's play count available through this library?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions