Steven Engelbert

Results 101 issues of Steven Engelbert

![Image](https://github.com/user-attachments/assets/9b517c77-8aba-4f0b-8711-e8bc96768a7f) Sometimes the e-ink screen seems to get into an inbetween state due to the refresh cycle (where it erases the previous message) not terminating properly. Look into why that...

bug
user-experience

We currently use `systemd-journal-gatewayd` to populate the logs server at `amplipi.local/19531/entries`, but that user doesn't have enough permissions to see all the same logs that an SSH'd in user can...

developer-experience
tech-debt
support

![image](https://github.com/user-attachments/assets/fdd87215-bd65-4e6e-b683-aa67169a7878) The entire list is repeated twice, so every item is there three total times. They have the same data as seen by the "Now Playing" also being repeated; figure...

bug
good first issue
webapp
user-experience

### What does this change intend to accomplish? Add an optional user statistics survey to help us decide what to spend our devtime on, and potentially help find bugs and...

There's a lot of settings in the various subsections that could benefit from having multiple tabs open as to have multiple subsections accessible, but that's not possible with our current...

good first issue
webapp
user-experience
needs user input

During #998, we internally discussed a need for the updater to be more dev-friendly than raw html and css. Particularly with the Admin Settings portion, everything could be quite easily...

enhancement
developer-experience
tech-debt

Add Youtube Music support. Find a good way to do this that won't run into youtube's crackdown of all bots that consume their content without giving money or ad views...

enhancement
streaming
dependencies
needs user input

### What does this change intend to accomplish? Make the updater check the version the system is running before update and say no if less than `0.4.0` Add --with-apt flag...

``` curl -X POST https://de2.api.radio-browser.info/json/stations/search -H "Content-Type: application/json" -d '{ "offset": 0, "limit": 10, "name": "soma", "hidebroken": "true", "order": "clickcount", "reverse": "true" }' ``` This request allows you to filter...