04-11-2018, 12:25 PM
Hi,
This is due to a bug in the in-place update package (missing config file).
Try adding the file: /etc/avahi/services/moode.service
1. sudo nano /etc/avahi/services/moode.service
2. paste the code below into the empty file
3. Ctrl-o <return> Ctrl-x to save the file
4. Reboot
<?xml version="1.0" standalone='no'?><!--*-nxml-*-->
<!DOCTYPE service-group SYSTEM "avahi-service.dtd">
<service-group>
<name replace-wildcards="yes">moOde audio player: %h</name>
<service>
<type>_http._tcp</type>
<port>80</port>
</service>
</service-group>
-Tim
This is due to a bug in the in-place update package (missing config file).
Try adding the file: /etc/avahi/services/moode.service
1. sudo nano /etc/avahi/services/moode.service
2. paste the code below into the empty file
3. Ctrl-o <return> Ctrl-x to save the file
4. Reboot
<?xml version="1.0" standalone='no'?><!--*-nxml-*-->
<!DOCTYPE service-group SYSTEM "avahi-service.dtd">
<service-group>
<name replace-wildcards="yes">moOde audio player: %h</name>
<service>
<type>_http._tcp</type>
<port>80</port>
</service>
</service-group>
-Tim