Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AlbumArt ¶
type AlbumArt struct { TempDir string Fullpath string WithParentDir bool Source string Ffmpeg interface { OptimizeAlbumArt(s, d string) (string, error) Exec(args ...string) (string, error) } Ffprobe interface { EmbeddedImage() (int, int, bool) GetData(filePath string) (*ffprobe.Data, error) } ImgDecode func(r io.Reader) (image.Config, string, error) }
Click to show internal directories.
Click to hide internal directories.