
playerpath problems with Yamj [SOLVED]
Hi,
I have a playonHD mini with all my movies on a read-writable NFS share. Yamj can access and modify it. I am on MacOSX and Linux. No windows boxes here.
I used several Mac and linux applications to create my jukebox. The jukebox is created, I can browse and select movies in Yamj. I already experimented with skins: everything works fine.
But ..... when I click OK to start the movie it can't be found: "unable to locate <movie name>"
I prefer to use moviejukebox directly but I'm willing to change as I simply want it to work.
My configuration:
As said, I have all my movies on an NFS share. All my movies are in their own subdirectory as I also use Thumbscanner (Perl alternative to thumbgen).
Seen from my playon my NFS share is here: /tmp/ramfs/volumes/video
And more specific:
Code:
/tmp/ramfs/volumes/video/index.htm
/tmp/ramfs/volumes/video/SD_VIDEOS
/tmp/ramfs/volumes/video/SD_VIDEOS/10000 BC/10000 BC.avi
/tmp/ramfs/volumes/video/SD_VIDEOS/10000 BC/10000 BC.srt
/tmp/ramfs/volumes/video/HD_VIDEOS/avatar/avatar.mkv
/tmp/ramfs/volumes/video/HD_VIDEOS/Green zone/green zone.mp4
/tmp/ramfs/volumes/video/HD_VIDEOS/Green zone/green zone.srt
My library.xml is (as currently moviejukebox runs from my linux server that has the disks connected)
Code:
<libraries>
<library>
<path>/media/video/HD_VIDEOS/</path>
<playerpath>file:///tmp/ramfs/volumes/video/HD_Movies/</playerpath>
<exclude name="sample,tmp/,temp/,RECYCLE.BIN/,.DS_Store"/>
<description></description>
<prebuf></prebuf>
<scrapeLibrary>true</scrapeLibrary>
</library>
<library>
<path>/media/video/SD_VIDEOS/</path>
<playerpath>file:///tmp/ramfs/volumes/video/SD_VIDEO</playerpath>
<exclude name="sample,tmp/,temp/,RECYCLE.BIN/,.DS_Store"/>
<description></description>
<prebuf></prebuf>
<scrapeLibrary>true</scrapeLibrary>
</library>
</libraries>
Now I know (think) that the error is in my "playerpath", but what should this playerpath be?
I know the above mentioned settings is incorrect, but I have changed it to all kind of paths, after reading so many topics about it.
I also tried the relative path w.r.t. the video folder that contains the index.htm.
So I tried both "../SD_VIDEO" and "./SD_VIDEO".
Note that Yamj always asks to scan the jukebox. When I answer yes, it does it's job seemingly successful as I see no errors, but I still can't play my movies.