Documentation
¶
Index ¶
- Constants
- 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
- type Release
Constants ¶
View Source
const ENDPOINT = "https://api.github.com/repos/Malwarize/retro/releases/latest"
Variables ¶
This section is empty.
Functions ¶
func CleanCache ¶ added in v0.0.30
func CreatePlayList ¶
func DetectAndAddToPlayList ¶
func DetectAndPlay ¶
func GetPlayListsNames ¶
func GetRemoteVersion ¶ added in v0.0.38
func NeedsUpdate ¶ added in v0.0.38
func PlayListPlayAll ¶
func PlayListPlayMusic ¶
func PlayListPlayMusic(lname string, indexOrName shared.IntOrString, client *rpc.Client)
func PrintAllLogs ¶ added in v0.0.27
func PrintErrorLogs ¶ added in v0.0.27
func PrintInfoLogs ¶ added in v0.0.27
func PrintWarnLogs ¶ added in v0.0.27
func RemoveMusicFromPlayList ¶
func RemoveMusicFromPlayList(name string, indexOrName shared.IntOrString, client *rpc.Client)
func RemovePlayList ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.