1. 24 Aug, 2015 2 commits
  2. 26 Jun, 2015 1 commit
  3. 25 Jun, 2015 1 commit
  4. 17 Mar, 2015 1 commit
  5. 05 Mar, 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. 04 Feb, 2015 3 commits
  8. 22 Jan, 2015 1 commit
  9. 21 Jan, 2015 1 commit
  10. 14 Jan, 2015 1 commit
  11. 01 Jan, 2015 1 commit
  12. 26 Dec, 2014 1 commit
  13. 02 Dec, 2014 1 commit
  14. 28 Nov, 2014 1 commit
  15. 25 Nov, 2014 1 commit
  16. 22 Nov, 2014 1 commit
  17. 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
  18. 02 Nov, 2014 1 commit
  19. 10 Oct, 2014 4 commits
  20. 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
  21. 27 Sep, 2014 1 commit
  22. 24 Sep, 2014 6 commits
  23. 29 Aug, 2014 2 commits
  24. 30 Jul, 2014 1 commit
  25. 14 Jul, 2014 1 commit
  26. 12 Jul, 2014 1 commit
  27. 16 Jun, 2014 2 commits