Bernd Mehrtens Hi there, I just want to know, where in the file path I can find stylesheet variables for the web interface. I want to change column sizes permanently, because my browser won't keep the cookies. Which script defines them? Thanks in advance.
davep Bernd Mehrtens You could look in /usr/share/tvheadend/src/webui/static/ however it would be easier to fix your browser. My browser (Firefox) deletes cookies on exit, however I've set an exception for the Tvheadend server address. Cookie expiration is set by Tvheadend at Configuration -> General -> Base -> HTTP Server Settings -> Cookie Expiration. The maximum lifetime is 2047 days.
Bernd Mehrtens I already did that, but cookies won't last forever, even if I whitelist the ip address. Thank you for helping me. In /usr/share/tvheadend/src/webui/static/ are many files. Can you please specify, which exactly is responsible for columns?
davep Bernd Mehrtens Can you please specify, which exactly is responsible for columns? I don't know. Actually I suspect that, if there is no cookie set, the interface sets the column widths to best fit on the screen. Even if you could modify the screen layout code, your changes would be lost every time you did an update.