Hi,
As far as I can tell, the AlbumUrl is used by appending the URL result from first search pass to it.
My question is this... I want to access the below (as an example) page:
the key being the "combined" page, as it contains more details than the "normal" page.
My current setup, based on Dano's work has:
[Name]=imdb.com
[BasedOn]=www.imdb.com
[IndexUrl]=http://www.imdb.com/find?s=tt&q=%s
[AlbumUrl]=http://www.imdb.com/title/
[WordSeperator]=%20
[IndexFormat]=%_url%|%Title%|%Year%|%Description%
[SearchBy]=%title%
Is there any way for me to get to the "combined" page?
Thanks,