MariaDB Addon Questions

Alright, so the main problem was in LibreELEC and “Wait for network before starting Kodi”. Then I had to re-add sources and library was updating to db. Problem resolved. Thanks guys!

How do you specify more than one database?

e.g.

rights

- username: hass
  database: homeassistant
- username: kodi
  database: MyVideos119, MyMusic82

Not sure you can do comma separated.

Just add it as a 3rd

- username: hass
  database: homeassistant
- username: kodi
  database: MyVideos119
- username: kodi
  database: MyMusic82
1 Like

Thanks. Yeah that’s what I ended up using after a bit of trial and error.

1 Like