-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
I don't know if it's supposed to be there, but there is no artist info in either status or track info output.
EG:
spogo status --json
{
"is_playing": true,
"progress_ms": 0,
"item": {
"id": "2dC1zzwMHErpz5Xr0q8QYF",
"uri": "spotify:track:2dC1zzwMHErpz5Xr0q8QYF",
"name": "One Thing",
"type": "track",
"url": "https://open.spotify.com/track/2dC1zzwMHErpz5Xr0q8QYF"
},
"device": {
"id": "REDACTED",
"name": "S24 Ultra",
"type": "SMARTPHONE",
"volume_percent": 65535,
"is_active": true,
"is_restricted": false
},
"shuffle": false,
"repeat": ""
}
spogo track info 2dC1zzwMHErpz5Xr0q8QYF --json
{
"id": "2dC1zzwMHErpz5Xr0q8QYF",
"uri": "spotify:track:2dC1zzwMHErpz5Xr0q8QYF",
"name": "One Thing",
"type": "track",
"url": "https://open.spotify.com/track/2dC1zzwMHErpz5Xr0q8QYF",
"album": "One Thing"
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels