Documentation
¶
Index ¶
Constants ¶
View Source
const ( WEBSERVICE = "webservice" COMMAND = "command" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GuessResult ¶
type GuessResult struct {
AudioChannels string `json:"audioChannels"`
AudioCodec string `json:"audioCodec"`
Container string `json:"container"`
EpisodeNumber int64 `json:"episodeNumber"`
Format string `json:"format"`
MimeType string `json:"mimetype"`
ReleaseGroup string `json:"releaseGroup"`
ScreenSize string `json:"screenSize"`
Season int64 `json:"season"`
Series string `json:"series"`
Title string `json:"title"`
Type string `json:"type"`
VideoCodec string `json:"videoCodec"`
Year int `json:"year"`
}
Click to show internal directories.
Click to hide internal directories.