Solved stop / start Kodi enough for activating new AS.xml ?
#1
Hi guys Smile

I'm wondering whether i have to entirely reboot my RPi2 or if
Code:
systemctl stop kodi
systemctl start kodi

is enough to activate a new/fresh edited AS.xml

Thank you and have a nice weekend Smile
Reply
#2
That should be fine. AS is only used by kodi so restarting that will be sufficient.

AS is never written by kodi, so you can edit when kodi is running, and then just do
Code:
systemctl restart kodi

Whereas guisettings.xml is written by kodi, so more care is needed:
Code:
systemctl stop kodi
# edit guisettings.xml
systemctl start kodi
Reply
#3
Great!

Thank you for the information. Perfect for my testings purposes with AS.xml.

Keep up the great work and have a nice weekend Smile
Reply

Logout Mark Read Team Forum Stats Members Help
stop / start Kodi enough for activating new AS.xml ?0