Skip to content

Undocumented hasScheduledVideos parameter #339

@Pigamer37

Description

@Pigamer37

There's an undocumented property on the meta object's video object's behaviorHints object:

``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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions