metadata

package module
v0.0.0-...-e664854 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 14, 2023 License: MIT Imports: 11 Imported by: 0

README

FilmSort Metadata API

Service.Metadata

Provides metadata from various providers.

Can lookup metadata with IMDb id (ie. tt1234567) or video filename. IMDb id takes precedence and precludes filename matching.

Endpoint

https://us-west1-filmsort-354303.cloudfunctions.net/service-metadata

GET Parameters
Parameter Type Required
apikey string yes
imdbid string imdbid or filename
filename string imdbid or filename
nocache bool no
Output
Parameter Type
data Data
error string
Data
Parameter Type
imdbid string
tmdbid int
title string
year int
ratings {string: Rating}
poster string
Rating
Parameter Type
rating float
votes int

Documentation

Overview

Package metadata is entry point of google cloud function

Directories

Path Synopsis
Package main loads functions framework testing server
Package main loads functions framework testing server
providers
package providers contains metadata gatherers
package providers contains metadata gatherers
package test contains data used for mocking http services
package test contains data used for mocking http services

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL