Hopefully a long wait!Now try removing the flag and wait for the next crash!
We really need an easier way of getting rid of long running queued tasks,If you are happy to get into the shell command line, through Webshell, telnet or SSH, you can find the ffmpeg process andkill
it (pkill ffmpeg
). That will cause the job to fail.
I presume you mean the grid-style EPG page? It uses 95% of my screen width, what is it doing on yours (a screen shot would be best)?Hi
Firstly I'd like to say how I really appreciate all the hard work that has gone into, and continues to go into this system. I use it daily and continue to explore different facets as time goes on.
As I use the WebIF for scheduling, I wonder why the EPG screen doesn't make full use of the page width, as the per-channel page does. As I like to look at a 6-hours grid, this would be of real benefit.
Thanks
Andy
No problem - see attached
This is using Firefox, Win10 @ 1920x1080
The same on Edge.
If you go unto Windows 10's Settings -> Display -> Scale and layout, what is "Change the size of text, apps and other items" set to? Is it different to the recommended option (which will include "(Recommended)" in its text.With the same setup (Windows 10 and Firefox) I get roughly the same as the OP:
It's fixed at 1000 pixels, for whatever reason.it looks like the EPG grid has a fixed rather than responsive width
Maybe the excel based collation was a bit un-necessary - it is definitely 1920 x 1080, at !00% scaling.Those screen shots (which I presume you've pasted into a spreadsheet to assemble into one instead of just attaching them separately ) look a lot wider than 16:9, but yes I can see what you mean. My "95%" is on a 4:3 screen, and it looks like the EPG grid has a fixed rather than responsive width... but it might have been too much of a pain in the arse to design with responsiveness.
How do you find the EPG on the Remote Scheduling website?
No, it's all hard-coded server side i.e. on your Humax. You can edit it there if you like (/mod/webif/html/xepg/index.jim), but it'll get overwritten the next time the WebIf gets upgraded.Just a thought - can the EPG grid pixel value be fiddled with using built-in browser dev tools?
This is now implemented in 1.5.2-13 in the Beta area.We really need an easier way of getting rid of long running queued tasks
system qexec
rather than exec
in queue.hookThanks, but ...This is now implemented in 1.5.2-13 in the Beta area.
Any other packages with plugins (qtube) need modifying to usesystem qexec
rather thanexec
in queue.hook