View Single Post
Old 09-17-2014, 08:16 PM   #8
BetterRed
null operator (he/him)
BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.
 
Posts: 21,759
Karma: 30237526
Join Date: Mar 2012
Location: Sydney Australia
Device: none
crich70 - if the author name & title are in the book file names and its a consistent pattern then it ought be possible for us to help you with a Regular Expression

eg it would be (?P<author>[^_]+) - (?P<title>.+) if the file names were thus:

Felicia Gangtree - 17th century food in Ruthenia.txt
Felicia Gangtree - Wine growing in Upper Silesia.txt

If the books are something like epubs or PDFs you might be able to extract the author names from there when the books are added,

If you want to try either of those ideas you'd have to delete a couple of "unknown" books and re-add them, otherwise you could get duplicates,

Late Breaking Thought - if the books have an ISBN written in them, then you could use this plugin [GUI Plugin] Extract ISBN to extract it and pop into the database and then download the metadata from the net - including the author(s). Install the plug in, make sure its in your tool bar, select all the "unknown" books and hit the tool bar button. Then search for books with identifiers:true and do a bulk metadata download for those books - with a bit of luck, job done.

BR

Last edited by BetterRed; 09-17-2014 at 08:31 PM.
BetterRed is offline   Reply With Quote