For Material 2.4.2 I'm using a track's URL to map to its source. e.g. URL starting with "youtube:" maps to "YouTube". Currently I have a JSON file that maps these prefixes (URL schemes) to a displayable name. Is there a way for material to determine the URL prefixes used for all installed plugins? This way I can remove the JSON file and provide this mapping for a JSONRPC call - and when new plugins are created I don't have to manually update this mapping.
e.g. I'd like Material's Perl plugin code to be able to query for all active prefixes/schemes and create a mapping from these to the plugin name.
e.g. I'd like Material's Perl plugin code to be able to query for all active prefixes/schemes and create a mapping from these to the plugin name.