You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While reviewing audio collections, I noticed that most audio manifests lack thumbnails. This is likely because thumbnail generation that creates files that match format="Thumbnail" relies on a PDF, video, or image.
It would be helpful if audio files consistently had thumbnails, similar to how they appear on Internet Archive pages—whether derived from a user-uploaded image or generated from a spectrogram.
To ensure this, I propose we also look for file['name'] == "__ia_thumb.jpg".
The text was updated successfully, but these errors were encountered:
While reviewing audio collections, I noticed that most audio manifests lack thumbnails. This is likely because thumbnail generation that creates files that match
format="Thumbnail"
relies on a PDF, video, or image.It would be helpful if audio files consistently had thumbnails, similar to how they appear on Internet Archive pages—whether derived from a user-uploaded image or generated from a spectrogram.
To ensure this, I propose we also look for
file['name'] == "__ia_thumb.jpg"
.The text was updated successfully, but these errors were encountered: