getmusicbee.com

Support => Questions => Topic started by: wealstarr on January 12, 2017, 05:49:29 PM

Title: How to display the directory name in the track information panel ?
Post by: wealstarr on January 12, 2017, 05:49:29 PM
hi everyone,
                   I wanted to display the directory name in the playing track information panel, I used <URL> but it's showing the entire path like D:\Music\Artist Name\Album Name while I only wish to display the album name, the last part from the string.

Any ideas ?
Title: Re: How to display the directory name in the track information panel ?
Post by: hiccup on January 12, 2017, 05:55:43 PM
Create a custom tag with: $RSplit(<Path>,\,2)

edit: VIRTUAL tag
(thnx psycho ;-)
Title: Re: How to display the directory name in the track information panel ?
Post by: psychoadept on January 12, 2017, 05:57:02 PM
Beat me to it!   :)

Make it a Virtual Tag, though.
Title: Re: How to display the directory name in the track information panel ?
Post by: wealstarr on January 12, 2017, 07:46:20 PM
Thanks for the help guys, it's working, with a slight problem though, omitted all the underscores from the directory names so "Mundial_Corroda" is displayed as Mundial Corrida :(
Title: Re: How to display the directory name in the track information panel ?
Post by: wealstarr on January 13, 2017, 03:06:40 PM
guys any idea how to get those underscores back ?