Show more than 3 movies/tvseries/music entrys at home screen
#1
Hallo @ll !

1. Great work!

I would like to show more than 3 movies/tvseries/music entrys (rencentlyadded) at my home screen.
Found some interesting threads about that matter in this forum but iam afraid they are all outdated ...
Because the code looks actual different ... and iam a noob in skinning ...

Help would be great.

Greetings from germany.
FoX
Reply
#2
the answer depends on whether you're using T! 3.11.7 (+ xbmc dharma) or T! svn (+ xbmc nightly build).
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#3
ronie Wrote:the answer depends on whether you're using T! 3.11.7 (+ xbmc dharma) or T! svn (+ xbmc nightly build).

Using T! 3.11.7 + XBMC 10.1 Dharma.
Reply
#4
Another Question :

I own 2 HTPC and i want the same "T! look" on both systems.
Where do T! (xbmc) stores the settings for the VIEW (FULL LIST/FAN ART/WIRDE ICONS) mode?!
Reply
#5
o0oFoXo0o Wrote:I would like to show more than 3 movies/tvseries/music entrys (rencentlyadded) at my home screen.

in Includes.xml there are three references to script.recentlyadded.
change limit=3 to limit=5 for all of them.

in Includes_Home.xml, find the three items for each content and add a 4th and 5th item:
Code:
<item id="1">
    <label>$INFO[Window.Property(LatestMovie.1.Title)]</label>
    ...
last, adjust the position and height of the list they belong to,
so they all fit on screen.
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#6
ronie Wrote:last, adjust the position and height of the list they belong to,
so they all fit on screen.

First 2 steps done. Now how can i change the position/height of the entrys?!
Sorry for those dumbass questions but im able to learn...

Thanks so far.
Reply
#7
here's the relevant code, adjust the values where needed
Code:
<control type="list" id="5044">
    <orientation>vertical</orientation>
    <posx>144</posx>
    <posy>10</posy>
    <height>120</height>

do the same for lists 5045 and 5046.

you probably need to tweak the background image as well
and maybe the 'new' and 'totals' labels too.
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply

Logout Mark Read Team Forum Stats Members Help
Show more than 3 movies/tvseries/music entrys at home screen0