If you already have this plugin purchased, thank you for your support! 
As you know DnP Instant! Musicbox has a complex core system that there is never enough configuration to change every single bit of its features, components or ability. And so does your Instant! Box and Playlist on Forum Home index plugin. This is not a guide, it is a quick reference for you to make a better, more unique possibilities out of this plugin.
It does not require advanced skill level, all you need is notepad to modify
dnp_instant_box_for_forum.php and then reupload it to the server. Just a typical way of editing a template or the likes.
Default line : (this line is the base for all the modification below) $list_for_no_js = make_song_list("2","1");
Search for
make_song_list if you cannot see it. It should be on line 21.
1 - By default, it always pulls the newest media to display, you can change the setting via this line : Change the
2 into any of these following values that you prefer:
1 - Random list
2 - Newest media
3 - Most viewed
4 - Highest rate
2 - Include the Quick List too ! Add after the base line this code :
3 - Include the random singer list too ! Add after the base line this code :