| 
			
			 | 
		#121 | 
| 
			
			
			
			 Calibre Plugins Developer 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 4,735 
				Karma: 2208556 
				Join Date: Oct 2010 
				Location: Australia 
				
				
				Device: Kindle Oasis 
				
				
				 | 
	
	
	
		
		
			
			 
				
				v1.7.0 Released
			 
			
			
			Changes in this release: 
		
	
		
		
		
		
		
		
		
		
		
		
	
	
 Requires Calibre 0.8.18. As per the commetns I made on the Open With plugin thread, any keyboard shortcuts you have configured previously will be lost when upgrading to this version (but not your custom menus themselves). You can reassign shortcuts using Preferences->Toolbar or from the Customise Plugin screen for this plugin. This release should also fix the bug reported above from a regression in Calibre's SafeFormat template function, and should now have no issues with passing non-english names through to website searches.  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#122 | 
| 
			
			
			
			 Wizard 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,798 
				Karma: 30548723 
				Join Date: Dec 2006 
				Location: Singapore 
				
				
				Device: Boyue 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			With new google image search we can drop images into the search bar and it returns similar images. I was wondering would it be possible to send covers for searching this way. Once I select a cover I would like to be able to find the same cover with the best resolution. Or some covers have stickers on top like special edition etc it would allow to find a clean cover.
		 
		
	
		
		
		
		
		
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| Advert | |
| 
         | 
    
| 
			
			 | 
		#123 | 
| 
			
			
			
			 Calibre Plugins Developer 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 4,735 
				Karma: 2208556 
				Join Date: Oct 2010 
				Location: Australia 
				
				
				Device: Kindle Oasis 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			The problem is that Google does some fancy internal logic on drag/drop to turn the image data for the image you dropped into encoded text of simg=XXXX in the url. If someone can figure out what the encoding is then maybe it would be possible to support it, but without that it is a non-starter imho.
		 
		
	
		
		
		
		
		
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#124 | 
| 
			
			
			
			 Connoisseur 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 52 
				Karma: 8860 
				Join Date: Jul 2009 
				Location: Madrid, Spain, EU 
				
				
				Device: Sony PRS-505, Sony PRS-T1, Sony PRS-T3 
				
				
				 | 
	
	
	
		
		
			
			 
				
				Adding an item: Help with URL
			 
			
			
			Hello everyone. 
		
	
		
		
		
		
		
		
		
		
		
		
	
	I am tyrying to add Lecturalia as a source to the plugin (www.lecturalia.com, an acceptable reference site for Spanish language books). Lecturalia's search URL is Code: 
	http://www.lecturalia.com/libros/s/book-title-in-lowercase I've managed to replace the +'s that the plugin puts in the title spaces by -'s, as required by this particular website: Code: 
	http://www.lecturalia.com/libros/s/{title:re(\+,-)}
Any hints will be very appreciated. Best from sunny Madrid, -Enrique  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#125 | 
| 
			
			
			
			 Calibre Plugins Developer 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 4,735 
				Karma: 2208556 
				Join Date: Oct 2010 
				Location: Australia 
				
				
				Device: Kindle Oasis 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			enriquep - I'm afraid I have never taken the time to get my head around the syntax for those template expressions either beyond the few I have needed. I will PM chaley if he doesn't spot this thread, as he is the developer behind that template language and if he can't answer you no-one can  
		
	
		
		
		
		
		
		
		
		
		
		
	
	 
		 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| Advert | |
| 
         | 
    
| 
			
			 | 
		#126 | |
| 
			
			
			
			 Grand Sorcerer 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 12,525 
				Karma: 8065948 
				Join Date: Jan 2010 
				Location: Notts, England 
				
				
				Device: Kobo Libra 2 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
 Try this using template program mode Code: 
	http://www.lecturalia.com/libros/s/{title:'lowercase(re($, '\+', '-'))'}
Code: 
	program: strcat('http://www.lecturalia.com/libros/s/', lowercase(re(field('title'), '\+', '-')))
 | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#127 | 
| 
			
			
			
			 Zealot 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 109 
				Karma: 2800 
				Join Date: Jul 2010 
				Location: Australia 
				
				
				Device: PW (7th Gen), PW (10th Gen) 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			Just a quick question, 
		
	
		
		
		
		
		
		
		
		
		
		
	
	I can't seem to figure out the correct url for searching exact dimensions on google via this plugin, so I can add it to my plug-in. Does anyone know the url to put in the plugin? Cheers, Aleyst  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#128 | |
| 
			
			
			
			 US Navy, Retired 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 9,897 
				Karma: 13806776 
				Join Date: Feb 2009 
				Location: North Carolina 
				
				
				Device: Icarus Illumina XL HD, Kindle PaperWhite SE 11th Gen 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#129 | 
| 
			
			
			
			 Calibre Plugins Developer 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 4,735 
				Karma: 2208556 
				Join Date: Oct 2010 
				Location: Australia 
				
				
				Device: Kindle Oasis 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			The link dwanthny sent is probably the best way for you.  
		
	
		
		
		
		
		
		
		
		
		
		
	
	Incidentally I think I also made that link one of the defaults included with the latest version of the plugin. So first-time users will see it available. For existing users, you have to click on the "Reset to defaults" button in the configuration dialog (however you would lose what menus you had checked and any customised urls unless you export them and re-import them).  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#130 | |
| 
			
			
			
			 Zealot 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 109 
				Karma: 2800 
				Join Date: Jul 2010 
				Location: Australia 
				
				
				Device: PW (7th Gen), PW (10th Gen) 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
 ![]() Thanks though, and that link actually was to the > 400x300, that is already included with the plugin, I'm a fanatic about updating so I always have the latest versions of plugins and of calibre itself.  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#131 | |
| 
			
			
			
			 US Navy, Retired 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 9,897 
				Karma: 13806776 
				Join Date: Feb 2009 
				Location: North Carolina 
				
				
				Device: Icarus Illumina XL HD, Kindle PaperWhite SE 11th Gen 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
 Unless I'm mistaken, having the latest version of this plugin does not mean you will have the latest packaged search options, unless you take the steps kiwidude outlined every time you update the plugin.  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#132 | 
| 
			
			
			
			 Zealot 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 109 
				Karma: 2800 
				Join Date: Jul 2010 
				Location: Australia 
				
				
				Device: PW (7th Gen), PW (10th Gen) 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			90% of the time when I update, I start from scratch, I'm always finding things I want to change, so It's usually a complete fresh install.  
		
	
		
		
		
		
		
		
		
		
		
		
		
			  However I didn't know about that, so thanks for that information. ![]() I am looking for covers, restricting/limiting is the idea. I'm looking for particular aspect ratios so. And basically since the overdrive metadata search is still not working.. as far as i can tell.. I go looking via google. But as I said, I'm a bit lazy, Search the book, then change the measurements is all well and good for a few books, but I'm gradually going through my library, so, tired hands. lol. ---- Please ignore the sentence structure, it's quite terrible. Last edited by Aleyst; 09-23-2011 at 07:25 AM.  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#133 | |
| 
			
			
			
			 US Navy, Retired 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 9,897 
				Karma: 13806776 
				Join Date: Feb 2009 
				Location: North Carolina 
				
				
				Device: Icarus Illumina XL HD, Kindle PaperWhite SE 11th Gen 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
 You might want to add the Barnes & Noble, Goodreads, and Fantastic Fiction metadata download plugins. Between the three of them I can usually find a decent cover.  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#134 | ||
| 
			
			
			
			 Zealot 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 109 
				Karma: 2800 
				Join Date: Jul 2010 
				Location: Australia 
				
				
				Device: PW (7th Gen), PW (10th Gen) 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
   I run calibre portable, as i jump between two computers at least 2-3 times a day, so I install in the root of the drive, dl the plugins, create my columns and such, then move the whole lot to my Portable Apps folder. Then re-import my books   (Yes, I seem to get more enjoyment out of organizing than reading atm, desperately awaiting my b'day/xmas pressie of an iPad, then I shall read.)Quote: 
	
   And they rock my world.![]() So, for now, until I can figure out what all the crazy letter/number blah they have on the url is, I shall forge ahead by hand!   to both of you.Cheers, Aleyst  | 
||
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#135 | ||
| 
			
			
			
			 US Navy, Retired 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 9,897 
				Karma: 13806776 
				Join Date: Feb 2009 
				Location: North Carolina 
				
				
				Device: Icarus Illumina XL HD, Kindle PaperWhite SE 11th Gen 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
 Quote: 
	
 You're Welcome.  | 
||
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
![]()  | 
            
        
            
| Tags | 
| book details, search the internet | 
            
  | 
    
			 
			Similar Threads
		 | 
	||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| Any web-to-epub plugin for internet browser? | bthoven | ePub | 7 | 07-10-2011 06:14 AM | 
| Fictionwise Browser Search Plugin | Zero9 | Deals and Resources (No Self-Promotion or Affiliate Links) | 17 | 07-27-2009 04:15 PM | 
| Diesel eBooks Browser Search Plugin | Zero9 | Deals and Resources (No Self-Promotion or Affiliate Links) | 10 | 07-27-2009 01:16 PM | 
| eReader.com Browser Search Plugin | Zero9 | Deals and Resources (No Self-Promotion or Affiliate Links) | 0 | 07-24-2009 10:44 PM | 
| BooksOnBoard Browser Search Plugin | Zero9 | Deals and Resources (No Self-Promotion or Affiliate Links) | 10 | 07-24-2009 04:27 PM |