Documentation
¶
Index ¶
Constants ¶
View Source
const AppCheckUpdateUrl = "https://api.github.com/repos/go-musicfox/spotifox/releases/latest"
View Source
const AppDBName = "spotifox"
View Source
const AppDescription = "<cyan>Spotifox - Using Spotify on the Command Line</>"
View Source
const AppGithubUrl = "https://github.com/go-musicfox/spotifox"
View Source
const AppHelpTemplate = `` /* 584-byte string literal not displayed */
View Source
const AppHttpTimeout = time.Second * 10
View Source
const AppIniFile = "spotifox.ini"
View Source
const AppLatestReleases = "https://github.com/go-musicfox/spotifox/releases/latest"
View Source
const AppLocalDataDir = "spotifox"
View Source
const AppName = "spotifox"
View Source
const AppPrimaryColor = "#f90022"
View Source
const AppPrimaryRandom = "random"
View Source
const BeepGoMp3Decoder = "go-mp3"
View Source
const BeepMiniMp3Decoder = "minimp3"
View Source
const BeepPlayer = "beep" // beep
View Source
const DefaultNotifyIcon = "logo.png"
View Source
const GroupID = "com.go-musicfox.spotifox"
View Source
const LastfmAuthUrl = "https://www.last.fm/api/auth/?api_key=%s&token=%s"
View Source
const MainPProfPort = 9876
View Source
const OsxPlayer = "osx" // osx
View Source
const ProgressEmptyChar = "."
View Source
const ProgressFullChar = "#"
View Source
const SearchPageSize = 50
View Source
const SpotifyDeviceName = "Spotifox"
View Source
const SpotifyOAuthScopes = "" /* 252-byte string literal not displayed */
View Source
const StartupLoadingSeconds = 2
View Source
const StartupTickDuration = time.Millisecond * 16
Variables ¶
View Source
var ( // AppVersion Inject by -ldflags AppVersion = "v1.0.0" LastfmKey = "" LastfmSecret = "" SpotifyClientId = "" )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.