1. 15 May, 2021 1 commit
    • John Regan's avatar
      flac encoder: enable Ogg FLAC and Ogg chaining · 87fa6bca
      John Regan authored
      refactors GenerateOggSerial into a generic GenerateSerial
      utility, under the util lib.
      
      libFLAC may be encoded without Ogg support. If Ogg support is disabled,
      libFLAC will still export Ogg-related methods (like setting a serial
      number), and throw a runtime error when initializing an Ogg stream.
      
      GenerateOggSerial does not depend on libogg. Refactoring it into
      a generic GenerateSerial prevents having to add build-time checks
      for libogg within the FLAC encoder plugin.
      87fa6bca
  2. 29 Mar, 2021 3 commits
  3. 10 Mar, 2021 1 commit
    • Simon Persson's avatar
      Add tags relevant to classical music. · 8f1e7385
      Simon Persson authored
      This commit adds some tags that are (mostly) interesting for listeners
      of classical music.
      
      Ensemble
      --------
      This is an ensemble that is playing the music, such as Wiener
      Philharmoniker. The tag can be used to distinguish the ensemble from the
      conductor, composer, soloist, and ensemble, that are generally all in
      the "ARTIST" tag.
      
      Movement
      -------
      The movement number and movement (name) of this track, i.e.  "II" and
      "Allegro".
      
      ComposerSort
      ------------
      Allows us to look for Beethoven's 9th under B, for Beethoven, not L for
      Ludwig.
      
      Location
      --------
      This is the location of the recording, e.g. "Wiener Musikverein".
      8f1e7385
  4. 04 Mar, 2021 6 commits
  5. 03 Mar, 2021 1 commit
  6. 24 Feb, 2021 1 commit
  7. 22 Feb, 2021 2 commits
  8. 12 Feb, 2021 1 commit
  9. 05 Feb, 2021 1 commit
  10. 22 Jan, 2021 1 commit
  11. 21 Jan, 2021 5 commits
  12. 19 Jan, 2021 1 commit
  13. 01 Jan, 2021 1 commit
  14. 15 Dec, 2020 3 commits
  15. 14 Dec, 2020 5 commits
  16. 02 Dec, 2020 1 commit
  17. 30 Nov, 2020 6 commits