Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvinSchiller committed Nov 2, 2023
1 parent 35018f5 commit 873c2e4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/components/controls/buttons_usb_encoder/ @jeripeierSBB
/components/synchronisation/sync-shared @AlvinSchiller
/scripts/installscripts/buster-install-default.sh @jeripeierSBB
/scripts/helperscripts/autohotspot.sh @Groovylein
/scripts/helperscripts/setup_autohotspot.sh @Groovylein
21 changes: 17 additions & 4 deletions scripts/helperscripts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ including mpd.conf and the like.
Deletes sample folders with files and streams
inside the $AUDIOFOLDERSPATH directory

## autohotspot

Changed to autohotspot service

## cli-player.py

Command line player to play folders on the Phoniebox.
Expand All @@ -66,5 +62,22 @@ not bound to any RFID card, and fixing broken links.
A command line replacement some functionality of the phoniebox-web-ui, which challenges the raspberry pi zero.
Using this small script significantly reduces resource usage on the system.

## setup_autohotspot.sh

Script to setup the autohotspot feature. It automatically sets up a wifi hotspot if no known network is found.
This is already included in the main install script, but can also be manually run.

usage:
setup_autohotspot.sh <jukeboxDir> <activation=YES|NO> <ssid> <countryCode (e.g. DE, GB, CZ, ...)> <password (8..63 characters)> <ipAdress>"

### activate
```
chmod +x ./scripts/helperscripts/setup_autohotspot.sh
./scripts/helperscripts/setup_autohotspot.sh . YES phoniebox DE PlayItLoud 10.0.0.5
```

### deactivate
```
chmod +x ./scripts/helperscripts/setup_autohotspot.sh
./scripts/helperscripts/setup_autohotspot.sh . NO
```

0 comments on commit 873c2e4

Please sign in to comment.