1
0
mirror of https://github.com/krateng/maloja.git synced 2023-08-10 21:12:55 +03:00

Various Stuff

This commit is contained in:
Krateng
2019-05-20 17:38:05 +02:00
parent 29171bda0b
commit 2ae78bcec2
4 changed files with 6 additions and 7 deletions

View File

@@ -62,7 +62,7 @@ If you didn't install Maloja from the package (and therefore don't have it in `/
### Native API
If you use Plex Web or Youtube Music on Chromium, you can use the included extension. Make sure to enter the random key Maloja generates on first startup in the extension settings.
If you use Plex Web or Youtube Music on Chromium, you can use the included extension (also available on the [Chrome Web Store](https://chrome.google.com/webstore/detail/maloja-scrobbler/cfnbifdmgbnaalphodcbandoopgbfeeh)). Make sure to enter the random key Maloja generates on first startup in the extension settings.
If you want to implement your own method of scrobbling, it's very simple: You only need one POST request to `/api/newscrobble` with the keys `artist`, `title` and `key`.