Skip to content
This repository has been archived by the owner on Apr 28, 2021. It is now read-only.

amazon-archives/amazon-creator-mrss-feed-sample

Repository files navigation

Readme

This is a simple Jekyll website with an MRSS feed that designed for creating an Amazon Fire TV app with Amazon Creator. You can view the documentation for Amazon Creator here.

You build this project using the standard build process for Jekyll. Assuming you already have RubyGems installed, just run the following from the command line:

gem install jekyll bundler
bundle exec jekyll serve

Setup

Create posts in the _posts folder following standard Jekyll post formats. Each post should have frontmatter and content similar to the sample posts.

This information, along with some values from the _config.yml file, gets passed into the feed_firetv.xml file. You can view the feed_firetv.xml file here.

This feed contains media properties that validate against the MRSS specification. Amazon Creator can consume this MRSS feed and create a Fire TV app.

Note that the project also contains a feed_roku.xml file in case you're also submitting your feed into Roku's Direct Publisher.

About

Sample MRSS Feed for Amazon Creator

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published