Difference between revisions of "Config file /etc/avwizard.conf"

From LinuxMCE
Jump to: navigation, search
 
m
 
(6 intermediate revisions by 2 users not shown)
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>AVWizard store in the config file in sections, one section is starting with:
+
AVWizard store in the config file in XML format:
'''Object SectionName: <TypeOfSection>'''
+
And ends up with line:
+
'''End'''
+
In Section area you may add another sections (as a tree one) and properties.
+
  
See [[AVWizard properties]]
+
+Options
 +
+Screens
 +
  +StartScreen
 +
  +Page
 +
    -Width = 640
 +
    -Height = 480
 +
    -Caption = "Audio video wizard"
 +
    +Label
 +
    -Name: TitleText
 +
    -Caption: "press and hold the menu key to change video or audio settings"
 +
    +
 +
  +
 +
 
 +
[[Category:Development]]
 +
[[Category:Programmer's Guide]]

Latest revision as of 16:06, 6 December 2008

AVWizard store in the config file in XML format:

+Options

+Screens
 +StartScreen
  +Page
   -Width = 640
   -Height = 480
   -Caption = "Audio video wizard" 
   +Label 
    -Name: TitleText
    -Caption: "press and hold the menu key to change video or audio settings"
   +
 +