INTERACT FORUM

More => Old Versions => JRiver Media Center 29 for Windows => Topic started by: rbmjr on October 05, 2022, 02:38:28 pm

Title: How to start "Sequence" at some number other than 1
Post by: rbmjr on October 05, 2022, 02:38:28 pm
I would like to sequence my playlists starting at some number other than 1. There is a blank field to the right of Sequence in the Smartlist Modify Results dialog box. Can a starting number be set here? Or, can a math equation be entered to change the sequencing numbers?
Title: Re: How to start "Sequence" at some number other than 1
Post by: blgentry on October 05, 2022, 03:14:18 pm
You should be able to insert a new Expression Column that holds sequence number as you would like.  For example, if you cut and paste this in to an expression column, it should start at 20 and increment up from there.

Code: [Select]
math(CustomData(#) + 19)
Brian.