INTERACT FORUM
More => Old Versions => JRiver Media Center 26 for Mac => Topic started by: PPatla on June 04, 2020, 05:38:59 pm
-
I found the wiki that shows how to configure Windows for an automated script to set a schedule for Auto Import.
But I can't find the instructions for the Mac OS X? I always have to trigger a manual import.... I'd be happy with a once a day or twice a day import trigger.....
Am I missing it somewhere?
-Pat
-
Are your files stored on your Mac? Or on a NAS? If on the Mac or a NAS that supports "file system events", then just having auto import turned on should work. As new files are added to the file system, MC should see them. If not, it should automatically run every few hours anyway.
But, I find auto import to be not worth my time. It causes more problems (for me) than it solves. So I just press the import button (which I put on MC's top toolbar) any time I add files to MC. Even if I add 4 or 5 albums in a day, this is easy and unobtrusive.
As for your original question, I know very little about automator. Good luck with your solution.
Brian.
-
BTW, if you're wondering about the toolbar "auto import" item I'm talking about, you can configure both TOP and BOTTOM toolbars with:
Tools > Options > Tree & View > Advanced > customize tool bars
The toolbar item I use is called "Run auto import now".
Brian.
-
Thank you, yes I manually use the "run auto import now" function from the toolbar often.
My NAS does NOT support file events so that is why I'm trying to figure out a script/automator to have it run on a schedule.
-Pat
-
Run Normally: mc20.exe /mcc 23020,0
Run Silently: mc20.exe /mcc 23020,1
These are the commands I found for Windows, are there similar ones for Mac OS?
Also when I'm using JRiver Panel, if I go to Settings, then the Library Tab, and then click on the "Run Auto-Import" button the bottom it does not kick off the process of Auto Import.
Is this supported in the MAC version?
Pat
-
MC for Mac doesn't accept command line arguments like the Windows version does. But you can probably still make this work!
MC for all platforms has a web interface for running commands called "MCWS". It's self documenting. Open a web browser on the computer running MC and paste this in:
http://localhost:52199/MCWS/v1/
If you read through the lists of functions, you'll eventually find the one to "run MC core command". So, you can use MCWS to run core command 23020 like:
http://localhost:52199/MCWS/v1/Control/MCC?Command=23020,1
Presumably you can do this from somewhere else on the mac like a script (maybe using curl or wget) or with an Automator action (which I don't know how to do).
I hope that helps.
Brian.
-
Hey thanks! let me poke around on this and see if I can make this work....