mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-14 03:41:46 +00:00
feat: Better Scrobbler Plugin (#1640)
Co-authored-by: JellyBrick <shlee1503@naver.com>
This commit is contained in:
@ -417,9 +417,29 @@
|
||||
},
|
||||
"name": "In-App Menu"
|
||||
},
|
||||
"last-fm": {
|
||||
"description": "Add scrobbling support for Last.fm",
|
||||
"name": "Last.fm"
|
||||
"scrobbler": {
|
||||
"description": "Add scrobbling support",
|
||||
"name": "Scrobbler",
|
||||
"menu": {
|
||||
"lastfm": {
|
||||
"api_settings": "Last.fm API Settings"
|
||||
},
|
||||
"listenbrainz": {
|
||||
"token": "Enter ListenBrainz user token"
|
||||
}
|
||||
},
|
||||
"prompt": {
|
||||
"lastfm": {
|
||||
"api_key": "Last.fm API key",
|
||||
"api_secret": "Last.fm API secret"
|
||||
},
|
||||
"listenbrainz": {
|
||||
"token": {
|
||||
"label": "Enter your ListenBrainz user token:",
|
||||
"title": "ListenBrainz token"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"lumiastream": {
|
||||
"description": "Adds Lumia Stream support",
|
||||
|
||||
Reference in New Issue
Block a user