adding commands to the volumio browser gui

Hi all, very newb here.

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.

Noob myself but I hope this helps for starters :slight_smile:

thanks blueblueblue, bit late but PIFI project to be posted soon.