removed151214
Unregistered
removed151214
Unregistered
Posts: N/A
(2014-06-15, 14:33)zag Wrote: I created a guide on how to link the sub menus to a playlist.
http://forum.xbmc.org/showthread.php?tid=197922
Its specifically for The IMDB top 250 movies but could work with any other type of videos.
Enjoy!
Nice guide, but have you tried with the
git version of skinshortcuts (submitted to the repo this morning)? If you're happy to manually set the playlist to sort by rating, it removes the need to actually create it. Instead you choose the source from the new "Library Sources" group, tell the system that it contains Movies, for example, and have the playlist automatically generated and linked to the menu item. Just makes it that little bit simpler
Posts: 485
Joined: Oct 2009
2014-06-16, 03:48
(This post was last modified: 2014-06-16, 05:38 by User 55003.)
(2014-06-15, 22:34)Warner306 Wrote: Can someone tell me if the issue below can be resolved working with the layout used by this view? I have created a custom wall view. I would like to add a pop-out effect to the focused thumb, but enlarging the thumb on focus causes it to be cut-off by the surrounding panel. I experimented with different tags and cannot find a solution to the image being cut-off. This is the bit of code that was altered to create the larger focused thumb
That's being caused by the position and size of the panel container. You will have to code the panel container to give you some breathing space.
Move the panel left by 15 pixels and increase its width by 30 pixels, the same on the y axis, move up 15 increase hight by 30.
Then give the itemlayout icon a <posx>15</posx> and <posy>15</posy>, then the focusedlayout icon <posx>0</posx> and <posy>0</posy>
Finally adjust the Overlay image as needed.
Hope that makes sense.
View_499_Wall_Large.xml
Posts: 485
Joined: Oct 2009
2014-06-16, 08:35
(This post was last modified: 2014-06-16, 08:59 by User 55003.)
(2014-06-16, 07:23)Warner306 Wrote: Hi Steveb,
I increased the size of the panel as per your layout and ran into another issue. The items are set to scale vertically, meaning the extra space does not remain vacant - I end up with partial thumbs at the top and bottom of the screen. I had considered this, but now, with the proper layout, I 'm hoping there is a control to remove the auto-scale.
I probably should have left it alone but was determined to leave the buggier Nox 4 behind for Version 5 by importing as many of the views and features that I miss. The default wall view is pretty but annoying for scrolling larger collections.
Yep, I see what you mean, I only have 18 items on my test machine so I didn't see that problem.
Here is another way to achieve the same result, both itemlayout and focusedlayout icons are the same size and I've gone back to your original panel size and position.
Just changed the zoom ..<effect type="zoom" start="95" end="115" time="200" tween="sine" easing="inout" center="auto" /> to 115%
Give that a go and see what you think.
View_499_Wall_Large.xml
Posts: 485
Joined: Oct 2009
2014-06-17, 01:13
(This post was last modified: 2014-07-15, 11:30 by User 55003.)
(2014-06-16, 23:03)Warner306 Wrote: Thank you Steveb. I have incorporated this view into the skin. I created a new thread to share with others. I'm sure BigNoid will sticky it in time. I can only hope he incorporates a similar view in the future to eliminate the need to copy code with each update.
No probs, glad to help!
Here are some of the views I've been adding, could give others ideas/inspiration.
BannerInfo (tvshows)
FanartList (episodes, movies,tvshows and seasons) Mainly used for episode view.
ShiftCase (Movies) I made this a separate view instead of a case toggle.
Posts: 39
Joined: Jul 2011
Reputation:
0
Hi there, just wondering does Nox 5 have a 'Recently Added' fanart background for the Movie and TV Shows home menu items?
Posts: 3,823
Joined: Feb 2014
Reputation:
224
I would vote for FanartList being included in the skin. I am never satisfied with the included episode views.