Hard Drive filling up

Have a MythTV related problem? Ask for help from other MythTV users here.

Moderator: Forum Moderators

Post Reply
jameswilson1977
Junior
Posts: 35
Joined: Fri Jan 06, 2017 12:22 am
Great Britain

Hard Drive filling up

Post by jameswilson1977 »

Ive built a new mythbuntu box but my recordings are not autoexpiring.
Ive looked everywhere in the backend and frontend but cant see where I turn this on for all recordings?

Any ideas please?

James
daraden
Senior
Posts: 175
Joined: Tue Feb 23, 2016 7:33 am
United States of America

Re: Hard Drive filling up

Post by daraden »

log into mysql:

Code: Select all

mysql -u root -p mythconverg
then:

Code: Select all

UPDATE recorded SET autoexpire = 1;
quit
You will still need to change the setting in your recording rules. if you want to do all of those replace recorded with record in the sql command
jameswilson1977
Junior
Posts: 35
Joined: Fri Jan 06, 2017 12:22 am
Great Britain

Re: Hard Drive filling up

Post by jameswilson1977 »

Brilliant thank you very much
Post Reply