You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that Apple TV integration supports Deep Links, would be great to add metadata key in card_item as this is the only way go build a working Plex deep link, like this one:
card_item = {}
if 'ratingKey' in media:
key = media['ratingKey']
+ card_item['key'] = media.get('ratingKey', '')
else:
continue
if 'addedAt' in media:
The big interest of Plex deep links thru Apple TV media_player is that they are much more reliable than Plex media_player integration, where the connection between server and client is hazardous.
The text was updated successfully, but these errors were encountered:
Now that Apple TV integration supports Deep Links, would be great to add metadata key in card_item as this is the only way go build a working Plex deep link, like this one:
I've tested a patch in sensor.py that works well:
The big interest of Plex deep links thru Apple TV media_player is that they are much more reliable than Plex media_player integration, where the connection between server and client is hazardous.
The text was updated successfully, but these errors were encountered: