pimoroni / phat-beat

Python library for PHAT BEAT - A stereo DAC, AMP and VU for the Raspberry Pi
https://shop.pimoroni.com/products/phat-beat
MIT License
99 stars 28 forks source link

Error in the vlcd script #18

Closed jbbandos closed 4 years ago

jbbandos commented 5 years ago

in line 10, it should be "chown" and not "chmod". You're changing the owner of /home/pi/.config/vlc/ to pi, group pi, not changing permissions.

Gadgetoid commented 4 years ago

Good spot- thank you! Not sure how this issue fell off my radar, but I've fixed it now.