From 08da5be83b7fe7f67ce861fa311ce9b32bb22f55 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Sun, 29 Oct 2023 15:28:20 -0300 Subject: urls, write: integrate separate media cache --- src/url-spec.js | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'src/url-spec.js') diff --git a/src/url-spec.js b/src/url-spec.js index 2ff0fa5..699f2be 100644 --- a/src/url-spec.js +++ b/src/url-spec.js @@ -79,12 +79,25 @@ const urlSpec = { albumCover: 'album-art/<>/cover.<>', albumWallpaper: 'album-art/<>/bg.<>', albumBanner: 'album-art/<>/banner.<>', + trackCover: 'album-art/<>/<>.<>', + artistAvatar: 'artist-avatar/<>.<>', + flashArt: 'flash-art/<>.<>', + albumAdditionalFile: 'album-additional/<>/<>', }, }, + + thumb: { + prefix: 'thumb/', + + paths: { + root: '', + path: '<>', + }, + }, }; // This gets automatically switched in place when working from a baseDirectory, -- cgit 1.3.0-6-gf8a5