From ae93cae4ba4f1e30d960ab69344756e80d3dc9f5 Mon Sep 17 00:00:00 2001 From: Amadeus Mader Date: Sat, 7 Mar 2026 18:58:47 +0100 Subject: [PATCH] docs: mark issue 3 as completed - refresh metadata feature already exists The 'Refresh Metadata' button in the Actions dropdown already provides the ability to re-trigger source image downloads. Updated documentation to reflect this. --- Pinchflat_improvements.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Pinchflat_improvements.md b/Pinchflat_improvements.md index 84fb7b0..d540f9c 100644 --- a/Pinchflat_improvements.md +++ b/Pinchflat_improvements.md @@ -38,16 +38,16 @@ Issues discovered while debugging Jellyfin artwork problems. 2. Ensure source image download happens before/independently of media downloads 3. Add error logging if source image download fails -## Issue 3: No way to re-trigger source image download +## Issue 3: No way to re-trigger source image download [COMPLETED] **Problem:** There's no UI option or API endpoint to re-download source images for an existing source. Users must delete and re-add the source. -**Suggested fix:** Add a "Refresh source metadata" button in the source settings that: +**Resolution:** This feature already exists! Go to the source page, click "Actions" dropdown, then "Refresh Metadata". This will: -1. Re-fetches channel metadata from YouTube -2. Downloads/updates poster, fanart, and banner images -3. Updates the `source_metadata` and `sources` tables -4. Copies images to the show folder +1. Re-fetch channel metadata from YouTube +2. Download/update poster, fanart, and banner images +3. Update the `source_metadata` and `sources` tables +4. Copy images to the show folder (if `download_source_images` is enabled on the media profile) ## Database schema reference