mirror of
https://github.com/FoxxMD/multi-scrobbler.git
synced 2026-04-28 11:49:57 +00:00
feat(listenbrainz): Implement Now Playing functionality
This commit is contained in:
parent
2104f2a99d
commit
f004aa4cfd
4 changed files with 31 additions and 6 deletions
|
|
@ -2439,6 +2439,7 @@ Clients can customize the Now Playing behavior individually using [File or AIO s
|
|||
//"nowPlaying": true
|
||||
//
|
||||
// OR define a list of Source *config* names that should be allowed to report Now Playing
|
||||
// order of the list determines priority for reporting Now Playing
|
||||
//"nowPlaying": ["mySpotify1","myJellyfin2"]
|
||||
}
|
||||
},
|
||||
|
|
@ -2448,7 +2449,7 @@ Clients can customize the Now Playing behavior individually using [File or AIO s
|
|||
### Supported Scrobble Clients
|
||||
|
||||
* [Last.fm](#lastfm)
|
||||
* More coming soon
|
||||
* [Listenbrainz](#listenbrainz)
|
||||
|
||||
## Monitoring
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue