Difference between revisions of "WebPlugin"
From TV-Browser Wiki
m (Reverted edits by 200.238.102.162 (Talk); changed back to last version by Bananeweizen) |
Bananeweizen (talk | contribs) |
||
Line 42: | Line 42: | ||
[[de:WebPlugin]] | [[de:WebPlugin]] | ||
+ | |||
+ | [[category:Plugin]] |
Revision as of 19:29, 28 September 2007
What is it?
the WebPlugin enables you to submit shows to other webpages. This can be used in a virtually unlimited number of ways: Google searches, show the selected show's IMDB ratings, etc.
Configuration
Modify List
This plugin makes it possible to store any desired number of websites. A few sites have already been stored and can not be altered. The buttons on the lower left let you add, edit, delete or activate/deactivate the selected item in the list (in this case, a website).
Edit Items in the List
To submit a show to another website, you must enter the site's URL. Please familiarize yourself with the details of using the Parameter system.
Examples
Website | Parameter |
---|---|
Amazon | http://www.amazon.de/exec/obidos/external-search?keyword={urlencode(title, "ISO-8859-1")} |
Apple Movie Trailer | http://eg-searchcgi.apple.com/cgi-bin/sp/nph-searchpre11.pl?oe=utf-8&q={urlencode(isset(original_title,title), "utf8")}&access=p&site=us_trailers_only |
FilmDB | http://www.filmdb.de/globalsuche.php?name={urlencode(title,"ISO-8859-1")} |
YaCy | http://localhost:8080/yacysearch.html?search={urlencode(title, "ISO-8859-1")}&display=0&Enter=Search&former=&count=50&order=Date-YBR-Quality &resource=global&time=6&urlmaskfilter=.*&prefermaskfilter= |
Yahoo | http://search.yahoo.com/search?p={urlencode(title, "ISO-8859-1")} |
IMDB, original titles | http://akas.imdb.com/find?q={urlencode(original_title, "ISO-8859-1")};s=tt |
Dirk Jasper Film Encyclopedia | http://www.google.de/custom?domains=www.djfl.de&q={urlencode(title, "ISO-8859-1")}&sitesearch=www.djfl.de&ie=ISO-8859-1 |
Wikipedia | http://de.wikipedia.org/wiki/Spezial:Search?search={urlencode(title, "ISO-8859-1")} |
Rottentomatoes | http:// www.rottentomatoes.com/alias?s={urlencode(original_title,"UTF-8")} |