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
Extract cover art types and comments from filenames during upload to the CAA.
Detect all possible cover art types which are contained in the filename /\b(front|booklet|etc)\b/gi
Use text in rounded brackets as image comment
Make image comment extraction customizable
Allow the user to specify additional types which should be selected for all uploads (e.g. Raw or Booklet)
Suggest to fill image comment with "page x" if there are multiple images of type booklet
Allow adaption of the numbering pattern with prefix (e.g. "page "), first page number (e.g. 2), step (e.g. 2) and joinphrase (e.g. " & "), which results in "page 2 & 3", "page 4 & 5" etc.
Skip this step if the commments are already filled (or append/prefix?)
Extract cover art types and comments from filenames during upload to the CAA.
/\b(front|booklet|etc)\b/gi