Quote:
Originally Posted by jlutes
Awesome you two - tyvm for the help on bulk metadata
Anything on the first problem?
"The first being a large quantity of files with the isbn10 or amazon code as the first 10 characters in the file-name. I don't see a way to strip off the first 10 characters and enter them into the identifiers field. Is it there and I'm just missing it?"
|
Use the Add Books regular expression, get metadata from the filename, then something like this for the regex to grab the 10 character isbn:
Code:
(?P<isbn>.{0,10}).*