View Single Post
Old 01-01-2011, 03:04 PM   #172
kiwidude
Calibre Plugins Developer
kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.
 
Posts: 4,636
Karma: 2162064
Join Date: Oct 2010
Location: Australia
Device: Kindle Oasis
Quote:
Originally Posted by Maggie-Me View Post
I am trying to figure out how to use this... I want to add Barnes and Nobles to it? Just can't seem to get it. Thanks for any help
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.
Attached Images
 
kiwidude is offline