INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: MC launcher program?  (Read 2886 times)

MrC

  • Citizen of the Universe
  • *****
  • Posts: 10462
  • Your life is short. Give me your money.
MC launcher program?
« 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?
Logged
The opinions I express represent my own folly.

MrC

  • Citizen of the Universe
  • *****
  • Posts: 10462
  • Your life is short. Give me your money.
Re: MC launcher program?
« Reply #1 on: December 14, 2013, 10:35:00 pm »

For my needs tonight, I used MCWS to send an MCC command.  Still the question/need remains...
Logged
The opinions I express represent my own folly.

InflatableMouse

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 3978
Re: MC launcher program?
« Reply #2 on: December 15, 2013, 02:56:48 am »

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.
Logged

MrC

  • Citizen of the Universe
  • *****
  • Posts: 10462
  • Your life is short. Give me your money.
Re: MC launcher program?
« Reply #3 on: December 15, 2013, 12:54:22 pm »

Thanks.  I had looked in the bundle, but only see the main executable.

Code: [Select]
$ 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
Logged
The opinions I express represent my own folly.

nieldm

  • Recent member
  • *
  • Posts: 15
Re: MC launcher program?
« Reply #4 on: January 10, 2014, 12:33:27 pm »

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
Logged

MrC

  • Citizen of the Universe
  • *****
  • Posts: 10462
  • Your life is short. Give me your money.
Re: MC launcher program?
« Reply #5 on: January 10, 2014, 12:35:54 pm »

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.
Logged
The opinions I express represent my own folly.
Pages: [1]   Go Up