When sorting by director, seasons of series are no longer grouped #129
Labels
No labels
backend
critical
defect
duplicate
enhancement
fixed
frontend
general
invalid
major
minor
normal
oxjs
pandora_client
python-ox
task
trivial
wontfix
worksforme
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: 0x2620/pandora#129
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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).
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.