mirror of
https://github.com/krateng/maloja.git
synced 2023-08-10 21:12:55 +03:00
Updated information on setup page and readme
This commit is contained in:
parent
dea356d591
commit
374fc6d885
@ -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`.
|
||||
|
@ -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.
|
||||
<br/><br/>
|
||||
You can also use any GNUFM-compliant scrobbler. Enter <span class="stats"><span name="serverurl">yourserver.tld</span>/api/s/audioscrobbler</span> as your Gnukebox server and your API key as the password.
|
||||
<br/><br/>
|
||||
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
|
||||
|
||||
<span class="stats"><span name="serverurl">yourserver.tld</span>/db/newscrobble</span>
|
||||
<span class="stats"><span name="serverurl">yourserver.tld</span>/api/newscrobble</span>
|
||||
|
||||
(make sure to use the public URL) with the key-value-pairs
|
||||
<br/>
|
||||
|
Loading…
Reference in New Issue
Block a user