[faq] Various Artists, compilation albums and Album Artist

Artist radio, genre radio & related artists. A Subsonic server for music nerds.

Moderator: moderators

[faq] Various Artists, compilation albums and Album Artist

Postby hakko » Wed Oct 10, 2012 4:38 pm

Grouping files: directories or tags?
A big difference between Subsonic 4.7 and MusicCabinet is how files are grouped into albums.

Subsonic is mostly directory based. If you have a lot of files in one directory, they're seen as one "album".
MusicCabinet, on the opposite, does not use a directory based approach. Instead, files are grouped based on tags. You can have multiple files from the same album in different directories (for example CD1 and CD2), and they're still grouped as one album by one artist.

This, however, presents a problem for people who have badly tagged compilation albums (like "Summer Hits 2012"). Sometimes, there's just a bunch of files by different artists, placed in the same directory to indicate that they're one album. MusicCabinet will interpret these files as different albums, as they all have different artist names.

Using the Album Artist tag
To tell MusicCabinet that these files are all one album, you have to use the "Album Artist" tag (TPE2 in ID3 v2). By setting the "Album Artist" tag to "Various Artists" for all songs from the compilation album, it'll be seen as one album, and appear in the left frame as "Various Artists". When the album is displayed, individual artist names per song are shown, scrobbled to last.fm, and can be searched for.

The same goes for hip-hop albums where there's one main artist, but the single songs have different performers, like X feat Y, X feat Z, etc. To have such an album grouped as artist X in the left frame, set "Album Artist" tag to X for all songs.

Artist view includes tracks from compilation albums
When selecting an artist from the left frame, both full albums and single songs from compilation albums are displayed. Here, there's one full album by artist Moneybrother, and one song ("Morbror Frans") found on a compilation album. http://i.imgur.com/Hw4aH.png

Only artists with full albums are shown in the left view, to avoid having it scattered with "one hit wonders".
MusicCabinet developer
hakko
 
Posts: 1416
Joined: Tue Apr 17, 2012 7:05 pm
Location: Sweden

Re: [faq] Various Artists, compilation albums and Album Arti

Postby maxxh » Wed Oct 10, 2012 8:11 pm

Just a tip for FLAC files: you have to use "ALBUMARTIST" and not "ALBUM ARTIST" if you manually edit files with tools like Mp3tag. foobar2000 automatically maps "Album Artist" to "ALBUMARTIST".
maxxh
 
Posts: 21
Joined: Sat Apr 16, 2011 9:22 pm
Location: Austria

Re: [faq] Various Artists, compilation albums and Album Arti

Postby PoGo » Thu Nov 08, 2012 1:56 pm

Hello,

Here is little cli that I use to apply this tag to a whole folder/album/
Be carreful this is a quick & dirty method (the "find" command is recursive and will apply the tag change to any mp3/flac file it encounter)

Code: Select all
find . -name "*.mp3" -type f -exec id3v2 --TPE2 'Various Artists' {} \; && find . -name "*.flac" -type f -exec  metaflac --no-utf8-convert --set-tag=ALBUMARTIST="Various Artists" {} \;


Of course, you'll need to install id3v2 and flac packages.

Have fun !
PoGo
 
Posts: 36
Joined: Thu Apr 21, 2011 11:07 pm

Re: [faq] Various Artists, compilation albums and Album Arti

Postby PoGo » Mon Nov 12, 2012 1:12 pm

Just a little feedback.

That would be great to have to possibility to edit these tag fields directly through the tag editor in subsonic.
Sometime, I need to edit only two files or so, and it's kind of troublesome to edit them in cli.

Cheers.
PoGo
 
Posts: 36
Joined: Thu Apr 21, 2011 11:07 pm

Re: [faq] Various Artists, compilation albums and Album Arti

Postby hakko » Mon Nov 12, 2012 4:47 pm

True. MusicCabinet reads quite a few tags that vanilla Subsonic doesn't allow updating (album artist, lyrics, composer, sort artist, sort album artist), it would make sense to allow setting all of them. I've added it to my list of things to do as a "nice to have". (and as usual, feel free to write code for it and supply a patch!)
MusicCabinet developer
hakko
 
Posts: 1416
Joined: Tue Apr 17, 2012 7:05 pm
Location: Sweden

Re: [faq] Various Artists, compilation albums and Album Arti

Postby slnk » Tue Dec 04, 2012 10:53 am

The "Various Artists" artist ends up being an important "artist" which is buried in with all the other artists under V. Would it be possible to make this a special case and stick it at the end of the alphabet letter links at the top of the left pane? Or perhaps make it a special link in the genre drop-down box under Artists?

Ideally, the list of albums with the VA album artist tag would display in the left pane when clicked rather than loading in the main pane. Many people, myself included have almost as many various artist albums as single artist albums so I think they should be treated in a similar way, almost like toggling between Artist view and Various Artist view.

Great mod by the way. Has made listening to music at work much simpler now I can just hit Artist Radio and enjoy tracks I haven't heard for ages. Thanks for all the effort you've put in.
slnk
 
Posts: 1
Joined: Tue Dec 04, 2012 10:43 am

Re: [faq] Various Artists, compilation albums and Album Arti

Postby LJeneral » Tue Dec 04, 2012 1:17 pm

+1 I also have many various artist albums and would like to see a feature like this implemented. Keep up the good work!
LJeneral
 
Posts: 11
Joined: Sun Dec 02, 2012 8:38 am

Re: [faq] Various Artists, compilation albums and Album Arti

Postby hakko » Sun Dec 09, 2012 11:18 am

There's now an option in Personal settings to display all Various Artists albums in the left column, below the artist list. viewtopic.php?f=4&t=9777&p=49943#p49943
MusicCabinet developer
hakko
 
Posts: 1416
Joined: Tue Apr 17, 2012 7:05 pm
Location: Sweden

Re: [faq] Various Artists, compilation albums and Album Arti

Postby dsync89 » Sun Dec 16, 2012 3:39 am

maxxh wrote:Just a tip for FLAC files: you have to use "ALBUMARTIST" and not "ALBUM ARTIST" if you manually edit files with tools like Mp3tag. foobar2000 automatically maps "Album Artist" to "ALBUMARTIST".


Thanks for this heads up. The latest foobar2k version seemed to change this behavior somehow, the Album Artist tag is now mapped to TPE2 "ALBUM ARTIST" field instead of the previous "ALBUMARTIST". Is there any way to tune MC to read tag from both "ALBUMARTIST" and "ALBUM ARTIST"? It's too cumbersome having to remap the tag to maintain consistency.
musicScrape @ Music Cabinet Mod
http://musicscrape.zapto.org:8080
dsync89
 
Posts: 72
Joined: Fri Oct 19, 2012 8:51 am

Re: [faq] Various Artists, compilation albums and Album Arti

Postby hakko » Sun Dec 16, 2012 9:20 am

For Vorbis tags, Album Artist doesn't seem like an officially defined field name here: http://www.xiph.org/vorbis/doc/v-comment.html

According to reference (3) from http://wiki.slimdevices.com/index.php/S ... portedTags, Foobar2000 and JR*Media Center uses ALBUM ARTIST instead of ALBUMARTIST. If there was a standard, I'd ask people to go for it, but since I can't find any official guidelines I guess it makes sense to fall back to reading ALBUM ARTIST after trying ALBUMARTIST.

MusicBrainz seems to prefer ALBUMARTIST: http://wiki.musicbrainz.org/PicardTagMapping
MusicCabinet developer
hakko
 
Posts: 1416
Joined: Tue Apr 17, 2012 7:05 pm
Location: Sweden

Re: [faq] Various Artists, compilation albums and Album Arti

Postby hakko » Sun Dec 16, 2012 8:30 pm

Another relevant link from another forum on the same topic: http://getmusicbee.com/forum/index.php?topic=6635.0
MusicCabinet developer
hakko
 
Posts: 1416
Joined: Tue Apr 17, 2012 7:05 pm
Location: Sweden

Re: [faq] Various Artists, compilation albums and Album Arti

Postby dsync89 » Mon Dec 17, 2012 4:33 am

hakko wrote:For Vorbis tags, Album Artist doesn't seem like an officially defined field name here: http://www.xiph.org/vorbis/doc/v-comment.html

According to reference (3) from http://wiki.slimdevices.com/index.php/S ... portedTags, Foobar2000 and JR*Media Center uses ALBUM ARTIST instead of ALBUMARTIST. If there was a standard, I'd ask people to go for it, but since I can't find any official guidelines I guess it makes sense to fall back to reading ALBUM ARTIST after trying ALBUMARTIST.

MusicBrainz seems to prefer ALBUMARTIST: http://wiki.musicbrainz.org/PicardTagMapping


Hope that the future update will have such fallback mechanism for ALBUMARTIST and ALBUM ARTIST tag~
musicScrape @ Music Cabinet Mod
http://musicscrape.zapto.org:8080
dsync89
 
Posts: 72
Joined: Fri Oct 19, 2012 8:51 am


Return to MusicCabinet

Who is online

Users browsing this forum: No registered users and 1 guest