From 7d40c87961212d1cc790bbdfdf6b2e52b538a55c Mon Sep 17 00:00:00 2001 From: Xoconoch Date: Sat, 16 Aug 2025 13:25:51 -0600 Subject: [PATCH] Added playlist placeholders --- requirements.txt | 2 +- spotizerr-ui/package.json | 2 +- spotizerr-ui/src/components/config/FormattingTab.tsx | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index a500712..74c8a5a 100755 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ fastapi==0.116.1 uvicorn[standard]==0.35.0 celery==5.5.3 -deezspot-spotizerr==2.4.0 +deezspot-spotizerr==2.6.0 httpx==0.28.1 bcrypt==4.2.1 PyJWT==2.10.1 diff --git a/spotizerr-ui/package.json b/spotizerr-ui/package.json index 5c4b1dc..e0f9ebd 100644 --- a/spotizerr-ui/package.json +++ b/spotizerr-ui/package.json @@ -1,7 +1,7 @@ { "name": "spotizerr-ui", "private": true, - "version": "3.1.0", + "version": "3.1.1", "type": "module", "scripts": { "dev": "vite", diff --git a/spotizerr-ui/src/components/config/FormattingTab.tsx b/spotizerr-ui/src/components/config/FormattingTab.tsx index 31234e0..fcd05ef 100644 --- a/spotizerr-ui/src/components/config/FormattingTab.tsx +++ b/spotizerr-ui/src/components/config/FormattingTab.tsx @@ -47,6 +47,8 @@ const placeholders = { "%isrc%": "ISRC", "%explicit%": "Explicit flag", "%duration%": "Track duration (s)", + "%playlist%": "Playlist name", + "%playlistnum%": "Track number within its playlist", }, Indexed: { "%ar_album_1%": "Album artist #1 (use _2, _3, ...)",