Difference between revisions of "QOrbiterGen"

From LinuxMCE
Jump to: navigation, search
(Media Scenarios)
 
(3 intermediate revisions by the same user not shown)
Line 11: Line 11:
 
**On : SendMessage? Lighting Plugin?
 
**On : SendMessage? Lighting Plugin?
 
**Off :
 
**Off :
**Custom Lighting Scenarios
+
*Custom Lighting Scenarios
*Sexy Time
+
**Sexy Time
*Club 54
+
**Club 54
  
 
==Media Scenarios==
 
==Media Scenarios==
**Auto-Generated
+
 
*MythTV
+
*Auto-Generated
*Videos
+
**MythTV
*Audo
+
**Videos
*LiveTV
+
**Audio
**Custom Media Scenarios
+
**LiveTV
*internet radio
+
*Custom Media Scenarios
The array list is all of the arrays contained in the array table in pluto main / media. this includes a lot of information!
+
**internet radio
 +
 
 +
There are a large number of arrays that well also need to be defined in from pluto_media:arrays. Hopefully, the orbiterGenerator can work through those in an efficient manner. More to come.
  
 
[[category:QML]]
 
[[category:QML]]

Latest revision as of 10:17, 9 July 2011

This page is intended to outline the requirements for QOrbiterGen, a new version of the OrbiterGenerator that prepares a qml-compatible blob of data for initialization. We hope to outline the classes of objects that have specific commands so that we can form them easily into the format we need for the callback, making it as simple as possible for ui designers to have to remember as little as possible about code related variables.


Variables

  • user
  • location

Arrays

Lighting Scenarios

  • Auto-generated
    • On : SendMessage? Lighting Plugin?
    • Off :
  • Custom Lighting Scenarios
    • Sexy Time
    • Club 54

Media Scenarios

  • Auto-Generated
    • MythTV
    • Videos
    • Audio
    • LiveTV
  • Custom Media Scenarios
    • internet radio

There are a large number of arrays that well also need to be defined in from pluto_media:arrays. Hopefully, the orbiterGenerator can work through those in an efficient manner. More to come.