Particles Plugin

From MSX - Wiki
Revision as of 16:00, 29 January 2021 by Benzac (talk | contribs)
Jump to navigation Jump to search

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.

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": {
            "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": "Fontain",
            "playerLabel": "Particles - Fontain",
            "action": "video:plugin:http://msx.benzac.de/plugins/particles.html?type=fontain"
        }, {
            "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]