2023-12-16, 21:58
I'm trying to understand why I can't get Nawar kodi-cli to work.
From looking at the source, it seems it wants some environment variables, but even if I set them, it has no effect
I see that there are two different kodi-cli
https://github.com/nawar/kodi-cli#arguments
https://github.com/JavaWiz1/kodi-cli
I'm using the Nawar one
Code:
kodi-cli -y https://www.youtube.com/watch?v=310QegMWzSg
failure: Some Kodi configurations are not loaded. Please make sure they are.
From looking at the source, it seems it wants some environment variables, but even if I set them, it has no effect
Code:
env|grep -i kodi_
KODI_USER=kodi
KODI_PASSWORD=kodi
KODI_PORT=8080
KODI_HOST=10.10.10.1
I see that there are two different kodi-cli
https://github.com/nawar/kodi-cli#arguments
https://github.com/JavaWiz1/kodi-cli
I'm using the Nawar one