|
Track artists in compilations (Again)
|
|
08-07-2013, 20:17
Post: #11
|
|||
|
|||
RE: Track artists in compilations (Again)
(08-07-2013 18:21)simoncn Wrote:(08-07-2013 16:06)dan186 Wrote: Hello Simon, Would this change the title for all albums? I just want the title to display like this for compilations. Thanks. |
|||
|
08-07-2013, 22:09
(This post was last modified: 08-07-2013 22:10 by simoncn.)
Post: #12
|
|||
|
|||
RE: Track artists in compilations (Again)
(08-07-2013 20:17)dan186 Wrote: Would this change the title for all albums? I just want the title to display like this for compilations. Yes, this would change the title format for all albums. If you want to do this for compilations only, you would need to create a custom tag such as TitleArtist and set this tag for your compilations only. You would also need to add TitleArtist to the itemTags property. Then you could use the tagFormat setting Title.displayFormat={$titleartist^^ - ^$title} to get what you want. |
|||
|
09-07-2013, 00:43
Post: #13
|
|||
|
|||
RE: Track artists in compilations (Again)
(08-07-2013 22:09)simoncn Wrote: Yes, this would change the title format for all albums. Thank you. |
|||
|
09-07-2013, 08:25
(This post was last modified: 09-07-2013 08:25 by simoncn.)
Post: #14
|
|||
|
|||
RE: Track artists in compilations (Again)
(09-07-2013 00:43)dan186 Wrote: Thank you. Does n-stream show artist information for each track, or only for the complete album? If it shows artist information for each track, it should be possible to configure MinimServer to send the correct artist information for compilation artists, instead of putting this information in the track title. Can you attach a screenshot showing what n-stream displays when viewing the tracks of a compilation album? |
|||
|
09-07-2013, 23:04
Post: #15
|
|||
|
|||
RE: Track artists in compilations (Again)
(09-07-2013 08:25)simoncn Wrote: Does n-stream show artist information for each track, or only for the complete album? If it shows artist information for each track, it should be possible to configure MinimServer to send the correct artist information for compilation artists, instead of putting this information in the track title. Can you attach a screenshot showing what n-stream displays when viewing the tracks of a compilation album? It only shows Various Artists (the AlbumArtist) when selecting the album and selecting a track. If I could see the Artist in the list of titles when selecting an album and in the "now playing" display that would be great. I did add the TitleArtist tag (not to the album in the snapshot) and that works well, but if the Artist could be viewed without having to add the tag to each compilation file that would be ideal. See the attachments. Thanks. |
|||
|
09-07-2013, 23:46
Post: #16
|
|||
|
|||
RE: Track artists in compilations (Again)
(09-07-2013 23:04)dan186 Wrote: It only shows Various Artists (the AlbumArtist) when selecting the album and selecting a track. If I could see the Artist in the list of titles when selecting an album and in the "now playing" display that would be great. Please try the setting mentioned in this post. I think this should show the correct track artist on the Now Playing screen, but I'm not sure whether it will help with the track list. I understand that adding TitleArtist tags to each compilation album is inconvenient. I'm thinking about alternative approaches that might be supported in a future release. |
|||
|
10-07-2013, 00:13
Post: #17
|
|||
|
|||
RE: Track artists in compilations (Again)
(09-07-2013 23:46)simoncn Wrote: Please try the setting mentioned in this post. I think this should show the correct track artist on the Now Playing screen, but I'm not sure whether it will help with the track list. That works great. It does change the Artist in the Now Playing screen, not the track list, but at least now I can see who the Artist is for each track when it plays. Thank you very much for your help. Keep up the good work! |
|||
|
20-08-2013, 15:00
(This post was last modified: 20-08-2013 19:55 by vln.)
Post: #18
|
|||
|
|||
RE: Track artists in compilations (Again)
(08-07-2013 22:09)simoncn Wrote:(08-07-2013 20:17)dan186 Wrote: Would this change the title for all albums? I just want the title to display like this for compilations. Hello there, new to the forum and to minimserver, so please bear with me! Out of the above instructions, I understand that in order to use the tagFormat setting specified, - 'tagCustom' needs to include 'TitleArtist' - 'itemTags' needs to include 'TitleArtist' .. but I don't understand how to "set this tag for your compilations only". Ideally, I would like the artist name to be "Various Artists", and then - as is implied above - the actual performer as part of the song title, separated by a hyphen. Example: Album Title: "Marching Band Evergreens 1950 - 1960" Album Artist: "Various Artists" ..and track 1 should be displayed as something like: "Mfftataaa, Mfftataa - The German Marching Band All Stars" Many thanks & best regards, Samuel. PS: Thank you Simon for producing a great media server - still need to get my head around a few things but I'm sure I'll get there! |
|||
|
20-08-2013, 23:18
Post: #19
|
|||
|
|||
RE: Track artists in compilations (Again)
(20-08-2013 15:00)vln Wrote: Out of the above instructions, I understand that in order to use the tagFormat setting specified, This means you would need to add TitleArtist tags to all tracks that are part of compilation albums, but not to other tracks. Quote:Ideally, I would like the artist name to be "Various Artists", and then - as is implied above - the actual performer as part of the song title, separated by a hyphen. To set the artist name for the compilation album to 'Various Artists', you can set the AlbumArtist tag to this value on all the tracks of the album. To get the display you want for track 1, you can add this to tagFormat: Title.displayFormat={$title^$artist^ - } This will have the side effect of applying this custom title formatting to non-compilation tracks as well. |
|||
|
20-08-2013, 23:50
Post: #20
|
|||
|
|||
RE: Track artists in compilations (Again)
(20-08-2013 23:18)simoncn Wrote:(20-08-2013 15:00)vln Wrote: Out of the above instructions, I understand that in order to use the tagFormat setting specified, Yes, but above you mentioned that using Title.displayFormat={$titleartist^^ - ^$title} would avoid this problem? (i.e. the problem that all tracks would have the 'Track Name - Artist' view) Regarding "To set the artist name for the compilation album to 'Various Artists', you can set the AlbumArtist tag to this value on all the tracks of the album." Could you elaborate - what is the syntax and which field do I use it on? Given that iTunes offers an Album Artist field, wouldn't that be ideal to use for compilations - i.e. enter 'Various Artists' (or whatever generic name you want for compilations) there, and then associate AlbumArtist in MinimServer to this value, and then use Title.displayFormat={$titleartist^^ - ^$title} on these (and only these) albums? |
|||
|
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)

Search
Member List
Calendar
Help



