sorry αλλά έφυγα εκτός αθηνών παρασκευή και δεν πρόλαβα.
εκτελείς με MovieJukeBox.bat libraries.xml -o f:\yamj-files -c (-c κάνει clean ότι δεν έχεις πλέον)
και φτιάχνεις το libraries.xml με τα παρακάτω μέσα
<!-- -->
<!-- Libraries element contains all your media directories and their paths. -->
<!-- Both local and nmt path are specified here. -->
<!-- -->
<!-- path element contains local path -->
<!-- nmtpath element contains nmtpath -->
<!-- exclude element contains a file exclusion filter for the library -->
<!-- description element contains freeform text describing this library -->
<!-- this description will show up on the detail page of every movie within-->
<!-- that library (if supported by the skin). If this is undesired, then -->
<!-- leave the description blank. -->
<!-- prebuf element is for specifying the prebuffer size (in bytes). If this is -->
<!-- undesired, then leave the prebuf blank and it will use the -->
<!-- default of 16777216 (16MB) -->
<libraries>
<library>
<path>//STORAGE/Movies/</path>
<nmtpath>file:///opt/sybhttpd/localhost.drives/NETWORK_SHARE/STORAGE/</nmtpath>
<exclude name="samples,sample,tmp/,temp/,RECYCLE.BIN/"/>
<description></description>
<prebuf></prebuf>
</library>
</libraries>
στο <path> το //STORAGE/Movies/ είναι το όνομα του PC και του Shared Folder.
στο <nmtpath> το STORAGE είναι το όνομα που έχεις δώσει μέσα στο player για το //STORAGE/Movies/.
Επειδή μερικές φορές μου κολλούσε παρατήρησα ότι παίζει καλά αν βάλεις τα πάντα με τον ίδιο τρόπο και στο PC και στο player (CASE SENSITIVE).
στο xml μπορείς να βάλεις όσα lιbrary θες.