[mythtv-users] MythWeb error

Bill Meek keemllib at gmail.com
Sat May 5 23:21:35 UTC 2018


On 05/05/2018 04:52 PM, Scott Bickford wrote:
> I'm on version fixes/29.0.
> 
> When trying to click on a recording, I get 4007_20180504230000.ts does not exist in any recognized storage group directories for this host.
> 
> 
> MariaDB [mythconverg]> select * from storagegroup where groupname = "Default" order by hostname;
> +----+-----------+-----------------------+---------------------------+
> | id | groupname | hostname              | dirname                   |
> +----+-----------+-----------------------+---------------------------+
> |  8 | Default   | localhost.localdomain | /mnt/storage1/recordings/ |
> |  3 | Default   | localhost.localdomain | /storage/recordings/      |
> +----+-----------+-----------------------+---------------------------+
> 
> I double checked permissions:
> 
> 
> [root at localhost recordings]# ls /mnt/storage1/recordings/4007_20180504230000.ts -alh
> 
> -rwxrwxr-x. 1 mythtv mythtv 2.0G May  4 19:30 4007_20180504230000.ts
> 
> The /storage/recordings videos seem to work ok.

Does the output of this make sense for that recording:

     SELECT title,chanid,starttime,hostname,basename,storagegroup FROM recorded WHERE basename='4007_20180504230000.ts';

You could replace basename with chanid and starttime if basename doesn't
match anything.

-- 
Bill


More information about the mythtv-users mailing list