Versions in this module Expand all Collapse all v0 v0.0.46 Mar 20, 2025 Changes in this version + const ENDPOINT + func CleanCache(client *rpc.Client) + func CreatePlayList(name string, client *rpc.Client) + func DetectAndAddToPlayList(name string, query string, client *rpc.Client) ([]shared.SearchResult, error) + func DetectAndPlay(query string, client *rpc.Client) ([]shared.SearchResult, error) + func GetCachedMusics(client *rpc.Client) []shared.NameHash + func GetClient() (*rpc.Client, error) + func GetLogs(client *rpc.Client) []string + func GetPlayListsNames(client *rpc.Client) []string + func GetPlayerStatus(client *rpc.Client) shared.Status + func GetRemoteVersion() (string, error) + func GetTheme(client *rpc.Client) string + func NeedsUpdate(currentVersion string) (bool, string) + func Next(client *rpc.Client) + func Pause(client *rpc.Client) + func PlayListMusics(name string, client *rpc.Client) []string + func PlayListPlayAll(name string, client *rpc.Client) + func PlayListPlayMusic(lname string, indexOrName shared.IntOrString, client *rpc.Client) + func Prev(client *rpc.Client) + func PrintAllLogs(client *rpc.Client) + func PrintErrorLogs(client *rpc.Client) + func PrintInfoLogs(client *rpc.Client) + func PrintWarnLogs(client *rpc.Client) + func Remove(index interface{}, client *rpc.Client) + func RemoveMusicFromPlayList(name string, indexOrName shared.IntOrString, client *rpc.Client) + func RemovePlayList(name string, client *rpc.Client) + func Resume(client *rpc.Client) + func Seek(d int, client *rpc.Client) + func SetTheme(theme string, client *rpc.Client) + func Stop(client *rpc.Client) + func Update() error + func Volume(vp uint8, client *rpc.Client) + type Download struct + Assets []asset + type Release struct + Version string