1. 02 Sep, 2018 9 commits
  2. 20 Aug, 2018 1 commit
  3. 09 Aug, 2018 1 commit
  4. 02 Aug, 2018 2 commits
  5. 25 Jul, 2018 1 commit
  6. 17 Jul, 2018 1 commit
  7. 06 Jul, 2018 8 commits
  8. 28 May, 2018 2 commits
  9. 26 Apr, 2018 2 commits
  10. 24 Jan, 2018 1 commit
  11. 21 Jan, 2018 1 commit
  12. 19 Jan, 2018 3 commits
  13. 17 Jan, 2018 1 commit
  14. 02 Jan, 2018 2 commits
  15. 21 Dec, 2017 1 commit
  16. 19 Dec, 2017 1 commit
  17. 18 Dec, 2017 2 commits
    • FlashSystems's avatar
      Fix `lsinfo` and `add` for mounted databases. · c488d312
      FlashSystems authored
      If `SimpleDatabase::Visit` is called on a database that contains a mounted directry the URIs of the elements passed to the callbacks are not prefixed by the mountpoint path. This leads to lsinfo and add not working because they use the wrong URI. This pull request is using the `WalkMount` helper function to create prefixed versions of `VisitDirectory`, `VisitSong` and `VisitPlaylist` to add the correct prefix to the parameters of the callback functions.
      c488d312
    • Max Kellermann's avatar
  18. 12 Dec, 2017 1 commit