Opened 10 years ago
Closed 9 years ago
#12961 closed Patch - Bug Fix (Won't Fix)
Remove 'The|A|An' prefixes when sorting directory names
| Reported by: | Owned by: | David Hampton | |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.28.2 |
| Component: | MythTV - Video Library | Version: | 0.28.0 |
| Severity: | low | Keywords: | |
| Cc: | Ticket locked: | no |
Description
The video library code currently ignores the 'The|A|An' prefixes when sorting video names, but it doesn't do so when sorting directory names. Here a patch to ignore these prefixes on directory names as well.
Attachments (3)
Change History (8)
by , 10 years ago
| Attachment: | prefix_patch added |
|---|
comment:1 by , 10 years ago
| Milestone: | 0.28.1 → 0.28.2 |
|---|
Moving remaining open 0.28.1 tickets to 0.28.2
comment:2 by , 10 years ago
Adding a new patch that consolidates most sorting into a single class, adds settings to control the action of this new class, and extends sorting to directory names.
comment:3 by , 9 years ago
New patch that extends the database schemas to include "sorttitle", "sortsubtitle" and "sortfilname" columns (as per a comment in IRC). These are populated when initially created on the schema upgrade, which can take a little while on a large db. All future object creation will ensure that the sortable title, subtitle and filename fields are populated and written to the database.
by , 9 years ago
| Attachment: | 0001-SortHelper-and-store-sort-fields-in-db.patch added |
|---|
New SortHelper class. Store sortable field in database.
comment:4 by , 9 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → accepted |
comment:5 by , 9 years ago
| Resolution: | → Won't Fix |
|---|---|
| Status: | accepted → closed |
Closing any remaining tickets for 0.28, if the issue persists, feel free to reopen and align to v29 or master

Patch