moviedb

package
v0.1.2 Latest Latest
Warning

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

Go to latest
Published: Jan 25, 2025 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DB

type DB interface {
	FuzzySearchTitle(q string) ([]*Metadata, error)
}

type IMDb

type IMDb struct {
	// contains filtered or unexported fields
}

func NewIMDb

func NewIMDb() *IMDb

func (*IMDb) FuzzySearchTitle

func (s *IMDb) FuzzySearchTitle(q string) ([]*Metadata, error)

type Metadata

type Metadata struct {
	Name string
	Year int
	Tag  string
}

Jump to

Keyboard shortcuts

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