New: Detect Cover Art Types
Tired of clicking all the checkboxes by hand when the filenames of the uploaded images already contain the correct types? This should be automated before I continue uploading batches of scans was my thought… in 2020!
An old idea of mine which has finally been implemented as a bookmarklet. It recognizes one or multiple image types if their names are included anywhere in the filename (as separate words).
- Detects and fills the image types and comment of all pending uploads using their filenames.
- Treats filename parts in parentheses as image comments.
-
Examples:
-
new_album_front_cover.png
→ Types: [Front], Comment: – -
back+spine (Disc 1).png
→ Types: [Back, Spine], Comment: “Disc 1” -
raw booklet (Pages 8 & 9).jpg
→ Types: [Raw/Unedited, Booklet], Comment: “Pages 8 & 9”
-
While the bookmarklet is already kind of customizable by hardcoding parameter values (even in its minified form), it would be nice to have a userscript version with a proper UI in the future.