Difference between revisions of "AVWizard command line"

From LinuxMCE
Jump to: navigation, search
Line 19: Line 19:
 
Propery URL is in that form: '''Page/Control/PropertyName'''
 
Propery URL is in that form: '''Page/Control/PropertyName'''
  
'''-generate_defaults [foldername]'''
+
'''-generate_defaults [Directory Name]'''
 
That command generates default dialogs (if they are not defined). If may be used when the user broke something or to start cleanly the wizard. It generates only the dialogs, the settings will not be changed.
 
That command generates default dialogs (if they are not defined). If may be used when the user broke something or to start cleanly the wizard. It generates only the dialogs, the settings will not be changed.

Revision as of 10:11, 13 April 2006

This page was written by Pluto and imported with their permission when LinuxMCE branched off in February, 2007. In general any information should apply to LinuxMCE. However, this page should be edited to reflect changes to LinuxMCE and remove old references to Pluto.
--help

Display online help that will describe to user how to use the AVWizard command line

-screen <screen name>

Display only specified screen from wizard. That option may be used to fast fix one setting without following all steps.

-set <property URL>=<value>

Set up one property of some component. When the screen is loaded, the other options will be ignored

Propery URL is in that form: Page/Control/PropertyName

-get <property URL>

Get the value of the specified URL without starting the wizard. Any other commands will be ignored. Anyway, more -get command will display cleanly one by one the command line output. The output result will be inside apostrophes to be simple parsed.

Propery URL is in that form: Page/Control/PropertyName

-generate_defaults [Directory Name] That command generates default dialogs (if they are not defined). If may be used when the user broke something or to start cleanly the wizard. It generates only the dialogs, the settings will not be changed.