-
Notifications
You must be signed in to change notification settings - Fork 317
Open
Description
There's an undocumented property on the meta object's video object's behaviorHints object:
stremio-addon-sdk/docs/api/responses/meta.md
Lines 47 to 49 in 3950d57
| ``behaviorHints`` - _all are optional_ - object, supports the properties: | |
| - ``defaultVideoId`` - string, set to a [``Video Object``](#video-object) id in order to open the Detail page directly to that video's streams |
I found it by looking closely at a Cinemeta response, and this value seems to be responsible for the
UPCOMING tag showing up on upcoming episodes:
"behaviorHints": {
"hasScheduledVideos": true
}From the little testing I've done (I made sure to add the item to my library), it seems like this doesn't add the episodes to the calendar, though.
Metadata
Metadata
Assignees
Labels
No labels