By : Fritz321 Published On Thursday, February 12, 2015, 03:25 In PHP Scripts

YouTube Artist Player is aan online youtube player that makes it possible add an player to your website based on a last fm artist. It’s searches youtube for the video’s.
The class has the following functions:

Easy install
include_once('ytlastfmplayer/libs/classconfig.php');
$player = new YT_Artist_Player();
$player->show('Eminem', 10, 2, 300, 550) // Artistname, Number of tracks, Skin, Width, Height;
Class functions:
$player->show('Eminem', 15); // Basic initialization
$player->show('Red Hot Chili Peppers', 10, 2); // Show the player with a different skin (0 to 13)
$player->show('Labrinth', 10, 3, 500, 500); // adjust width & height
$obj->resetTable('database','table') // wipes the table & reset the auto increment.
Update 19-01-2015
Update Bugfixing: - YouTube API error on Firefox, Safari & IE (fixed) - LESS compiler causes error on FF & Internet explorer (fixed)