subsonic

package
v0.10.1 Latest Latest
Warning

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

Go to latest
Published: Apr 21, 2024 License: GPL-3.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

View Source
const (
	AlbumSortRecentlyAdded    string = "Recently Added"
	AlbumSortRecentlyPlayed   string = "Recently Played"
	AlbumSortFrequentlyPlayed string = "Frequently Played"
	AlbumSortRandom           string = "Random"
	AlbumSortTitleAZ          string = "Title (A-Z)"
	AlbumSortArtistAZ         string = "Artist (A-Z)"
	AlbumSortYearAscending    string = "Year (ascending)"
	AlbumSortYearDescending   string = "Year (descending)"
)
View Source
const (
	ArtistSortAlbumCount string = "Album Count"
	ArtistSortNameAZ     string = "Name (A-Z)"
	ArtistSortRandom     string = "Random"
)

Variables

This section is empty.

Functions

func SubsonicMediaProvider

func SubsonicMediaProvider(subsonicClient *subsonic.Client) mediaprovider.MediaProvider

Types

type SubsonicServer added in v0.8.0

type SubsonicServer struct {
	subsonicCli.Client
}

func (*SubsonicServer) Login added in v0.8.0

func (s *SubsonicServer) Login(username, password string) mediaprovider.LoginResponse

func (*SubsonicServer) MediaProvider added in v0.8.0

func (s *SubsonicServer) MediaProvider() mediaprovider.MediaProvider

Jump to

Keyboard shortcuts

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