Documentation ¶ Index ¶ Variables func GetMedia(MediaBaseURL, ImageBaseURL *url.URL) (*xspf.PlayList, error) func WriteToStdout() error type ImageFS func (ifs *ImageFS) Open(name string) (http.File, error) type MediaFS func (mfs *MediaFS) Open(name string) (http.File, error) Constants ¶ This section is empty. Variables ¶ View Source var ( MediaDir string NoTag bool NoRecursive bool ) Global flags set in main function. Functions ¶ func GetMedia ¶ func GetMedia(MediaBaseURL, ImageBaseURL *url.URL) (*xspf.PlayList, error) func WriteToStdout ¶ func WriteToStdout() error Types ¶ type ImageFS ¶ type ImageFS struct { Mfs *MediaFS } func (*ImageFS) Open ¶ func (ifs *ImageFS) Open(name string) (http.File, error) type MediaFS ¶ type MediaFS struct { Fs http.FileSystem } func (*MediaFS) Open ¶ func (mfs *MediaFS) Open(name string) (http.File, error) Source Files ¶ View all Source files globals.go handler.go imagefs.go mediafs.go metadata.go Click to show internal directories. Click to hide internal directories.