Kodi Community Forum
Recently Added - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Confluence (https://forum.kodi.tv/forumdisplay.php?fid=125)
+---- Thread: Recently Added (/showthread.php?tid=130288)



Recently Added - dibsta - 2012-04-29

Hi all hope someone can help

I was wondering is it possible to alter the size of the Recently Added windows plus alter the position of them

Hope someone can help

Sami


RE: Recently Added - mad-max - 2012-04-29

Code is in IncludesHomeRecentlyAdded.xml...
As you don't mention how big and where to move there is nothing more to do Big Grin

mad-max


RE: Recently Added - PatK - 2012-04-29

You can add this in your advancedsettings.xml file

<videolibrary>
<recentlyaddeditems>50</recentlyaddeditems>
</videolibrary>

This will boost your recently added to 50


RE: Recently Added - mad-max - 2012-04-29

(2012-04-29, 22:11)PatK Wrote: You can add this in your advancedsettings.xml file

<videolibrary>
<recentlyaddeditems>50</recentlyaddeditems>
</videolibrary>

This will boost your recently added to 50

Useless for two reasons:
1) There are only infolabels for the last 10 to be retrieved from skin
2) Even if there are more to retrieve, you still have to code these items to the skin in order to be shown


RE: Recently Added - dibsta - 2012-04-29

Hi Max

Thinking about the bottom size not sure was going to have a play
Hi Max do you know the default size

Cheers Sami


RE: Recently Added - mad-max - 2012-04-29

What bottom size? Sorry, a bit dizzy today..
Maybe post a screenshot?


RE: Recently Added - PatK - 2012-04-29

Quote:Useless for two reasons:
1) There are only infolabels for the last 10 to be retrieved from skin
2) Even if there are more to retrieve, you still have to code these items to the skin in order to be shown

It could be skin supported... works for me in T! I think the default # is 25



RE: Recently Added - Mudislander - 2012-04-29

@PatK - are you not talking about the recently added movie view, not home screen widgets ?


RE: Recently Added - PatK - 2012-04-29

eeps.. I miss-understood..


RE: Recently Added - dibsta - 2012-04-29

Hi Max

Here is a screenshot
http://www.flickr.com/photos/57115311@N07/6979753826/in/photostream

Cheers Sami


RE: Recently Added - mad-max - 2012-04-29

So basically under the menubar?
Might be hard for movie posters to fit in there...
But if you take a look in the xml, you can edit posx and posy for the whole group...
So moving the item on the screen shouldn't be too hard...



RE: Recently Added - dibsta - 2012-04-29

Thanks Max

Thats why i was wondering about changing size of recently added windows


I will take a look not sure what im doing ,do i need to edit each one



Cheers Sami




RE: Recently Added - mad-max - 2012-04-30

Editing the size needs to be done by every element...
Just moving the position is possible as whole group