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

merge develop into Fix-audiohat-gpio #1125

Merged
merged 20 commits into from
Oct 29, 2020
Merged

merge develop into Fix-audiohat-gpio #1125

merged 20 commits into from
Oct 29, 2020

Conversation

s-martin
Copy link
Collaborator

No description provided.

Toqqi and others added 20 commits October 23, 2020 11:12
Modified startup-scripts.sh to execute mpg123 with the configured startup volume from global.conf.
The configured volume from global.conf was ignored when playing the startup sound (always played at 100%, which can be extremely loud for kids).
Now the configured volume is converted into the correct volume value for mpg123 (100% volume converts into 32768).
Play startup sound with correct startup volume
Signed-off-by: s-martin <saimen54@hotmail.com>
Signed-off-by: s-martin <saimen54@hotmail.com>
Signed-off-by: s-martin <saimen54@hotmail.com>
* don't version the used gpio_settings.ini file in git
* follow Phoniebox conventions for settings files and store it in misc/sampleconfigs
* Improve documentation
Adds an option to configure the poweroff command executed when
triggering a shutdown. Poweroff command to use is read from file
`settings/Poweroff_Command`, default `sudo poweroff`.

Scenario:
a) You are powering you Pi via an extension board, e.g. MoPi 2,
that cannot detect a regular poweroff and stays powered-on itself. Via a
customizable poweroff command you can trigger the extension board to
power off the Pi in the prefered way which finally also turns-off the
extension board.
b) You like to add some extras, e.g. LED illumination, on power off. A
customizable poweroff command allows the "user" a nice hook for whatever
stuff he likes to add before the actual power off :-)
if the folder.conf has SHUFFLE=ON, shuffle is executed while loading the playlist.
i don't know, why inc.settingsFolderSpecific.sh is executing shuffle again?!?!?
my opinion is, that it is not needed, because the playlist is alread shuffled.
For that reason and for testing i uncomment line 53. If everthing is ok, the IF clause could be removed completely.
added global + ignore to replace all ";" in the artist, if more than one occurs
Update the install script for hotspot to the 2.1 changes
Commenting out unnecessary shuffle for testing purposes
…roffCommand

Added customizable poweroff command
@s-martin s-martin merged commit 5095249 into Fix-audiohat-gpio Oct 29, 2020
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.

None yet

5 participants