View Single Post
Old 01-02-2011, 07:46 AM   #183
Maggie-Me
Zealot
Maggie-Me plays well with othersMaggie-Me plays well with othersMaggie-Me plays well with othersMaggie-Me plays well with othersMaggie-Me plays well with othersMaggie-Me plays well with othersMaggie-Me plays well with othersMaggie-Me plays well with othersMaggie-Me plays well with othersMaggie-Me plays well with othersMaggie-Me plays well with others
 
Maggie-Me's Avatar
 
Posts: 146
Karma: 2594
Join Date: May 2009
Device: Kindle PW,Sony 700, Sony 950 (Daily Edition),Nook Color,iPad
thanks that helped! Now I can look at a web site and see how the code is built, I changed below to look at all books not just the ebooks.


Quote:
Originally Posted by kiwidude View Post
You can take a look at this post in this thread - iandix posted his configuration (and icons) for B&N, GoodReads & ISBN.

As that was posted with an older version of this plugin that did not have the encoding or keyboard shortcut parameters you would want to add those columns in. So it would look like this if you added his items exactly with the icon:
Code:
stip_search_internet_menus = [
    ('FantasticFiction for Author', 'stip_fantastic_fiction.png', 'http://www.fantasticfiction.co.uk/search/?searchfor=author&keywords={author}', 'utf-8', _('Alt+F')),
    ('FantasticFiction for Title', 'stip_fantastic_fiction.png', 'http://www.fantasticfiction.co.uk/search/?searchfor=book&keywords={title}', 'utf-8', None),
    (None, None, None, None, None),
    ('Barnes and Noble by Author',    'stip_bn.png', 'http://productsearch.barnesandnoble.com/search/results.aspx?store=EBOOK&WRD={author}&box={author}&pos=-1&ugrp=1', 'utf-8', None),
    ('Barnes and Noble by Title',    'stip_bn.png', 'http://productsearch.barnesandnoble.com/search/results.aspx?store=EBOOK&WRD={title}+by+{author}', 'utf-8', None),
    ('Barnes and Noble by isbn',    'stip_bn.png', 'http://search.barnesandnoble.com/books/product.aspx?EAN={isbn}&page=index&prod=univ&choice=allproducts&query={isbn}&flag=False&ugrp=1', 'utf-8', None),
    (None, None, None, None, None),
    ('Amazon.com for Book', 'stip_amazon.png', 'http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias%3Dstripbooks&field-keywords={author}+{title}', 'latin-1', _('Alt+Z')),
(None, None, None, None, None),
    ('Google.com for Book', 'stip_google.png', 'http://www.google.com/#sclient=psy&q={author}+"{title}"', 'utf-8', None),
    ('Google images for Book', 'stip_google.png', 'http://www.google.com/images?q={author}+{title}', 'utf-8', _('Alt+I')),
    (None, None, None, None, None),
    ('Wikipedia for Author', 'stip_wikipedia.png', 'http://en.wikipedia.org/w/index.php?title=Special%3ASearch&search={author}', 'utf-8', _('Alt+W'))]
Take the attached image below, and save it on your PC. Follow the instructions within the readme.txt in the plugin zip file for exactly where to place it. They are also printed in the Calibre help manual.
Maggie-Me is offline