Opened 16 years ago
Closed 15 years ago
#9134 closed enhancement (Won't Fix)
Maintain proper order for actors in movies
| Reported by: | Owned by: | robertm | |
|---|---|---|---|
| Priority: | minor | Milestone: | unknown |
| Component: | Plugin - MythVideo | Version: | Master Head |
| Severity: | low | Keywords: | |
| Cc: | Ticket locked: | no |
Description
The attached patch will allow MythVideo to maintain the proper order for actors.
The videometadatacountry and videometadatagenre tables are also updated to include a sortorder column. This is because the MultiValue class is used to access all three tables, and they all have to share a similar table schema.
Another possible approach I could have taken was to add an auto_increment column to the videometadatacast (and others) table, and just sort on that when retrieving values. I kinda liked the sortorder column, since then sortorder always starts at 1 for each movie, which just seems more proper to me.
Attachments (1)
Change History (3)
by , 16 years ago
| Attachment: | people.patch added |
|---|
comment:1 by , 16 years ago
| Milestone: | 0.25 → unknown |
|---|---|
| Status: | new → assigned |
comment:2 by , 15 years ago
| Resolution: | → Won't Fix |
|---|---|
| Status: | assigned → closed |
Closing as I don't see any realistic chance of my applying it. I appreciate the patch very much, it's just that when I come to the point that I am actually addressing cast deficiencies, it will be when I am ready to redo the cast table from scratch with images, bios, etc.

Please don't set milestones on tickets, see ticket howto.