Versions in this module Expand all Collapse all v0 v0.0.46 Mar 20, 2025 Changes in this version + const BlueTheme + const Downloading + const Finished + const HashPrefixLength + const NotStarted + const PinkTheme + const PurpleTheme + const Running + const Searching + const Version + func DurationToString(d time.Duration) string + func GetMp3Duration(path string) (time.Duration, error) + func StringToDuration(s string) (time.Duration, error) + type AddToPlayListArgs struct + PlayListName string + Query string + type IntOrString struct + IntVal int + IsInt bool + StrVal string + type NameHash struct + Hash string + Name string + type PState uint + const Paused + const Playing + const Stopped + type PlayListPlayMusicArgs struct + IndexOrName IntOrString + PlayListName string + type RemoveMusicFromPlayListArgs struct + IndexOrName IntOrString + PlayListName string + type SearchResult struct + Destination string + Duration time.Duration + Title string + Type string + type Status struct + CurrMusicDuration time.Duration + CurrMusicIndex int + CurrMusicPosition time.Duration + MusicQueue []string + PlayerState PState + Tasks map[string]Task + Volume uint8 + func (s Status) String() string + type Task struct + Error string + Type int