Replies: 4 comments 4 replies
-
Note that I have a nice FIOS HTML remote that works with 2 slingboxes + 3 resolutions each. It automatically resizes larger on cellphones so I don't need to zoom to press buttons. Also shows status with box name to help verify I have to correct remote for the config I am watching. As noted above, it took a few mods to the server code. |
Beta Was this translation helpful? Give feedback.
-
Here are some screenshots. The top left is pull down menu that lets me switch the remote to any box/config. Code of HTML is also shown |
Beta Was this translation helpful? Give feedback.
-
Here are the changes: at line 1472 to add name into status because why not? at line 1575 to update status |
Beta Was this translation helpful? Give feedback.
-
Gerry, If you do another version, please consider changing the format string %,. With multiple configs, it was difficult to make a HTML remote using %s for box name, and for the status line. I had to rewrite your code to use string replacement method. Also pretty weird you have to double all the % signs in the style section for non-html remotes. I would love to be able to use your releases without having to modify them. Thx
Beta Was this translation helpful? Give feedback.
All reactions