Jean-Luc Barrière

Results 409 comments of Jean-Luc Barrière

SONOS is a home device, and it uses SSDP to allow auto discovery. So there is no good way, and in my opinion no good reason to enable any firewall...

Please retry with the latest master.

You can add an other location in the settings screen. Else the following line of code set the default path provided by your system: https://github.com/janbar/noson-app/blob/9bcfac1e3b017a0edbfe7b18009434a2de27f64a/backend/NosonMediaScanner/mediascannerengine.cpp#L57

The app uses the Qt framework and its positioning and sensor modules. Therefore it should work if you have installed the requirements it needs. The app gathers magnetic and accel...

This menu exists. Go to Recordings, then "click right" the recording to show the context menu. ![Image](https://github.com/user-attachments/assets/ad68b497-9b4f-4ba9-8663-9310d89e87a4)

"click right" = click the right button of the mouse to show the context menu

It could be possible, but currently not implemented.

I cannot reproduce the issue. But regarding your screenshots, it is a bug/corruption in the Vulkan backend. What is the version of Android you use ?

The required version of the GPX file should 1.1 with namespace "http://www.topografix.com/GPX/1/1". The required version for Garmin extension is v3, with namespace "http://www.garmin.com/xmlschemas/GpxExtensions/v3". Those requirements are validated at https://github.com/Framstag/libosmscout/blob/e6585b8fc0e817cb375edc96d1f46519b63366e2/libosmscout-gpx/src/osmscoutgpx/Import.cpp#L282 ....

I created a PR to allow importing v1.0. See https://github.com/Framstag/libosmscout/pull/1587 .