jrYouTube and Video Charts on ProJam skin
Using Jamroom
In video_charts.tpl change
{jrCore_list module="jrVideo" chart_field="video_file_stream_count" chart_days="7" search="video_category like `$_post.search_string`" template="video_chart_row.tpl" require_image="video_image" pagebreak=$_conf.jrMediaProLight_default_pagebreak page=$_post.p}
to
{jrCore_list module="jrYouTube" chart_field="youtube_file_stream_count" chart_days="7" search="youtube_category like `$_post.search_string`" template="youtube_chart_row.tpl" pagebreak=$_conf.jrMediaProLight_default_pagebreak page=$_post.p}
then copy video_chart_row.tpl to youtube_chart_row.tpl, edit it changing parameters video_* to youtube_*
There may be other things that need changing that are pertinent to the youtube datastore, but this is a starting point.
hth
Pa