Go Back   Cockos Incorporated Forums > REAPER Forums > REAPER Feature Requests

Reply
 
Thread Tools Display Modes
Old 06-07-2021, 10:19 AM   #1
Meo-Ada Mespotine
Human being with feelings
 
Meo-Ada Mespotine's Avatar
 
Join Date: May 2017
Location: Leipzig
Posts: 6,304
Default Done:Api: GetSetProjectInfo_String-Metadata: allow enumerating user-defined key-names

We can store user-defined values in metadata, but getting it is quite difficult.
For instance, I'm working right now on a function, that gets all metadata of the current project.
This is easy to with most of the tags but not with user-defined ones, unless you know their names.

For instance, this works fine, as it's not user-defined metadata:

Code:
A,B=reaper.GetSetProjectInfo_String(0, "RENDER_METADATA", "VORBIS:REAPER", false)
However, this one only works, if you know, that there's user-defined-metadata with the keyname of "Vorbis User Defined1":

Code:
A,B=reaper.GetSetProjectInfo_String(0, "RENDER_METADATA", "VORBIS:USER:Vorbis User Defined1", false)
If you don't know the keynames of the individual user-defined metadata, you can not get all of them.

So, I think, we need a way to enumerate them somehow. Maybe this way:

Code:
A,B=reaper.GetSetProjectInfo_String(0, "RENDER_METADATA", "VORBIS:USER_ENUM:$id", false)
where VORBIS:USER_ENUM signals that I want to enumerate the keynames and $id the number of it.

This goes basically for all metadata-elements that allow user-defined ones, like APE, ID3, IXML, VORBIS.

That way, we don't need to ask the user to submit the keynames to user-defined metadata-values.
__________________
Use you/she/her.Ultraschall-Api Lua Api4Reaper
Bugreports&Docs notes please do here:https://github.com/Ultraschall/ultra...-reaper/issues - Donate, if you wish

Last edited by Meo-Ada Mespotine; 06-11-2021 at 09:03 AM.
Meo-Ada Mespotine is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 12:46 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, vBulletin Solutions Inc.