INTERACT FORUM
More => Old Versions => JRiver Media Center 19 for Mac => Topic started by: MrC on December 14, 2013, 09:15:51 pm
-
I don't see the MC launcher program (like Windows' mc19.exe). How are command line options and MCC commands sent in this Mac version?
-
For my needs tonight, I used MCWS to send an MCC command. Still the question/need remains...
-
Its been a while since I had a mac so I might not remember exactly.
I think the applications that you see as a single package are actually folders. I think you can navigate in them from the command line? So somewhere inside is the actual binary you use.
-
Thanks. I had looked in the bundle, but only see the main executable.
$ gfind . -executable -type f -ls
8714855 7892 -rwxr-xr-x 1 MrC admin 8079992 Dec 6 13:49 ./Contents/MacOS/libJRImage.dylib
8714856 8460 -rwxr-xr-x 1 MrC admin 8661960 Dec 6 13:49 ./Contents/MacOS/libJRPlayer.dylib
8714857 4772 -rwxr-xr-x 1 MrC admin 4883976 Dec 6 13:49 ./Contents/MacOS/libJRReader.dylib
8714858 8428 -rwxr-xr-x 1 MrC admin 8626728 Dec 6 13:49 ./Contents/MacOS/libJRTools.dylib
8714859 56824 -rwxr-xr-x 1 MrC admin 58186768 Dec 6 13:49 ./Contents/MacOS/Media\ Center\ 19
8714864 2480 -rwxr-xr-x 1 MrC admin 2539108 Dec 6 13:49 ./Contents/MacOS/PackageInstaller.app/Contents/MacOS/PackageInstaller
8714872 6988 -rwxr-xr-x 1 MrC admin 7155644 Dec 6 13:49 ./Contents/MacOS/Plugins/libdsp_Main.dylib
8714873 5492 -rwxr-xr-x 1 MrC admin 5621316 Dec 6 13:49 ./Contents/MacOS/Plugins/libenc_Main.dylib
8714874 940 -rwxr-xr-x 1 MrC admin 959784 Dec 6 13:49 ./Contents/MacOS/Plugins/libin_APE.dylib
8714875 1444 -rwxr-xr-x 1 MrC admin 1478056 Dec 6 13:49 ./Contents/MacOS/Plugins/libin_audiotest.dylib
8714876 4048 -rwxr-xr-x 1 MrC admin 4142664 Dec 6 13:49 ./Contents/MacOS/Plugins/libin_DSD.dylib
8714877 2076 -rwxr-xr-x 1 MrC admin 2122172 Dec 6 13:49 ./Contents/MacOS/Plugins/libin_FLAC.dylib
8714878 4132 -rwxr-xr-x 1 MrC admin 4230736 Dec 6 13:49 ./Contents/MacOS/Plugins/libin_MP3.dylib
8714879 2232 -rwxr-xr-x 1 MrC admin 2281628 Dec 6 13:49 ./Contents/MacOS/Plugins/libin_MP4.dylib
8714880 1460 -rwxr-xr-x 1 MrC admin 1492764 Dec 6 13:49 ./Contents/MacOS/Plugins/libin_MPC.dylib
8714881 1156 -rwxr-xr-x 1 MrC admin 1181200 Dec 6 13:49 ./Contents/MacOS/Plugins/libin_OGG.dylib
8714882 2104 -rwxr-xr-x 1 MrC admin 2153360 Dec 6 13:49 ./Contents/MacOS/Plugins/libin_WAV.dylib
8714883 2072 -rwxr-xr-x 1 MrC admin 2120284 Dec 6 13:49 ./Contents/MacOS/Plugins/libin_wavpack.dylib
8714884 3452 -rwxr-xr-x 1 MrC admin 3532264 Dec 6 13:49 ./Contents/MacOS/Plugins/libout_Main.dylib
-
Did you find out how to achieve this? I am thinking about writing an external control program, but need to be able to do this to get started!
MNX
-
I only needed the "launcher" program to send an MCC command. So I used the MCWS service to do this, which I was using anyway to send other MCWS commands. You can use many languages to do this (I happened to be using Perl), but you could also use curl or wget to send an MCWS/MCC command.