I have created a YouTube player with the YouTube Javascript API that loads up a playlist I have created.
Because the video is chromeless, it does not display controls or video info. I was hoping to pull the title of the currently playing video and display it underneath. I can pull information such as current time position, and current video duration with things like ytplayer.getDuration() and ytplayer.getCurrentTime().
Wondering if something like "ytplayer.getTitle()" might exist but be undocumented?