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: tag matrix code (Read 4478 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

tag matrix code

Does anyone have any decent tag matrix code that they could share?

tag matrix code

Reply #1
What is a tag matrix code?

tag matrix code

Reply #2
imho he means script showing which tags are present, like 'al ar ti tr' where presented tags are highlighted etc.

tag matrix code

Reply #3
Yeah Mazy's right (I shouldn't really post after very little sleep )

tag matrix code

Reply #4
I'm using this one and it works:

Code: [Select]
$if(%title%,%_ti%|%_sti%T,$rgb(255,0,0,255,0,0)T) 
$if(%album%,%_ti%|%_sti%Al,$rgb(255,0,0,255,0,0)Al)
$if(%artist%,%_ti%|%_sti%Ar,$rgb(255,0,0,255,0,0)Ar)
$if(%genre%,%_ti%|%_sti%G,$rgb(255,0,0,255,0,0)G)
$if(%date%,%_ti%|%_sti%D,$rgb(255,0,0,255,0,0)D)
$if(%tracknumber%,%_ti%|%_sti%#,$rgb(255,0,0,255,0,0)#)


Maybe it's not the best for new version of foobar and there is another way, but it works correct and looks like so: (right side in playlist)



((((( Strictly4me )))))

tag matrix code

Reply #5
thanks strictly, thats what I'm looking for


tag matrix code

Reply #7
I'm using this one and it works:

Code: [Select]
$if(%title%,%_ti%|%_sti%T,$rgb(255,0,0,255,0,0)T) 
$if(%album%,%_ti%|%_sti%Al,$rgb(255,0,0,255,0,0)Al)
$if(%artist%,%_ti%|%_sti%Ar,$rgb(255,0,0,255,0,0)Ar)
$if(%genre%,%_ti%|%_sti%G,$rgb(255,0,0,255,0,0)G)
$if(%date%,%_ti%|%_sti%D,$rgb(255,0,0,255,0,0)D)
$if(%tracknumber%,%_ti%|%_sti%#,$rgb(255,0,0,255,0,0)#)


Maybe it's not the best for new version of foobar and there is another way, but it works correct and looks like so: (right side in playlist)



((((( Strictly4me )))))

[Off-Topic] But how did you get those buttons like the rating or the sort up there?

tag matrix code

Reply #8
@iOsiris

Take a look to this example: GANT-buttons grey
For ratingbuttons you have to make scripts with masstagger, of course!

((((( Strictly4me )))))

 

tag matrix code

Reply #9
ah I see, thank you !