Forum Discussion

johnary's avatar
johnary
Streaming Star
2 years ago

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

  • 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).