Author Topic: Help with title formatting.  (Read 2608 times)

razvanab

  • Guest
Hi
I need some help with the title formatting in musicbee:

[%artist% - ]$if2(%title%,$filepart(%filename%))

how can i make this in musicbee ?

Thank you.

psychoadept

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 10691
Where are you trying to put this formula, and you can explain in a little more detail how you want it to work?

Just substituting musicbee's syntax, it would be [<Artist> - ]$IsNull(<Title>,<Filename>,<Title>).  I'm not sure what the meaning of the brackets around "<Artist> - " is, though.
MusicBee Wiki
Use & improve MusicBee's documentation!

Latest beta patch (3.5)
(Unzip and overwrite existing program files)

razvanab

  • Guest
I want the playlist to show my music in this way.

this formula is from winamp Advanced title formatting

http://pages.citebite.com/o1c6t8j9f8dsj

http://bmproductions.fixnum.org/wiki/Advanced_Title_Formatting
Last Edit: June 15, 2014, 06:23:57 PM by razvanab

psychoadept

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 10691
Okay, that clarifies it, thanks.

In that case, what you want is this:

$IsNull(<Artist>,,<Artist> - )$IsNull(<Title>,<Filename>,<Title>)

Enter this as a virtual tag and you can display it anywhere you want.
MusicBee Wiki
Use & improve MusicBee's documentation!

Latest beta patch (3.5)
(Unzip and overwrite existing program files)