Can't get paths right - using GUI or not using GUI. Here is what I have:
Mapped root of USB drive attached to POHD Mini to my PC as T:
ACR_Library.xml looks like this:
Code:
<!-- Library file generated by Omertron's GUI Config -->
<!-- YAMJ GUI Config (ACR) v1.0.3 -->
<!-- http://MediaPlayerSite.com/YAMJ_GUI_Config_ACR -->
<!-- For A.C.Ryan PlayOn! MediaPlayer -->
<libraries>
<library>
<path>T:\</path>
<playerpath>file://../</playerpath>
<exclude name="sample,tmp/,temp/,RECYCLE.BIN/"/>
<description>A.C.Ryan</description>
<prebuf></prebuf>
<scrapeLibrary>true</scrapeLibrary>
</library>
</libraries>
and ACR_YAMJ.cmd:
Code:
@Echo OFF
REM Command file generated by Omertron's GUI Config
REM YAMJ GUI Config (ACR) v1.0.3
REM http://MediaPlayerSite.com/YAMJ_GUI_Config_ACR
REM For A.C.Ryan PlayOn!HD MediaPlayer
C:
CD "\A.C.Ryan MovieJukebox"
CALL MovieJukebox ACR_Library.xml -o "T:"
pause
exit
Jukebox generates OK and dumps at root of USB drive. Sample from movie XML file:
Code:
<files>
<file firstPart="1" lastPart="1" title="UNKNOWN" subtitlesExchange="NO" size="21346779136" zcd="2" watched="false">
<fileLocation>T:\Film & TV\Movies\Clerks\CLERKS.iso</fileLocation>
<fileURL>file://../Film%20%26%20TV/Movies/Clerks/CLERKS.iso</fileURL>
<fileTitle part="1">UNKNOWN</fileTitle>
</file>
</files>
This just gives a "No video file" error. Also tried AVI's and it's the same thing.
Using:
Yet Another Movie Jukebox
Build Date: 2011-01-26 00:51:48
Version: v2.3 BETA
Revision: r2100
and firmware r5440
Any ideas?