Quantcast
Viewing all articles
Browse latest Browse all 1518

docker lmscommunity + linux = no music added to DB

Hello, I run linux (arch) and have docker installed. All my containers are running and there seem to be no port conflicts.

LMS runs fine, web access is fine, I can add plugins fine, but I cannot get any music to add to the library/database.

Code:

 
  lms:
    image: lmscommunity/logitechmediaserver:latest
    container_name: lms
    environment:
      - PUID=1000
      - PGID=1000
    volumes:
      - /home/mousse/Docker/logitechmediaserver/config:/config:rw
      - /home/mousse/Docker/logitechmediaserver/playlists:/playlist:rw
      - /home/mousse/Docker/logitechmediaserver/musicDb:/music:ro
      - /etc/localtime:/etc/localtime:ro
      - /etc/timezone:/etc/timezone:ro
    ports:
      - 9000:9000
      - 9090:9090
      - 3483:3483
      - 3483:3483/udp
    restart: unless-stopped

I have symlinks inside the folder (/home/mousse/Docker/logitechmediaserver/musicDb) that is mapped to :/music:ro.
chmod is 775 and chowned to my user:group.

I'm going nuts trying to figure this out. In the settings for music folders, it just shows /music and browsing it shows nothing inside the folder.

Latest lmscommunity image and linux/arch updated.

Scanner log: https://pastebin.com/8BV4P0yr
Server log: https://pastebin.com/3SGrBRim

Viewing all articles
Browse latest Browse all 1518

Trending Articles