Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Metadata ¶
type Metadata struct {
Title string `box:"\xa9nam"`
Artist string `box:"\xa9ART"`
Album string `box:"\xa9alb"`
Description string `box:"desc"`
Copyright string `box:"\xa9cpy"`
Released time.Time `box:"\xa9day"`
}
Metadata contains common metadata fields.
Jellyfin:
See: https://github.com/jellyfin/jellyfin/blob/1dd3792984416e5ff365cd259b270eab94c0cd5a/MediaBrowser.Providers/MediaInfo/FFProbeVideoInfo.cs#L31 See: https://github.com/jellyfin/jellyfin/blob/bf00899f92881c987f019ad7d20f0cef42d4e3e7/MediaBrowser.MediaEncoding/Probing/ProbeResultNormalizer.cs#L1212
- Name
- Overview
- Cast
- Official rating
- Genres
- Studios
Kodi:
See: https://kodi.wiki/view/Video_file_tagging
- Album
- Artist
- Writing Credits
- Year
- Genre
- Plot
- Plot Outline
- Title
- Track
Audiobookshelf:
See: https://www.audiobookshelf.org/docs#book-audio-metadata
- Author
- Title
- Subtitle
- Publisher
- Published year
- ...
Click to show internal directories.
Click to hide internal directories.