[vlc-devel] [PATCH] GSoC: lua services discovery, final?

Fabio Ritrovato exsephiroth87 at gmail.com
Thu Jan 21 20:42:51 CET 2010


2010/1/21 Rémi Denis-Courmont <remi at remlab.net>:
> Currently, "services-discovery" (S) is a categorized modules list
> (add_module_list_cat), which means the preference dialog will provide a list
> of known modules. There are three places where you can fix it:
>
> # Turn the option into a plain dumb string and add SD-specific logic to each
> UI plugin, using SD probe. This is totally ugly, but relatively easy.
>
> # Extend the modules bank and the plugins cache to support dynamic plugin
> description. This is very difficult and complicated to get right.
>
> # Add a new string configuration item sub-type that hooks into the new probe
> subsystem instead of the modules bank.

I'm probably just too stupid, but I don't see the point of those, or
what would change, as the problem is that
playlist_ServicesDiscoveryAdd() will be called with 2 different
strings anyway, since the interface will use the formatted one we
already discussed, and the cmd-line will set the configuration on it's
own and passing just the module name...



More information about the vlc-devel mailing list