I have just set up an account and wanted to know how I can use the API to get the names/metadata of the 'current' video that is playing in a playlist.
Also is it possible to schedule what time a particular video or playlist is played using javascript.
Thanks
It is possible to get currently playing video out of the API using the getMeta JavaScript API call.
Scheduling a video is not part of the player itself. It might be possible to write some sort of scheduler app in JavaScript that would send a loadVideo call to the player at certain times and also makes sure videos get seeked to the right timestamp etc. etc.
As a matter of fact we're going to put live a tutorial later today that will explain a lot of the basics about how to access the JavaScript API of the player and it will also include more information about how dynamically loading of videos into a player works in Bits on the Run. I will link to that once that is live.