(08-07-2013 18:21)simoncn Wrote: (08-07-2013 16:06)dan186 Wrote: Hello Simon,
I just installed 0.72 a couple of weeks ago. Great product!
I'm having the same problem as the thread starter. I have loads of compilations (various artists, original soundtracks, etc.). I'm using a Naim NDX with n-stream as the control point.
I have the AlbumArtist tag set to Various Artists or Original Soundtrack and the Artist tag set differently for each title. I also have another tag, Compilation, set to 1. My previous server, Asset, would display the title as Artist - Title in the list of titles when selecting the album and in the Now Playing display.
Thank you.
From your description, it sounds like this problem isn't exactly the same as the problem reported by the thread starter. You want to change what's in the title, but the thread starter wanted (I think) to change what's in the artist field displayed by the control point.
To change what's in the title, you need to use the tagFormat property. To show the title as "Artist - Title", you can add the setting
Title.displayFormat={$artist^^ - ^$title}
to the tagFormat property. See this section for more details about how to use the tagFormat property.
Would this change the title for all albums? I just want the title to display like this for compilations.
Thanks.