cgernert

Results 9 comments of cgernert

I also really need this. I took a look around. In Friture there are some wrappers for PortAudio involved. to be precise: sounddevice -> PyAudio -> PortAudio There is an...

if ($model->loadAll(Yii::$app->request->post())) { // do some stuff with the model $model->saveAll(['taskEvents']); }

With loadAll() you already loaded them from POST. But I am afraid you have to iterate the rel. entity manually : ``` if ($model->loadAll(Yii::$app->request->post())) { foreach ($model->getRelatedRecords() as $relEntity) {...

OK, sorry about that. Found the issue on their repo: [https://github.com/pymodbus-dev/pymodbus/issues/1331](https://github.com/pymodbus-dev/pymodbus/issues/1331) Oh, you are there, too. Did not see that one coming 😁

I have a Sony (Google) TV and am also trying to solve "AAC Plays as Stereo" https://github.com/jellyfin/jellyfin-androidtv/issues/2602 I have built https://github.com/t0mas/jellyfin-androidtv/tree/transcode-preferences and it does not work despite trying different configurations:...

> You're comparing a pull request that is almost 300 commits behind with a fork that is only 11 behind. Not sure what you're getting at. So the code that...

> So what are we waiting on here? For nielsvanvelzen comments to be incorporated in? Can i do this directly or do I have to make a fork of this...

Home Assistant 2023.4.0 and now 2023.4.1