New script idea

Nat wrote on 4/17/2005, 10:05 AM
Hello all,

I have a new script idea and after consulting the scripting API I think all is possible, but I have one question left :

Is there a way to enumerate the markers and regions contained in a media file ? (instead of on the timeline)

Also, to acess media pool information from a project, do I need the project to be open or can I simply call it from within an external script ?

Thanks,

Nat

Comments

JohnnyRoy wrote on 4/17/2005, 9:15 PM
> Is there a way to enumerate the markers and regions contained in a media file ? (instead of on the timeline)

No, unfortunately there is no way to get at any data that is within the media files.

> Also, to acess media pool information from a project, do I need the project to be open or can I simply call it from within an external script ?

The project must be opened. You can only access the Media Pool with the current (actively open) project.

~jr