|
|
#1 |
|
Junior Member
|
Advance Title Formatting
hello,
This is my first time posting.. but I have a question... Im trying to get it where it will read, artist - album - track - song on my winamp... I dont understand any of the commands or anything like that... so when i go to play it it just shows up as artist - albumn this is the command thats in there atm... [%artist% - ]$if2(%title%,$filepart(%filename%)) I clicked on the help button.. I dont understand what any of it says... i dont even understand what it indecates in the above part anyways.. could someone help me with what i want to do and then like maybe explain it to me for future reference? |
|
|
|
|
|
#2 |
|
Techorator
Winamp & Shoutcast Team Join Date: Jun 2000
Posts: 35,894
|
[%artist% - ][%album% - ][$num(%tracknumber%,2) - ]$if2(%title%,$filepart(%filename%))
This will display: Artist - Album - Track# - Title The [brackets] make it so that if the actual tag is missing then it won't be displayed. $num(%tracknumber%,2) makes it so track# = 2 digits (01, 02, 03....09, 10, 11) $if2(%title%,$filepart(%filename%)) makes it so if the Title tag is missing, it will display filename only. |
|
|
|
|
|
#3 |
|
Junior Member
|
wow thank you for explaining that to me.. thank you so much...
|
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|