Overview
Get Media Videos is a Shortcuts action provided by Callsheet. Given a movie or TV show, it fetches the associated videos from TMDB — trailers, teasers, clips, and more — returning a list of results each with a name, type, and URL.
People do not have videos; this action only supports movies and TV shows.
Inputs
There are two ways to provide the item to look up.
Option 1 — Search Result
Result
Media Search Result
A result from the Perform Search action.
When provided, Media Type and ID are not needed.
Option 2 — Media Type & ID
Media Type
Enum
The kind of item to look up. Must be
Movie or TV Show —
people do not have videos.
ID
Integer
The TMDB numeric ID for the item. You can find this in the URL on
themoviedb.org
(e.g.,
tmdb.org/movie/1669 → ID is 1669).
Output
Returns a list of Media Video Result items. Each item contains:
Note
Only videos with a valid URL are included in the results. The list may be empty if
TMDB has no videos on file for the item.
Name
Text
The title of the video, e.g. Official Trailer.
Type
Text
The kind of video, some examples include: Trailer, Teaser, Clip, or Featurette.
URL
URL
A link to watch the video.