Skip to content

Releases: MiczFlor/RPi-Jukebox-RFID

Version 1.1.7 : Spotify Integration

18 Oct 07:54
223f53f
Compare
Choose a tag to compare

Version 1.1.6 : RFID register fix

08 Oct 14:44
e3e18ef
Compare
Choose a tag to compare

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)

02 Oct 19:15
8eaaee2
Compare
Choose a tag to compare

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

24 Sep 18:32
84cad8b
Compare
Choose a tag to compare
  • 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

21 Sep 21:21
7c162a8
Compare
Choose a tag to compare
  • 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

13 Sep 16:04
0914ef7
Compare
Choose a tag to compare

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

10 Sep 20:24
e55c36c
Compare
Choose a tag to compare

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

31 Aug 14:00
97d1c27
Compare
Choose a tag to compare
  • replacing VLC with MPD 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 leaving master as stable branch

0.9.7 Stable OS Stretch and Jessie

19 Jul 13:29
Compare
Choose a tag to compare
  • 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

08 Jun 12:33
Compare
Choose a tag to compare
  • Moved all configuration variables into external files inside folder settings
  • This affects files scripts/rfid_trigger_play.sh and playout_controls.sh
  • Fixed issue #54 by doing the following
  • Change if statements in shell scripts to be universal