Difference between revisions of "MRSS Feeds"
(→Code) |
|||
Line 25: | Line 25: | ||
"icon": "rss-feed", | "icon": "rss-feed", | ||
"label": "Example Channel", | "label": "Example Channel", | ||
− | "data": "request:interaction:http://msx.benzac.de/info/data/mrss/example.xml| | + | "background": "http://msx.benzac.de/media/banner_background.png", |
+ | "data": "request:interaction:http://msx.benzac.de/info/data/mrss/example.xml|http://msx.benzac.de/media/banner.png@http://msx.benzac.de/interaction/mrss.html" | ||
}] | }] | ||
} | } |
Revision as of 15:38, 23 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 can be set. The area of the banner is 1328x296 (WxH) pixels at layout resolution 720p (1992x444 at 1080p). The banner image is sized to fill the entire width (by keeping the ratio) and is positioned in the center. Please see following action syntax example.
content:request:interaction:{MRSS_URL}|{BANNER_URL}@http://msx.benzac.de/interaction/mrss.html
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.
There is also a launcher service that allows you to launch the Media Station X application directly with an MRSS feed: https://msx.benzac.de/info/mrss.html.
Example[edit]
Screenshot[edit]
Code[edit]
{
"headline": "MRSS Examples",
"menu": [{
"icon": "rss-feed",
"label": "Example Channel",
"background": "http://msx.benzac.de/media/banner_background.png",
"data": "request:interaction:http://msx.benzac.de/info/data/mrss/example.xml|http://msx.benzac.de/media/banner.png@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