model

package
v0.0.0-...-ad77559 Latest Latest
Warning

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

Go to latest
Published: Aug 3, 2020 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

Functions

This section is empty.

Types

type Episode

type Episode = mainModel.Episode

type Language

type Language = mainModel.Language

type Newznab

type Newznab struct {
	newznab.NZB
}

type NewznabCategory

type NewznabCategory string
const (
	NewznabCategoryTvAll        NewznabCategory = "TV_ALL"
	NewznabCategoryTvForeign    NewznabCategory = "TV_FOREIGN"
	NewznabCategoryTvSd         NewznabCategory = "TV_SD"
	NewznabCategoryTvHd         NewznabCategory = "TV_HD"
	NewznabCategoryTvUhd        NewznabCategory = "TV_UHD"
	NewznabCategoryTvOther      NewznabCategory = "TV_OTHER"
	NewznabCategoryTvSport      NewznabCategory = "TV_SPORT"
	NewznabCategoryMovieAll     NewznabCategory = "MOVIE_ALL"
	NewznabCategoryMovieForeign NewznabCategory = "MOVIE_FOREIGN"
	NewznabCategoryMovieOther   NewznabCategory = "MOVIE_OTHER"
	NewznabCategoryMovieSd      NewznabCategory = "MOVIE_SD"
	NewznabCategoryMovieHd      NewznabCategory = "MOVIE_HD"
	NewznabCategoryMovieUhd     NewznabCategory = "MOVIE_UHD"
	NewznabCategoryMovieBluray  NewznabCategory = "MOVIE_BLURAY"
	NewznabCategoryMovie3d      NewznabCategory = "MOVIE_3D"
)

func (NewznabCategory) IsValid

func (e NewznabCategory) IsValid() bool

func (NewznabCategory) MarshalGQL

func (e NewznabCategory) MarshalGQL(w io.Writer)

func (NewznabCategory) String

func (e NewznabCategory) String() string

func (*NewznabCategory) UnmarshalGQL

func (e *NewznabCategory) UnmarshalGQL(v interface{}) error

type NewznabComment

type NewznabComment = newznab.Comment

type ParsedMetadata

type ParsedMetadata struct {
	SeasonNumber  *int    `json:"season_number"`
	EpisodeNumber *int    `json:"episode_number"`
	VideoCodec    *string `json:"video_codec"`
	AudioCodec    *string `json:"audio_codec"`
	Resolution    *string `json:"resolution"`
	SceneName     *string `json:"scene_name"`
	ReleaseFormat *string `json:"release_format"`
}

type Season

type Season = mainModel.Season

type Series

type Series = mainModel.Series

type SeriesAddInput

type SeriesAddInput struct {
	TvdbID int `json:"tvdbID"`
}

type SeriesAddPayload

type SeriesAddPayload struct {
	Ok     bool          `json:"ok"`
	Series *model.Series `json:"series"`
}

type SeriesUpdateLanguageInput

type SeriesUpdateLanguageInput struct {
	SeriesID   int `json:"seriesID"`
	LanguageID int `json:"languageID"`
}

type SeriesUpdateLanguagePayload

type SeriesUpdateLanguagePayload struct {
	Ok     bool          `json:"ok"`
	Series *model.Series `json:"series"`
}

type TVDBEpisode

type TVDBEpisode = tvdb.Episode

type TVDBImage

type TVDBImage = tvdb.Image

type TVDBRating

type TVDBRating = tvdb.Rating

type TVDBSeries

type TVDBSeries = tvdb.Series

type TVDBSeriesSummary

type TVDBSeriesSummary = tvdb.Summary

Jump to

Keyboard shortcuts

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