Documentation
¶
Index ¶
- func IsAudio(path string) bool
- func IsBook(path string) bool
- func IsMedia(path string) bool
- func IsMovie(path string) bool
- func IsMusic(path string) bool
- func IsTV(path string) bool
- func IsVideo(path string) bool
- func MediaType(path string) string
- func MimeType(path string) string
- type Audio
- type Book
- type File
- type Movie
- type Music
- type TV
- type Video
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Music ¶
type Music struct {
Audio
Artist string
Album string
Title string
Disc string
Number string
MBID string
}
Holds data related to a Music file
Click to show internal directories.
Click to hide internal directories.