else if (GUIWindowManager.ActiveWindow == 6622)
{
FanartHandlerSetup.SelectedItem = GUIPropertyManager.GetProperty("#selecteditem2");
}
[COLOR=Red]else if (GUIWindowManager.ActiveWindow == 2003)
{
FanartHandlerSetup.SelectedItem = GUIPropertyManager.GetProperty("#title");
}[/COLOR]
if (windowId == 6 || windowId == 25 || windowId == 28[COLOR="Red"] || windowId == 2003[/COLOR])
Hi SilentException,
Thanks for your report.
1. Please add the exact title and foldername of the movie that causes the black fanart.
2. Please attach the fanart jpg you have for this movie.
And I will have a good way of trying to track this problem.
best regards
cul8er
Hi SilentException,
1. It was happening on shares view, with no specific movie. I was just browsing the directory (even without any movies) and it would just turn to black after few UP/DOWN actions.
2. See 1
But I think i figured out the problem in the skin. In all common.fanart include XMLs there was black.png defined as first (bottom) image. So when FanartHandler failed providing fanart, black would be shown.
Here is a sample XML from Black Glass Nova SVN:
common.window.video.fanart.xml - blackglass - Project Hosting on Google Code
My 2 cents!
The black background is there to prevent the fanart handler fanart from merging with the beneath skin backdrop during fading transitions. As long as the dummy controls are working right there should be no problems with the black background. This system has always worked correctly up until recently when the new features for myvideos have been introduced.
Sorry for not explaining it before!
Tgx
Hi SilentException,
1. It was happening on shares view, with no specific movie. I was just browsing the directory (even without any movies) and it would just turn to black after few UP/DOWN actions.
2. See 1
But I think i figured out the problem in the skin. In all common.fanart include XMLs there was black.png defined as first (bottom) image. So when FanartHandler failed providing fanart, black would be shown.
Here is a sample XML from Black Glass Nova SVN:
common.window.video.fanart.xml - blackglass - Project Hosting on Google Code
My 2 cents!
The black background is there to prevent the fanart handler fanart from merging with the beneath skin backdrop during fading transitions. As long as the dummy controls are working right there should be no problems with the black background. This system has always worked correctly up until recently when the new features for myvideos have been introduced.
Sorry for not explaining it before!
Tgx
Thanks Tgx for the input. Can you explain one more thing, how come in Black Glass I have no such problems and there is no "black.png" defined there?