Hi!
I´m using the latest nightlies for my three Windows computers and two Android devices.
One Windows computer is acting as a server and has MySQL running on it. I´m using shared libraries and sources using pathsubstitution in advancedsettings.xml and everything is working perfect, except for one thing.
When I try to play a movie on any of the Android devices I only recieve the message "This file is no longer available. Would you like to remove it from the library?" On the Windows clients it all works as planned. This is probably a path issue, right? The Windows clients and Andoid clients share the same advancedsettings.xml.
The thing is that even on the Andoid clients I can open the files in file mode, but not in library mode. The database is updated and I get all the thumbnails, if a movie is marked as watched etc. The only thing not working is watching movies in library mode.
I have tried to turn on debugging, but the log file is nowhere to be found on any of the Android devices.
The shared sources.xml looks like this:
Any thoughts on where to begin? Could it be a path issue in the SQL-database?
I´m using the latest nightlies for my three Windows computers and two Android devices.
One Windows computer is acting as a server and has MySQL running on it. I´m using shared libraries and sources using pathsubstitution in advancedsettings.xml and everything is working perfect, except for one thing.
When I try to play a movie on any of the Android devices I only recieve the message "This file is no longer available. Would you like to remove it from the library?" On the Windows clients it all works as planned. This is probably a path issue, right? The Windows clients and Andoid clients share the same advancedsettings.xml.
The thing is that even on the Andoid clients I can open the files in file mode, but not in library mode. The database is updated and I get all the thumbnails, if a movie is marked as watched etc. The only thing not working is watching movies in library mode.
I have tried to turn on debugging, but the log file is nowhere to be found on any of the Android devices.
The shared sources.xml looks like this:
Code:
<sources>
<video>
<default pathversion="1"></default>
<source>
<name>Movies</name>
<path pathversion="1">smb://192.168.1.3/Movies/</path>
</source>
<source>
<name>TV-Series</name>
<path pathversion="1">smb://192.168.1.3/TV-Series/</path>
</source>
</video>
</sources>
Any thoughts on where to begin? Could it be a path issue in the SQL-database?