INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: Any way to do this?  (Read 1440 times)

nila

  • Guest
Any way to do this?
« 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.
Logged

RhinoBanga

  • Citizen of the Universe
  • *****
  • Posts: 1703
  • Developer
Re:Any way to do this?
« Reply #1 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.
Logged

nila

  • Guest
Re:Any way to do this?
« Reply #2 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.
Logged
Pages: [1]   Go Up