<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>

<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#ffffff" text="#000000">
G'day,<br>
<br>
My MythWeb was simply giving me the response:<br>
<br>
<tt>&nbsp;&nbsp;&nbsp; "Mythweb now requires the storage group Videos"</tt><br>
<br>
So i delved into the the database and gave it one:<br>
<br>
mysql&gt; select * from storagegroup;<br>
<tt>+----+------------+----------+--------------------------------+<br>
| id | groupname&nbsp; | hostname | dirname&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |<br>
+----+------------+----------+--------------------------------+<br>
|&nbsp; 1 | Default&nbsp;&nbsp;&nbsp; | mediabox | /home/kingsley/MythTV/&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |<br>
|&nbsp; 3 | LiveTV&nbsp;&nbsp;&nbsp;&nbsp; | mediabox | /home/kingsley/MythTV/LiveTV/&nbsp; |<br>
|&nbsp; 4 | DB Backups | mediabox | /home/kingsley/MythTV_Backups/ |<br>
|&nbsp; 5 | Videos&nbsp;&nbsp;&nbsp;&nbsp; | mediabox | /home/kingsley/Video&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |<br>
+----+------------+----------+--------------------------------+</tt><br>
<br>
So after doing this and checking the permissions of every video file, I
now get this:<br>
<tt><br>
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to
allocate 4096 bytes) in
/usr/share/mythtv/mythweb/includes/translate.php on line 142
</tt><br>
<br>
I changed the memory limit in php.ini to 256M (from 128M), this didn't
seem to help.&nbsp; It does look like a ~30M is somehow being used too.<br>
<br>
Also now a separate side-effect problem happened:&nbsp; In the front end
video browser, I have two new "top level" directories "video" and
"Videos".&nbsp; if the first one is selected it looks exactly the same as
the other, except you can't play anything.&nbsp; Selecting "Videos" works as
per normal.&nbsp; I guess "Videos"&nbsp; is the storage group, but I'm not sure
where "video" came from, and how can it see all the files, yet not play
them??!<br>
<br>
As far as I can understand, Storage Groups is to allow *Recordings* to
get placed on different drives.&nbsp; Any suggestions as to why all this
static-file stuff is now in a world of pain ?<br>
<br>
The WAF score plummetted with that "video" folder thing where you
couldn't play anything, I can tell you.&nbsp; I got the whole "Why do you
have to keep tinkering with it" speech&nbsp; :(&nbsp;&nbsp; She never uses the
MythWeb, so it being broken wasn't a problem.<br>
<br>
<br>
anyway ...<br>
<br>
any sage advice ?<br>
<br>
cheers,<br>
-kt<br>
<br>
<br>
<br>
</body>
</html>