Hello, with the flashplayer playlist, the title () shows up as the .flv's title. I would like it to show the node's title in its place. Is there a simple fix for this? Looking at the code I find this around line 494:

$item['title'] = array(
'name' => 'title',
'value' => $node->title,
);

Is this where I would make the change? Also, the variable already seems to be pointing to the node's title here. I'm not a programmer, but do have some PHP skills and have some familiarity with drupal. If anyone could point me in the right direction, it would be greatly appreciated.

Thanks in advance.