Project

General

Profile

Feature #1026

EPG: channel sort by name/text filter

Added by Sascha Sambale over 12 years ago. Updated about 12 years ago.

Status:
Fixed
Priority:
Normal
Assignee:
Category:
User Interface
Target version:
Start date:
2012-06-06
Due date:
% Done:

0%

Estimated time:

Description

In the EPG view it's possible to select the channel from a list. Unfortunately this list is not sorted and therefore it's very hard to find the channel you're looking for. It would also be great if this list would recognize a key press, so that when I press "s" it jumps to the first occurrence that starts with an "s".


Files

Selection_071.png (23.2 KB) Selection_071.png Sascha Sambale, 2012-06-06 09:30
Screen Shot 2012-06-18 at 8.34.39 PM.png (33.8 KB) Screen Shot 2012-06-18 at 8.34.39 PM.png Sascha Sambale, 2012-06-18 20:37

History

#1

Updated by Rene Herbrich over 12 years ago

The list is sorted, but channel names starting with a lower case character are listed after the ones with a capital letter.
Could be a bug in the ExtJS Framework?!

#2

Updated by Sascha Sambale over 12 years ago

Hi Rene,

no, it's not a case-sensitive sort. See the attached screenshot! So sorting just doesn't work. I'm not familiar with Sencha's Javascript libraries, so I can't help you here.

Regards,

Sascha

#3

Updated by Rene Herbrich over 12 years ago

mh strange, for me everything is working fine...

#4

Updated by Sascha Sambale over 12 years ago

I'm on OSX Lion with the latest Chrome, what browser are you using? What ExtJS version are you guys using? Do you think it would make sense to upgrade to the latest? Probably browser-incompatibility issues? That's really weird.

#5

Updated by Adam Sutton over 12 years ago

  • Subject changed from [2.99.26.gfc10a - WEB UI] Electronic Program Guide: Channel list not sorted, no character recognition to EPG: channel sort by name/text filter

Channels are not sorted by display name, they are sorted by channel number. If no channel number exists the ordering will be undefined.

I'm afraid this isn't going to change anytime soon. There is a consideration for adding a second EPG/DVR UI that might be more user friendly for those sort of tasks.

#6

Updated by Walter Purcaro about 12 years ago

Changed channel sorting from number to name (except for channels tab). It will be in the PR. ;)

#7

Updated by Adam Sutton about 12 years ago

Walter,

I wouldn't "change" the sorting, I would expect the existing sorting to exist and just add extra sorting routines for the other column(s).

Adam

#8

Updated by Walter Purcaro about 12 years ago

The extjs record cache is sorting, so the change affects the ui only. If that's not good, tell me how it should be and I'll try to do. :)

#9

Updated by Adam Sutton about 12 years ago

  • Status changed from New to Fixed
  • Target version set to 3.2

Hold on...

I've completely misread this issue. You're talking about the drop down channel selector in the EPG window? In which case it is sorted, by channel number (which for most people makes most sense since they tend to have channels numbered in a logical order which puts most important channels early in the list). That doesn't want to change.

As for the type to filter, that was added during 3.2 development and is in the beta release. I don't think this particular FR requires any further effort.

Adam

#10

Updated by Walter Purcaro about 12 years ago

I think is easier to consult a list alphabetically sorted, especially when there're many items, so I've also sorted the others. :D
Even if you think that is not good, give a glance to my branch. I would like to know what you think of the ui... ;)

Also available in: Atom PDF