[mythtv-users] Web based 'cutpoint' editing

John Drescher drescherjm at gmail.com
Sun Feb 19 05:42:28 UTC 2012


On Thu, Feb 9, 2012 at 2:49 PM, Mario Weilguni <roadrunner6 at gmx.at> wrote:
> Am 08.02.2012 16:26, schrieb Thomas Boehm:
>> Hi Mario, very impressive. I like it even though I'm faster to cut my
>> recordings from within the frontend. But if I have to access the
>> backend remotely through a VPN, it's not feasible to do it with the
>> frontend. Two things I noticed. It always sets the cutpoint at the
>> left of the selected frame. It is ok when I cut the frames to the left
>> of the selected frame. But when I want to cut the frames to the right
>> of the selected frame I would expect the cutpoint to be set to the
>> right of that frame so that this frame doesn't get cut out. Even more
>> as the preview suggests that it is not cut out. Secondly, would it be
>> possible to display only as many columns of frames as fit in my
>> browser window without scrolling left or right?
>
> I just uploaded http://myth.weilguni.priv.at/mythcut-0.5.tar.gz with
> some bugfixes, cleanups and improvements, the fluid layout is one of
> those. Regarding the left/right frame cutting - will look, but not this
> week anymore.
>

I am trying http://myth.weilguni.priv.at/mythcut-0.6.tar.gz hopefully
that was meant to be released..

Anyways after getting by a php setting problem (needed to enable
SHORT_OPEN_TAG) I get the following errors in apache while trying to
cut a recording:

[Sun Feb 19 00:35:41 2012] [error] [client 192.168.1.124] fclose()
expects parameter 1 to be resource, boolean given, referer:
http://192.168.1.110:8083/mythcut/?rand=2534944
[Sun Feb 19 00:35:41 2012] [error] [client 192.168.1.124] PHP Warning:
 fclose() expects parameter 1 to be resource, boolean given in
/var/www/localhost/htdocs/mythcut/thumbnailer.php on line 93, referer:
http://192.168.1.110:8083/mythcut/?rand=2534944
[Sun Feb 19 00:35:42 2012] [error] [client 192.168.1.124] fopen() [<a
href='function.fopen'>function.fopen</a>]: Filename cannot be empty,
referer: http://192.168.1.110:8083/mythcut/?rand=2534944
[Sun Feb 19 00:35:42 2012] [error] [client 192.168.1.124] PHP Warning:
 fopen() [<a href='function.fopen'>function.fopen</a>]: Filename
cannot be empty in /var/www/localhost/htdocs/mythcut/thumbnailer.php
on line 90, referer: http://192.168.1.110:8083/mythcut/?rand=2534944
[Sun Feb 19 00:35:42 2012] [error] [client 192.168.1.124] fseek()
expects parameter 1 to be resource, boolean given, referer:
http://192.168.1.110:8083/mythcut/?rand=2534944
[Sun Feb 19 00:35:42 2012] [error] [client 192.168.1.124] PHP Warning:
 fseek() expects parameter 1 to be resource, boolean given in
/var/www/localhost/htdocs/mythcut/thumbnailer.php on line 91, referer:
http://192.168.1.110:8083/mythcut/?rand=2534944
[Sun Feb 19 00:35:42 2012] [error] [client 192.168.1.124] fread()
expects parameter 1 to be resource, boolean given, referer:
http://192.168.1.110:8083/mythcut/?rand=2534944
[Sun Feb 19 00:35:42 2012] [error] [client 192.168.1.124] PHP Warning:
 fread() expects parameter 1 to be resource, boolean given in
/var/www/localhost/htdocs/mythcut/thumbnailer.php on line 92, referer:
http://192.168.1.110:8083/mythcut/?rand=2534944
[Sun Feb 19 00:35:42 2012] [error] [client 192.168.1.124] fclose()
expects parameter 1 to be resource, boolean given, referer:
http://192.168.1.110:8083/mythcut/?rand=2534944
[Sun Feb 19 00:35:42 2012] [error] [client 192.168.1.124] PHP Warning:
 fclose() expects parameter 1 to be resource, boolean given in
/var/www/localhost/htdocs/mythcut/thumbnailer.php on line 93, referer:
http://192.168.1.110:8083/mythcut/?rand=2534944
[Sun Feb 19 00:35:50 2012] [error] [client 192.168.1.124] fopen() [<a
href='function.fopen'>function.fopen</a>]: Filename cannot be empty,
referer: http://192.168.1.110:8083/mythcut/?rand=2534944
[Sun Feb 19 00:35:50 2012] [error] [client 192.168.1.124] PHP Warning:
 fopen() [<a href='function.fopen'>function.fopen</a>]: Filename
cannot be empty in /var/www/localhost/htdocs/mythcut/thumbnailer.php
on line 90, referer: http://192.168.1.110:8083/mythcut/?rand=2534944
[Sun Feb 19 00:35:50 2012] [error] [client 192.168.1.124] fseek()
expects parameter 1 to be resource, boolean given, referer:
http://192.168.1.110:8083/mythcut/?rand=2534944
[Sun Feb 19 00:35:50 2012] [error] [client 192.168.1.124] PHP Warning:
 fseek() expects parameter 1 to be resource, boolean given in
/var/www/localhost/htdocs/mythcut/thumbnailer.php on line 91, referer:
http://192.168.1.110:8083/mythcut/?rand=2534944
[Sun Feb 19 00:35:50 2012] [error] [client 192.168.1.124] fread()
expects parameter 1 to be resource, boolean given, referer:
http://192.168.1.110:8083/mythcut/?rand=2534944
[Sun Feb 19 00:35:50 2012] [error] [client 192.168.1.124] PHP Warning:
 fread() expects parameter 1 to be resource, boolean given in
/var/www/localhost/htdocs/mythcut/thumbnailer.php on line 92, referer:
http://192.168.1.110:8083/mythcut/?rand=2534944
[Sun Feb 19 00:35:50 2012] [error] [client 192.168.1.124] fclose()
expects parameter 1 to be resource, boolean given, referer:
http://192.168.1.110:8083/mythcut/?rand=2534944
[Sun Feb 19 00:35:50 2012] [error] [client 192.168.1.124] PHP Warning:
 fclose() expects parameter 1 to be resource, boolean given in
/var/www/localhost/htdocs/mythcut/thumbnailer.php on line 93, referer:
http://192.168.1.110:8083/mythcut/?rand=2534944
[Sun Feb 19 00:36:18 2012] [error] [client 192.168.1.124] fopen() [<a
href='function.fopen'>function.fopen</a>]: Filename cannot be empty
[Sun Feb 19 00:36:18 2012] [error] [client 192.168.1.124] PHP Warning:
 fopen() [<a href='function.fopen'>function.fopen</a>]: Filename
cannot be empty in /var/www/localhost/htdocs/mythcut/thumbnailer.php
on line 90
[Sun Feb 19 00:36:18 2012] [error] [client 192.168.1.124] fseek()
expects parameter 1 to be resource, boolean given
[Sun Feb 19 00:36:18 2012] [error] [client 192.168.1.124] PHP Warning:
 fseek() expects parameter 1 to be resource, boolean given in
/var/www/localhost/htdocs/mythcut/thumbnailer.php on line 91
[Sun Feb 19 00:36:18 2012] [error] [client 192.168.1.124] fread()
expects parameter 1 to be resource, boolean given
[Sun Feb 19 00:36:18 2012] [error] [client 192.168.1.124] PHP Warning:
 fread() expects parameter 1 to be resource, boolean given in
/var/www/localhost/htdocs/mythcut/thumbnailer.php on line 92
[Sun Feb 19 00:36:18 2012] [error] [client 192.168.1.124] fclose()
expects parameter 1 to be resource, boolean given
[Sun Feb 19 00:36:18 2012] [error] [client 192.168.1.124] PHP Warning:
 fclose() expects parameter 1 to be resource, boolean given in
/var/www/localhost/htdocs/mythcut/thumbnailer.php on line 93


Initially lot of frames open up without images then they quickly go away.

Any ideas,

Thanks
John


More information about the mythtv-users mailing list