Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Art ¶
type Art struct { Thumb string `json:"thumb"` TVShowClearArt string `json:"tvshow.clearart"` TVShowClearLogo string `json:"tvshow.clearlogo"` TVShowFanart string `json:"tvshow.fanart"` TVShowLandscape string `json:"tvshow.landscape"` TVShowPoster string `json:"tvshow.poster"` }
Art info https://github.com/im85288/service.upnext/wiki/Integration
type Episode ¶
type Episode struct { EpisodeID string `json:"episodeid"` TVShowID string `json:"tvshowid"` Title string `json:"title"` Art Art `json:"art"` Season string `json:"season"` Episode string `json:"episode"` ShowTitle string `json:"showtitle"` Plot string `json:"plot"` Playcount int `json:"playcount"` Rating int `json:"rating"` FirstAired string `json:"firstaired"` Runtime int `json:"runtime"` }
Episode info https://github.com/im85288/service.upnext/wiki/Integration
Click to show internal directories.
Click to hide internal directories.