![[Image: K7gEpl.jpg]](http://i.imgur.com/K7gEpl.jpg)
I know we're in a feature freeze and all, but maybe there's a chance to consider this in the future.
Jeroen
Skilled Skinner Joined: Feb 2008 Reputation: 4 Location: The Netherlands |
2011-12-30 20:55
Post: #1
I know there have been discussions about this way back, but I have to say I really like how Boxee does this type of scrolling:
![]() I know we're in a feature freeze and all, but maybe there's a chance to consider this in the future. |
| find quote |
vdrfan
Team-XBMC Developer Posts: 2,782 Joined: Jan 2008 Reputation: 7 Location: Germany |
2011-12-30 20:59
Post: #2
Trac it please in case there's no such ticket yet. Otherwise this might get lost in the forums.
Always read the XBMC online-manual, FAQ and search the forum before posting. Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules For troubleshooting and bug reporting please make sure you read this first. |
| find quote |
RockDawg
Posting Freak Posts: 1,257 Joined: Jun 2005 Reputation: 0 |
2011-12-30 21:09
Post: #3
I second this suggestion. It would be really cool!
|
| find quote |
Hitcher
Skilled Skinner Joined: Aug 2007 Reputation: 67 Location: Eastleigh, UK |
2011-12-30 21:26
Post: #4
Couldn't it be emulated using smart playlists?
![]() |
| find quote |
Livin
Posting Freak Posts: 3,430 Joined: May 2004 Reputation: 17 Location: above ground |
2011-12-31 00:34
Post: #5
Is there any type of code share between XBMC and Boxee teams or does Boxee just "license" XBMC code so the can sell and profit... and not give back to the XBMC community? If they do, my apologies, I just have not seen anything announced/posted publicly.
I'm not an expert but I play one at work. |
| find quote |
RockDawg
Posting Freak Posts: 1,257 Joined: Jun 2005 Reputation: 0 |
2011-12-31 09:50
Post: #6
Hitcher Wrote:Couldn't it be emulated using smart playlists? Correct me if I'm wrong, but I don't think you could properly emulate the way I assume that works. Take the letter "G" for example. You could make a smart playlist that contains all movies beginning with the letter "G" and map a button with the label "G" to that playlist, but wouldn't you then see only movies beginning with "G' and no others? I assume the solution Jeroen mentions is only taking you to the "G" section of your entire library. Meaning you could still manually scroll to any other movie title and not be limited to only movies beginning with "G". |
| find quote |
Jeroen
Skilled Skinner Joined: Feb 2008 Reputation: 4 Location: The Netherlands |
2011-12-31 16:56
Post: #7
RockDawg Wrote:Correct me if I'm wrong, but I don't think you could properly emulate the way I assume that works. Take the letter "G" for example. You could make a smart playlist that contains all movies beginning with the letter "G" and map a button with the label "G" to that playlist, but wouldn't you then see only movies beginning with "G' and no others? I assume the solution Jeroen mentions is only taking you to the "G" section of your entire library. Meaning you could still manually scroll to any other movie title and not be limited to only movies beginning with "G". Yeah, the aim would be to stay in the same window and skip to the start of the movies starting with a particular character. Using smartplaylists would replace the entire window. Still, creative thinking ![]() And actually I would change the behavior a bit from the Boxee implementation. In Boxee you scroll to the character and then have to confirm by selecting it. I would actually prefer to have the container scroll immediately when hovering on a particular letter. Basically sort of a combination of a regular scrollbar and using <shift + character>, sms type navigation. So, if there would be a way to perform the action <shift + letter> as an <onfocus> action, this could be emulated I think. Although a proper control for it would be prefered of course. vdrfan Wrote:Trac it please in case there's no such ticket yet. Otherwise this might get lost in the forums.Cheers, I will do that as well. Just thought some opinions by other skinners would be nice
(This post was last modified: 2011-12-31 17:04 by Jeroen.)
|
| find quote |
Hitcher
Skilled Skinner Joined: Aug 2007 Reputation: 67 Location: Eastleigh, UK |
2011-12-31 17:15
Post: #8
Just had a play around with this and while only work when the button is placed over the list, as soon as you place the button outside the list it doesn't because no list is focused. But seeing as have already the JumpSMS/SHIFT+LETTER function built-in we just need a way to use it from another list control.
![]()
(This post was last modified: 2011-12-31 17:57 by Hitcher.)
|
| find quote |
da-anda
Team-XBMC Member Posts: 1,382 Joined: Jun 2009 Reputation: 27 Location: germany |
2011-12-31 17:56
Post: #9
can't we trigger/fake keyboard presses in the skins, so that the ABC nav would just trigger a command for each letter?
*pseudo code* onClick="focus(list);keypress('A');focus(self)" |
| find quote |
Hitcher
Skilled Skinner Joined: Aug 2007 Reputation: 67 Location: Eastleigh, UK |
2011-12-31 18:15
Post: #10
Pieh would be the one to answer that but it sounds good to me.
![]() |
| find quote |