Hello
I have some issue making the addon to work in my setup.
In advancedsettings.xml i have a path sobstitution on both addon data and sources
Code:
<substitute>
<from>special://masterprofile/addon_data/</from>
<to>smb://192.168.50.100/XBMC_Share/addon_data/</to>
</substitute>
<substitute>
<from>special://masterprofile/sources.xml</from>
<to>smb://192.168.50.100/XBMC_Share/sources/sources.xml</to>
</substitute>
The sources.xml contain the smb share where my tv series are
Code:
<video>
<source>
<name>Serie_TV</name>
<path pathversion="1">smb://192.168.50.100/Serie_TV/</path>
</source>
</video>
When i try to download a theme for a series the addons looks to work correctly, i can hear the theme and click on "OK" to download and apply to the series but the theme.mp3 is not copied over to the directory where the series is.
Here is the corresponding log
http://pastebin.com/icnA7zkk
The log is not 100% complete but should have all the information needed todebug.
Have you any clue on the problem?
Makka