Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddTVShowOptions ¶
type AddTVShowRequest ¶
type AddTVShowRequest struct {
Title string `json:"title"`
TitleSlug string `json:"titleSlug"`
Images []TVShowImage `json:"images"`
QualityProfileID int `json:"qualityProfileId"`
LanguageProfileID int `json:"languageProfileId"`
TVDBID int `json:"tvdbId"`
RootFolderPath string `json:"rootFolderPath"`
Monitored bool `json:"monitored"`
AddOptions AddTVShowOptions `json:"addOptions"`
Year int `json:"year"`
Seasons []*TVShowSeason `json:"seasons"`
}
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) GetFolders ¶
func (*Client) GetProfile ¶ added in v0.1.1
type TVShow ¶
type TVShow struct {
Title string `json:"title"`
TitleSlug string `json:"titleSlug"`
Year int `json:"year"`
PosterURL string `json:"remotePoster"`
TVDBID int `json:"tvdbId"`
Images []TVShowImage `json:"images"`
Seasons []*TVShowSeason `json:"seasons"`
}
type TVShowImage ¶
type TVShowSeason ¶
Click to show internal directories.
Click to hide internal directories.