-
Notifications
You must be signed in to change notification settings - Fork 3
Import external files
rrirower edited this page Jun 22, 2024
·
2 revisions
The import selector form is used to run custom code you write to import an external file into the Channel Feed Manager and convert it to Roku MRSS or Roku JSON.
Type the path of the external file, or, click the Browse
(...) button to navigate to it. Then, select an importer from the list and click the Import
button. Your importer code will be executed, and if successful, a new feed file will be loaded into the Channel Feed Manager.
NOTES:
Each line of your CSV
file must use the following format:
guid; pubDate; title; description; categories; keywords; thumbnail; content
-
categories
uses '!' to delimit one or more category fields. -
content
uses '|' to delimit one or more content fields.
Please see the sample file Csv2Mrss.csv
in the ..\Documents\Channel Feed Manager\Importers
folder for a sample import file.
Pages
- Channel Feed Manager
- Introduction
- System Requirements
- Where are my files?
- User Interface
- Roku channel categories
- Roku JSON Channel content attributes
- Roku MRSS Channel content attributes
- Amazon MRSS Channel content attributes
- How to create a Series with Episodes
- How to create a Series with Seasons and Episodes
- Create a new Series with the Series wizard
- Program settings
- Import external files
- Export to another format
- Validate a feed file
- Generate a search feed
- API (Application Programming Interface)
- Channel Orphan Cleaner