1. 25 Nov, 2014 10 commits
  2. 24 Nov, 2014 6 commits
  3. 18 Nov, 2014 6 commits
  4. 12 Nov, 2014 2 commits
  5. 11 Nov, 2014 9 commits
  6. 10 Nov, 2014 6 commits
  7. 08 Nov, 2014 1 commit
    • Max Kellermann's avatar
      tag/Set: do AlbumArtist/Artist fallback only if AlbumArtist is not disabled · b5ba94f1
      Max Kellermann authored
      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.
      b5ba94f1