Documentation
¶
Index ¶
- type Formatter
- type JellyfinFormatter
- func (f JellyfinFormatter) FileSuffix(name string, n source.Node) string
- func (f JellyfinFormatter) Movie(m provider.ResponseMovie, n source.Node) []string
- func (f JellyfinFormatter) TVEpisode(e provider.ResponseTVEpisode, n source.Node) []string
- func (f JellyfinFormatter) TVSeason(s provider.ResponseTVSeason, n source.Node) []string
- func (f JellyfinFormatter) TVShow(tv provider.ResponseTV, n source.Node) []string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JellyfinFormatter ¶
type JellyfinFormatter struct{}
func NewJellyfinFormatter ¶
func NewJellyfinFormatter() JellyfinFormatter
func (JellyfinFormatter) FileSuffix ¶ added in v0.3.0
func (f JellyfinFormatter) FileSuffix(name string, n source.Node) string
func (JellyfinFormatter) Movie ¶
func (f JellyfinFormatter) Movie(m provider.ResponseMovie, n source.Node) []string
Movie format according to Jellyfin's recommended naming conventions. https://jellyfin.org/docs/general/server/media/movies
func (JellyfinFormatter) TVEpisode ¶
func (f JellyfinFormatter) TVEpisode(e provider.ResponseTVEpisode, n source.Node) []string
TVEpisode format according to Jellyfin's recommended naming conventions.
func (JellyfinFormatter) TVSeason ¶
func (f JellyfinFormatter) TVSeason(s provider.ResponseTVSeason, n source.Node) []string
TVSeason format according to Jellyfin's recommended naming conventions.
func (JellyfinFormatter) TVShow ¶
func (f JellyfinFormatter) TVShow(tv provider.ResponseTV, n source.Node) []string
TVShow format according to Jellyfin's recommended naming conventions. https://jellyfin.org/docs/general/server/media/shows
Click to show internal directories.
Click to hide internal directories.