adamsutton/tvheadend

[dvb-rewrite] dvr: Entries in 'Automatic Recorder' are broken

btwe opened this issue · 3 comments

btwe commented

Since using rewrite, i cannot edit the entries in the automatic recorder list.

After adding an autorec and restarting tvheadend to make it reread its config

  • the channel entry has vanished in extjs however not in the conf file. In addition it results in scheduling the record on all available channels.
  • the weekdays entry cannot be modified in extjs. One can hack the config to make it only read a single weekday, but this is not regarded by the scheduler. It still schedules on all days.

I think some data structures might hava change in rewrite. Could you have a look at this?

I've probably not properly updated things now that channel setup has changed. Hopefully pretty trivial to fix.

Fixed the first problem, i.e. channel selection etc...

Looks like the second one is caused by a change I made to the UI multi-select combobox element. Thought I'd updated all uses of it, missed this one.

Should now be fixed. The only remaining issue is configuration migration, I will look into this once we've merged to master. At the moment current plan is a stand-alone script that must be executed manually to migrate etc...