notandy/ympd

Edit CSS or index.html

p1337 opened this issue · 1 comments

p1337 commented

Hi, thanks for all the programming at first !
it´s a very great job!
Using ympd on my rpi in my car.

Is it possible to edit the index.html or css .
need bigger buttons for the touchscreen and a black background, because it´s very bright at night.

greetings from south germany
Robert

  • Edit source html file:
    nano ~/ympd/htdocs/index.html

  • then rebuild ympd:
    cd ~/ympd/build
    make clean
    make
    make install

  • then reboot to apply changes.