[WebIF] Feature Requests

If you are happy to get into the shell command line, through Webshell, telnet or SSH, you can find the ffmpeg process and kill it (pkill ffmpeg). That will cause the job to fail.
We really need an easier way of getting rid of long running queued tasks,

Storing the PID of the currently running queued task in the queue.db entry would be one option but it is fairly complicated to add a new field to an existing database definition but then I realised that is not actually needed.
By design only one queued task can be running at a time so rather than a pid field in each queue entry it only needs a single pid to be stored which could be in the settings database or in a simple file.

So,
  1. When starting a queued task save the pid of the started task in file/db
  2. (optionally) When task ends delete saved pid
  3. Add 'Kill current task' button to queue display button, button action issues kill pid command
  4. (optionally) Disable kill button when no task active, Display pid on Queue panel
 
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
 
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
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)?
 
No problem - see attached
This is using Firefox, Win10 @ 1920x1080
The same on Edge.
 

Attachments

  • Humax T2 Custom Firmware - EPG and Version.jpg
    Humax T2 Custom Firmware - EPG and Version.jpg
    295 KB · Views: 11
Those screen shots (which I presume you've pasted into a spreadsheet to assemble into one instead of just attaching them separately :rolleyes:) 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 problem - see attached
This is using Firefox, Win10 @ 1920x1080
The same on Edge.
With the same setup (Windows 10 and Firefox) I get roughly the same as the OP:
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.

MymsMan's Windows 11 1920x1080 looks as though it is set to 150%, which would account for the difference between yours and MymsMan's.
 
Last edited:
Those screen shots (which I presume you've pasted into a spreadsheet to assemble into one instead of just attaching them separately :rolleyes:) 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?
Maybe the excel based collation was a bit un-necessary :whistling: - it is definitely 1920 x 1080, at !00% scaling.
As @prpr indicated, the grid appears to be fixed width, not scaling or adapting to resizing the browser window (looks super on a landscape ipad by the way)

The RS website EPG renders in the same dimensions as the T2 WebIF EPG.

Just a thought - can the EPG grid pixel value be fiddled with using built-in browser dev tools?
 
Just a thought - can the EPG grid pixel value be fiddled with using built-in browser dev tools?
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.
TBH, the whole page needs throwing away and starting again.
 
Back
Top