2018-01-24, 08:33 PM
The easiest way to do this is to use a sqlite GUI utility to edit the priority field of the recurring_recording table in npvr.db3 and manually. To make make some room between shows you first might want to execute a sqlite command globally like this
update recurring_recording
set priority = priority * 100
Backup npvr.db3 before changing the database.
Martin
update recurring_recording
set priority = priority * 100
Backup npvr.db3 before changing the database.
Martin