Page 1 of 1

bet 2.5.5 new keywords.

Posted: Wed Jan 23, 2008 12:32 am
by sigmasix
Hi, does anybody used the new keywords coming with the 2.5.5 beta? I couldn't manage to get the path of a media.
In the end I want to be able to reload some clips every X seconds but with the actual keywords (thanks to the new ones by the way) I need to get the clips path and replace the clip by itself. I cannot get the first information so I'm stuck on the first step :x

thanks

Posted: Wed Jan 23, 2008 4:36 pm
by sigmasix
Ok, thanks to LUPIN for some explanation. There's an error in the keyword browser and the keyword is not 'info_media_pathsAndNames' but 'media_pathsAndNames'.

Now with 'direct_media_change' it's possible to reload a media with his own adress like this

Code: Select all

list = modul8.getValue('media_pathsAndNames',0)

modul8.setValue('direct_media_change',[3, list[3][0]],0)


as written in the keyword browser, you need to use a list in the attribute of direct_media_change to specify the id and the path of the media.