Skip to content

Missing Artist from Status and TrackInfo #4

@icemouton

Description

@icemouton

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"
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions