Documentation
¶
Index ¶
Constants ¶
View Source
const DefaultRedirectURL = "http://127.0.0.1:4444/callback"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
ClientID string `json:"client_id"`
EnableLibrespot bool `json:"enable_librespot,omitempty"`
LibrespotPath string `json:"librespot_path,omitempty"`
DeviceName string `json:"device_name,omitempty"`
Bitrate int `json:"bitrate,omitempty"`
SpotifyUsername string `json:"spotify_username,omitempty"`
RedirectURL string `json:"redirect_url,omitempty"`
AudioBackend string `json:"audio_backend,omitempty"`
VimMode bool `json:"vim_mode,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.