vdr-projects / vdradmin-am

This is the "VDRAdmin-AM" a web user interface for VDR.
GNU General Public License v2.0
2 stars 4 forks source link

Display EPG images with filename including channel ID #19

Closed FireFlyVDR closed 1 year ago

FireFlyVDR commented 1 year ago

Patch for displaying EPG images of the form _*.jpg Currently only *.jpg is used which could lead to wrong pictures when more than one channel use the same EPG_ID. It also increases the width of the EPG window from 500 to 550 px to avoid horizontal scrollbars. vdradmin-am-3.6.10-epgimage-fullname.diff.txt

pbiering commented 1 year ago

thank you for the patch, please test latest "master"

FireFlyVDR commented 1 year ago

Thanks, it works as suggested. I think it would make sense to enlarge the EPG window further to see the first image (at least partly). Currently the images are "hidden" below the text and can only be seen when scrolling down. As the default values for GUI_POPUP_HEIGHT and GUI_POPUP_HEIGHT are overwritten by those from the config file these would take effect only for new setups or if the two are deleted from the conf file. vdradmin-enlarge_epg_window.diff.txt

pbiering commented 1 year ago

patch committed, check again latest "master"

FireFlyVDR commented 1 year ago

Looks like it's not yet in the master, but as the patch consists only of changing two numbers I think an additional check is not necessary.

pbiering commented 1 year ago

sorry, did push the patch to merged branch by accident, please try now "master"

FireFlyVDR commented 1 year ago

Now it works as expected.

pbiering commented 1 year ago

thank you for confirmation, v3.6.13 released now