Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrNoTitle = errors.New("no title found") ErrMultipleTitles = errors.New("multiple titles found") ErrNoWidth = errors.New("no width found") ErrMultipleWidths = errors.New("multiple widths found") ErrInvalidWidth = errors.New("invalid width, must be a positive integer") ErrNoHeight = errors.New("no height found") ErrMultipleHeights = errors.New("multiple heights found") ErrInvalidHeight = errors.New("invalid height, must be a positive integer") ErrMultipleEditions = errors.New("multiple editions found") )
Functions ¶
Types ¶
type Nfo ¶
type Nfo interface {
// contains filtered or unexported methods
}
Nfo will always be an instance of *Movie, *TvShow, or *Episode.
type WithDimensions ¶
An NFO file with dimensions.
type WithEdition ¶ added in v0.4.4
An NFO file that (optionally) contains an edition.
type WithGeneres ¶
An NFO file with genres.
Click to show internal directories.
Click to hide internal directories.