Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Formatter ¶
type Formatter interface {
Movie(provider.ResponseMovie) []string
TVShow(provider.ResponseTV) []string
TVSeason(provider.ResponseTVSeason) []string
TVEpisode(provider.ResponseTVEpisode) []string
}
type JellyfinFormatter ¶
type JellyfinFormatter struct {
}
func NewJellyfinFormatter ¶
func NewJellyfinFormatter() JellyfinFormatter
func (JellyfinFormatter) Movie ¶
func (f JellyfinFormatter) Movie(m provider.ResponseMovie) []string
func (JellyfinFormatter) TVEpisode ¶
func (f JellyfinFormatter) TVEpisode(e provider.ResponseTVEpisode) []string
func (JellyfinFormatter) TVSeason ¶
func (f JellyfinFormatter) TVSeason(s provider.ResponseTVSeason) []string
func (JellyfinFormatter) TVShow ¶
func (f JellyfinFormatter) TVShow(tv provider.ResponseTV) []string
Click to show internal directories.
Click to hide internal directories.