More > Media Center 14 (Development Ended)

How do I reference the Sequence number field?

(1/2) > >>

Warbird777:
How do I reference the Sequence number field?

I would like to use it in Re-Name like this:
PadNumber([Seq],4) - [Artist] - [Album] - [Track #] - [Name]

Warbird777:
Counter does not seem to work either.

PadNumber(Counter(1),4) - [Artist] - [Album] - [Track #] - [Name]

marko:
I'm sure that [seq] is a special internal field that we can't access.
Counter resets itself after 5 seconds of inactivity, but may be able to what you want.

for some tips and ideas, Have a read of this post: http://yabb.jriver.com/interact/index.php?topic=50622.msg346031#msg346031
and perhaps, this thread: http://yabb.jriver.com/interact/index.php?topic=48659.0

Does that help at all?

-marko

Warbird777:
Thanks marko.

This was the key pharase that helped from the link you sent:
...
Before you press OK, a few words about "counter()"...
Once invoked, it will keep on counting untill it has been inactive for more than 5 seconds, at which point, it will reset to zero, and keep on counting. What this means is, that if you mouse over the "before/after" columns of the rename, move and copy tool, you will see from the tooltip info that the prepended numbers keep changing, so, what you need to do is trust that the tool will do its job correctly, wait more than 5 seconds, then hit the OK button, making sure to keep the mouse out of the "before/after" area.
...

Especially the part about "trust the tool".

I used "PadNumber(Counter(1),4) - [Artist] - [Album] - [Track #] - [Name]".
And it works fine.

FYI: I rename the files in playlists sequentially, so that when transferred to other devices, I can sort them as desried (assumming the particular player allows me FAT access via ReOrganize).

Michael

stubbsy:

--- Quote from: Warbird777 on April 08, 2010, 04:26:20 pm ---I used "PadNumber(Counter(1),4) - [Artist] - [Album] - [Track #] - [Name]".

--- End quote ---

There is a two step, but reliable way to achieve this:

Step 1 - put sequence # into Episode #

* Choose Library Tools/Fill Track Number from list order
* Set Start at 1, increment  by 1, Field as Episode # (avoids trashing the actual track number)
* Click Ok - this will add the sequence into the Episode # field (not used for audio :))Step 2 - rename the files

* In the file rename dialog specify "PadNumber([Episode],4) - [Artist] - [Album] - [Track #] - [Name]"

Navigation

[0] Message Index

[#] Next page

Go to full version