marco79cgn

Results 14 comments of marco79cgn

I guess the Applescript returns the "," (comma) when using 'german' as system language and the "." (dot) with all other system languages? Would make sense in a way. Can...

Thanks for the info and verification. Some other users reported the same, see here: https://github.com/jishi/node-sonos-http-api/issues/763

Until native Siri Shortcuts support becomes available, is it already possible to open Cuterdio maybe with a url scheme? Maybe even with a givten station id and autoplay? Something like...

You have to use both `--device /path/to/fifo` and `--backend pipe` parameters, but not via `--env`. What I did is mounting the fifo (named `spotpipe`) from the docker host (`/home/pi/music`) into...

Or as a one-liner: ``` echo "" | openssl s_client -host prod.de.tbs.toys -port 443 -showcerts | awk '/BEGIN CERTIFICATE/ {p=1} ; p==1; /END CERTIFICATE/ {p=0}' | awk '$0=="-----BEGIN CERTIFICATE-----" {n++}...

I can confirm exactly the same behaviour. Tried it with different input files, mp3 and m4a (aac). Toniebox: CC3235 Teddycloud: develop (vX.X.X 9930675) OS: Raspberry Pi OS (bookworm) The strange...

> And unfortunately I can't use the workaround of using the audio encoder function in the web interface of the TeddyCloud server. It can only handle mp3 files. This is...

Actually you don't really need GraphQL. The ARD Audiothek has a REST API which delivers all the needed data as JSON. The base url is `https://api.ardaudiothek.de/programsets/{id}`. For the Sandmännchen example...

In case it might be useful, here's a small shell script I use. It checks if a new Sandmännchen episode is available and if yes → the episode will be...

@7weazel7 Thanks! If the upload doesn't work, the assignment will fail as well since there is nothing to assign. From which machine are you running the script? If it is...