Difference between revisions of "AVWizard Step by Step"

From LinuxMCE
Jump to: navigation, search
Line 1: Line 1:
 
<table width="100%"> <tr><td bgcolor="#FFCFCF">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.</td></tr> </table>Steps that works AVWizard:
 
<table width="100%"> <tr><td bgcolor="#FFCFCF">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.</td></tr> </table>Steps that works AVWizard:
- load [[config file /etc/avwizard.conf]] and get the defaults
+
  - load [[config file /etc/avwizard.conf]] and get the defaults
- parse [[AVWizard command line]] parameter and overwrite the defaults
+
  - parse [[AVWizard command line]] parameter and overwrite the defaults
- if wizard should generate vizual feedback, will do the next:
+
  - if wizard should generate vizual feedback, will do the next:
- build the screen list
+
  - build the screen list
- set up the first of screens as default
+
  - set up the first of screens as default
- set up the video mode
+
  - set up the video mode
- start the event looping
+
  - start the event looping
- at quit if is needed, it saves the current settings in /etc/avwizard.conf. If that file is not aviable (for instance is read-only), the wizard will try to save it in: ~/.avwizard/avwizard.conf. That file will override the defaults. The home folder config will save complete options.
+
  - at quit  
 +
 
 +
If is needed, it saves the current settings in /etc/avwizard.conf. If that file is not aviable (for instance is read-only), the wizard will try to save it in: ~/.avwizard/avwizard.conf. That file will override the defaults. The home folder config will save complete options.

Revision as of 10:35, 11 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.
Steps that works AVWizard:
 - load config file /etc/avwizard.conf and get the defaults
 - parse AVWizard command line parameter and overwrite the defaults
 - if wizard should generate vizual feedback, will do the next:
 - build the screen list
 - set up the first of screens as default
 - set up the video mode
 - start the event looping
 - at quit 

If is needed, it saves the current settings in /etc/avwizard.conf. If that file is not aviable (for instance is read-only), the wizard will try to save it in: ~/.avwizard/avwizard.conf. That file will override the defaults. The home folder config will save complete options.