[7. June 2013] Youporn available now | [19. April 2013] A-400 Advanced Network Setup | [11 Jan. 2013] Customize your A-400 Home Screen

Firmware: A-400 [13 May 2013] | C-300 [30 Nov. 2012] | A-300 [30 Nov. 2012] | C-200 RC1 [13 June 2013] | A-200/A-210 RC1 [13 June 2013]

Just got your NMT | WIKI has the answers | Search the forum | Forum Rules/Policy | Firmware & Official NMT News | Popcornhour manuals



User(s) browsing this thread: 1 Guest(s)
Post Reply 
[YAMJ] cant search a folder with spaces in its path - problem
05-25-2012, 11:27 AM
Post: #1
[YAMJ] cant search a folder with spaces in its path - problem
I have my server running windows home server 2011 feeding my new popbox v8. YAMJ is installed on the server and im running it directly on the server's hard drive via desktop connection.

I followed the instructions to create a yamj search for my movies folder. I couldn't make it work using the gui, but after editing the xml and cmd files manually using the path help found in popcorn v8's app, it now works for the movies files. the path I've got for that is

<libraries>

<library>
<path>V:\ServerFolders\Videos\Movies</path>
<playerpath>smb://[=]HPSERVER/Videos/Movies</playerpath>
<exclude name="sample,tmp/,temp/,RECYCLER/,RECYCLE.BIN/"/>
<description></description>
<prebuf></prebuf>
<scrapeLibrary>true</scrapeLibrary>
</library>
<libraries>

I have a another folder with all my tv shows in it. I'm trying to make the jukebox see it. its xml 'should' be.

<library>
<path>V:\ServerFolders\Videos\TV Shows\Full TV series</path>
<playerpath>smb://[=]HPSERVER/Videos/TV Shows/Full TV series</playerpath>
<exclude name="sample,tmp/,temp/,RECYCLER/,RECYCLE.BIN/"/>
<description></description>
<prebuf></prebuf>
<scrapeLibrary>true</scrapeLibrary>
</library>

</libraries>

but the juke box crashes on a
directory or library configuration file 'series' not found error. I seems as if it having issues with spaces. is there a character I need to put in the path to signify a space?

ta.
Find all posts by this user
Add Thank You Quote this message in a reply
05-25-2012, 12:02 PM
Post: #2
RE: [YAMJ] cant search a folder with spaces in its path - problem
You could try %20 instead of a space in the playerpath, but the easiest option would be to replace the playerpath spaces with "_" (also rename the directory)

Visit this user's website Find all posts by this user
Add Thank You Quote this message in a reply
05-25-2012, 03:26 PM
Post: #3
RE: [YAMJ] cant search a folder with spaces in its path - problem
(05-25-2012 12:02 PM)Omertron Wrote:  You could try %20 instead of a space in the playerpath, but the easiest option would be to replace the playerpath spaces with "_" (also rename the directory)

Thanks for taking the time to reply. Fixed it, sort of.

Turns out the fault was not with the xml file (which can cope with spaces) but with the cmd file. I had told the jukebox to store its directory in

@Echo OFF
C:
CD \YAMJ
CALL moviejukebox My_Library_tv.xml -o V:\ServerFolders\Videos\Tv Shows\Full TV series
pause
exit

and it did not like the spaces at all. changed the storage path to

@Echo OFF
C:
CD \YAMJ
CALL moviejukebox My_Library_tv.xml -o V:\ServerFolders\Videos\jukebox
pause
exit

and all is well for the moment. Just want to combine the two now.....
Find all posts by this user
Add Thank You Quote this message in a reply
05-25-2012, 03:31 PM (This post was last modified: 05-25-2012 03:31 PM by Omertron.)
Post: #4
RE: [YAMJ] cant search a folder with spaces in its path - problem
Code:
@Echo OFF
C:
CD \YAMJ
CALL moviejukebox My_Library_tv.xml -o "V:\ServerFolders\Videos\Tv Shows\Full TV series"
pause
exit

Would have worked as well

Visit this user's website Find all posts by this user
Add Thank You Quote this message in a reply
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  [YAMJ] Not copying new files jhmiller 2 38 Today 12:55 PM
Last Post: jhmiller
  [YAMJ 2.5-r2615] TV Extras missing ABoyNamedSue 30 4,433 06-12-2013 08:34 PM
Last Post: docbill
  [YAMJ] No Banner Available - YAMJ scan litfoo 4 308 06-08-2013 07:48 PM
Last Post: litfoo
  RE: Samsung Galaxy S4, can I use YAMJ on it like I can directly on my C-200? Wookie Groomer 4 445 06-06-2013 04:02 PM
Last Post: wanstronian
  help with yamj on A110 shamoo 2 249 06-06-2013 12:30 PM
Last Post: shamoo
  [YAMJ] Problem with TV show Spartacus 03397 6 1,554 06-06-2013 05:20 AM
Last Post: Uglyfish
  [YAMJ] allocine apikey problem jluc2808 20 1,397 06-02-2013 10:51 PM
Last Post: modmax
  [YAMJ] JAVA 1.7 update 21 makes YAMJ crash! Specter 14 1,935 06-02-2013 04:11 AM
Last Post: wgstarks
  C-200 YAMJ HTML nbat58 7 482 06-01-2013 01:50 PM
Last Post: jack84an
  YamJ market app wadood 3 305 05-30-2013 07:45 PM
Last Post: Bazrah

Forum Jump: