View Single Post
Old 10-28-2011, 07:59 AM   #16
DoctorOhh
US Navy, Retired
DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.
 
DoctorOhh's Avatar
 
Posts: 9,897
Karma: 13806776
Join Date: Feb 2009
Location: North Carolina
Device: Icarus Illumina XL HD, Kindle PaperWhite SE 11th Gen
Quote:
Originally Posted by theducks View Post
No reasonable way to determine which words belong together with (spaces) and which are new fields.
There is one method, but I don't have the skills to write the simple regex required. Essentially it would be something like (this doesn't work, but I'm sure someone can correct it)
Code:
(?P<isbn>.+) ? (?P<title>[^_]+)
the important part is the isbn, don't really care what garbage is in the title field because we will write over it when fetching metadata. Once the isbn field is set, download metadata and have overwrite Author and Title and most everything checked in the metadata configuration window.

Last edited by DoctorOhh; 10-28-2011 at 08:28 AM.
DoctorOhh is offline   Reply With Quote