node-pyatv icon indicating copy to clipboard operation
node-pyatv copied to clipboard

Adding missing attributes from atvscript

Open maxileith opened this issue 1 year ago • 0 comments

Hi @sebbo2002,

I just wanted to ask if you could add the attributes season_number, series_name and episode_number to this library. I actually have never seen them have a value besides null, but I assume season_number and episode_number would be integers and series_name a string.

I know this sound weird because I have never seen any actual values but I would love to see this library be complete.

atvscript output:

{
    "result": "success",
    "datetime": "2024-10-01T20:32:46.708220+02:00",
    "hash": "j41OXof0i::cxIVjM4rB",
    "media_type": "music",
    "device_state": "paused",
    "title": "In the Air Tonight",
    "artist": "Phil Collins",
    "album": "Face Value (Deluxe Edition)",
    "genre": "Rock",
    "total_time": 335,
    "position": 100,
    "shuffle": "songs",
    "repeat": "all",
    "series_name": null,
    "season_number": null,
    "episode_number": null,
    "content_identifier": null,
    "app": "Musik",
    "app_id": "com.apple.TVMusic"
}

maxileith avatar Oct 01 '24 18:10 maxileith