I have an ongoing project which is intended to provide a music cd rip service with a hifiberry dac+ and Volumio. I have everything built and running but I would like to add some commands to the Volumio web interface to the ripping software and to be able to have an eject button for the drive - where do I start?
Cheers in advance
Phil
The whole browser interface runs in js. All scripts can be found on your Volumio-SD_Card at /var/www/. The whole thing is evoked by index.php which itself calls the file _header.php where the menu structure is defined.