Callsheet App Icon

URL Schemes

Callsheet

Callsheet responds to the following callsheet:// URLs. They can be used from Shortcuts, automations, browser bookmarks, or anywhere else on your device that can open a URL.

Search

callsheet://search/{mediaType}?q={query}&season={seasonNumber}&episode={episodeNumber}

Performs a search for the given media. Only mediaType and query are required.

mediaType Required Required, but currently ignored. May not be ignored in the future.
query Required The search string to use.
seasonNumber Optional Season number to open once a TV show is selected from the search results.
episode Optional Episode number (1-based) to open once a TV show is selected from the search results.

Control

callsheet://activateInput

Opens the app and makes the search box active, so it's ready to accept typed input.

callsheet://stopLiveActivity

Stops any active Live Activity.

Open & Show Details

callsheet://open/{mediaType}/{id}

Shows details for the given media.

mediaType Required One of person, tv, or movie.
id Required Integer. The TMDB ID of the item.

callsheet://open/tv/{id}/season/{seasonNumber}

Shows details about a given TV season.

id Required Integer. The TMDB ID for the TV show.
seasonNumber Required Integer. Season number — e.g. 1, 2, etc.

callsheet://open/tv/{id}/season/{seasonNumber}/episode/{episodeNumber}

Shows details about a given TV episode.

id Required Integer. The TMDB ID for the TV show.
seasonNumber Required Integer. Season number — e.g. 1, 2, etc.
episodeNumber Required Integer (1-based). Episode number, where the first episode in the season is 1.

Debugging

Note These schemes are intended for debugging purposes only, and may change or be removed at any time.

callsheet://pins

Shows a list of all pin lists and their associated pins.

callsheet://subs

Shows subscription information.

callsheet://logs

Shows internal logs.