1. 26 Apr, 2022 1 commit
  2. 03 Dec, 2021 1 commit
  3. 01 Dec, 2021 6 commits
  4. 12 Nov, 2021 1 commit
    • Rosen Penev's avatar
      treewide: replace lock_guard with scoped_lock · 4e0e4c00
      Rosen Penev authored
      SonarLint reports the latter to be better:
      
      std::scoped_lock basically provides the same feature as std::lock_guard,
      but is more generic: It can lock several mutexes at the same time, with a
      deadlock prevention mechanism (see {rule:cpp:S5524}). The equivalent code
      to perform simultaneous locking with std::lock_guard is significantly more
      complex. Therefore, it is simpler to use std::scoped_lock all the time,
      even when locking only one mutex (there will be no performance impact).
      Signed-off-by: 's avatarRosen Penev <rosenp@gmail.com>
      4e0e4c00
  5. 11 Nov, 2021 1 commit
  6. 13 Oct, 2021 13 commits
  7. 21 Aug, 2021 1 commit
  8. 05 Aug, 2021 8 commits
  9. 15 Apr, 2021 1 commit
  10. 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
  11. 04 Mar, 2021 1 commit
  12. 16 Feb, 2021 4 commits
  13. 07 Feb, 2021 1 commit