08-13-2018, 06:25 PM
Hi,
I would start by first examining the sql values which are written when you update clock radio.
Then have a look at the code.
In file below search for "setforclockradio" and "clockradio-update"
/var/www/js/playerlib/js
In file below search for "getplitemfile"
/var/www/command/moode.php
-Tim
I would start by first examining the sql values which are written when you update clock radio.
Code:
sqlite3 /var/local/www/db/moode-sqlite3.db "select param, value from cfg_system where param='ckradname' or param='ckraditem'"
Then have a look at the code.
In file below search for "setforclockradio" and "clockradio-update"
/var/www/js/playerlib/js
In file below search for "getplitemfile"
/var/www/command/moode.php
-Tim