INTERACT FORUM

More => Old Versions => JRiver Media Center 22 for Windows => Topic started by: rossp on May 16, 2017, 03:44:52 am

Title: Fill episode numbers from list order
Post by: rossp on May 16, 2017, 03:44:52 am
Is it possible to fill the episode number from list order?
Ross
Title: Re: Fill episode numbers from list order
Post by: blgentry on May 16, 2017, 05:31:24 am
It's two steps, but yes, it's easily done:

1.  Highlight files > Library tools > fill track numbers from list order
2.  Open the tagging pane, find [Episode] and paste in: 
Code: [Select]
=[Track #]
optionally: 3.  Erase the Track # after you're done.

I do this frequently when ripping episodes from DVD or BD.

Brian.
Title: Re: Fill episode numbers from list order
Post by: astromo on May 16, 2017, 05:50:34 am
Seriously?   :o

You've got to be kidding?

Brian, ta heaps. This will save me from stupid amounts of RSI.
Title: Re: Fill episode numbers from list order
Post by: Hendrik on May 16, 2017, 06:05:32 am
You can also do it one step less (or even two if you would do #3), just paste "=Counter()" into the same expression box, which will use the current list order to populate the field, without the intermediate step of filling track number,
Title: Re: Fill episode numbers from list order
Post by: astromo on May 16, 2017, 06:27:28 am
You can also do it one step less (or even two if you would do #3), just paste "=Counter()" into the same expression box, which will use the current list order to populate the field, without the intermediate step of filling track number,

You must be gunning for the JRiver MVP for this week. Nicely done.
Title: Re: Fill episode numbers from list order
Post by: blgentry on May 16, 2017, 06:30:05 am
Hendrik's way works, of course.  If you need to start at #1, it's perfect.  However, if you need to start at 5 or 10 or 22, then it doesn't work as well.  In that case, using Fill Track numbers from list order is nicer because it allows you to set your starting point.

As I said, I use this a lot when ripping DVD and BD TV show episodes.  :)

Brian.
Title: Re: Fill episode numbers from list order
Post by: ferday on May 16, 2017, 06:36:17 am
Counter (5)

You can even change the increment counter(5,3)
Title: Re: Fill episode numbers from list order
Post by: astromo on May 16, 2017, 06:42:17 am
Counter (5)

You can even change the increment counter(5,3)

Now you're just showing off. Sweet.

Explain this for me a bit further if you wouldn't mind. Is this a case of start at "5" and increment every 3rd entry or what?

I can think of various combinations but I'd rather not guess.
Title: Re: Fill episode numbers from list order
Post by: ferday on May 16, 2017, 06:54:50 am
Increment by (3,6,9...)

Counter (start value, increment)
Title: Re: Fill episode numbers from list order
Post by: Hendrik on May 16, 2017, 07:04:00 am
Is this a case of start at "5" and increment every 3rd entry or what?

It starts at 5 and increments by 3 every next item, so, 5,8,11,14...
Title: Re: Fill episode numbers from list order
Post by: rossp on May 16, 2017, 07:38:33 am
Genius. Thanks
Ross
Title: Re: Fill episode numbers from list order
Post by: leezer3 on May 16, 2017, 08:50:42 am
Whilst I know both of those tricks, this is one of those little things that could be made so much easier :)

Change the 'Fill Track Numbers' menu entry to episode number automatically if the media sub-type is TV show.

The other useful little trick I've got, is to use a calculated field to get whichever of Track # and Episode # is non-empty, and then use this for sorting on.
Title: Re: Fill episode numbers from list order
Post by: blgentry on May 16, 2017, 09:02:35 am
I like Leezer's suggestion.

Regarding Counter():  I stopped using that a long time ago because it did weird things.  Like  starting the count at arbitrary numbers (352 or 450, or 23) and changed.  I just read the notes and it says not to use it in the RM&C tool or in Panes (or something like that).  In my really brief testing this morning it worked just fine.

So I wonder if counter() has changed, or what.  Nice to know that it works.

Brian.
Title: Re: Fill episode numbers from list order
Post by: marko on May 16, 2017, 11:58:56 am
I like Leezer's suggestion.

Regarding Counter():  I stopped using that a long time ago because it did weird things.  Like  starting the count at arbitrary numbers (352 or 450, or 23) and changed.  I just read the notes and it says not to use it in the RM&C tool or in Panes (or something like that).  In my really brief testing this morning it worked just fine.

So I wonder if counter() has changed, or what.  Nice to know that it works.

Brian.
Things to remember when using counter()...


-marko
Title: Re: Fill episode numbers from list order
Post by: antenna on September 27, 2020, 01:13:30 pm

I found this topic via a search for "numbering episodes."

I have to echo the above comments ... thank-you, thank-you, thank-you.

The techniques mentioned here will, as another said, definitely reduce the RSI of importing a bunch of DVDs.   :D

Thanks!

Title: Re: Fill episode numbers from list order
Post by: RoderickGI on September 27, 2020, 04:18:24 pm
You can now also select a group of files, "right-click > Library Tools > Fill Track Numbers From List Order", and fill Episode numbers. A little easier than using counter().
Title: Re: Fill episode numbers from list order
Post by: antenna on September 28, 2020, 11:46:50 am

Thanks for the update.  I'll try that.