navidrome/core
Andy Klimczak 2f7a3c5eda
feat: Add listenbrainz base url configuration (#1774)
* feat: Add listenbrainz base url configuration

- ListenBrainz.BaseURL config value

* Don't need to store baseUrl

* Use `url.JoinPath` to concatenate url paths

* Replace url.JoinPath (Go 1.19 only) with custom function

Co-authored-by: Deluan <deluan@navidrome.org>
2022-09-27 21:06:28 -04:00
..
agents feat: Add listenbrainz base url configuration (#1774) 2022-09-27 21:06:28 -04:00
auth Upgrade Ginkgo to V2 2022-07-26 16:53:17 -04:00
scrobbler Simplify Singleton usage by leveraging Go 1.18's generics 2022-07-27 12:15:05 -04:00
transcoder Upgrade Ginkgo to V2 2022-07-26 16:53:17 -04:00
archiver.go Add methods to Playlist model 2021-10-23 20:25:28 -04:00
artwork.go Fix loading overridden translations from ${DataFolder}/resources/i18n 2022-02-10 14:56:39 -05:00
artwork_test.go Upgrade Ginkgo to V2 2022-07-26 16:53:17 -04:00
cache_warmer.go Remove dependency of deprecated `ioutil` package 2021-07-20 20:12:28 -04:00
common.go Move project to Navidrome GitHub organization 2021-02-06 21:46:35 -05:00
core_suite_test.go Upgrade Ginkgo to V2 2022-07-26 16:53:17 -04:00
external_metadata.go Smarter cache of external info calls (last.fm / spotify) 2021-11-03 14:13:50 -04:00
get_entity.go Move project to Navidrome GitHub organization 2021-02-06 21:46:35 -05:00
media_streamer.go Small refactorings 2021-07-21 12:46:30 -04:00
media_streamer_test.go Upgrade Ginkgo to V2 2022-07-26 16:53:17 -04:00
players.go Add option to disable external scrobbling per player 2021-06-23 17:55:58 -04:00
players_test.go Upgrade Ginkgo to V2 2022-07-26 16:53:17 -04:00
playlists.go Allow overriding `name` and `comment` when importing NSP playlists 2021-11-19 19:14:38 -05:00
playlists_test.go Upgrade Ginkgo to V2 2022-07-26 16:53:17 -04:00
share.go Use new `rest` lib (Update receives all columns that need to be updated) 2021-11-01 21:27:36 -04:00
share_test.go Upgrade Ginkgo to V2 2022-07-26 16:53:17 -04:00
wire_providers.go Import smart playlists (extension .nsp) 2021-10-23 20:25:28 -04:00