September 3, 201312 yr I have YAMJ working on my Win7 PC using an unRAID server. What I am working on doing is moving the YAMJ processing over to the unRAID server. To do this I need to change my paths referencing from the unRAID server. Current My_library.xml paths are: <path>\\\\Asteroid\VIDEO</path> <path>Z:\Watched</path> Asteroid is my unRAID server and I also scan my PCH for watched files (Z:\Watched). I then upload my Jukebox to the PCH. It is working great on Win7. I have changed From: <path>\\\\Asteroid\VIDEO</path> To: <path>/mnt/user/VIDEO</path> This works. I know I need to mount the PCH somehow. But how? I can access the PCH in windows explorer by \\PCH. How do I access PCH on my unRAID linux?
September 3, 201312 yr Author I figured it out. I was close many times. I did not realize the Popcorn Hour (PCH) shares drives via NFS. I sent the commands: mkdir /mnt/PCH/share mount -t nfs 192.168.1.75:/opt/sybhttpd/localhost.drives/SATA_DISK /mnt/PCH/share So I substitute "Z:\Watched" with "/mnt/PCH/share" <path>/mnt/PCH/share/Watched</path>
Archived
This topic is now archived and is closed to further replies.