Hi ltfearme and all other MP-users!
The MP-TVseries plugin is really sweet and looks damn good.
Despite that, i am trying to make som tweaks to the FilmStrip-view when browsing my Series, i.e. the main view in the plugin. As default, the view shows a filmstrip of my series in the middle of the screen and in the background there is fanart. But, there is also a transparent overlay image that darkens the fanart and also makes the filmstrip easier to read. There is also the Title and a Series Summary at the bottom.
I want to get the filmstrip-view more like the view in Moving Pictures-plugin, i.e. to have the filmstrip at the bottom, and to better see the fanart.
So, i edited the XML-files for TVSeries and removed the Title and Summary. Then i found in TVseries.xml the follwing code:
This code refers to the overlay image that darkens the fanart. I edited the tvviewbg.png image in the belief that it would change in the view, but it didn't. Even when i removed the image from my computer, MP-TVSeries still found it and used it.
So my problem is that i want to be able to use my edited tvviewbg.png for the FilmStrip-view and then i also want to move the filmstrip down to the bottom of the view. Hope someone can help
in advance! Grateful for any suggestions 
/S
The MP-TVseries plugin is really sweet and looks damn good.
Despite that, i am trying to make som tweaks to the FilmStrip-view when browsing my Series, i.e. the main view in the plugin. As default, the view shows a filmstrip of my series in the middle of the screen and in the background there is fanart. But, there is also a transparent overlay image that darkens the fanart and also makes the filmstrip easier to read. There is also the Title and a Series Summary at the bottom.
I want to get the filmstrip-view more like the view in Moving Pictures-plugin, i.e. to have the filmstrip at the bottom, and to better see the fanart.
So, i edited the XML-files for TVSeries and removed the Title and Summary. Then i found in TVseries.xml the follwing code:
Code:
<control>
<description>FanArt Overlay - Other Views</description>
<type>image</type>
<id>0</id>
<posX>0</posX>
<posY>0</posY>
<width>1280</width>
<height>720</height>
<texture>tvviewbg.png</texture>
<visible>Control.IsVisible(1236)</visible>
</control>
This code refers to the overlay image that darkens the fanart. I edited the tvviewbg.png image in the belief that it would change in the view, but it didn't. Even when i removed the image from my computer, MP-TVSeries still found it and used it.
So my problem is that i want to be able to use my edited tvviewbg.png for the FilmStrip-view and then i also want to move the filmstrip down to the bottom of the view. Hope someone can help
/S
Sweden