upnext

package
v0.1.106 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 8, 2024 License: MIT Imports: 0 Imported by: 0

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"`
	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

type Payload

type Payload struct {
	CurrentEpisode Episode `json:"current_episode"`
	NextEpisode    Episode `json:"next_episode"`
	PlayURL        string  `json:"play_url"`
}

Payload info https://github.com/im85288/service.upnext/wiki/Integration

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL