boxee like scrolling feature

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Jeroen Offline
Skilled Skinner
Posts: 1,882
Joined: Feb 2008
Reputation: 4
Location: The Netherlands
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:

[Image: K7gEpl.jpg]

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 Offline
Team-XBMC Developer
Posts: 2,782
Joined: Jan 2008
Reputation: 7
Location: Germany
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 Online
Posting Freak
Posts: 1,257
Joined: Jun 2005
Reputation: 0
Post: #3
I second this suggestion. It would be really cool!
find quote
Hitcher Offline
Skilled Skinner
Posts: 9,915
Joined: Aug 2007
Reputation: 67
Location: Eastleigh, UK
Post: #4
Couldn't it be emulated using smart playlists?

[Image: sig_zps3af3b48e.jpg]
find quote
Livin Offline
Posting Freak
Posts: 3,430
Joined: May 2004
Reputation: 17
Location: above ground
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 Online
Posting Freak
Posts: 1,257
Joined: Jun 2005
Reputation: 0
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 Offline
Skilled Skinner
Posts: 1,882
Joined: Feb 2008
Reputation: 4
Location: The Netherlands
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 Smile

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 Smile
(This post was last modified: 2011-12-31 17:04 by Jeroen.)
find quote
Hitcher Offline
Skilled Skinner
Posts: 9,915
Joined: Aug 2007
Reputation: 67
Location: Eastleigh, UK
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.

[Image: sig_zps3af3b48e.jpg]
(This post was last modified: 2011-12-31 17:57 by Hitcher.)
find quote
da-anda Offline
Team-XBMC Member
Posts: 1,382
Joined: Jun 2009
Reputation: 27
Location: germany
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 Offline
Skilled Skinner
Posts: 9,915
Joined: Aug 2007
Reputation: 67
Location: Eastleigh, UK
Post: #10
Pieh would be the one to answer that but it sounds good to me.

[Image: sig_zps3af3b48e.jpg]
find quote
Post Reply