Documentation ¶
Index ¶
Constants ¶
View Source
const Usage = `` /* 496-byte string literal not displayed */
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Activelist ¶
type Config ¶
type Config struct { General GeneralSettings `yaml:"general"` Player PlayerSettings `yaml:"player"` Music MusicSettings `yaml:"music"` Renderer string `yaml:"renderer"` User UserSetting `yaml:"user"` Temp TempSetting `yaml:"temp"` }
Config represents the main config for the application.
type GeneralSettings ¶
type MusicSettings ¶
type PlayerSettings ¶
type TempSetting ¶
type TempSetting struct { StartDir string `yaml:"start_dir"` ShowIcons bool `yaml:"show_icons"` ShowHidden bool `yaml:"show_hidden"` Exclude []string `yaml:"exclude"` PlayOnly []string `yaml:"playonly"` Include []string `yaml:"include"` Renderer string `yaml:"renderer"` EnableLogging bool `yaml:"enable_logging"` }
type UserSetting ¶
type UserSetting struct {
UseDB bool `yaml:"use_db"`
}
Click to show internal directories.
Click to hide internal directories.