2014-12-25, 17:50
Thanks Bryan!
Merry Christmas everyone
Merry Christmas everyone
(2014-12-24, 17:45)Jeroen Wrote: Surely setting the shelf to display a smart playlist using the random setting would do what you ask I think?
(2014-12-25, 19:51)ZwartePiet Wrote:(2014-12-24, 17:45)Jeroen Wrote: Surely setting the shelf to display a smart playlist using the random setting would do what you ask I think?
I gave that method a try, but ran into two problems:
1) I can get a smart playlist to return a selection of random movies, but only in alphabetical order. If my library were the alphabet, the shelf shows B, D, E, L, Q, T, X, Z. I'm trying to get the shelf to show Q, Z, D, B, L, X, E, T.
2) I can't get the shelf to show a random selection of TV episodes. The shelf only seems to recognize the playlist type "tvshows," not "episodes." Using "tvshows" in a playlist returns a random selection of tv series, not a random selection of episodes from all tv series. Also, the alphabetical ordering problem from above still applies.
These aren't big issues, it's just that the shelf just seems like a really cool feature and I'd like to figure out how to use it.
EDIT: Oh, and happy holidays everyone. The boss told me he's tuckered out and headed to Bermuda for a little R&R.
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="movies">
<name>ShuffleMovies</name>
<match>all</match>
<rule field="path" operator="startswith">
<value>smb://timecapsule/data/movies</value>
</rule>
<group>none</group>
<limit>25</limit>
<order direction="ascending">random</order>
</smartplaylist>
(2014-12-27, 18:53)ZwartePiet Wrote: I got TV episodes to shuffle randomly on the shelf (woohoo!), but movies still show up as a random selection in alphabetical order. Would you mind taking a look at my smart playlist and/or posting yours?
Code:<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="movies">
<name>ShuffleMovies</name>
<match>all</match>
<rule field="path" operator="startswith">
<value>smb://timecapsule/data/movies</value>
</rule>
<group>none</group>
<limit>25</limit>
<order direction="ascending">random</order>
</smartplaylist>
Removing direction="ascending" from the <order> tag changes nothing.
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="movies">
<name>randommovies</name>
<match>all</match>
<rule field="playcount" operator="is">
<value>0</value>
</rule>
<limit>25</limit>
<order direction="ascending">random</order>
</smartplaylist>
(2014-12-30, 13:13)kaiseruk Wrote: On the tv "all channels" view, the channel icons show up fine. However when watching a channel and pressing the info button to see the information about what is on, the channel icons are cropped. The icons are 220x132 resolution. Is it possible for refocus to resize icons in this view?
(2014-12-30, 23:47)knewknow Wrote: Hi Jeroen. Nice to see you back. Any plans on a 1080 version of the skin for Helix? Thanks as always...Thanks, an 1080p version isn't something I see happening very soon, certainly not Helix.
(2015-01-01, 21:58)Ds17 Wrote: You'll have to pardon my ignorance on this but, where has the play trailer option gone?
I've looked around, and have seen it mentioned that it moved to the context menu, I have it set to show info when I press enter, yet there's only 3 options (Play, Cast & Manage).
I have the appropriate plugins installed too, as it did previously work, admittedly I've only just noticed this as I just watched my first movie on my machine in a while.
(2015-01-02, 12:35)Jeroen Wrote:(2015-01-01, 21:58)Ds17 Wrote: You'll have to pardon my ignorance on this but, where has the play trailer option gone?
I've looked around, and have seen it mentioned that it moved to the context menu, I have it set to show info when I press enter, yet there's only 3 options (Play, Cast & Manage).
I have the appropriate plugins installed too, as it did previously work, admittedly I've only just noticed this as I just watched my first movie on my machine in a while.
There should be an option for it in the context menu. Although it's possible this was added after the official release that is currently available in the Kodi repository, I'm actually not quite sure.
(2015-01-02, 15:11)Jeroen Wrote: Allright, in that case it was added after that stable release and it's currently only available in development builds. As soon as I've finished work on the Helix version that will find it's way to the auto update.