Hi Guys,
Thought about adding a link to a film's imdb page in the HTML export feature, and found there wasn't a tag to do so. The "imdb" tag gives the imdb number, which is a start, and the "url" tag generates a very long Amazon link, but it would be great to have a little link people could click on to take them to the imdb page.
P.S. How is box set support coming? Yet another year is almost passed with no sign of my #1 feature request. *nudge nudge*
IMDb link in DVDPedia HTML export
Re: IMDb link in DVDPedia HTML export
You have to hard code it into the template like this: That'll create the IMDb link automatically, using the IMDb number of the entry.
Code: Select all
http://www.imdb.com/title/tt[key:imdb]/
Re: IMDb link in DVDPedia HTML export
Duh... Thanks Nora! That actually gave me an idea.
And how 'bout box set handling?
And how 'bout box set handling?
Re: IMDb link in DVDPedia HTML export
That is one that we have on the to do list for a while as it involves a lot of work. It's also one that would require the whole UI to be remade and the database restructured, so we won't even attempt it except with a major version change. With 5.0 we are might be able to drop Tiger support and that will help in making this more of a possibility.