Hi, I have added two custom menus to my confluence home screen called FILMS and 3D (with differents submenus) and I have disabled Movies and TvShows default Video buttons.
But now I would like to have the same RECENTLY ADDED feature in my custom buttons, so when I move to FILMS it will show the Recently Added films (As the default MOVIES button do) and the same with 3D. How can I do it? I have seen the IncludesHomeRecentlyAdded.xml file but I don't know how to copy this feature to my custom menu buttons.
Thanks a lot!
Last Added in Custom Menu
apañero
Junior Member Posts: 29 Joined: Jan 2012 Reputation: 1 |
2012-02-19 22:30
Post: #1
|
| find quote |
mad-max
Posting Freak Joined: Jul 2010 Reputation: 52 Location: Germany |
2012-02-19 23:35
Post: #2
You need a script for recently added in smartplaylists:
See here: http://forum.xbmc.org/showthread.php?tid=122448 And you might chech my github commits to see how to implement this into confluence... Here: https://github.com/mad-max/skin.moddedco...6dabc7180f and here: https://github.com/mad-max/skin.moddedco...0348cd7b9f |
| find quote |
apañero
Junior Member Posts: 29 Joined: Jan 2012 Reputation: 1 |
2012-02-25 03:50
Post: #3
Thanks. That seems to be what I need. I have tried to install it and I have no problems with the first recent list for one custom menu. But I don't know how to continue with the rest custom menus. ¿Where I should call the script again to search in a diferent playlist? Now I have recent list windows in every custom menu (added for each one in 720p/IncludesHomeRecentlyAdded.xml) but all of them show the same recent list because the call to the script is the same for all (at the top of 720p/Home.xml). How to call the script differently from each custom menu to display a different recent list in each one?
Thanks again and congratulations for the script. |
| find quote |
mad-max
Posting Freak Joined: Jul 2010 Reputation: 52 Location: Germany |
2012-02-25 09:59
Post: #4
Just see the onload command in Home.xml...
You'll find it in the first commit... You need to have one command there for each playlist... So you need to change the playlist itself and you need to increment the menu1 every call of the script... Next thing is to adopt the items in recentlyadded to have the according menu number... Sent from my HTC |
| find quote |
apañero
Junior Member Posts: 29 Joined: Jan 2012 Reputation: 1 |
2012-02-25 13:11
Post: #5
All right, I see. I thought that the script for each different custom menu was loaded separated in time and in place.
thanks again! |
| find quote |
apañero
Junior Member Posts: 29 Joined: Jan 2012 Reputation: 1 |
2012-02-25 16:23
Post: #6
I'm now having problems just with the recent Tv Shows because it appears empty. The other playlists (all movie) works well. This is the code I'm using:
Home.xml Code: <defaultcontrol always="true">9000</defaultcontrol>IncludesHomeRecentlyAdded.xml Code: <!-- RECENT SERIES--> I guess it's because I need to change PlaylistLastMovieMenu with something like PlaylistEpisodeMenu but I don't know it exactly and I don't see it in your examples.
(This post was last modified: 2012-02-25 20:33 by apañero.)
|
| find quote |
apañero
Junior Member Posts: 29 Joined: Jan 2012 Reputation: 1 |
2012-03-01 18:42
Post: #7
Anyway, I don't know why I want a new recent TV list because I can use the default, with the default menu. So don't worry, I'm going to use the default one.
|
| find quote |

![[Image: obi3o55x.jpg]](http://s14.directupload.net/images/120514/obi3o55x.jpg)
![[Image: 7c8w3bu8.png]](http://mad-max.bplaced.net/guest_upload/7c8w3bu8.png)
Search
Help