Documentation
¶
Overview ¶
Package discdb provides a simple interface for reading metadata from a Blu-ray or DVD that can be used to identify the disc information.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HashMediaDisc ¶
HashMediaDisc returns a DiscHashInfo containing the hash of the media disc.
Types ¶
type Title ¶
type Title struct {
Index int `json:"Index"`
Comment string `json:"Comment"`
SourceFile string `json:"SourceFile"`
SegmentMap string `json:"SegmentMap"`
Duration string `json:"Duration"`
Size int64 `json:"Size"`
DisplaySize string `json:"DisplaySize"`
Item Item `json:"Item"`
Tracks []Track `json:"Tracks"`
}
type Track ¶
type Track struct {
Index int `json:"Index"`
Name string `json:"Name"`
Type string `json:"Type"`
Resolution string `json:"Resolution,omitempty"`
AspectRatio string `json:"AspectRatio,omitempty"`
AudioType string `json:"AudioType,omitempty"`
LanguageCode string `json:"LanguageCode,omitempty"`
Language string `json:"Language,omitempty"`
}
Directories
¶
| Path | Synopsis |
|---|---|
|
Package discdbdata provides an embedded copy of the data from [TheDiscDb].
|
Package discdbdata provides an embedded copy of the data from [TheDiscDb]. |
Click to show internal directories.
Click to hide internal directories.