[MOD] 10 Recently Added Movies Centered

  Thread Rating:
  • 2 Votes - 3.5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
danmedhurst Offline
Fan
Posts: 303
Joined: Jul 2008
Reputation: 2
Post: #1
This mod is courtesy of BigBully

It centralises the Recently Added Movies and ups it to 10.
Removes the Recently Added TV Shows.
Works on Videos and Movies menu.

Looks awesome if you ask me.

Tested on ATV2 - Eden final build.

IncludesHomeRecentlyAdded.xml

http://www.datafilehost.com/download-725feead.html

[Image: xbmc_latest%20added.png]

[Image: 993659535.png]
find quote
wilson.joe Offline
Fan
Posts: 448
Joined: Nov 2010
Reputation: 6
Location: Salem, Or
Post: #2
I set my movies at 10 and tv shows at 8.

In a world without walls and fences who needs windows and gates, open source, opens minds.open yours today.
find quote
nokdim Online
Member
Posts: 87
Joined: Oct 2010
Reputation: 2
Post: #3
Is there a way to have this only show unwatched recently added items?
I like having the episodes and movies but I want it to only show unwatched recently added items from each...
find quote
wilson.joe Offline
Fan
Posts: 448
Joined: Nov 2010
Reputation: 6
Location: Salem, Or
Post: #4
As I understand , some one correct me if I am wrong , but its hard coded
and can't be changed. It wont remove the ones that has been watched from the list.

(2012-03-29 21:25)nokdim Wrote:  Is there a way to have this only show unwatched recently added items?
I like having the episodes and movies but I want it to only show unwatched recently added items from each...
find quote
bigbully Offline
Member
Posts: 55
Joined: Jun 2011
Reputation: 2
Post: #5
(2012-03-27 22:11)danmedhurst Wrote:  This mod is courtesy of BigBully

It centralises the Recently Added Movies and ups it to 10.
Removes the Recently Added TV Shows.
Works on Videos and Movies menu.

Looks awesome if you ask me.

Tested on ATV2 - Eden final build.

IncludesHomeRecentlyAdded.xml

http://www.datafilehost.com/download-725feead.html

[Image: xbmc_latest%20added.png]

Thanks for the thread Dan. I'm glad we finally got it all figured out.
find quote
Abe Froman Offline
Senior Member
Posts: 173
Joined: Apr 2010
Reputation: 7
Post: #6
how do you change the # of items?
find quote
bigbully Offline
Member
Posts: 55
Joined: Jun 2011
Reputation: 2
Post: #7
(2012-03-30 21:20)Abe Froman Wrote:  how do you change the # of items?

You have to add additional items or remove from the code starting with
Code:
<item id="1">
        <label>$INFO[Window.Property(LatestMovie.1.Title)]</label>
        <label2></label2>
        <onclick>PlayMedia($INFO[Window.Property(LatestMovie.1.Path)])</onclick>
        <icon>$INFO[Window.Property(LatestMovie.1.Thumb)]</icon>
        <thumb>-</thumb>
</item>

There should already be 10 in the mod. If you want less than remove 10, 9, 8, etc. Unfortunately, 10 is the limit. The recently added movies display is hard coded to allow only 10 and can't be changed.
find quote
Abe Froman Offline
Senior Member
Posts: 173
Joined: Apr 2010
Reputation: 7
Post: #8
Any way to remove the text below the posters? Seems redundant since the poster has the name. Then poster could be bigger.
find quote
bigbully Offline
Member
Posts: 55
Joined: Jun 2011
Reputation: 2
Post: #9
(2012-04-03 17:17)Abe Froman Wrote:  Any way to remove the text below the posters? Seems redundant since the poster has the name. Then poster could be bigger.

Yes, but it's not as simple as a code omit. The size and possibly positions of the backgrounds will have to be changed as well otherwise there will be an empty space under the posters. Also, the text "Latest Movies" will probably need to be moved up. Let me know what you want and I'll try and work on it over the holiday weekend. Also, tell me what you want for the TV Shows.
find quote
Abe Froman Offline
Senior Member
Posts: 173
Joined: Apr 2010
Reputation: 7
Post: #10
(2012-04-03 18:59)bigbully Wrote:  The size and possibly positions of the backgrounds will have to be changed as well otherwise there will be an empty space under the posters. Also, the text "Latest Movies" will probably need to be moved up. Let me know what you want and I'll try and work on it over the holiday weekend. Also, tell me what you want for the TV Shows.

I think it would look really clean with the size and positions of the backgrounds changed, and the movie title text removed.

TV looks great as it is.

One more thing - how did you add "Home movies" and "Elana's Room" ? Need an item like that for Pseudotv program script.

Thanks
(This post was last modified: 2012-04-03 19:17 by Abe Froman.)
find quote
Post Reply