Releases: MiczFlor/RPi-Jukebox-RFID
Version 1.1.7 : Spotify Integration
- Spotify integration needs you I invite everybody to use our spotify thread to post improvements regarding this feature. You might also want to improve the documentation on Spotify integration and create pull requests so I can merge this with the core.
Version 1.1.6 : RFID register fix
This release was primarily done because I had pushed stuff to master without testing them enough. This resulted problems when registering USB RFID readers. In this release, I revert to an older solution - and the new solution was pushed to a separate branch for fixing. Apologies for that week of high blood pressure. Other, minor things:
- cover reload in web app via ajax
- sudo fix for chmod 777 in web app
- other bug fixes
Version 1.1.4 : install script fix (IMPORTANT)
The setup script did not set the correct access rights to the settings folder and its contents. Fixed with this release. #228
Version 1.1.3 : web app improvements and fixes
- web app multiple upload input with HTML5 tag
- update .gitignore
- improvements and fixes to web app upload specifically youtube dl in cardEdit.php
- path fixed for
helperscript
backup RFID shortcuts - Web app addition: create folders added
Version 1.1.2 : new app design, settings for second swipe and bug fixes
- The 'second swipe' of a card can now be set to either "start from the beginning" of the playlist or "toggle pause / play". Both valid options, but dividing the Phoniebox community, so I made it an option. See more here: https://github.com/MiczFlor/RPi-Jukebox-RFID/blob/master/docs/MANUAL.md#settingssecond_swipe
- New web app theme has been added. The recursive playout required a new UI anyway and I took the opportunity to make it a bit darker, more audio. At least that's what I think.
- Bug fixes: see the commits list for details
Version 1.1.1 : improving recursive play and recording
This release features improves the recursive play mode, allowing folders to live inside folders. Now podcasts are added to the playlist in the order of the enclosure tags. Live streams are also added as URLs, meaning potential endless play - but the next and * previous* switch allow skipping between tracks. Look the discussion here: #169 and report bugs in the same thread, please.
It also adds recording possibilities to the Phoniebox. See here for bugs and improvements, please find a matching issue thread or open a new one. Here a list of the latest commits:
Version 1.1.0 : adding recursive play and recording
This release features the recursive play mode, allowing folders to live inside folders. Look the discussion here: #169 and report bugs in the same thread, please.
It also adds recording possibilities to the Phoniebox. See here: #177 For bugs and improvements, please find a matching issue thread or open a new one.
See all commits at: #187
1.0.0 Stable for Stretch using MPD
- replacing
VLC
withMPD
for audio playout (more features, saving power) - adding web app UI to edit MP3 metadata
- switch for WiFi on/off can be set to RFID cards, reducing e-smog pollution
- resume play added, can be set in the web app for individual folders
- shuffle added, can be set in the web app for individual folders
- one-line-install script for easy install and update from older versions
In other news: - creating
develop
branch for development and leavingmaster
as stable branch
0.9.7 Stable OS Stretch and Jessie
- Adding a Settings page in the web app to control features like 'idle shutdown' and 'max volume' and toggle systemd services
- Documentation / troubleshooting / tricks: how to install via ssh, improve on board audio quality and the like
- Adding auto shutdown when idle for longer than x minutes (see manual for details)
- Adding maximum volume percent to settings (see manual for details)
- Fixing bug: settings volume for stereo audio iFace
- Fixing bug: bash code compatible with all shells
- Web app enhancements (audio level, display 'playing now')
0.9.5 Stable OS Stretch and Jessie
- Moved all configuration variables into external files inside folder
settings
- This affects files
scripts/rfid_trigger_play.sh
andplayout_controls.sh
- Fixed issue #54 by doing the following
- Change
if
statements in shell scripts to be universal