1. 14 Mar, 2016 3 commits
  2. 23 Feb, 2016 1 commit
  3. 19 Feb, 2016 1 commit
  4. 15 Dec, 2015 1 commit
  5. 16 Oct, 2015 1 commit
  6. 06 Feb, 2015 1 commit
    • Max Kellermann's avatar
      TagBuilder: allow adding duplicate tag types in Complement() · b3fe3e8b
      Max Kellermann authored
      Build a table of pre-existing tag types before adding new items.  The
      old way would check HasType() each time, which would return true after
      the first instance of that tag type had been added, preventing
      duplicate tag types to be merged.
      
      This broke duplicate tag types loaded from the state file, because
      this code path uses TagBuilder::Complement().
      b3fe3e8b
  7. 26 Dec, 2014 1 commit
  8. 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
  9. 02 Nov, 2014 1 commit
  10. 10 Oct, 2014 4 commits
  11. 29 Sep, 2014 1 commit
    • Max Kellermann's avatar
      Tag: support "AlbumSort" · 3560dc4b
      Max Kellermann authored
      The new tag is supported by all decoders that use the tag name table,
      and the ID3v2 tag "TSOA" maps to it.
      3560dc4b
  12. 27 Sep, 2014 1 commit
  13. 24 Sep, 2014 6 commits
  14. 29 Aug, 2014 2 commits
  15. 30 Jul, 2014 1 commit
  16. 14 Jul, 2014 1 commit
  17. 12 Jul, 2014 1 commit
  18. 16 Jun, 2014 2 commits
  19. 24 Apr, 2014 3 commits
  20. 01 Mar, 2014 1 commit
  21. 17 Feb, 2014 3 commits
  22. 23 Jan, 2014 1 commit
  23. 19 Jan, 2014 1 commit
  24. 15 Jan, 2014 1 commit