Open funlike1 opened 3 days ago
If there is no content in the MySQL library then there is nothing to show.
If all the content has been scanned on your other device without using a shared sql lib then it'll only be local to that device.
You need to read up about kodis shared db.
On Wed, 20 Nov 2024, 01:25 Martin, @.***> wrote:
Hello. First, nice project!
I have tried various configurations (see below for current ones), but I just can't get any content to appear in the web interface. The connection between my Kodi media center and the kodi-mariadb works fine.
`services: kodi-mariadb: image: linuxserver/mariadb container_name: kodi-mariadb environment:
- PUID=1000
- PGID=1000
- MYSQL_ROOT_PASSWORD=kodi
- TZ=Europe/Berlin volumes:
- ./mariadb:/config ports:
32769:3306
- 3306:3306 restart: unless-stopped
kodi-headless: image: matthuisman/kodi-headless:Martix container_name: kodi-headless environment:
- PUID=1000
- PGID=1000
- MYSQL_HOST=192.168.5.2
MYSQL_PORT=32769
- MYSQL_PORT=3306
- MYSQL_USER=root
- MYSQL_PASSWORD=kodi
- KODI_DELAY=10
- TZ=Europe/Berlin volumes:
- ./kodi/:/config/.kodi
- /media/media:/media ports:
- 8090:8080
- 9090:9090
- 9777:9777/udp depends_on:
- kodi-mariadb restart: unless-stopped
`
— Reply to this email directly, view it on GitHub https://github.com/matthuisman/docker-kodi-headless/issues/61, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABPQAKLBUHKWAGV25YZDIZ32BMU4XAVCNFSM6AAAAABSB6V5WSVHI2DSMVQWIX3LMV43ASLTON2WKOZSGY3TCOJYGAYDMNQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>
Hello. First, nice project!
I have tried various configurations (see below for current ones), but I just can't get any content to appear in the web interface. The connection between my Kodi media center and the kodi-mariadb works fine.
`services: kodi-mariadb: image: linuxserver/mariadb container_name: kodi-mariadb environment:
- 32769:3306
3306:3306 restart: unless-stopped
kodi-headless: image: matthuisman/kodi-headless:Martix container_name: kodi-headless environment:
- MYSQL_PORT=32769