Difference between revisions of "Media center matrix display menu"

From Organic Design wiki
m
 
(attempt to use JSON for something practical)
Line 1: Line 1:
{ "menu" }
+
{ "menu": {
 +
    "playback": {
 +
        "line1": "Playing",
 +
        "line2": "{{CURRENT_TRACK}}",
 +
        "ccw": "",
 +
        "cw": "",
 +
        "press": "",
 +
        "menu": "",
 +
        },
 +
    },
 +
    "pause": {
 +
        "line1": "Paused",
 +
        "line2": "{{SMPTE_PLAYHEAD}}",
 +
        },
 +
    },
 +
   
 +
}

Revision as of 04:04, 10 April 2007

{ "menu": {

   "playback": {
       "line1": "Playing",
       "line2": "Template:CURRENT TRACK",
       "ccw": "",
       "cw": "",
       "press": "",
       "menu": "",
        },
   },
   "pause": {
       "line1": "Paused",
       "line2": "Template:SMPTE PLAYHEAD",
        },
   },
   

}