Documentation
¶
Overview ¶
Package media manages video library functionality.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Library ¶
type Library struct { Paths map[string]*Path Videos map[string]*Video // contains filtered or unexported fields }
Library manages importing and retrieving video data.
type Playlist ¶
type Playlist []*Video
Playlist holds an array of videos capable of sorting by Timestamp.
Click to show internal directories.
Click to hide internal directories.