On Sun, 25 May 2003, Steve Harris wrote:
On Sun, May 25, 2003 at 02:54:15 +0200, Richard
Guenther wrote:
Hi Steve, hi others!
I'm just adding lrdf support to glame but apart from default values I dont
see more information than in the ladspa descriptor. Can we agree on some
more metatags? I'd like to have
- a Category (or multiple ones?)
Category is allready in there. Its rdf:type, there is some example code to
read it (lrf_show_axonomy or something similar).
Hmm. I see. How can I query the "path" to a particular plugin? I.e. f.i.
the
/Amplitude/Distortions/[1414]
information?
I think I dont want to traverse the whole hierarchy for each plugin, no?
- short description of ports and the plugin
itself
- URI to the documentation of the plugin
Good idea.
am I right getting such information would be done
via the lrdf call
lrdf_get_setting_metadata? So we need to define element labels for the
above. I'd suggest
Yes, its designed to use the Dublin Core metadata elements, but we can ad
whatever is needed, the problem is creating the data ofcourse.
Of course.
Richard.