2012-10-21, 18:11
Hi!
I am trying to use MediaElch with a MySQL Database, but it seems that ME can't find any entries in the database, because off different path settings.
Log
Therefore alle Movies in ME show "new" at the beginning.
All Movies are on a Samba-Share. Path in all XBMC-Clients is
In ME I can't select a network share directly. I am using smb-shares because of 3 different clients (2 x Openelec, 1 x Windows).
Database is working on all of them.
I am trying to use MediaElch with a MySQL Database, but it seems that ME can't find any entries in the database, because off different path settings.
Log
Code:
"void MovieWidget::setMovie(Movie*) :" Entered, movie= "Zorn der Titanen (2012)"
"bool Movie::loadData(MediaCenterInterface*, bool) :" Entered, force= false
"virtual bool XbmcSql::loadMovie(Movie*) :" Entered, movie= "Zorn der Titanen (2012)"
"QString XbmcSql::mediaCenterPath(QString) :" Entered, file= "W:\HDTV\Fantasy\Zorn der Titanen (2012)\Zorn der Titanen (2012).mkv"
"QString XbmcSql::mediaCenterPath(QString) :" mediaCenterFile= "W:\HDTV\Fantasy\Zorn der Titanen (2012)\Zorn der Titanen (2012).mkv"
"virtual bool XbmcSql::loadMovie(Movie*) :" File "W:\HDTV\Fantasy\Zorn der Titanen (2012)\Zorn der Titanen (2012).mkv" becomes "W:\HDTV\Fantasy\Zorn der Titanen (2012)\Zorn der Titanen (2012).mkv"
"virtual bool XbmcSql::loadMovie(Movie*) :" Movie is a single file movie
"virtual bool XbmcSql::loadMovie(Movie*) :" isUnixFile= false
"virtual bool XbmcSql::loadMovie(Movie*) :" fileSplit= ("W:", "HDTV", "Fantasy", "Zorn der Titanen (2012)", "Zorn der Titanen (2012).mkv")
"virtual bool XbmcSql::loadMovie(Movie*) :" Single file movie
"virtual bool XbmcSql::loadMovie(Movie*) :" Got no result, trying foldername
"virtual bool XbmcSql::loadMovie(Movie*) :" file is now "W:\HDTV\Fantasy\Zorn der Titanen (2012)\"
"virtual bool XbmcSql::loadMovie(Movie*) :" No entry found for movie, giving up
Therefore alle Movies in ME show "new" at the beginning.
All Movies are on a Samba-Share. Path in all XBMC-Clients is
Code:
<source>
<name>HDTV</name>
<path pathversion="1">smb://SERVER/Video/HDTV/</path>
</source>
In ME I can't select a network share directly. I am using smb-shares because of 3 different clients (2 x Openelec, 1 x Windows).
Database is working on all of them.