aboutsummaryrefslogtreecommitdiffstats
path: root/src/tag/Set.cxx (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-11-08tag/Set: do AlbumArtist/Artist fallback only if AlbumArtist is not disabledMax Kellermann1-0/+2
On "list albumartist", songs that have no AlbumArtist tag will use the Artist tag. However, if AlbumArtist is disabled via "metadata_to_use", the TagBuilder::AddItem() call is ignored, and PrintUniqueTag() attempts to print a nullptr string. This commit fixes the problem by attempting the fallback only if AlbumArtist is not disabled.
2014-07-12Tag: add class const_iterator and methods begin(), end()Max Kellermann1-9/+8
Enables using range-based "for".
2014-04-24db/Helpers: move code to tag/Set.cxxMax Kellermann1-0/+116