2013-03-10, 23:05
Hi, I've just updated my two computers with the xbmc 12, and it's running very well.
But when I tried to get my Nexus 7 up and running on xbmc it won't play any files, I just get the following message: "The file is no longer available"
My setup is as following:
advancedsettings.xml
mysql server connection and
sources.xml
Everthing looks fine and the thumbnails is loading and all that. Could it be the smb connection?
I've enabled debugging but I haven't managed to find any log (/data/data/org.xbmc.xbmc/cache/temp/xbmc.log)
I hope someone can lead me in the right direction, thanks in advance.
But when I tried to get my Nexus 7 up and running on xbmc it won't play any files, I just get the following message: "The file is no longer available"
My setup is as following:
advancedsettings.xml
mysql server connection and
Code:
<substitute>
<from>special://masterprofile/sources.xml</from>
<to>smb://user:pass@NAS/xbmc/userdata/sources.xml</to>
</substitute>
sources.xml
Code:
<video>
<default pathversion="1"></default>
<source>
<name>Movies</name>
<path pathversion="1">smb://user:pass@NAS/movie/</path>
</source>
<source>
<name>Series</name>
<path pathversion="1">smb://user:pass@NAS/series/</path>
</source>
</video>
Everthing looks fine and the thumbnails is loading and all that. Could it be the smb connection?
I've enabled debugging but I haven't managed to find any log (/data/data/org.xbmc.xbmc/cache/temp/xbmc.log)
I hope someone can lead me in the right direction, thanks in advance.