pabera
pabera
* [x] Create `verify_file_does_not_contain_string` function * [x] Move code for `ipv6` into separate function; allow both enable/disable options * [x] Remove IPv6 Disable Support (Do not ask anymore for disabling...
For more details, see comments here: https://github.com/MiczFlor/RPi-Jukebox-RFID/pull/2179#discussion_r1440287453
There are several threads and discussions about streaming services on the Phoniebox. Specifically Spotify has been requested multiple times. In V2.x, Spotify was implemented through [Mopidy](https://mopidy.com/), a media server build...
### Feature I recommend introducing a `settings.yaml` file for constants that users (builders) don't need to modify. Currently, our `jukebox.yaml` combines both user-relevant settings and constants. One might wonder why...
Until now, 3 functions existed to be registered to a card: `play_single`, `play_album` and `play_folder`. None of these functions supported "Second Swipe". Instead, another function existed, called `play_card` which had...
* As a user, I want to be able to update the version of the Phoniebox software
I have searched the issues and code a little bit to figure out if custom playlists are supported at the moment (not Spotify). With custom playlists, I mean that the...
Replaces abandoned #2330 --- Until now, 3 functions existed to be registered to content: `play_single`, `play_album` and `play_folder`. None of these functions supported "Second Swipe". Instead, another function existed, called...
I tried running the installation with future3/develop and I ran into the below error. 2 things need to be fixed 1. Treat future3/develop just like any other developer branch (suggest...
> @pabera That is not related to the Zeroconf deprecation warning. It seems your boschshcpy does not contain the `emma.py` module. Can you have a look if that is missing?...