From 374fc6d885bf16250de0455cd483ec66978db816 Mon Sep 17 00:00:00 2001 From: Krateng Date: Sun, 12 May 2019 11:51:08 +0200 Subject: [PATCH] Updated information on setup page and readme --- README.md | 2 ++ website/setup.html | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 90da5a3..6be28d2 100644 --- a/README.md +++ b/README.md @@ -77,3 +77,5 @@ You can use any third-party scrobbler that supports the audioscrobbler protocol Gnukebox URL: Your Maloja URL followed by `/api/s/audioscrobbler` Username: Any name, doesn't matter Password: Any of your API keys (you can define new ones in `clients/authenticated_machines` in your Maloja folder) + +If you want to implement your own method of scrobbling, it's very simple: You only need one POST request with the keys `artist`, `title` and `key`. diff --git a/website/setup.html b/website/setup.html index e1a41a4..206d9a3 100644 --- a/website/setup.html +++ b/website/setup.html @@ -76,9 +76,11 @@ If you use Vivaldi, Brave, Iridium or any other Chromium-based browser and listen to music on Plex or YouTube Music, download the extension and simply enter the server URL as well as your API key in the relevant fields. They will turn green if the server is accessible.

+ You can also use any GNUFM-compliant scrobbler. Enter yourserver.tld/api/s/audioscrobbler as your Gnukebox server and your API key as the password. +

If you use another browser or another music player, you could try to code your own extension. The API is super simple! Just send a POST HTTP request to - yourserver.tld/db/newscrobble + yourserver.tld/api/newscrobble (make sure to use the public URL) with the key-value-pairs