Hello guys,
i'm new to dietpi, i'm using it for multi purposes and that's why dietpi is the option i decided to take.
before that i had raspbian and i installed everything by myself, still i had too much trouble.
when i had raspbian kodi was reacognized by all remote apps on my iphone but when i installed it with dietpi,
not a single app can recognize it, i did fresh installs several times, still nothing.
i did activate zeroconf and all that things in kodi everytime.
i have access to the remote with the 192.168.x.x/8080 on my phone/pc
but with the apps : nothing.
do you guys have the same issue ?
[SOLVED] Kodi remote apps
[SOLVED] Kodi remote apps
Last edited by corun on Sat Aug 26, 2017 11:09 pm, edited 1 time in total.
Re: Kodi remote apps
update : doing it manually works, but the automatic detection doesn't work, zeroconf problem on dietpi ?
Re: Kodi remote apps
Not that we are aware of. Please verify avahi-daemon is installed:corun wrote:update : doing it manually works, but the automatic detection doesn't work, zeroconf problem on dietpi ?
Code: Select all
apt-get install avahi-daemon
Code: Select all
systemctl status avahi-daemon -l
If you find our project or support useful, then we’d really appreciate it if you’d consider contributing to the project however you can.
Donating is the easiest – you can use PayPal or become a DietPi patron.
Donating is the easiest – you can use PayPal or become a DietPi patron.
Re: Kodi remote apps
You got it, i first ran to see if it is running, got an error that it doesn't even exist ?
so i ran to install it, ran again and magic ! it's finally getting detected by all my remote apps !
I did several fresh installs of dietpi/kodi on my raspi, i guess the avahi-daemon isn't installed natively ?
Code: Select all
systemctl status avahi-daemon -l
so i ran
Code: Select all
apt-get install avahi-daemon
Code: Select all
systemctl status avahi-daemon -l
I did several fresh installs of dietpi/kodi on my raspi, i guess the avahi-daemon isn't installed natively ?

Re: Kodi remote apps
Correctcorun wrote: i guess the avahi-daemon isn't installed natively ?

We'll get avahi-daemon added to Kodi install by default, for v155 update.
If you find our project or support useful, then we’d really appreciate it if you’d consider contributing to the project however you can.
Donating is the easiest – you can use PayPal or become a DietPi patron.
Donating is the easiest – you can use PayPal or become a DietPi patron.