Remove thumbnail
field for images from the catalog
#1561
Labels
💻 aspect: code
Concerns the software code in the repository
✨ goal: improvement
Improvement to an existing user-facing feature
🟨 priority: medium
Not blocking but should be addressed soon
Milestone
Current Situation
We get the thumbnail URL field from the providers but do not use it because we use the thumbnail proxy instead.
Suggested Improvement
We should stop retrieving thumbnails from providers.
There are several things that need to be addressed here:
thumbnail
from provider scripts.thumbnail
from the common columns (TSV and DB) as audio (and maybe other media types) use them. I think it would be easier to set the image thumbnails to NULL.Benefit
Slightly-improved performance and less data to store, data consistency.
Additional context
Implementation
The text was updated successfully, but these errors were encountered: