When sorting by director, seasons of series are no longer grouped #129

Closed
opened 2011-11-02 03:08:21 +00:00 by rlx · 1 comment
Owner

See http://next.0xdb.org/grid/director - "Lost" appears as 6-5-4-3-2-3-1-2-1, due to the fact that sort is +director,-year,+title, and year has been corrected to be per episode.

Possible fixes would be: +director,-year,-title (weird), +director,+year,+title (better) or +director,-releaseDate,+title (does not always exist).

See <http://next.0xdb.org/grid/director> - "Lost" appears as 6-5-4-3-2-3-1-2-1, due to the fact that sort is +director,-year,+title, and year has been corrected to be per episode. Possible fixes would be: +director,-year,-title (weird), +director,+year,+title (better) or +director,-releaseDate,+title (does not always exist).
rlx added the
backend
label 2011-11-02 03:08:21 +00:00
rlx added this to the 11.11 milestone 2011-11-02 03:08:21 +00:00
j was assigned by rlx 2011-11-02 03:08:21 +00:00
rlx added the
normal
defect
labels 2011-11-02 03:08:21 +00:00
Author
Owner

Thinking about it, the "weird" option may not be so bad... -year is common in 0xdb, and -title would also help in cases of Kill Bill 1 & Kill Bill 2 in the same year, where -year would imply that 2 would appear before 1.

Thinking about it, the "weird" option may not be so bad... -year is common in 0xdb, and -title would also help in cases of Kill Bill 1 & Kill Bill 2 in the same year, where -year would imply that 2 would appear before 1.
j added the
fixed
label 2011-11-09 23:05:17 +00:00
j closed this issue 2011-11-09 23:05:17 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: 0x2620/pandora#129
No description provided.