Documentation
¶
Index ¶
- Constants
- type PlexURLs
- func (u *PlexURLs) GetArt(query string) string
- func (u *PlexURLs) GetChildren(query string) string
- func (u *PlexURLs) GetLibraries() string
- func (u *PlexURLs) MakeURL(route string) string
- func (u *PlexURLs) SearchAlbums(query string) string
- func (u *PlexURLs) SearchArstists(query string) string
- func (u *PlexURLs) Server() string
Constants ¶
View Source
const RT_ALBUM_SEARCH = "/albums?title="
View Source
const RT_ARTIST_SEARCH = "/all?title="
View Source
const RT_CHILDREN = "/children"
View Source
const RT_LIBRARIES = "/library/sections"
View Source
const RT_METADATA = "/library/metadata/"
View Source
const XPLEXTOKEN = "X-Plex-Token="
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PlexURLs ¶
func GetPlexURLs ¶
func (*PlexURLs) GetChildren ¶
func (*PlexURLs) GetLibraries ¶
func (*PlexURLs) SearchAlbums ¶
func (*PlexURLs) SearchArstists ¶
Click to show internal directories.
Click to hide internal directories.