Opened 13 years ago

Closed 13 years ago

#9134 closed enhancement (Won't Fix)

Maintain proper order for actors in movies

Reported by: Kevin Ross <kevin@…> 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)

people.patch (4.0 KB) - added by Kevin Ross <kevin@…> 13 years ago.

Download all attachments as: .zip

Change History (3)

Changed 13 years ago by Kevin Ross <kevin@…>

Attachment: people.patch added

comment:1 Changed 13 years ago by robertm

Milestone: 0.25unknown
Status: newassigned

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

comment:2 Changed 13 years ago by robertm

Resolution: Won't Fix
Status: assignedclosed

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.

Note: See TracTickets for help on using tickets.