Can this be fixed?
#1
I have found that I like the landscape view for episodes, using the alternative layout, but when I switch to the alternative layout the fanart is not covered by playing video properly. As you can see in this pic. Is this an issue with the skin? How can I fix it?

Image
Reply
#2
Anyone?
I am unable to use alternate layout just for episodes, which would be fine, but then my movies info looks really weird. Also I don't seem to be able to change the layout to anything besides fanart. If I could use extrathumbs or poster view this would not be an issue.

If nobody knows how to fix this, I'd at least like to know I'm not the only one having this issue.
Reply
#3
It's a code issue. Here's a quick fix:
- Open the file "C:\Users\YOURUSERNAME\AppData\Roaming\XBMC\addons\skin.aeon.nox\1080i\Includes_Viewtypes.xml".

- Search for:
Code:
<visible>StringCompare(Control.GetLabel(4420),fanart)</visible>
It should around line 476 if you're using Nox 4.0.9.

- Change it to this:
Code:
<visible>StringCompare(Control.GetLabel(4420),fanart) + !Player.HasVideo</visible>

- Save the file and exit.
Reply
#4
Rep added. You sir are a genius. Without copy/paste I would be lost if you tried to explain this to me, but it was straightforward and it works.
Reply

Logout Mark Read Team Forum Stats Members Help
Can this be fixed?0