MiczFlor / RPi-Jukebox-RFID

A Raspberry Pi jukebox, playing local music, podcasts, web radio and streams triggered by RFID cards, web app or home automation. All plug and play via USB. GPIO scripts available.
http://phoniebox.de
MIT License
1.33k stars 395 forks source link

INSTALL.md-Suggestions after successful build #13

Closed noestreich closed 6 years ago

noestreich commented 6 years ago

First, thanks a bunch for the effort you put in this project and for the detailed instructions. It worked out flawlessly for me and will supply my daughter with a great piece of easy-to-use hardware. Hats off to you.

I just wanted to suggest a couple of minor-changes for the INSTALL.md-Tutorial, on passages which caught me off-guard:

MiczFlor commented 6 years ago

Hi, thank you for these suggestions. I'll give them a try and will incorporate them in the scripts. And, true, sometimes there are tweaks that make it into the manual based on memory - never a reliable source ;)

I will leave this open for now, until I included your work.

MiczFlor commented 6 years ago

@noestreich I fixed the inconsistency regarding the git install and chmod. I also changed the manual to support "php" in general and not "php5" (what was I thinking :). One thing where I could really benefit from your input:

Using a USB soundcard and changing the volume

If you take a look here: https://github.com/MiczFlor/RPi-Jukebox-RFID/issues/20 it seems you are not alone with your tweaks. However, your's seems to be more general. Can you create a pull request for your solution (if it works globally) or give me a list of changes that I can add to the manual? Highly appreciated. Thanks.

MiczFlor commented 6 years ago

Changed the install back to php5 after all, because the newer version with Stretch is in the making.