Posts: 369
Joined: Jan 2011
Reputation:
3
Three buttons in menu, but each button can have 5(?) sub buttons, so you have 15 custom buttons.
Posts: 46
Joined: Jan 2012
Exceptional work but please make this optional:
- Rename custom home items directly from home by pressing back/backspace
Posts: 1,155
Joined: Aug 2008
2013-04-14, 09:34
(This post was last modified: 2013-04-14, 09:35 by User 34959.)
Nevermind.
Posts: 1,155
Joined: Aug 2008
2013-05-16, 21:25
(This post was last modified: 2013-05-16, 21:28 by User 34959.)
Mostly because of the way artwork downloader works it's not possible to download for both movies and shows at once. It would require that that the script is launched twice which is not very nice. Or that's the way i think i works if i remember correctly, haven't looked at the code in weeks.
And in most use case scenarios new tv shows are added to the library very rarely that the autoupdate is not needed for most of us i'd say.
And now that i look at that log maybe it would a better idea to automatically download only the movie art that is actually supported by the skin (logos, extrafanart). If a user has all the artwork types selected in AD settings (is everything enabled by default?) it will download a crapload of art.
Posts: 1,155
Joined: Aug 2008
Problem with AD is that if you run it like this
XBMC.RunScript(script.artwork.downloader, mode=custom, clearlogo, clearart, extrafanart)
it will also download for music videos, which i don't want as it will not find anything if Concertdb scraper is used. Plus you would be forced to download clearart for movies as well if you want to run the script only once per library update.
Using mediatype=movie,tvshow it will only download for the first media type specified and the rest gets ignored, i've tried.
Posts: 17,855
Joined: Jan 2011
Reputation:
1,056
Milhouse
Retired Team-Kodi Member
Posts: 17,855
2013-05-16, 22:22
(This post was last modified: 2013-05-16, 22:23 by Milhouse.)
OK, I'll ask Martijn if he would consider adding support for multiple mediatypes - would that be acceptable from your end, so you could specify "mediatype=movie,tvshow"?
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
Posts: 3
Joined: May 2013
Reputation:
0
First of all, thanks for this great Skin, it's a joy to use!
I have everything setup and configured just as I want it, but just one feature will not show as I would like to see it.
I have added my Kids movies as a separate entry to the Library, since they are in a separate folder. I have also created a Custom home item (Kids Movies) which points to a smart-list and works perfectly fine as well! So far so good!
The problem I have is that "Recently Added" does NOT show up above "Kids Movies" and I don't know how to change that.
Also, the "Recently added" above the "Movies", shows ALL movies which were added, including the kids ones, which I do not want. I would like this to show only the ones in the Library related to my movies (different path)
How do I go about changing this? Should I change a XML file directly? Any guidance would be greatly appreciated!
Posts: 1,155
Joined: Aug 2008
If i remember right you simply have to enable custom widget 1, 2 or 3 in the skin settings, depending on which custom main menu slot the kids smartplaylist is assigned to. I cannot remember right now but i think it lists only unwatched recently added from the smart playlist.
For the second question, i'd say there's no way to achieve what you want by editing skin files. Disable the default builtin movies main menu button, create a smartplaylist and exclude the path to kids movies and assign that smartplaylist to the menu and enable custom widget for that slot?
Posts: 3
Joined: May 2013
Reputation:
0
Thanks for the feedback!
I feel a bit stupid, but I have do not have the option in Skin Settings to enable Custom Widgets at all. Can you please let me know in which (sub) menu it is supposed to be in? Maybe something did not install correctly? How can I check which dependencies are present for this skin?
With regards to the second comment, thanks, I figured as much. I will change that when I sort out the "kids" part!
Posts: 1,155
Joined: Aug 2008
Enable "show recommended and recently added unwatched content" in the skin settings and make sure you have
script.randomandlastitems installed and assign the playlist to the main menu. I think those are 3 conditions that have to be met before you can enable custom widget 1-3.