2014-08-19, 22:38
Is it possible to set that xmbc shows album artist only and not quest artists?
I have some music tracks that have quest artists performing. Those artist are tagged as track artist(s) by mediamonkey. Example:
pic1
in xbmc's music settings naming template is:
[%n.] A% - %T
Result:
pic2
well, as you can see, there're multiple artists showing there. I'd like to have only album artist (in this case Lindsey Stirling <3) and not quest artists showed. Is it possible to set that xmbc shows album artist only? It looks kind of messy when multiple artist are there... I like clean and simple titles.
wiki says:
I use semicolon to separate multiple artists and genres. advancedsettins.xml:
I have some music tracks that have quest artists performing. Those artist are tagged as track artist(s) by mediamonkey. Example:
pic1
in xbmc's music settings naming template is:
[%n.] A% - %T
Result:
pic2
well, as you can see, there're multiple artists showing there. I'd like to have only album artist (in this case Lindsey Stirling <3) and not quest artists showed. Is it possible to set that xmbc shows album artist only? It looks kind of messy when multiple artist are there... I like clean and simple titles.
wiki says:
Quote: 6.1 Artist Tags - Resolving Compilations and Multiple Artists
XBMC reads the Album Artist tag in ID3, Ogg, APE and MP4 tags and uses it if available to assign an artist to the album (independently of the track's artist information). This is the "Album Artist" tag (in ID3 this is represented by the "TPE2" tag; in vorbiscomment (ogg) files "ALBUMARTIST", "ALBUM ARTIST" and "ENSEMBLE" are all supported). Multiple artists for either a track or album artist can be specified in "Artist1 / Artist2 / Artist3" format.
I use semicolon to separate multiple artists and genres. advancedsettins.xml:
Code:
<musiclibrary>
<itemseparator>;</itemseparator> <!-- separator used for multiple artists/genres in tags. -->
</musiclibrary>