[PROBLEM] Where is the lcd-update field gone ? - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3) +--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7) +--- Thread: [PROBLEM] Where is the lcd-update field gone ? (/showthread.php?tid=1919) |
Where is the lcd-update field gone ? - UpsiUps - 11-25-2019 I just changed from Version 5.x to Version 6.3 and recognized that the field to enter the lcd-script name is gone ! Instead it seems that only /var/local/wwwcommandw/lcdup.py is hard coded. Are there any plans to bring that field back ? RE: Where is the lcd-update field gone ? - Tim Curtis - 11-25-2019 It was hard coded to eliminate a security vulnerability. See below from the 6.0.0 release. Code: Security RE: Where is the lcd-update field gone ? - UpsiUps - 11-27-2019 Ok, that means I need to copy my script into "lcdup.py" and she-bang it as shell script ? |