Difference between revisions of "MRSS Feeds"
Jump to navigation
Jump to search
(→Usage) |
|||
Line 13: | Line 13: | ||
There is also a service that allows you to launch the Media Station X app directly with an MRSS feed. Please see following action syntax examples. | There is also a service that allows you to launch the Media Station X app directly with an MRSS feed. Please see following action syntax examples. | ||
− | * <code>https://msx.benzac.de/?start= | + | * <code>https://msx.benzac.de/?start=content:https://msx.benzac.de/services/mrss.php?url={MRSS_URL}&banner={BANNER_URL}</code> |
− | * <code>https://msx.benzac.de/?start= | + | * <code>https://msx.benzac.de/?start=content:https://msx.benzac.de/services/mrss.php?url={MRSS_URL}&banner=color:{BANNER_COLOR}</code> |
If you would like to use the plugin as reference to implement your own plugin, please have a look at this implementation script: http://msx.benzac.de/interaction/js/mrss.js. | If you would like to use the plugin as reference to implement your own plugin, please have a look at this implementation script: http://msx.benzac.de/interaction/js/mrss.js. |
Revision as of 10:34, 20 May 2022
It is possible to load MRSS feeds via a special interaction plugin. The plugin can be used with version 0.1.145 or higher.
Usage[edit]
The plugin must be loaded with an MRSS feed URL. Please see following action syntax example.
content:request:interaction:{MRSS_URL}@http://msx.benzac.de/interaction/mrss.html
Optionally, a banner image or color can be set. Please see following action syntax examples.
content:request:interaction:{MRSS_URL}|{BANNER_URL}@http://msx.benzac.de/interaction/mrss.html
content:request:interaction:{MRSS_URL}|color:{BANNER_COLOR}@http://msx.benzac.de/interaction/mrss.html
There is also a service that allows you to launch the Media Station X app directly with an MRSS feed. Please see following action syntax examples.
https://msx.benzac.de/?start=content:https://msx.benzac.de/services/mrss.php?url={MRSS_URL}&banner={BANNER_URL}
https://msx.benzac.de/?start=content:https://msx.benzac.de/services/mrss.php?url={MRSS_URL}&banner=color:{BANNER_COLOR}
If you would like to use the plugin as reference to implement your own plugin, please have a look at this implementation script: http://msx.benzac.de/interaction/js/mrss.js.
Example[edit]
Screenshot[edit]
Code[edit]
{
"headline": "MRSS Examples",
"menu": [{
"icon": "rss-feed",
"label": "Example Channel",
"data": "request:interaction:http://msx.benzac.de/info/data/mrss/example.xml@http://msx.benzac.de/interaction/mrss.html"
}]
}
Demo[edit]
- Launch via App: https://msx.benzac.de/?start=menu:https://msx.benzac.de/info/data/mrss.json
- Launch via Demo Page: https://msx.benzac.de/info/?start=menu:https://msx.benzac.de/info/data/mrss.json