I try to start MC with a MCC command to set the default user.
I'm using MC21 on Ubuntu 16.04.
It looks like MC is not handling the command-line parameters correct.
I use the following command:
mediacenter21 /MCC 22028,1008
or (to escape the ","):
mediacenter21 /MCC 22028\,1008
Instead of starting with user-ID 1008 it tries to add a file with filename 22028,1008
Am I doing something wrong?
Anyone an idea?
Part of the logfile for command "mediacenter21 /MCC 22028\,1008":
...
0000379: 11077504: General: CMCPlayerApp::ExecuteCommandLine: Command Line: /MCC 22028,1008
0000379: 11077504: General: CMCPlayerApp::Play: Start
0000379: 11077504: General: CMCPlayerApp::Play: Command line: /MCC 22028,1008
...
0000436: 11077504: Import: JRAnalyzer::Open: Start
0000436: 11077504: Import: JRAnalyzer::AddFile: Start
0000436: 11077504: Import: JRAnalyzer::AddFile: Filename: 22028,1008
...
René.