]> git.etc.gen.nz Git - mythtv-status.git/commitdiff
Add details on how to get the disk storage output displayed by patching MythTV.
authorAndrew Ruthven <andrew@etc.gen.nz>
Tue, 11 Dec 2007 19:13:06 +0000 (08:13 +1300)
committerAndrew Ruthven <andrew@etc.gen.nz>
Tue, 11 Dec 2007 19:13:06 +0000 (08:13 +1300)
FAQ

diff --git a/FAQ b/FAQ
index 7fd2631341ce306098ef734172a60a1194391331..5e04f443671f57babf5d7a4ec71903315cbfd610 100644 (file)
--- a/FAQ
+++ b/FAQ
@@ -19,3 +19,21 @@ mythtv-perl (apt-get install mythtv-perl).  Christian's packages are
 available at:
   http://www.debian-multimedia.org
 
+Q) I want to see disk space individually for each of my storage groups, how
+can I do this?
+A) If you're using storage groups then you're currently running from SVN,
+so you should be comfortable with what you need to do.  Namely, apply a
+couple of patches to MythTV and recompile.  The patches are known to apply
+against r15127.  If they don't, please let me (andrew@etc.gen.nz) know.
+
+Grab the patches from:
+  - http://svn.mythtv.org/trac/ticket/4278
+  - http://svn.mythtv.org/trac/ticket/4280 (the latest patch)
+
+Apply them, using something like the following from the root of your MythTV
+build tree:
+
+patch -p1 < 0001-Return-the-storage-group-data-using-a-sensible-XML-a.patch
+patch -p1 < 0003-Allow-defining-different-versions-of-the-XML-without.2.patch
+
+(The names might vary if I update the patches)