FIIIIIX shuffle

This commit is contained in:
Nixo
2014-11-04 23:23:23 +01:00
parent 7e0f377355
commit 8fb218e06b

View File

@@ -21,7 +21,7 @@ $firstSong = array_values($songs);
$save = false; //declares the save variable, see further down for why $save = false; //declares the save variable, see further down for why
/*if(isset($_REQUEST['shuffle'])){ //shuffle songs in list if(isset($_REQUEST['shuffle'])){ //shuffle songs in list
$q = $data["conf"]; $q = $data["conf"];
$q = array_key_exists("addsongs", $q); $q = array_key_exists("addsongs", $q);
@@ -32,7 +32,7 @@ $save = false; //declares t
//shuffle($data["songs"]); //shuffle($data["songs"]);
foreach($data["songs"] as $k=>$v) { foreach($data["songs"] as $k=>$v) {
$data["songs"][$k]["added"]=rand(0,time());; $data["songs"][$v["id"]]["added"]=rand(0,time());
$sort['votes'][$k] = $v['votes']; $sort['votes'][$k] = $v['votes'];
$sort['added'][$k] = $data["songs"][$k]["added"]; $sort['added'][$k] = $data["songs"][$k]["added"];
} }
@@ -43,7 +43,7 @@ $save = false; //declares t
}else{ }else{
die("wrong!"); die("wrong!");
} }
}*/ }
if(is_array($data["conf"]["views"])){ if(is_array($data["conf"]["views"])){
if(!in_array($guid, $data["conf"]["views"])){ //add viewer in viewers if not already in there if(!in_array($guid, $data["conf"]["views"])){ //add viewer in viewers if not already in there