Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddMovieOptions ¶
type AddMovieOptions struct {
SearchForMovie bool `json:"searchForMovie"`
}
type AddMovieRequest ¶
type AddMovieRequest struct {
Title string `json:"title"`
TitleSlug string `json:"titleSlug"`
Images []MovieImage `json:"images"`
QualityProfileID int `json:"qualityProfileId"`
LanguageProfileID int `json:"languageProfileId"`
TMDBID int `json:"tmdbId"`
RootFolderPath string `json:"rootFolderPath"`
Monitored bool `json:"monitored"`
AddOptions AddMovieOptions `json:"addOptions"`
Year int `json:"year"`
}
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) GetFolders ¶
func (*Client) GetProfile ¶ added in v0.1.1
type Movie ¶
type MovieImage ¶
Click to show internal directories.
Click to hide internal directories.