-
Notifications
You must be signed in to change notification settings - Fork 397
Contributing
Alvin Schiller edited this page Mar 25, 2024
·
1 revision
- ... is easy to install.
- ... out of the box plays local audio files and can be controlled with RFID cards and through a web app.
- ... is not complete until fitted into a unique, jaw-dropping and eye-opening box. Everyone builds an original.
- Phoniebox should inspire people to tinker with technology.
-
Contributors are welcome!
- more than code: feature requests, filing bugs, engaging in the discussion and testing are all contributions.
- testing is a selfless and noble form of contribution.
- The Phoniebox code lives in one place.
- making the future of Phoniebox independent from individual developers.
- contributors come and go. And that's ok.
- The discussion around the future of Phoniebox is open to all.
-
Sharing responsibility.
- while the project is comparably small, not one person understands all the code there is.
- peer reviews and merging pull requests are responsibilities to be shared with the community.
- peer support keeps the project alive (and is working very well, thanks to the community).
- Contributing means great responsibility: major rewrites and refactoring are only taken on if the one or more developers plan to see it through to the bitter end...
- The Phoniebox code base is free and open (currently available on github).
- Open meaning:
- the source code can be accessed and read by anyone who choses to do so.
- the code base is open to contributions by other developers to improve stability and add features.
- the code base is open to interface with new hard- and software and services (soundcards, RFID readers, displays, smart homes, GPIO buttons, barcode scanners, Spotify, Google Music, ...).
- Where possible, configuration beats hard coded solutions.
- Configuration should not be more complex than a hard coded alternative script would be.
- Phoniebox thrives towards a unique API (currently the shell scripts pretend to be that).
- Phoniebox incorporates many languages (bash, php, python, js) if need be.
- Phoniebox depends on APIs which are out of our control (e.g. Spotify integration).
- The architecture, structure and coding convention of the code are open to improvements (naming conventions, folder structures, etc.).
- Running existing tests is a must do, writing new tests is for kudos.
The wiki comprises usefull links to the different versions in the main repo, but also other things worth documenting, like manuals, hacks and so on.
If you want to help working on the wiki, you are more than welcome to do so. Here are some rules to make changes:
- If you add a new page please prefix the pagename with the releveant version, e.g.
v2_
orv3_
.- Also add a new page to the
sidebar
to help others to find it more easily
- Also add a new page to the
- Documentation that is directly bound to the code (especially if it differs between the main and develop branch) is better kept in the main repo. Please create a PR there to add your changes.
- some pages in this wiki don't follow this rule currently. They will be refactored and moved in the future.
- Rename headers and filenames with caution. Make sure all links to it from the wiki or main repo are changed accordingly.
If you like Phoniebox, consider: buy me a coffee or PayPal
- Code: https://github.com/MiczFlor/RPi-Jukebox-RFID
- Phoniebox home page: English | Deutsch
Phoniebox is a contactless jukebox for the Raspberry Pi, playing audio files, playlists, podcasts, web streams and spotify triggered by RFID cards. All plug and play via USB, no soldering iron needed. Update: if you must, it now also features a howto for adding GPIO buttons controls.
Visit Phoniebox.de
π₯ Version 3
- β Releases
- π΅ Install Jukebox Version 3
- π Report a bug
- π Propose a feature
- βοΈ Feature Status
- π Documentation
- π©βπ» Development
- βοΈ Contributing
- π¦ Code
πΆ Version 2
- β Releases
- π΅ Install Jukebox Version 2
- π Report a bug
- βοΈ Features
- π Documentation
- βοΈ Contributing
- π¦ Code
Version 2 Pages
-
Setup / Upgrades
- Synchronising Phonieboxes in a local network
- Smart Home remote control with MQTT
- Hardware Pinout Overview
- Systemwide Equalizer
- Phoniebox with read-only Filesystem
- HiFiBerry Soundcard Details
- WM8960 Hi-Fi HAT
- PAM8403 Amplifier Power Off
- TPA3118 Amplifier Power Off and EMI improvement
- External Non USB Audio DAC ES9023, PCM5102, etc.
- On-board LEDs with fibre optics
- Setting GPIOs at boot time
- Stop on removal with USB RFID Reader
- Firmware update improves audio out
- Architecture