add local provider, add cover output in textinfo

This commit is contained in:
Aynakeya
2022-07-07 20:30:12 -07:00
parent fd91b1e130
commit 7bf9372898
22 changed files with 301 additions and 76 deletions

View File

@@ -15,8 +15,8 @@ func (c *_PlayerConfig) Name() string {
}
var Player = &_PlayerConfig{
Playlists: []string{"2382819181", "4987059624", "646548465"},
PlaylistsProvider: []string{"netease", "netease", "netease"},
Playlists: []string{"2382819181", "4987059624", "list1"},
PlaylistsProvider: []string{"netease", "netease", "local"},
PlaylistIndex: 0,
PlaylistRandom: true,
AudioDevice: "auto",

View File

@@ -10,6 +10,6 @@ func (c *_ProviderConfig) Name() string {
}
var Provider = &_ProviderConfig{
Priority: []string{"netease", "kuwo", "bilibili", "bilibili-video"},
Priority: []string{"netease", "kuwo", "bilibili", "local", "bilibili-video"},
LocalDir: "./music",
}