spotify

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Mar 3, 2018 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Overview

A lot of pieces copied from the awesome library github.com/op/go-libspotify by Örjan Persson

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Initialise

func Initialise(initConf *SpotifyInitConf, username string, pass []byte, events *sconsify.Events, publisher *sconsify.Publisher)

Types

type Spotify

type Spotify struct {
	// contains filtered or unexported fields
}

type SpotifyInitConf added in v0.3.0

type SpotifyInitConf struct {
	WebApiAuth         bool
	PlaylistFilter     string
	PreferredBitrate   string
	CacheWebApiToken   bool
	CacheWebApiContent bool
	SpotifyClientId    string
	AuthRedirectUrl    string
	OpenBrowserCommand string
}

type WebApiCache added in v0.3.0

type WebApiCache struct {
	Albums      []webspotify.SavedAlbum
	Songs       []webspotify.SavedTrack
	NewReleases []webspotify.FullPlaylist
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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