|  04-18-2018, 10:38 AM | #1 | 
| Zealot            Posts: 114 Karma: 6288 Join Date: Dec 2012 Device: iphone | 
				
				Bulk Edit Title
			 
			
			Can someone explain in small words how to fix the title of added books coming in as  Title (Series Info) or sometimes Title (Series Info) (Publisher) I would love to put Series Info into the Series column but I will settle for dumping everything after the first ( into a customer column. Small words. All the programing and expressions go right over my head. Thank you very much | 
|   |   | 
|  04-18-2018, 03:27 PM | #2 | 
| Deviser            Posts: 2,265 Karma: 2090983 Join Date: Aug 2013 Location: Texas Device: none | 
				
				Automatic JS Quality Fixes and Auto-Run Several Quality-Related Jobs
			 
 No guarantees, but see the attached. The "landscape" image has example titles on its right side. https://www.mobileread.com/forums/sh...d.php?t=269911 DaltonST | 
|   |   | 
|  04-19-2018, 01:11 AM | #3 | |
| Grand Sorcerer            Posts: 24,905 Karma: 47303824 Join Date: Jul 2011 Location: Sydney, Australia Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos | Quote: 
 The next is the regex used to get the metadata from the file name. This is used if the above option is turned off, or the book doesn't contain metadata. From what you are saying, you probably have a simple regex such as: Code: (?P<title>.+) - (?P<author>[^_]+) Code: title (series info) - author Skin Game (The Dresden Files 15) - Jim Butcher Code: (?P<title>[^_].+) ?\s*\((?P<series>[^_0-9-]*)(?P<series_index>[0-9]*)\)\s*-\s*(?P<author>[^_-]+) ? | |
|   |   | 
|  | 
| Thread Tools | Search this Thread | 
| 
 | 
|  Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| Title sort option failing at bulk metadata edit | Terisa de morgan | Library Management | 2 | 12-21-2015 04:10 AM | 
| Edit Title Field in Edit Metadata window | goldilocks | Library Management | 7 | 11-08-2015 10:09 PM | 
| Title bulk edit match - to remove series info from title | Rob557 | Library Management | 30 | 12-09-2014 06:06 AM | 
| Bulk fill title with same value (like bulk rename author)? | rebl | Library Management | 1 | 08-22-2014 12:05 PM | 
| Bulk metada edit error trying to edit tags | Purple Lady | Calibre | 8 | 02-17-2011 06:09 PM |