Originally Posted by halfelite
there are a couple ways to get it to work with yamj/eversion you need to look here http://www.dentedboxes.com/doku.php/yamj:install:share but to better understand when you set the player path for the library you will use smb://[username=password]server/sharename/path
so for example you will have this
Code:
<libraries>
<library>
<path>z:/nas1/movies</path>
<playerpath>smb://[username=password]nas1/movies/</playerpath>
<exclude name="sample,tmp/,temp/,RECYCLE.BIN/,/._"/>
<description></description>
<prebuf></prebuf>
<scrapeLibrary>true</scrapeLibrary>
</library>
<library>
<path>y:/nas2/TV/</path>
<playerpath>smb://[username=password]nas2/tv</playerpath>
<exclude name="sample,tmp/,temp/,RECYCLE.BIN/,/._"/>
<description></description>
<prebuf></prebuf>
<scrapeLibrary>true</scrapeLibrary>
</library>
and you can store the jukebox files anywhere they can be on a share on any nas or on the internal drive of the pch. and just to note you dont have to add the shares to the pch if you dont want to
|
Hi Halfelite
I tried to do as told and it works fine, but only if i set the output in the first line to the same as the playerpath. YAMJ scans the movies and creates a jukebox i can start from my PopcornHour.
In the example below I set it to scan 3 different path Bluray8 - 9 - and 10.
I tried in the first line to set it to store the output from the scan to a path on Nas1 there i have a empty directory called YAMJ.
<!-- Library file generated by Omertron's GUI Config -->
<!-- YAMJ GUI Config v0.51 -->
<!--
http://mediaplayersite.com/YAMJ_GUI_Config -->
<libraries>
<library>
<path>p:/nas1/yamj</path>
<playerpath>smb://[admin=td3011td]nas3/Blu-Ray10/</playerpath>
<exclude name="sample,tmp/,temp/,RECYCLER/,RECYCLE.BIN/"/>
<description></description>
<prebuf></prebuf>
<scrapeLibrary>true</scrapeLibrary>
</library>
<library>
<path>p:/nas1/yamj</path>
<playerpath>smb://[admin=td3011td]nas3/Blu-Ray9/</playerpath>
<exclude name="sample,tmp/,temp/,RECYCLER/,RECYCLE.BIN/"/>
<description></description>
<prebuf></prebuf>
<scrapeLibrary>true</scrapeLibrary>
</library>
<library>
<path>p:/nas1/yamj</path>
<playerpath>smb://[admin=td3011td]nas3/Blu-Ray8/</playerpath>
<exclude name="sample,tmp/,temp/,RECYCLER/,RECYCLE.BIN/"/>
<description></description>
<prebuf></prebuf>
<scrapeLibrary>true</scrapeLibrary>
</library>
</libraries>
Then i tried to run this My_Library file through YAMJ i got the following message:
not found
Using properties file./properties/apikeys.properties
Skin Name : Eversion
kin Version: 0.2.8.13 (R0167) (2012-14-03)
Visit
www.dentedboxes.com for skin/eskin support
more eskins and updates
Unknown property: ´logo-sizes´ value: ´(w45, w92, w154, w185, w300, w500, originall´
Skipped invalid media library: P/nas1/yamj
Skipped invalid media library: P/nas1/yamj
Skipped invalid media library: P/nas1/yamj
Using 1 processing threads and 1 downloading threads...
See README.TXT for increasing performanceusing these settings.
Preparing environment...
Initializing...
Scanning library directory D:\YAMJ\My_Library.xml
Jukebox output goes to P:\
Found 0 videos in your media library
Stored 1047 files in the info cache
MovieJukeBox process completed at Fri Jun 22 00:04:21 CEST 2012
Processing took 00:00:01
Push a button to continiue
Can you tell what the correct script file should look like?
The reason why it stores 1047 was because i already tried to scan eash share one by one with the output path set to the same path where the movies there stored.
Warm regards
Thomas