2010-03-25, 10:01
AoOs Wrote:We could reuse the tags for publisher, year, and make our own tag for developers.I think I will add support for xml files via another parserConfig that uses xpathes to address the available elements. With this mechanism I will be able to handle different xml formats. But I could add a default configuration for a video nfo based format.
Quote:My wish is that your plugin will follow the current skin the user has applied (in my case Aeon65).I wish it will do that, too. But this is the overovernext step. First I want to provide different views and support different screen resolutions. Actually I implement everything with a 800x600 resolution in mind because I have a very small TV. But I am sure it looks very ugly and wastes a lot of space on large screens.
Quote:I could make flags (I'm a former professional graphic designer) for all the developers and publishers - just to make it really crisp -- but only for the Aeon skins.
With the current configuration logic of this script I could support this as follows:
Code:
<imgPath type="publisher">/home/user/emus/publisherpics/%PUBLISHER%.png</imgPath>
This will work for all skins and you could decide where to show the new image type via image placing.