Difference between revisions of "Particles Plugin"

From MSX - Wiki
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
This is a special video plugin that has been developed to check the performance and capabilities of a TV device. The plugin can be used with version '''0.1.74''' or higher.
+
{{benchmark}}
 +
The plugin can be used with version '''0.1.74''' or higher.
  
 
== Example ==
 
== Example ==
Line 16: Line 17:
 
         "color": "msx-glass",
 
         "color": "msx-glass",
 
         "properties": {
 
         "properties": {
 +
            "control:dim": false,
 
             "progress:type": "fix:",
 
             "progress:type": "fix:",
 
             "progress:marker:enable": false,
 
             "progress:marker:enable": false,
Line 65: Line 67:
 
             "action": "video:plugin:http://msx.benzac.de/plugins/particles.html?type=washing"
 
             "action": "video:plugin:http://msx.benzac.de/plugins/particles.html?type=washing"
 
         }, {
 
         }, {
             "title": "Fontain",
+
             "title": "Fountain",
             "playerLabel": "Particles - Fontain",
+
             "playerLabel": "Particles - Fountain",
             "action": "video:plugin:http://msx.benzac.de/plugins/particles.html?type=fontain"
+
             "action": "video:plugin:http://msx.benzac.de/plugins/particles.html?type=fountain"
 
         }, {
 
         }, {
 
             "title": "Fire Ball",
 
             "title": "Fire Ball",

Latest revision as of 15:17, 1 September 2022

This is a special video plugin that has been developed to check the performance and capabilities of a TV device. You can use it to compare the performance/capabilities with other TV (or mobile/desktop) devices. The plugin can be used with version 0.1.74 or higher.

Example[edit]

Screenshot[edit]

Example Screenshot (Particles Plugin)

Code[edit]

{
    "type": "pages",
    "headline": "Particles Plugin",
    "template": {
        "type": "separate",
        "layout": "0,0,2,3",
        "icon": "msx-white-soft:bubble-chart",
        "color": "msx-glass",
        "properties": {
            "control:dim": false,
            "progress:type": "fix:",
            "progress:marker:enable": false,
            "button:forward:enable": false,
            "button:rewind:enable": false,           
            "button:speed:enable": false,
            "trigger:back": "player:stop"
        }
    },
    "items": [{
            "title": "Blank",
            "playerLabel": "Particles - Blank",
            "action": "video:plugin:http://msx.benzac.de/plugins/particles.html?type=blank"
        }, {
            "title": "Simple",
            "playerLabel": "Particles - Simple",
            "action": "video:plugin:http://msx.benzac.de/plugins/particles.html?type=simple"
        }, {
            "title": "Light Ball",
            "playerLabel": "Particles - Light Ball",
            "action": "video:plugin:http://msx.benzac.de/plugins/particles.html?type=light_ball"
        }, {
            "title": "Lava Lamp",
            "playerLabel": "Particles - Lava Lamp",
            "action": "video:plugin:http://msx.benzac.de/plugins/particles.html?type=lava_lamp"
        }, {
            "title": "Blob",
            "playerLabel": "Particles - Blob",
            "action": "video:plugin:http://msx.benzac.de/plugins/particles.html?type=blob"
        }, {
            "title": "Space",
            "playerLabel": "Particles - Space",
            "action": "video:plugin:http://msx.benzac.de/plugins/particles.html?type=space"
        }, {
            "title": "Lights",
            "playerLabel": "Particles - Lights",
            "action": "video:plugin:http://msx.benzac.de/plugins/particles.html?type=lights"
        }, {
            "title": "Bubbles",
            "playerLabel": "Particles - Bubbles",
            "action": "video:plugin:http://msx.benzac.de/plugins/particles.html?type=bubbles"
        }, {
            "title": "Drops",
            "playerLabel": "Particles - Drops",
            "action": "video:plugin:http://msx.benzac.de/plugins/particles.html?type=drops"
        }, {
            "title": "Washing",
            "playerLabel": "Particles - Washing",
            "action": "video:plugin:http://msx.benzac.de/plugins/particles.html?type=washing"
        }, {
            "title": "Fountain",
            "playerLabel": "Particles - Fountain",
            "action": "video:plugin:http://msx.benzac.de/plugins/particles.html?type=fountain"
        }, {
            "title": "Fire Ball",
            "playerLabel": "Particles - Fire Ball",
            "action": "video:plugin:http://msx.benzac.de/plugins/particles.html?type=fire_ball"
        }]
}

Demo[edit]

See also[edit]