Announcement

Collapse
No announcement yet.

Advanced Title issue - multiple title strings depending on field

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Advanced Title issue - multiple title strings depending on field

    I’m fairly new to the ATF function in winamp.

    At the moment I have the string:
    [%artist% - %album% - %tracknumber% - %title%]

    This works well for me until I play an album with various artists.

    What I would like to have the following format if the "Album Artist" field has the specific word "various":
    [%album% - %tracknumber% - %artist% - %title%]

    If it doesn’t have the word "various" I want the previous format to be applied.

    Can anyone help me with a format string to do this?

  • #2
    Welcome to the forum. See if this works for you:

    $IfStrEqual2(%albumartist%,Various,[%album% - %tracknumber% - %artist% - %title%],[%artist% - %album% - %tracknumber% - %title%])

    Comment

    Working...
    X
    😀
    🥰
    🤢
    😎
    😡
    👍
    👎