1.1 KiB
Meta Links
Stremio supports the following meta links as of Dec 2019:
-
stremio:///search?search=${query}- opens the Search page with the set${query} -
stremio:///discover/${transportUrl}/${type}/${catalogId}?${extra}- opens the Discover page for the addon that has${transportUrl}(URL to an addon'sManifest), with theCatalogwhich has the id${catalogId}and the type${type}, the?${extra}is optional and refers toCatalog Extra Parametersthat should be passed as aQuery String -
stremio:///detail/${type}/${id}- opens the Detail page for theMeta Objectwith the id${id}and the type${type} -
stremio:///detail/${type}/${id}/${videoId}- opens the Detail page with Streams open for theVideowith the id${videoId}for theMeta Objectwith the id${id}and the type${type}
If you think Stremio should add another meta link, feel free to open an issue on this repository.