Plugin use approved and video filter only, see this query (for random selection) from codebase.php:
[code]$photocols_query = "SELECT * FROM {$CONFIG['TABLE_PICTURES']} AS p LEFT JOIN {$CONFIG['TABLE_ALBUMS']} as a ON a.aid = p.aid WHERE filename like ...
[code]$photocols_query = "SELECT * FROM {$CONFIG['TABLE_PICTURES']} AS p LEFT JOIN {$CONFIG['TABLE_ALBUMS']} as a ON a.aid = p.aid WHERE filename like ...