Versions in this module Expand all Collapse all v0 v0.1.9 Aug 3, 2024 v0.1.8 Aug 3, 2024 Changes in this version + const Usage + type Activelist struct + CurrentSong int + NextSong int + PrevSong int + type Config struct + General GeneralSettings + Music MusicSettings + Player PlayerSettings + Renderer string + Temp TempSetting + User UserSetting + type Flag struct + Help string + Test string + type GeneralSettings struct + EnableLogging bool + ShowHidden bool + ShowIcons bool + StartDir string + type MusicSettings struct + RepeatPlaylist bool + RepeatSong bool + Shuffle bool + type PlayerSettings struct + RepeatPlaylist bool + Shuffle bool + type Song struct + Name string + Path string + type Stats struct + MinutesPlayed int + SongsPlayed int + type TempSetting struct + EnableLogging bool + Exclude []string + Include []string + PlayOnly []string + Renderer string + ShowHidden bool + ShowIcons bool + StartDir string + type UserSetting struct + UseDB bool