Alexander Hofbauer

Results 84 comments of Alexander Hofbauer

Compile Info ``` Gerbera UPnP Server v1.11.0-51-gc4c4e66e Copyright 2016-2022 Gerbera Contributors. Licence GPLv2: GNU GPL version 2. This is free software: you are free to change and redistribute it. Compile...

No, the tests don't fail. I tried changing the XML to something invalid on purpose but the tests still didn't fail (the test was run though).

Still crashes in the XML lib. Tests complete as well.

According to the wire dump the complete XML, before it has been processed by the receiving layer, looks like this: ```xml 7400 ``` I could provide you with the capture...

I don't want to nag you, but did you receive my email? Just to make sure it wasn't flagged as spam accidentally.

Oh my! I'm sorry! Please, just let me know if there's anything I can do to help.

No luck here. XML parsing still crashes. The `Dockerfile.debug` doesn't build here, the install-googletests script fails.

Is there an actual way of removing the `content` directory and putting everything into the first item in the chain? I've gotten as far as this script, but it actually...

Thanks, that worked for me! ```XML /usr/local/share/gerbera/js/common.js /var/run/gerbera/custom.js /usr/local/share/gerbera/js/playlists.js /usr/local/share/gerbera/js/import.js ``` ```JS function addVideo(obj) { const dir = getRootPath(object_script_path, obj.location); const chain = { video: { title: 'Video', objectType: OBJECT_TYPE_CONTAINER,...

So, now that 2.0 has been released, would you consider replacing the `PropertyMappingFactory` with an interface so it can be decorated?