Posts: 18,211
Joined: Aug 2007
Reputation:
716
Hitcher
Team-Kodi Member
Posts: 18,211
I'm guessing the shorter plot is 'plot summary' and I'm not sure if XBMC scrapes that.
Posts: 30
Joined: Jan 2009
Reputation:
0
Hi
Love the skin, but have noticed one small issue with Meda Info List display for TV Shows. I am using Dharma beta 1.
The last episode in the list is always missing. For example, a season of "24" with 24 episodes, initially lists episodes 1 through to 12. If I scroll all the way to the bottom of the list, the last visible entry is episode 23. If I move down one more, it shows the information for episode 24 but both the episode and the selection bar move off the screen.
Another example is "Lie To Me" season 1, in total 13 episodes. Initially 1 to 12 are visible, but the list does not scroll down to episode 13.
Posts: 175
Joined: Jun 2010
Reputation:
1
odt_x
Senior Member
Posts: 175
For those of you using the Media Info List view, to fix the display of the last item on the menu:
open 720p/Viewtype_MediaInfo.xml and in the
<!-- Media Info List View --> block change the
<focusposition>6</focusposition> to
<focusposition>5</focusposition>
After this the last item on the list started showing up for me.
Posts: 3,746
Joined: May 2004
Reputation:
20
Livin
Posting Freak
Posts: 3,746
Amra,
I want to mod the home screen to add a dedicated panel for launching a few python scripts (which actually sends triggers to EventGhost to launch Windows Media Center DVR)
I know to use XBMC.RunScript but it seems that you have a few home XMLs as well as a few sections that control the menu's movement and icons.
Can you explain what files/sections I need to mod?
thx for the help!
I'm not an expert but I play one at work.