Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: How do I create a custom column? (Read 2286 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

How do I create a custom column?

I know this is probably a really stupid question but I am having a hard time. I tried searching the forums but didn't find it. i am using version 9.6.9, and all i want to do is add a column under the playlist that shows the tool used so I can tell whether LAME was used to encode.

How do I create a custom column?

Reply #1
right click the column headers, select "Columns">"More...". now type a name for the column. under "Pattern" enter

[%__tool%]

close the dialog. now again right click the column headers, select "Columns" and "tick" the new column you've just created to enable it. you can drag it into place if it's not where you want it to be.

How do I create a custom column?

Reply #2
right click the column headers, select "Columns">"More...". now type a name for the column. under "Pattern" enter

[%__tool%]

close the dialog. now again right click the column headers, select "Columns" and "tick" the new column you've just created to enable it. you can drag it into place if it's not where you want it to be.



Wow thank you so much! I never would have figured that out.

How do I create a custom column?

Reply #3
That's really cool, and %__tool% isn't listed in the title formatting help.  What other special fields are there?


How do I create a custom column?

Reply #5
more directly...

Quote
$info(name)

Returns value of technical information field called name.

For convenience, the %__name% alias is also available.
elevatorladylevitateme

How do I create a custom column?

Reply #6
Thanks!