INTERACT FORUM

Please login or register.

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

Author Topic: Loword Hiword Parameter  (Read 1051 times)

juliobarahona

  • Recent member
  • *
  • Posts: 8
Loword Hiword Parameter
« on: June 17, 2011, 07:49:44 pm »

I want to do an automatic import from the command line
The command is MC16.exe /MCC 23000, but....
I do not understand the parameter      loword: bAutomatic, hiword: bDisableAlreadyRunningWarning
which is the parameter to automatic import?
Logged

MrC

  • Citizen of the Universe
  • *****
  • Posts: 10462
  • Your life is short. Give me your money.
Re: Loword Hiword Parameter
« Reply #1 on: June 17, 2011, 08:15:22 pm »

I believe that is outdated information.

Use either 1 or 2, which mean :
1: bDisableAlreadyRunningWarning
2: bFirstImportMode
Logged
The opinions I express represent my own folly.

juliobarahona

  • Recent member
  • *
  • Posts: 8
Re: Loword Hiword Parameter
« Reply #2 on: June 18, 2011, 06:45:11 am »

Thanks, I've tried
MC16.exe /MCC 2300,2 and it worked, it makes an automatic import.

But now comes another problem.
If the list of  AutoImport directories is empty, then it works well, creates a new list of directories and imports from it.
But if the list already has some directory, it does not create a new list and importing only from that directory.
Therefore, the first thing to do is empty the list of  autoimport directories, and then execute the command MC16.exe /MCC 2300,2
Do you know which command empties the list of directories AutoImport.

And another question what does the parameter 1 (bDisableAlreadyRunningWarning)?
You say that the information is old, where I can find the new one.
Thanks for everything

Logged

MrC

  • Citizen of the Universe
  • *****
  • Posts: 10462
  • Your life is short. Give me your money.
Re: Loword Hiword Parameter
« Reply #3 on: June 18, 2011, 12:04:14 pm »

At the top of this Wiki entry, there is the corresponding source code file that is the definitive definition of the MCC core commands:

http://wiki.jriver.com/index.php/Media_Center_Core_Commands

It is the "JRiver Media Core Commands Header File" link.  The information on the Wiki is dated, and I'm working on a script to import the current data into the wiki so the process can be less tedious and error prone.  Note: the information on the Wiki also supports older versions of MC, in this case, going back to sometime in 2007 when this page was created.

I do not know how to empty the list.  There are two more IMPORT-related commands in the 23000 block.

Perhaps a dev can answer.
Logged
The opinions I express represent my own folly.

juliobarahona

  • Recent member
  • *
  • Posts: 8
Re: Loword Hiword Parameter
« Reply #4 on: June 18, 2011, 02:50:14 pm »

thanks for your answer
Logged
Pages: [1]   Go Up