Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 2.0 rc5 release #642

Merged
merged 37 commits into from
Dec 1, 2019
Merged

Version 2.0 rc5 release #642

merged 37 commits into from
Dec 1, 2019

Conversation

MiczFlor
Copy link
Owner

@MiczFlor MiczFlor commented Dec 1, 2019

cfb and others added 30 commits October 25, 2019 22:58
The code in `inc.settingsFolderSpecific.sh` should read the value for 
`FOLDER` only from `Latest_Folder_Played` if it is not set by its parent 
script.
Otherwise this might return with no value at all for example on the 
first media played and with wrong settings if changing playlists.

fixes #514
    Information and controls for the webplayer page was moved from server rendering to AJAX requests.
    API endpoints were added to request status informations and send commands.
    The Webpage can now be controlled without full page reloads so that it feels more responsive.

    Also the number of calls to mopidy was reduced so that the page loads faster and mopidy
    stability is improved.
…yout_controls

fix: handling of FOLDER in playlistaddplay
add new maxvolume cardids
fix typo in buster-install-default.sh
bugfix: vol80 could not be set / add maxvolcardids
- Rework "currentsong" response processing, split key-value pairs at ": "
- Change all response keys to lower case for further processing
- Change "playlist" command to "playlistinfo" to receive additional track info (pos, time, albumLength)
- Add singlequotes to directory shell arguments to support spaces in folders
- Remove comma from playlist name if exists, to fix collapsable tracklist
- Remove duplicate ":" from list argument
- Hide overalltime for e.g. podcasts

Introduce php-unit as testing framework
- Add composer as dependency manager
- Add phpunit and php-mock as dependencies
- Introduce namespace 'Jukebox' to enable mocking of build-in php functions e.g. "exec", "headers"
Fixes also a javascript error when no playlist is present
Fix current volume is not displayed on settings page
@MiczFlor MiczFlor merged commit 6915db2 into master Dec 1, 2019
@@ -493,6 +493,9 @@ fi
cd /home/pi/
git clone https://github.com/MiczFlor/RPi-Jukebox-RFID.git

move into the Phoniebox dir

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be # move into the Phoniebox dir
#655

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants