Well, I was ready to try setting up the scripts on my new OS, Windows XP Sp2, unfortunately I'm running into similar issues.
I have everything setup but I'm simply trying to run the script to do a local export from the Master to the Shared library. The script runs but nothing is copied over. I have been deleting the Bookmarks.jmd as test.
I get some kind of log file without a file type; last time I remember it was output as a .txt, now it's just a file named J that shows up after the script runs.
I decided to try less subfolders for the Library folder, and when I used Media Center 12 as the root, the file shows up as M.
These files show up outside the folder used in the script below, in the root (J):
'USER DEFINED VARIABLES
'If you need to modify this script to use your own file locations,
'you can modify the paths here. You must do this with all of the
'applicable scripts.
'This is where you want the "shared" library to live. It must be
'on a network drive that can be accessed by all the machines that will
'be synced by the scripts. Be sure to include the trailing "\" as part
'of the path you give.
strSharedLibraryDir = "J:\J River\Media Center 12\"
'This is where each machines' local library will live. This must be
'the same for all the computers using these scripts and it must exist.
'Again, be sure to include the trailing "\".
strLocalLibraryDir = "C:\J River\Media Center 12\"
'This is the name of your library in MC. This is what the subfolder
'containing your library inside the above directories will be called.
strLibraryName = "Library\"
'This is where you've installed these scripts.
strMyDirectory = "J:\MC_Scripts\"
'This is where the zg.exe file is located. This should be inside the ZipGenius6
'folder. If you haven't installed ZipGenius6, it is required for this archive
'script to work properly. You can download it for free from here:
'
http://zipgenius.it 'It's a great, completely free WinZip alternative (much more powerful too)!
strZGLocation = "C:\Program Files\ZipGenius 6\zg.exe"
'END USER DEFINED VARIABLES
I am not using the backup archive, if that's a possible issue...
This has got to be a simple mistake I'm making, as I know the setup works for you flawlessly. I'm getting the same behavior with a whole new set of PCs and OSs so it has to be me; the common variable.
I'd really like to employ this method so I can tag when I travel and easily publish the library to the Master instead of manually copying and trying to remember which is th e newest.
DC