INTERACT FORUM
Windows => Plug-in Development => Topic started by: nila on October 24, 2003, 08:46:10 am
-
- Create New Fields
- Get a list of all Fields in the MC Database
- Get a list of all values for a field (list the properties drop down list has
- Get a selection of files that match a given search criteria
- Reference and get a specific file in a library (ie do all files have a fixed ID or way of referencing them specifically?)
Is it possible to do any of those things?? Because they're all pretty important to plugin development - as least for the ideas I'm thinking of they are.
-
Get a list of all Fields in the MC Database
Already asked for that.
Get a selection of files that match a given search criteria
MJAutomation.Search
Reference and get a specific file in a library (ie do all files have a fixed ID or way of referencing them specifically?)
A track is keyed by it's filename. Use MJAutomation.GetFile to lookup one.
-
hmm, we need the rest if we're going to get true power!
Especially 'create new fields' otherwise we are going to have to send the users to create the fields manually which is just a pain.