Opened 18 years ago

Closed 18 years ago

#1879 closed patch (wontfix)

Adjust ProgramID when non-unique for multi-part shows

Reported by: jppoet@… Owned by: gigem
Priority: minor Milestone: unknown
Component: mythtv Version:
Severity: low Keywords:
Cc: Ticket locked: no

Description

The attached patch will adjust the ProgramID when it is detected to be non-unique for multi-part shows. This often happens with mini series.

This allows a "Record All" rule with duplicate checking to actually record all of the parts. Otherwise it only records the first part and assums the remaining parts are repeats.

Attachments (1)

ProgramID-multipart.patch (2.1 KB) - added by jppoet@… 18 years ago.
Adjust non-unique ProgramIDs for multi-part shows

Download all attachments as: .zip

Change History (3)

Changed 18 years ago by jppoet@…

Attachment: ProgramID-multipart.patch added

Adjust non-unique ProgramIDs for multi-part shows

comment:1 Changed 18 years ago by anonymous

Owner: changed from Isaac Richards to gigem

comment:2 Changed 18 years ago by bjm

Resolution: wontfix
Status: newclosed

The programids are unique identifiers managed by TMS and I don't like the idea of mucking with them after the fact. These are stored in a field of the program table as are the partnumber and parttotal. If you want to look at the partnumber then look at the part number. There is no reason to mash this into another field of the same table.

Note: See TracTickets for help on using tickets.