Hi Bruce,
Since the details view for the movies are based on HTML that can be customized you could add your won links for any website. For example you would make a copy of your preferred template from inside the program to your data folder and rename it (
more precise instructions). Then open the file in a text editor and add the following link, to trigger a search based on tItle:
- Code: Select all
<a href="http://RogerEbert.com/section/bossv2?q=[key:title]">Roger Ebert</a>
You can also use the Google I'm feeling lucky search to take you directly to the review on Roger Ebert instead of the search results that the above does:
- Code: Select all
<a href="http://www.google.com/search?q=[key:title]+site:RogerEbert.com&btnI>Roger Ebert</a>
If the above title search is not enough to differentiate close named movies you might try adding the director as well with "+[key:director]" after [key:title].