Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MainOptions ¶
type PlayerOptions ¶
type PlayerOptions struct {
Engine string
}
type ProgressOptions ¶
type ProgressOptions struct {
model.ProgressOptions
}
type Registry ¶
type Registry struct { Startup StartupOptions Progress ProgressOptions Spotify SpotifyOptions Main MainOptions Player PlayerOptions }
var ConfigRegistry *Registry
func NewRegistryFromIniFile ¶
func NewRegistryWithDefault ¶
func NewRegistryWithDefault() *Registry
func (*Registry) FillToModelOpts ¶
type SongFormat ¶
type SongFormat string
const ( Ogg96 SongFormat = "OGG_96" Ogg160 SongFormat = "OGG_160" Ogg320 SongFormat = "OGG_320" )
func (SongFormat) IsValid ¶
func (f SongFormat) IsValid() bool
func (SongFormat) ToSpotifyFormat ¶
func (f SongFormat) ToSpotifyFormat() Spotify.AudioFile_Format
type SpotifyOptions ¶
type StartupOptions ¶
type StartupOptions struct { model.StartupOptions CheckUpdate bool }
Click to show internal directories.
Click to hide internal directories.