Karlchen

Results 223 comments of Karlchen

If you want to have that logic you need to switch to js layout which does all the checks. Builtin layout just copies metadata available https://github.com/gerbera/gerbera/blob/1b6ffa66367d49677074899fe3de383d5ba03813/src/content/layout/builtin_layout.cc#L256-L413 Feel free to copy...

We can keep it with it's reduced features but no effort to make it work like the js-layout: It works well if all data is as expected and it works...

This is the idea of individual virtual layouts (https://docs.gerbera.io/en/stable/config-import.html#scripting). So you'd better hide PC Directory (https://docs.gerbera.io/en/stable/config-server.html#pc-directory) and play around with the import script.

The path is relative to the autoscan dir. You may just overwrite `getRootPath` in a custom js file or play around with settings described in https://docs.gerbera.io/en/stable/config-import.html#layout

Your Radio runs a search which also returns containers (ObjectType 1). The current implementation raises an exception and aborts the search. @whyman What about skipping these items and returning the...

Search was reworked so the issue should be resolved

The dependency to upnp cannot be discussed because it carries features and security. Most distros just don't care about it and ship stuff like 1.6! spdlog and fmt are compile...

As in most parts it's the topic of testing. After starting to use `fmt::join` compilation was broken and the fastest way is to go for stuff that's already running and...

@neheb This is more likely to be a ebml issue. Can you try patching your libebml with ``` EbmlElement * EbmlElement::SkipData(EbmlStream & DataStream, const EbmlSemanticContext & Context, EbmlElement * TestReadElt,...

The patch does not address the issue, it fixes its symptoms.