Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


Can MoOde scrobbles to Listenbrainz?
#6
Hello, if you want to use docker, first thing to do is to obtain the token, then basically this compose file:


Code:
---
version: '3.3'

services:
  listenbrainz-mpd:
    image: giof71/listenbrainz-mpd
    network_mode: host
    environment:
      - MPD_ADDRESS=localhost:6600
      - LISTENBRAINZ_TOKEN=your-listenbrainz-token
    restart: unless-stopped

should work.
Let me know if you encounter any issue or have further questions. Tune MPD_ADDRESS to the correct host:port. Set the LISTENBRAINZ_TOKEN variable also of course.
A good Last.fm scrobbler solution for Moode here, docker image here
Reply


Messages In This Thread
Can MoOde scrobbles to Listenbrainz? - by Calaat - 11-12-2024, 10:21 PM
RE: Can MoOde scrobbles to Listenbrainz? - by GioF_71 - 11-14-2024, 03:32 PM

Forum Jump: