Step 11
From Ultimate Media Collector (UMC) - Wiki
Miscellaneous
If you have questions please look first in the FAQ-section!
If there are any other problems or you think you have found a bug, go to the UMC forum and ask or make a feature request or bug report. You could look here!
Hints and tricks
Problem:
PopcornHour can not mount more than on share at the same time.
Solution for XP:
There is a workaround to solve the issue with more then one share on a NMT. Under Disk Management you can create disks in an empty NTFS-Folder:
Control Panel -> Administrative Tools -> Computer Management -> Disk Management
Right-click on a Disk -> Change Drive Letter and Paths... -> Add -> e.g. C:\Media\Movies
Right-click the next Disk -> Change Drive Letter and Paths... -> Add -> e.g. C:\Media\Series
etc.
Solution for Vista with junctions:
Initial situation:
Movies stored in:
"c:\Media\Movies_1"
"d:\Media\Movies_2"
a) share a directory for PopcornHour. For best create a new one: "c:\POPI-SHARE"
b) please enter following in the DOS-Box: (Syntax: "mklink /J link target")
"mklink /J c:\POPI-SHARE\Movies_1 c:\Media\Movies_1"
"mklink /J c:\POPI-SHARE\Movies_2 d:\Media\Movies_2"
c) Now we have a directory "c:\POPI-SHARE" 2 new Junctions 2 neue Junctions which refer to both real directories.
d) UMC could scan directory "c:\POPI-SHARE".
Solution with aoutmount-script direct under PCH:
To mount multiple shares when PCH starts you have to make changes in start_app.sh or you could use the mono.wrapper!
Look at this thread:
http://www.popcornforum.de/showthread.php?tid=7249

