identify-media
Version:
Analyse file path and content to make search criteria for media APIs
8 lines (6 loc) • 417 B
text/typescript
export * from "./types";
export {default as searchTmdb} from "./search";
export {default as getTmdbExternalIds} from "./getExternalIDs";
export {default as findTmdbViaExternalId} from "./find";
export {default as getTmdbConfiguration} from "./getConfig";
export {mapAnalysedMedia as mapTmdbQuery, isSameQuery as isSameTmdbQuery, mapSearchResult as mapTmdbResult, mapFindResult as mapTmdbFindResult} from "./mapper";