Kodi Community Forum

Full Version: WOL Feature in XBMC 13 is not working for substitution in the advancedsettings
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey guys

I have installed XBMC 13 Beta 3 on android and the "Auto wake on lan" feature is not working with the substitution in the advancedsettings.
http://wiki.xbmc.org/index.php?title=Auto_wake_on_lan

So what happens is, that xbmc starts and remains black for about 10 - 20 secounds. After some timeout the auto wake on lan features takes place and the server starts properly from standby. Apparently the substitution is not working.

Any ideas?

My advanced settings has the following content.

<?xml version="1.0" encoding="UTF-8"?>
<!-- http://thejbnet.com/xbmc/ -->
<advancedsettings>
<video>
<timeseekforwardbig>270</timeseekforwardbig>
<timeseekbackwardbig>-270</timeseekbackwardbig>
</video>

<videodatabase>
<type>mysql</type>
<host>192.168.0.11</host>
<port>3306</port>
<user>xbmc</user>
<pass>...</pass>
<name>xbmc_video</name>
</videodatabase>
<musicdatabase>
<type>mysql</type>
<host>192.168.0.11</host>
<port>3306</port>
<user>xbmc</user>
<pass>...</pass>
<name>xbmc_music</name>
</musicdatabase>

<pathsubstitution>
<substitute>
<from>/media/ms/data/data/</from>
<to>smb://192.168.0.10/data/</to>
</substitute>

<substitute>
<from>special://profile/sources.xml</from>
<to>smb://192.168.0.10/data/Sonstiges/System/SharedFiles/XBMC/userdata/sources.xml</to>
</substitute>
<substitute>
<from>special://profile/playlists</from>
<to>smb://192.168.0.10/data/Sonstiges/System/SharedFiles/XBMC/userdata/playlists</to>
</substitute>
<substitute>
<from>special://profile/mediasources.xml</from>
<to>smb://192.168.0.10/data/Sonstiges/System/SharedFiles/XBMC/userdata/mediasources.xml</to>
</substitute>

<substitute>
<from>special://profile/favourites.xml</from>
<to>smb://192.168.0.10/data/Sonstiges/System/SharedFiles/XBMC/userdata/favourites.xml</to>
</substitute>
<substitute>
<from>special://profile/RssFeeds.xml</from>
<to>smb://192.168.0.10/data/Sonstiges/System/SharedFiles/XBMC/userdata/RssFeeds.xml</to>
</substitute>
</pathsubstitution>
</advancedsettings>
Moved to general issues.
This was in 'website and forum issues'
Auto wake on lan works for sources.
You are substituting special locations which is not supported.