johnary
Streaming Star
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2024
08:52 AM
What's the Opposite of "most_recent"
I'm updating my categories and how some of my series display on my channel. All of my series are currently displayed in reverse chronological order with the most recent episode appearing first. In the categories section of my JSON files, the order is set up like this:
{
"name": "Strange Tapes Strange Show",
"query": "Strange Tapes",
"order": "most_recent"
},
Instead of "most_recent" what would I write under the "order" option to display the oldest video first? Thanks for any advice.
1 REPLY 1
AaronMSpelling
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2024
11:28 PM
Re: What's the Opposite of "most_recent"
The order of the category. Must be one of the following:
- manual: For playlists only
- most_recent: reverse chronological order
- chronological: the order in which the content was published (e.g., Episode 1, Episode 2, etc.)
- most_popular: sort by popularity (based on Roku usage data).