Difference between revisions of "WebPlugin"

From TV-Browser Wiki
Jump to: navigation, search
(Examples)
 
Line 38: Line 38:
 
|[http://www.rottentomatoes.com/ Rottentomatoes]  
 
|[http://www.rottentomatoes.com/ Rottentomatoes]  
 
|<nowiki>http:// www.rottentomatoes.com/alias?s={urlencode(original_title,"UTF-8")}</nowiki>
 
|<nowiki>http:// www.rottentomatoes.com/alias?s={urlencode(original_title,"UTF-8")}</nowiki>
 +
|-
 +
|[http://www.cinema.de cinema]
 +
|<nowiki>http://www.cinema.de/kino/suche/?q={urlencode(title, "UTF-8")}&tab=Filme</nowiki>
 
|-
 
|-
 
|}
 
|}

Latest revision as of 13:55, 13 July 2011

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")}
cinema http://www.cinema.de/kino/suche/?q={urlencode(title, "UTF-8")}&tab=Filme