Skip to content

registry: Glob pattern matching for plugin ranks

Marinus Schraal requested to merge wip/mschraal/plugin-ranks-glob into master

Source names can be constructed partially with unique identifiers, making it difficult to match directly to the static identifiers in GRL_PLUGIN_RANKS.

Introduce glob pattern matching for GRL_PLUGIN_RANKS, which allows for example GRL_PLUGIN_RANKS="grl-lastfm-cover*:3".

https://bugzilla.gnome.org/show_bug.cgi?id=761695

Merge request reports