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: some titleformatting questions (Read 2664 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

some titleformatting questions

1-can I display in the item details window all the text from tag, which is not some other tag? for example: i've tagged %album_artist% like `Alkaline Trio & Hot Water Music`, can I display `split with Hot Water Music` when Alkaline Trio track from this album is playing? So I would remove the part from %album_artist% which is equal to artist. (It would be pretty useful, cause I've tagged all split mp3 like mentioned above)

2-How I can get playlist item numbers in column playlist? there was some tag for this..

3-Can I get percentage in album list, eg to show how much of my total library is in genre `electronic`? Yes it would be [item count in subcategory] / [total item count] * 100, but I don't know how to get those variables.


thanks in advance!

some titleformatting questions

Reply #1
1-can I display in the item details window all the text from tag, which is not some other tag? for example: i've tagged %album_artist% like `Alkaline Trio & Hot Water Music`, can I display `split with Hot Water Music` when Alkaline Trio track from this album is playing? So I would remove the part from %album_artist% which is equal to artist. (It would be pretty useful, cause I've tagged all split mp3 like mentioned above)

what is the "the item details window" exactly? The Selection Properties pane? if so, then no.

2-How I can get playlist item numbers in column playlist? there was some tag for this..
%list_index%

3-Can I get percentage in album list, eg to show how much of my total library is in genre `electronic`? Yes it would be [item count in subcategory] / [total item count] * 100, but I don't know how to get those variables.
No. It's not possible.
elevatorladylevitateme

some titleformatting questions

Reply #2
1. $replace(longer string,bit you don't want,)

 

some titleformatting questions

Reply #3
1 - Split... (well the dots aren't working even here, you'll have to use contents and find the topic)
that is in your case, but splittings with ";" (not even ",") are accesible through $meta(some field,number) and number starts with 0

2 - answered

3 - You can do it with Playlist Tree