2014-08-14, 02:43 AM
I have a large household and record quite a bit and I have a need to be able to change the recording priority from time to time. I normally have enough tuners to record everything but sometimes I want to be able to watch a show as soon as it comes on.
I've looked at the recurring_recording table and I've got a pretty good concept of what needs to be done. I would need to reorder everything below a recording that I moved up and visa versa on a recording that I moved down. Then I would need to update the recurrence_oid for everything in the scheduled_recording table. Since the OID and priority fields are the same I would keep them the same, however, I don't see an underlying reason to do so as long as the recurrence_oid matched the oid. Have I missed anything?
I probably would not be good at writing a plug in but more as a stand-alone utility managing the database tables.
I've looked at the recurring_recording table and I've got a pretty good concept of what needs to be done. I would need to reorder everything below a recording that I moved up and visa versa on a recording that I moved down. Then I would need to update the recurrence_oid for everything in the scheduled_recording table. Since the OID and priority fields are the same I would keep them the same, however, I don't see an underlying reason to do so as long as the recurrence_oid matched the oid. Have I missed anything?
I probably would not be good at writing a plug in but more as a stand-alone utility managing the database tables.