Skip to content

Commit 575571f

Browse files
Merge pull request #24 from sdasda7777/sdasda7777_simplerCaching
General improvements to fetching and caching, displaying, etc. Thanks as always @sdasda7777
2 parents 3eaaaff + 2a898f9 commit 575571f

File tree

6 files changed

+212
-277
lines changed

6 files changed

+212
-277
lines changed

cache.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

cache/dummy

Whitespace-only changes.

config/default_config.js

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,16 @@ module.exports = {
3030
// How frequently in milliseconds to check for updates
3131
updateInterval: 1000,
3232

33-
// Change where to fetch the album artwork (spotify, apple, qobuz and deezer are currently supported.)
34-
whereToFetchOnline: "spotify",
33+
// Preferred provider of the album artwork
34+
// Supported: "apple", "bandcamp", "deezer", "qobuz", "spotify", "soundcloud" and "tidal"
35+
// Use "musichoarders" to use closest fit from all services above
36+
whereToFetchOnline: "musichoarders",
3537

36-
// Change the provider for the rpc button (recommended to be same as where you fetch the album art.)
37-
changeButtonProvider: "apple",
38+
// Preferred provider of the rpc button (as above + "youtube")
39+
changeButtonProvider: "spotify",
40+
41+
// Whether to use persistent cache for MusicHoarders queries
42+
persistentMusicHoardersCache: false,
3843

3944
// When playback is paused, wait this many milliseconds
4045
// before removing your rich presence

src/rpc/cache.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)