[mythtv-users] Bulk change to storage options

Nick Morrott knowledgejunkie at gmail.com
Tue Nov 6 08:47:27 UTC 2007


On 06/11/2007, Nick Rout <nick at rout.co.nz> wrote:
> I wanted to change the auto expire settings on a bunch of recordings. The
> only way I could find to do it was scroll through ght recordings list and
> do easch one individually. Is there an easier/better way?

Not that I am aware of in the mythfrontend UI - I don't think episode
tagging extends to this, but I'm likely wrong.

There's always the option of running a SQL query on the recorded table:

UPDATE `recorded` SET `autoexpire` = 1 WHERE <identify recordings here>

it just depends on your SQL comfort level and how easily you can
select the recordings you want to update. The usual warnings about
backing up before directly editing your DB apply here.

-- 
Nick Morrott

MythTV Official wiki:
http://mythtv.org/wiki/
MythTV users list archive:
http://www.gossamer-threads.com/lists/mythtv/users

"An investment in knowledge always pays the best interest." - Benjamin Franklin


More information about the mythtv-users mailing list