INTERACT FORUM

Windows => Plug-in Development => Topic started by: nila on October 24, 2003, 08:46:10 am

Title: Any way to do this?
Post by: nila on October 24, 2003, 08:46:10 am


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.
Title: Re:Any way to do this?
Post by: RhinoBanga on October 24, 2003, 10:07:05 am
Quote
Get a list of all Fields in the MC Database

Already asked for that.

Quote
Get a selection of files that match a given search criteria

MJAutomation.Search


Quote
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.
Title: Re:Any way to do this?
Post by: nila on October 29, 2003, 09:13:18 am
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.