Thread: more metadata
View Single Post
Old 07-28-2011, 03:19 PM   #5
Starson17
Wizard
Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.
 
Posts: 4,004
Karma: 177841
Join Date: Dec 2009
Device: WinMo: IPAQ; Android: HTC HD2, Archos 7o; Java:Gravity T
Quote:
Originally Posted by jlutes View Post
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}).*
Starson17 is offline   Reply With Quote