navidrome/core
tomleb 257ccc5f43
Allow configuring cache folder (#2357)
* Set all clients to dev_download for make get-music

* Use multiple TranscodingCache instances in tests

This fixes flaky tests. The issue is that the TranscodingCache object
was being reused in tests from media_stream_Internal_test.go and
media_stream_test.go. If tests from the former was run first, the cache
would be filled up, so that when running tests from the latter, the `NON
seekable` test would fail.

* Allow configuring cache folder

This commit introduces a new configuration option to configure the cache
folder. This allows the cache to be in a separate folder such as
/var/cache/navidrome on Linux distributions.

* Fix tests

* Removed unused test setup code

---------

Co-authored-by: Deluan <deluan@deluan.com>
Co-authored-by: Deluan <deluan@navidrome.org>
2023-06-02 17:14:11 -04:00
..
agents Don't retrieve Various Artists and Unknown Artist info from Last.fm 2023-02-04 21:18:51 -05:00
artwork Only use valid images for artist.* artwork 2023-04-03 18:07:15 -04:00
auth Implement updateShare and deleteShare Subsonic endpoints 2023-01-24 18:36:46 -05:00
ffmpeg Make ffmpeg path configurable, also finds it automatically in current folder. Fixes #1932 2023-02-07 13:46:09 -05:00
scrobbler Refactor play tracking 2023-02-11 18:52:28 -05:00
archiver.go Sanitize filenames inside zip files. Fixes #1763 2023-05-16 18:34:15 -04:00
archiver_test.go Sanitize filenames inside zip files. Fixes #1763 2023-05-16 18:34:15 -04:00
common.go Move project to Navidrome GitHub organization 2021-02-06 21:46:35 -05:00
core_suite_test.go Rename log.LevelCritical to log.LevelFatal 2022-12-21 14:53:36 -05:00
external_metadata.go Don't retrieve Various Artists and Unknown Artist info from Last.fm 2023-02-04 21:18:51 -05:00
media_streamer.go Allow configuring cache folder (#2357) 2023-06-02 17:14:11 -04:00
media_streamer_Internal_test.go Allow configuring cache folder (#2357) 2023-06-02 17:14:11 -04:00
media_streamer_test.go Allow configuring cache folder (#2357) 2023-06-02 17:14:11 -04:00
metrics.go Base SQL metrics in MetricsWorker (#2002) 2023-01-24 19:26:07 -05:00
players.go Fix overriding previous logger in context 2022-12-14 11:50:16 -05:00
players_test.go Upgrade Ginkgo to V2 2022-07-26 16:53:17 -04:00
playlists.go Optimize playlist cover generation 2023-01-13 22:18:34 -05:00
playlists_test.go Add command line M3U exporter. Closes #1914 2022-12-21 14:39:40 -05:00
share.go Add option to allow share to be downloaded 2023-03-10 23:33:29 -05:00
share_test.go Add option to allow share to be downloaded 2023-03-10 23:33:29 -05:00
wire_providers.go Handle "naked" CoverArtIDs (IDs of album, mediafiles and playlists) 2022-12-28 15:31:56 -05:00