Morning All
Hope we are all staying safe and keeping well.
My question is please can I create an action to import a cover from the folder with just the .jpg or .jpeg extension
thanks in advance
Morning All
Hope we are all staying safe and keeping well.
My question is please can I create an action to import a cover from the folder with just the .jpg or .jpeg extension
thanks in advance
There is an action to import covers from file, see the help:
Wildcards are allowed in the format string, so you could use
*.jp*
which would then take the first file in the folder that matches that pattern.
Brilliant thank you ohrenkino for your quick reply