Nice plugin.
In my version, the imdb link seems wrong, the link generated is:
http://www.imdb.com/title/tt0499549 /
There is a space before the ending slash which translate:
http://www.imdb.com/title/tt0499549%20/
Also, Dakita should be minutes.
Quote:
- Contry (Lite)
- Genre (Lite)
- Time (Lite)
- Language (Lite)
- Director (Lite)
- Cast (Lite)
|
It seems that the cast and the genre are not there as advertise in the lite version.
* As an improvement, I would put the titles in bold (time, director, ...)
* Would be nice also in your script to remove the last coma when. The code is probably something like that?
Code:
foreach (item in items)
directors += item + ", ";
and probably why we get that output.