Opened 14 years ago
Closed 14 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)
Changed 14 years ago by
Attachment: | people.patch added |
---|
comment:1 Changed 14 years ago by
Milestone: | 0.25 → unknown |
---|---|
Status: | new → assigned |
comment:2 Changed 14 years ago by
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.