Something went wrong. Try again.
[READ-ONLY] Mirror of https://github.com/FoxxMD/multi-scrobbler. Scrobble plays from multiple sources to multiple clients docs.multi-scrobbler.app
deezer docker jellyfin koito lastfm listenbrainz maloja mopidy mpris music music-assistant plex scrobble self-hosted spotify subsonic tautulli youtube-music
Something went wrong. Try again.
multi-scrobbler index.html
707 B · 21 lines
HTML
12345678910111213141516171819202122<!doctype html><html lang="en"><head> <meta charset="UTF-8" /> <meta name="description" content="Dashboard for Multi Scrobbler" /> <meta name="theme-color" content="#000000" /> <link rel="apple-touch-icon" href="%BASE_URL%logo192.png" /> <link rel="icon" type="image/svg+xml" href="%BASE_URL%icon.svg" /> <link rel="manifest" href="%BASE_URL%manifest.json" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Multi Scrobbler</title></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script type="module" src="/src/client/index.tsx"></script></body></html>