Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
johnary
Streaming Star

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.

0 Kudos
1 REPLY 1
AaronMSpelling
Roku Guru

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).
0 Kudos