3v4l.org

run code in 300+ PHP versions simultaneously
<?php /** * Created by PhpStorm. * User: efik * Date: 21.09.15 * Time: 13:28 */ $podcasts = []; foreach (range(1, 150) as $index) { $podcasts[] = [ "id" => $index * mt_rand(1, 4), "title" => "Song - " . $index, "time" => $index, "License" => "MIT", ]; } arsort($podcasts); print_r( $podcasts);
Output for 7.4.0
Array ( [147] => Array ( [id] => 592 [title] => Song - 148 [time] => 148 [License] => MIT ) [145] => Array ( [id] => 584 [title] => Song - 146 [time] => 146 [License] => MIT ) [144] => Array ( [id] => 580 [title] => Song - 145 [time] => 145 [License] => MIT ) [135] => Array ( [id] => 544 [title] => Song - 136 [time] => 136 [License] => MIT ) [122] => Array ( [id] => 492 [title] => Song - 123 [time] => 123 [License] => MIT ) [116] => Array ( [id] => 468 [title] => Song - 117 [time] => 117 [License] => MIT ) [114] => Array ( [id] => 460 [title] => Song - 115 [time] => 115 [License] => MIT ) [112] => Array ( [id] => 452 [title] => Song - 113 [time] => 113 [License] => MIT ) [149] => Array ( [id] => 450 [title] => Song - 150 [time] => 150 [License] => MIT ) [108] => Array ( [id] => 436 [title] => Song - 109 [time] => 109 [License] => MIT ) [143] => Array ( [id] => 432 [title] => Song - 144 [time] => 144 [License] => MIT ) [141] => Array ( [id] => 426 [title] => Song - 142 [time] => 142 [License] => MIT ) [140] => Array ( [id] => 423 [title] => Song - 141 [time] => 141 [License] => MIT ) [104] => Array ( [id] => 420 [title] => Song - 105 [time] => 105 [License] => MIT ) [138] => Array ( [id] => 417 [title] => Song - 139 [time] => 139 [License] => MIT ) [137] => Array ( [id] => 414 [title] => Song - 138 [time] => 138 [License] => MIT ) [136] => Array ( [id] => 411 [title] => Song - 137 [time] => 137 [License] => MIT ) [101] => Array ( [id] => 408 [title] => Song - 102 [time] => 102 [License] => MIT ) [131] => Array ( [id] => 396 [title] => Song - 132 [time] => 132 [License] => MIT ) [128] => Array ( [id] => 387 [title] => Song - 129 [time] => 129 [License] => MIT ) [94] => Array ( [id] => 380 [title] => Song - 95 [time] => 95 [License] => MIT ) [123] => Array ( [id] => 372 [title] => Song - 124 [time] => 124 [License] => MIT ) [121] => Array ( [id] => 366 [title] => Song - 122 [time] => 122 [License] => MIT ) [120] => Array ( [id] => 363 [title] => Song - 121 [time] => 121 [License] => MIT ) [88] => Array ( [id] => 356 [title] => Song - 89 [time] => 89 [License] => MIT ) [117] => Array ( [id] => 354 [title] => Song - 118 [time] => 118 [License] => MIT ) [87] => Array ( [id] => 352 [title] => Song - 88 [time] => 88 [License] => MIT ) [115] => Array ( [id] => 348 [title] => Song - 116 [time] => 116 [License] => MIT ) [113] => Array ( [id] => 342 [title] => Song - 114 [time] => 114 [License] => MIT ) [83] => Array ( [id] => 336 [title] => Song - 84 [time] => 84 [License] => MIT ) [99] => Array ( [id] => 300 [title] => Song - 100 [time] => 100 [License] => MIT ) [98] => Array ( [id] => 297 [title] => Song - 99 [time] => 99 [License] => MIT ) [146] => Array ( [id] => 294 [title] => Song - 147 [time] => 147 [License] => MIT ) [96] => Array ( [id] => 291 [title] => Song - 97 [time] => 97 [License] => MIT ) [139] => Array ( [id] => 280 [title] => Song - 140 [time] => 140 [License] => MIT ) [89] => Array ( [id] => 270 [title] => Song - 90 [time] => 90 [License] => MIT ) [66] => Array ( [id] => 268 [title] => Song - 67 [time] => 67 [License] => MIT ) [133] => Array ( [id] => 268 [title] => Song - 134 [time] => 134 [License] => MIT ) [132] => Array ( [id] => 266 [title] => Song - 133 [time] => 133 [License] => MIT ) [65] => Array ( [id] => 264 [title] => Song - 66 [time] => 66 [License] => MIT ) [130] => Array ( [id] => 262 [title] => Song - 131 [time] => 131 [License] => MIT ) [86] => Array ( [id] => 261 [title] => Song - 87 [time] => 87 [License] => MIT ) [64] => Array ( [id] => 260 [title] => Song - 65 [time] => 65 [License] => MIT ) [129] => Array ( [id] => 260 [title] => Song - 130 [time] => 130 [License] => MIT ) [85] => Array ( [id] => 258 [title] => Song - 86 [time] => 86 [License] => MIT ) [127] => Array ( [id] => 256 [title] => Song - 128 [time] => 128 [License] => MIT ) [62] => Array ( [id] => 252 [title] => Song - 63 [time] => 63 [License] => MIT ) [60] => Array ( [id] => 244 [title] => Song - 61 [time] => 61 [License] => MIT ) [76] => Array ( [id] => 231 [title] => Song - 77 [time] => 77 [License] => MIT ) [56] => Array ( [id] => 228 [title] => Song - 57 [time] => 57 [License] => MIT ) [55] => Array ( [id] => 224 [title] => Song - 56 [time] => 56 [License] => MIT ) [111] => Array ( [id] => 224 [title] => Song - 112 [time] => 112 [License] => MIT ) [109] => Array ( [id] => 220 [title] => Song - 110 [time] => 110 [License] => MIT ) [71] => Array ( [id] => 216 [title] => Song - 72 [time] => 72 [License] => MIT ) [70] => Array ( [id] => 213 [title] => Song - 71 [time] => 71 [License] => MIT ) [105] => Array ( [id] => 212 [title] => Song - 106 [time] => 106 [License] => MIT ) [103] => Array ( [id] => 208 [title] => Song - 104 [time] => 104 [License] => MIT ) [50] => Array ( [id] => 204 [title] => Song - 51 [time] => 51 [License] => MIT ) [100] => Array ( [id] => 202 [title] => Song - 101 [time] => 101 [License] => MIT ) [95] => Array ( [id] => 192 [title] => Song - 96 [time] => 96 [License] => MIT ) [63] => Array ( [id] => 192 [title] => Song - 64 [time] => 64 [License] => MIT ) [92] => Array ( [id] => 186 [title] => Song - 93 [time] => 93 [License] => MIT ) [91] => Array ( [id] => 184 [title] => Song - 92 [time] => 92 [License] => MIT ) [58] => Array ( [id] => 177 [title] => Song - 59 [time] => 59 [License] => MIT ) [84] => Array ( [id] => 170 [title] => Song - 85 [time] => 85 [License] => MIT ) [81] => Array ( [id] => 164 [title] => Song - 82 [time] => 82 [License] => MIT ) [40] => Array ( [id] => 164 [title] => Song - 41 [time] => 41 [License] => MIT ) [77] => Array ( [id] => 156 [title] => Song - 78 [time] => 78 [License] => MIT ) [38] => Array ( [id] => 156 [title] => Song - 39 [time] => 39 [License] => MIT ) [75] => Array ( [id] => 152 [title] => Song - 76 [time] => 76 [License] => MIT ) [37] => Array ( [id] => 152 [title] => Song - 38 [time] => 38 [License] => MIT ) [148] => Array ( [id] => 149 [title] => Song - 149 [time] => 149 [License] => MIT ) [36] => Array ( [id] => 148 [title] => Song - 37 [time] => 37 [License] => MIT ) [48] => Array ( [id] => 147 [title] => Song - 49 [time] => 49 [License] => MIT ) [35] => Array ( [id] => 144 [title] => Song - 36 [time] => 36 [License] => MIT ) [142] => Array ( [id] => 143 [title] => Song - 143 [time] => 143 [License] => MIT ) [67] => Array ( [id] => 136 [title] => Song - 68 [time] => 68 [License] => MIT ) [33] => Array ( [id] => 136 [title] => Song - 34 [time] => 34 [License] => MIT ) [134] => Array ( [id] => 135 [title] => Song - 135 [time] => 135 [License] => MIT ) [42] => Array ( [id] => 129 [title] => Song - 43 [time] => 43 [License] => MIT ) [126] => Array ( [id] => 127 [title] => Song - 127 [time] => 127 [License] => MIT ) [41] => Array ( [id] => 126 [title] => Song - 42 [time] => 42 [License] => MIT ) [125] => Array ( [id] => 126 [title] => Song - 126 [time] => 126 [License] => MIT ) [124] => Array ( [id] => 125 [title] => Song - 125 [time] => 125 [License] => MIT ) [29] => Array ( [id] => 120 [title] => Song - 30 [time] => 30 [License] => MIT ) [119] => Array ( [id] => 120 [title] => Song - 120 [time] => 120 [License] => MIT ) [118] => Array ( [id] => 119 [title] => Song - 119 [time] => 119 [License] => MIT ) [28] => Array ( [id] => 116 [title] => Song - 29 [time] => 29 [License] => MIT ) [110] => Array ( [id] => 111 [title] => Song - 111 [time] => 111 [License] => MIT ) [54] => Array ( [id] => 110 [title] => Song - 55 [time] => 55 [License] => MIT ) [53] => Array ( [id] => 108 [title] => Song - 54 [time] => 54 [License] => MIT ) [107] => Array ( [id] => 108 [title] => Song - 108 [time] => 108 [License] => MIT ) [106] => Array ( [id] => 107 [title] => Song - 107 [time] => 107 [License] => MIT ) [25] => Array ( [id] => 104 [title] => Song - 26 [time] => 26 [License] => MIT ) [102] => Array ( [id] => 103 [title] => Song - 103 [time] => 103 [License] => MIT ) [97] => Array ( [id] => 98 [title] => Song - 98 [time] => 98 [License] => MIT ) [23] => Array ( [id] => 96 [title] => Song - 24 [time] => 24 [License] => MIT ) [93] => Array ( [id] => 94 [title] => Song - 94 [time] => 94 [License] => MIT ) [30] => Array ( [id] => 93 [title] => Song - 31 [time] => 31 [License] => MIT ) [45] => Array ( [id] => 92 [title] => Song - 46 [time] => 46 [License] => MIT ) [90] => Array ( [id] => 91 [title] => Song - 91 [time] => 91 [License] => MIT ) [44] => Array ( [id] => 90 [title] => Song - 45 [time] => 45 [License] => MIT ) [43] => Array ( [id] => 88 [title] => Song - 44 [time] => 44 [License] => MIT ) [20] => Array ( [id] => 84 [title] => Song - 21 [time] => 21 [License] => MIT ) [82] => Array ( [id] => 83 [title] => Song - 83 [time] => 83 [License] => MIT ) [80] => Array ( [id] => 81 [title] => Song - 81 [time] => 81 [License] => MIT ) [79] => Array ( [id] => 80 [title] => Song - 80 [time] => 80 [License] => MIT ) [39] => Array ( [id] => 80 [title] => Song - 40 [time] => 40 [License] => MIT ) [78] => Array ( [id] => 79 [title] => Song - 79 [time] => 79 [License] => MIT ) [18] => Array ( [id] => 76 [title] => Song - 19 [time] => 19 [License] => MIT ) [74] => Array ( [id] => 75 [title] => Song - 75 [time] => 75 [License] => MIT ) [24] => Array ( [id] => 75 [title] => Song - 25 [time] => 25 [License] => MIT ) [73] => Array ( [id] => 74 [title] => Song - 74 [time] => 74 [License] => MIT ) [72] => Array ( [id] => 73 [title] => Song - 73 [time] => 73 [License] => MIT ) [69] => Array ( [id] => 70 [title] => Song - 70 [time] => 70 [License] => MIT ) [34] => Array ( [id] => 70 [title] => Song - 35 [time] => 35 [License] => MIT ) [68] => Array ( [id] => 69 [title] => Song - 69 [time] => 69 [License] => MIT ) [22] => Array ( [id] => 69 [title] => Song - 23 [time] => 23 [License] => MIT ) [16] => Array ( [id] => 68 [title] => Song - 17 [time] => 17 [License] => MIT ) [32] => Array ( [id] => 66 [title] => Song - 33 [time] => 33 [License] => MIT ) [61] => Array ( [id] => 62 [title] => Song - 62 [time] => 62 [License] => MIT ) [59] => Array ( [id] => 60 [title] => Song - 60 [time] => 60 [License] => MIT ) [57] => Array ( [id] => 58 [title] => Song - 58 [time] => 58 [License] => MIT ) [26] => Array ( [id] => 54 [title] => Song - 27 [time] => 27 [License] => MIT ) [52] => Array ( [id] => 53 [title] => Song - 53 [time] => 53 [License] => MIT ) [51] => Array ( [id] => 52 [title] => Song - 52 [time] => 52 [License] => MIT ) [49] => Array ( [id] => 50 [title] => Song - 50 [time] => 50 [License] => MIT ) [47] => Array ( [id] => 48 [title] => Song - 48 [time] => 48 [License] => MIT ) [46] => Array ( [id] => 47 [title] => Song - 47 [time] => 47 [License] => MIT ) [13] => Array ( [id] => 42 [title] => Song - 14 [time] => 14 [License] => MIT ) [19] => Array ( [id] => 40 [title] => Song - 20 [time] => 20 [License] => MIT ) [12] => Array ( [id] => 39 [title] => Song - 13 [time] => 13 [License] => MIT ) [11] => Array ( [id] => 36 [title] => Song - 12 [time] => 12 [License] => MIT ) [31] => Array ( [id] => 32 [title] => Song - 32 [time] => 32 [License] => MIT ) [14] => Array ( [id] => 30 [title] => Song - 15 [time] => 15 [License] => MIT ) [27] => Array ( [id] => 28 [title] => Song - 28 [time] => 28 [License] => MIT ) [21] => Array ( [id] => 22 [title] => Song - 22 [time] => 22 [License] => MIT ) [10] => Array ( [id] => 22 [title] => Song - 11 [time] => 11 [License] => MIT ) [6] => Array ( [id] => 21 [title] => Song - 7 [time] => 7 [License] => MIT ) [8] => Array ( [id] => 18 [title] => Song - 9 [time] => 9 [License] => MIT ) [17] => Array ( [id] => 18 [title] => Song - 18 [time] => 18 [License] => MIT ) [7] => Array ( [id] => 16 [title] => Song - 8 [time] => 8 [License] => MIT ) [15] => Array ( [id] => 16 [title] => Song - 16 [time] => 16 [License] => MIT ) [4] => Array ( [id] => 15 [title] => Song - 5 [time] => 5 [License] => MIT ) [5] => Array ( [id] => 12 [title] => Song - 6 [time] => 6 [License] => MIT ) [9] => Array ( [id] => 10 [title] => Song - 10 [time] => 10 [License] => MIT ) [2] => Array ( [id] => 9 [title] => Song - 3 [time] => 3 [License] => MIT ) [3] => Array ( [id] => 4 [title] => Song - 4 [time] => 4 [License] => MIT ) [1] => Array ( [id] => 4 [title] => Song - 2 [time] => 2 [License] => MIT ) [0] => Array ( [id] => 3 [title] => Song - 1 [time] => 1 [License] => MIT ) )
Output for 7.3.12
Array ( [148] => Array ( [id] => 596 [title] => Song - 149 [time] => 149 [License] => MIT ) [137] => Array ( [id] => 552 [title] => Song - 138 [time] => 138 [License] => MIT ) [136] => Array ( [id] => 548 [title] => Song - 137 [time] => 137 [License] => MIT ) [134] => Array ( [id] => 540 [title] => Song - 135 [time] => 135 [License] => MIT ) [132] => Array ( [id] => 532 [title] => Song - 133 [time] => 133 [License] => MIT ) [131] => Array ( [id] => 528 [title] => Song - 132 [time] => 132 [License] => MIT ) [129] => Array ( [id] => 520 [title] => Song - 130 [time] => 130 [License] => MIT ) [124] => Array ( [id] => 500 [title] => Song - 125 [time] => 125 [License] => MIT ) [116] => Array ( [id] => 468 [title] => Song - 117 [time] => 117 [License] => MIT ) [114] => Array ( [id] => 460 [title] => Song - 115 [time] => 115 [License] => MIT ) [149] => Array ( [id] => 450 [title] => Song - 150 [time] => 150 [License] => MIT ) [145] => Array ( [id] => 438 [title] => Song - 146 [time] => 146 [License] => MIT ) [107] => Array ( [id] => 432 [title] => Song - 108 [time] => 108 [License] => MIT ) [140] => Array ( [id] => 423 [title] => Song - 141 [time] => 141 [License] => MIT ) [138] => Array ( [id] => 417 [title] => Song - 139 [time] => 139 [License] => MIT ) [103] => Array ( [id] => 416 [title] => Song - 104 [time] => 104 [License] => MIT ) [100] => Array ( [id] => 404 [title] => Song - 101 [time] => 101 [License] => MIT ) [130] => Array ( [id] => 393 [title] => Song - 131 [time] => 131 [License] => MIT ) [128] => Array ( [id] => 387 [title] => Song - 129 [time] => 129 [License] => MIT ) [127] => Array ( [id] => 384 [title] => Song - 128 [time] => 128 [License] => MIT ) [93] => Array ( [id] => 376 [title] => Song - 94 [time] => 94 [License] => MIT ) [123] => Array ( [id] => 372 [title] => Song - 124 [time] => 124 [License] => MIT ) [122] => Array ( [id] => 369 [title] => Song - 123 [time] => 123 [License] => MIT ) [91] => Array ( [id] => 368 [title] => Song - 92 [time] => 92 [License] => MIT ) [119] => Array ( [id] => 360 [title] => Song - 120 [time] => 120 [License] => MIT ) [87] => Array ( [id] => 352 [title] => Song - 88 [time] => 88 [License] => MIT ) [115] => Array ( [id] => 348 [title] => Song - 116 [time] => 116 [License] => MIT ) [85] => Array ( [id] => 344 [title] => Song - 86 [time] => 86 [License] => MIT ) [113] => Array ( [id] => 342 [title] => Song - 114 [time] => 114 [License] => MIT ) [83] => Array ( [id] => 336 [title] => Song - 84 [time] => 84 [License] => MIT ) [109] => Array ( [id] => 330 [title] => Song - 110 [time] => 110 [License] => MIT ) [80] => Array ( [id] => 324 [title] => Song - 81 [time] => 81 [License] => MIT ) [104] => Array ( [id] => 315 [title] => Song - 105 [time] => 105 [License] => MIT ) [99] => Array ( [id] => 300 [title] => Song - 100 [time] => 100 [License] => MIT ) [98] => Array ( [id] => 297 [title] => Song - 99 [time] => 99 [License] => MIT ) [147] => Array ( [id] => 296 [title] => Song - 148 [time] => 148 [License] => MIT ) [72] => Array ( [id] => 292 [title] => Song - 73 [time] => 73 [License] => MIT ) [95] => Array ( [id] => 288 [title] => Song - 96 [time] => 96 [License] => MIT ) [142] => Array ( [id] => 286 [title] => Song - 143 [time] => 143 [License] => MIT ) [70] => Array ( [id] => 284 [title] => Song - 71 [time] => 71 [License] => MIT ) [139] => Array ( [id] => 280 [title] => Song - 140 [time] => 140 [License] => MIT ) [92] => Array ( [id] => 279 [title] => Song - 93 [time] => 93 [License] => MIT ) [89] => Array ( [id] => 270 [title] => Song - 90 [time] => 90 [License] => MIT ) [86] => Array ( [id] => 261 [title] => Song - 87 [time] => 87 [License] => MIT ) [64] => Array ( [id] => 260 [title] => Song - 65 [time] => 65 [License] => MIT ) [126] => Array ( [id] => 254 [title] => Song - 127 [time] => 127 [License] => MIT ) [82] => Array ( [id] => 249 [title] => Song - 83 [time] => 83 [License] => MIT ) [118] => Array ( [id] => 238 [title] => Song - 119 [time] => 119 [License] => MIT ) [117] => Array ( [id] => 236 [title] => Song - 118 [time] => 118 [License] => MIT ) [76] => Array ( [id] => 231 [title] => Song - 77 [time] => 77 [License] => MIT ) [112] => Array ( [id] => 226 [title] => Song - 113 [time] => 113 [License] => MIT ) [111] => Array ( [id] => 224 [title] => Song - 112 [time] => 112 [License] => MIT ) [73] => Array ( [id] => 222 [title] => Song - 74 [time] => 74 [License] => MIT ) [110] => Array ( [id] => 222 [title] => Song - 111 [time] => 111 [License] => MIT ) [108] => Array ( [id] => 218 [title] => Song - 109 [time] => 109 [License] => MIT ) [71] => Array ( [id] => 216 [title] => Song - 72 [time] => 72 [License] => MIT ) [106] => Array ( [id] => 214 [title] => Song - 107 [time] => 107 [License] => MIT ) [102] => Array ( [id] => 206 [title] => Song - 103 [time] => 103 [License] => MIT ) [67] => Array ( [id] => 204 [title] => Song - 68 [time] => 68 [License] => MIT ) [65] => Array ( [id] => 198 [title] => Song - 66 [time] => 66 [License] => MIT ) [48] => Array ( [id] => 196 [title] => Song - 49 [time] => 49 [License] => MIT ) [45] => Array ( [id] => 184 [title] => Song - 46 [time] => 46 [License] => MIT ) [60] => Array ( [id] => 183 [title] => Song - 61 [time] => 61 [License] => MIT ) [90] => Array ( [id] => 182 [title] => Song - 91 [time] => 91 [License] => MIT ) [59] => Array ( [id] => 180 [title] => Song - 60 [time] => 60 [License] => MIT ) [42] => Array ( [id] => 172 [title] => Song - 43 [time] => 43 [License] => MIT ) [54] => Array ( [id] => 165 [title] => Song - 55 [time] => 55 [License] => MIT ) [81] => Array ( [id] => 164 [title] => Song - 82 [time] => 82 [License] => MIT ) [53] => Array ( [id] => 162 [title] => Song - 54 [time] => 54 [License] => MIT ) [79] => Array ( [id] => 160 [title] => Song - 80 [time] => 80 [License] => MIT ) [39] => Array ( [id] => 160 [title] => Song - 40 [time] => 40 [License] => MIT ) [52] => Array ( [id] => 159 [title] => Song - 53 [time] => 53 [License] => MIT ) [78] => Array ( [id] => 158 [title] => Song - 79 [time] => 79 [License] => MIT ) [51] => Array ( [id] => 156 [title] => Song - 52 [time] => 52 [License] => MIT ) [38] => Array ( [id] => 156 [title] => Song - 39 [time] => 39 [License] => MIT ) [75] => Array ( [id] => 152 [title] => Song - 76 [time] => 76 [License] => MIT ) [74] => Array ( [id] => 150 [title] => Song - 75 [time] => 75 [License] => MIT ) [36] => Array ( [id] => 148 [title] => Song - 37 [time] => 37 [License] => MIT ) [146] => Array ( [id] => 147 [title] => Song - 147 [time] => 147 [License] => MIT ) [144] => Array ( [id] => 145 [title] => Song - 145 [time] => 145 [License] => MIT ) [47] => Array ( [id] => 144 [title] => Song - 48 [time] => 48 [License] => MIT ) [143] => Array ( [id] => 144 [title] => Song - 144 [time] => 144 [License] => MIT ) [141] => Array ( [id] => 142 [title] => Song - 142 [time] => 142 [License] => MIT ) [69] => Array ( [id] => 140 [title] => Song - 70 [time] => 70 [License] => MIT ) [33] => Array ( [id] => 136 [title] => Song - 34 [time] => 34 [License] => MIT ) [135] => Array ( [id] => 136 [title] => Song - 136 [time] => 136 [License] => MIT ) [133] => Array ( [id] => 134 [title] => Song - 134 [time] => 134 [License] => MIT ) [63] => Array ( [id] => 128 [title] => Song - 64 [time] => 64 [License] => MIT ) [41] => Array ( [id] => 126 [title] => Song - 42 [time] => 42 [License] => MIT ) [125] => Array ( [id] => 126 [title] => Song - 126 [time] => 126 [License] => MIT ) [61] => Array ( [id] => 124 [title] => Song - 62 [time] => 62 [License] => MIT ) [121] => Array ( [id] => 122 [title] => Song - 122 [time] => 122 [License] => MIT ) [120] => Array ( [id] => 121 [title] => Song - 121 [time] => 121 [License] => MIT ) [58] => Array ( [id] => 118 [title] => Song - 59 [time] => 59 [License] => MIT ) [56] => Array ( [id] => 114 [title] => Song - 57 [time] => 57 [License] => MIT ) [55] => Array ( [id] => 112 [title] => Song - 56 [time] => 56 [License] => MIT ) [35] => Array ( [id] => 108 [title] => Song - 36 [time] => 36 [License] => MIT ) [105] => Array ( [id] => 106 [title] => Song - 106 [time] => 106 [License] => MIT ) [25] => Array ( [id] => 104 [title] => Song - 26 [time] => 26 [License] => MIT ) [101] => Array ( [id] => 102 [title] => Song - 102 [time] => 102 [License] => MIT ) [49] => Array ( [id] => 100 [title] => Song - 50 [time] => 50 [License] => MIT ) [24] => Array ( [id] => 100 [title] => Song - 25 [time] => 25 [License] => MIT ) [32] => Array ( [id] => 99 [title] => Song - 33 [time] => 33 [License] => MIT ) [97] => Array ( [id] => 98 [title] => Song - 98 [time] => 98 [License] => MIT ) [96] => Array ( [id] => 97 [title] => Song - 97 [time] => 97 [License] => MIT ) [94] => Array ( [id] => 95 [title] => Song - 95 [time] => 95 [License] => MIT ) [46] => Array ( [id] => 94 [title] => Song - 47 [time] => 47 [License] => MIT ) [30] => Array ( [id] => 93 [title] => Song - 31 [time] => 31 [License] => MIT ) [88] => Array ( [id] => 89 [title] => Song - 89 [time] => 89 [License] => MIT ) [43] => Array ( [id] => 88 [title] => Song - 44 [time] => 44 [License] => MIT ) [28] => Array ( [id] => 87 [title] => Song - 29 [time] => 29 [License] => MIT ) [84] => Array ( [id] => 85 [title] => Song - 85 [time] => 85 [License] => MIT ) [40] => Array ( [id] => 82 [title] => Song - 41 [time] => 41 [License] => MIT ) [26] => Array ( [id] => 81 [title] => Song - 27 [time] => 27 [License] => MIT ) [77] => Array ( [id] => 78 [title] => Song - 78 [time] => 78 [License] => MIT ) [37] => Array ( [id] => 76 [title] => Song - 38 [time] => 38 [License] => MIT ) [17] => Array ( [id] => 72 [title] => Song - 18 [time] => 18 [License] => MIT ) [34] => Array ( [id] => 70 [title] => Song - 35 [time] => 35 [License] => MIT ) [68] => Array ( [id] => 69 [title] => Song - 69 [time] => 69 [License] => MIT ) [66] => Array ( [id] => 67 [title] => Song - 67 [time] => 67 [License] => MIT ) [21] => Array ( [id] => 66 [title] => Song - 22 [time] => 22 [License] => MIT ) [15] => Array ( [id] => 64 [title] => Song - 16 [time] => 16 [License] => MIT ) [62] => Array ( [id] => 63 [title] => Song - 63 [time] => 63 [License] => MIT ) [57] => Array ( [id] => 58 [title] => Song - 58 [time] => 58 [License] => MIT ) [18] => Array ( [id] => 57 [title] => Song - 19 [time] => 19 [License] => MIT ) [50] => Array ( [id] => 51 [title] => Song - 51 [time] => 51 [License] => MIT ) [44] => Array ( [id] => 45 [title] => Song - 45 [time] => 45 [License] => MIT ) [13] => Array ( [id] => 42 [title] => Song - 14 [time] => 14 [License] => MIT ) [12] => Array ( [id] => 39 [title] => Song - 13 [time] => 13 [License] => MIT ) [10] => Array ( [id] => 33 [title] => Song - 11 [time] => 11 [License] => MIT ) [7] => Array ( [id] => 32 [title] => Song - 8 [time] => 8 [License] => MIT ) [31] => Array ( [id] => 32 [title] => Song - 32 [time] => 32 [License] => MIT ) [29] => Array ( [id] => 30 [title] => Song - 30 [time] => 30 [License] => MIT ) [27] => Array ( [id] => 28 [title] => Song - 28 [time] => 28 [License] => MIT ) [23] => Array ( [id] => 24 [title] => Song - 24 [time] => 24 [License] => MIT ) [22] => Array ( [id] => 23 [title] => Song - 23 [time] => 23 [License] => MIT ) [20] => Array ( [id] => 21 [title] => Song - 21 [time] => 21 [License] => MIT ) [4] => Array ( [id] => 20 [title] => Song - 5 [time] => 5 [License] => MIT ) [19] => Array ( [id] => 20 [title] => Song - 20 [time] => 20 [License] => MIT ) [9] => Array ( [id] => 20 [title] => Song - 10 [time] => 10 [License] => MIT ) [8] => Array ( [id] => 18 [title] => Song - 9 [time] => 9 [License] => MIT ) [5] => Array ( [id] => 18 [title] => Song - 6 [time] => 6 [License] => MIT ) [16] => Array ( [id] => 17 [title] => Song - 17 [time] => 17 [License] => MIT ) [14] => Array ( [id] => 15 [title] => Song - 15 [time] => 15 [License] => MIT ) [2] => Array ( [id] => 12 [title] => Song - 3 [time] => 3 [License] => MIT ) [11] => Array ( [id] => 12 [title] => Song - 12 [time] => 12 [License] => MIT ) [1] => Array ( [id] => 8 [title] => Song - 2 [time] => 2 [License] => MIT ) [6] => Array ( [id] => 7 [title] => Song - 7 [time] => 7 [License] => MIT ) [3] => Array ( [id] => 4 [title] => Song - 4 [time] => 4 [License] => MIT ) [0] => Array ( [id] => 2 [title] => Song - 1 [time] => 1 [License] => MIT ) )
Output for 7.3.11
Array ( [147] => Array ( [id] => 592 [title] => Song - 148 [time] => 148 [License] => MIT ) [146] => Array ( [id] => 588 [title] => Song - 147 [time] => 147 [License] => MIT ) [145] => Array ( [id] => 584 [title] => Song - 146 [time] => 146 [License] => MIT ) [140] => Array ( [id] => 564 [title] => Song - 141 [time] => 141 [License] => MIT ) [137] => Array ( [id] => 552 [title] => Song - 138 [time] => 138 [License] => MIT ) [135] => Array ( [id] => 544 [title] => Song - 136 [time] => 136 [License] => MIT ) [134] => Array ( [id] => 540 [title] => Song - 135 [time] => 135 [License] => MIT ) [124] => Array ( [id] => 500 [title] => Song - 125 [time] => 125 [License] => MIT ) [122] => Array ( [id] => 492 [title] => Song - 123 [time] => 123 [License] => MIT ) [118] => Array ( [id] => 476 [title] => Song - 119 [time] => 119 [License] => MIT ) [110] => Array ( [id] => 444 [title] => Song - 111 [time] => 111 [License] => MIT ) [108] => Array ( [id] => 436 [title] => Song - 109 [time] => 109 [License] => MIT ) [142] => Array ( [id] => 429 [title] => Song - 143 [time] => 143 [License] => MIT ) [141] => Array ( [id] => 426 [title] => Song - 142 [time] => 142 [License] => MIT ) [99] => Array ( [id] => 400 [title] => Song - 100 [time] => 100 [License] => MIT ) [132] => Array ( [id] => 399 [title] => Song - 133 [time] => 133 [License] => MIT ) [98] => Array ( [id] => 396 [title] => Song - 99 [time] => 99 [License] => MIT ) [127] => Array ( [id] => 384 [title] => Song - 128 [time] => 128 [License] => MIT ) [91] => Array ( [id] => 368 [title] => Song - 92 [time] => 92 [License] => MIT ) [120] => Array ( [id] => 363 [title] => Song - 121 [time] => 121 [License] => MIT ) [119] => Array ( [id] => 360 [title] => Song - 120 [time] => 120 [License] => MIT ) [87] => Array ( [id] => 352 [title] => Song - 88 [time] => 88 [License] => MIT ) [84] => Array ( [id] => 340 [title] => Song - 85 [time] => 85 [License] => MIT ) [79] => Array ( [id] => 320 [title] => Song - 80 [time] => 80 [License] => MIT ) [105] => Array ( [id] => 318 [title] => Song - 106 [time] => 106 [License] => MIT ) [104] => Array ( [id] => 315 [title] => Song - 105 [time] => 105 [License] => MIT ) [74] => Array ( [id] => 300 [title] => Song - 75 [time] => 75 [License] => MIT ) [144] => Array ( [id] => 290 [title] => Song - 145 [time] => 145 [License] => MIT ) [143] => Array ( [id] => 288 [title] => Song - 144 [time] => 144 [License] => MIT ) [139] => Array ( [id] => 280 [title] => Song - 140 [time] => 140 [License] => MIT ) [138] => Array ( [id] => 278 [title] => Song - 139 [time] => 139 [License] => MIT ) [133] => Array ( [id] => 268 [title] => Song - 134 [time] => 134 [License] => MIT ) [88] => Array ( [id] => 267 [title] => Song - 89 [time] => 89 [License] => MIT ) [130] => Array ( [id] => 262 [title] => Song - 131 [time] => 131 [License] => MIT ) [126] => Array ( [id] => 254 [title] => Song - 127 [time] => 127 [License] => MIT ) [125] => Array ( [id] => 252 [title] => Song - 126 [time] => 126 [License] => MIT ) [82] => Array ( [id] => 249 [title] => Song - 83 [time] => 83 [License] => MIT ) [121] => Array ( [id] => 244 [title] => Song - 122 [time] => 122 [License] => MIT ) [80] => Array ( [id] => 243 [title] => Song - 81 [time] => 81 [License] => MIT ) [117] => Array ( [id] => 236 [title] => Song - 118 [time] => 118 [License] => MIT ) [76] => Array ( [id] => 231 [title] => Song - 77 [time] => 77 [License] => MIT ) [114] => Array ( [id] => 230 [title] => Song - 115 [time] => 115 [License] => MIT ) [75] => Array ( [id] => 228 [title] => Song - 76 [time] => 76 [License] => MIT ) [56] => Array ( [id] => 228 [title] => Song - 57 [time] => 57 [License] => MIT ) [113] => Array ( [id] => 228 [title] => Song - 114 [time] => 114 [License] => MIT ) [55] => Array ( [id] => 224 [title] => Song - 56 [time] => 56 [License] => MIT ) [54] => Array ( [id] => 220 [title] => Song - 55 [time] => 55 [License] => MIT ) [109] => Array ( [id] => 220 [title] => Song - 110 [time] => 110 [License] => MIT ) [72] => Array ( [id] => 219 [title] => Song - 73 [time] => 73 [License] => MIT ) [71] => Array ( [id] => 216 [title] => Song - 72 [time] => 72 [License] => MIT ) [106] => Array ( [id] => 214 [title] => Song - 107 [time] => 107 [License] => MIT ) [69] => Array ( [id] => 210 [title] => Song - 70 [time] => 70 [License] => MIT ) [51] => Array ( [id] => 208 [title] => Song - 52 [time] => 52 [License] => MIT ) [103] => Array ( [id] => 208 [title] => Song - 104 [time] => 104 [License] => MIT ) [68] => Array ( [id] => 207 [title] => Song - 69 [time] => 69 [License] => MIT ) [67] => Array ( [id] => 204 [title] => Song - 68 [time] => 68 [License] => MIT ) [66] => Array ( [id] => 201 [title] => Song - 67 [time] => 67 [License] => MIT ) [97] => Array ( [id] => 196 [title] => Song - 98 [time] => 98 [License] => MIT ) [96] => Array ( [id] => 194 [title] => Song - 97 [time] => 97 [License] => MIT ) [95] => Array ( [id] => 192 [title] => Song - 96 [time] => 96 [License] => MIT ) [63] => Array ( [id] => 192 [title] => Song - 64 [time] => 64 [License] => MIT ) [62] => Array ( [id] => 189 [title] => Song - 63 [time] => 63 [License] => MIT ) [93] => Array ( [id] => 188 [title] => Song - 94 [time] => 94 [License] => MIT ) [46] => Array ( [id] => 188 [title] => Song - 47 [time] => 47 [License] => MIT ) [61] => Array ( [id] => 186 [title] => Song - 62 [time] => 62 [License] => MIT ) [45] => Array ( [id] => 184 [title] => Song - 46 [time] => 46 [License] => MIT ) [89] => Array ( [id] => 180 [title] => Song - 90 [time] => 90 [License] => MIT ) [58] => Array ( [id] => 177 [title] => Song - 59 [time] => 59 [License] => MIT ) [86] => Array ( [id] => 174 [title] => Song - 87 [time] => 87 [License] => MIT ) [42] => Array ( [id] => 172 [title] => Song - 43 [time] => 43 [License] => MIT ) [83] => Array ( [id] => 168 [title] => Song - 84 [time] => 84 [License] => MIT ) [41] => Array ( [id] => 168 [title] => Song - 42 [time] => 42 [License] => MIT ) [52] => Array ( [id] => 159 [title] => Song - 53 [time] => 53 [License] => MIT ) [78] => Array ( [id] => 158 [title] => Song - 79 [time] => 79 [License] => MIT ) [38] => Array ( [id] => 156 [title] => Song - 39 [time] => 39 [License] => MIT ) [49] => Array ( [id] => 150 [title] => Song - 50 [time] => 50 [License] => MIT ) [149] => Array ( [id] => 150 [title] => Song - 150 [time] => 150 [License] => MIT ) [148] => Array ( [id] => 149 [title] => Song - 149 [time] => 149 [License] => MIT ) [73] => Array ( [id] => 148 [title] => Song - 74 [time] => 74 [License] => MIT ) [36] => Array ( [id] => 148 [title] => Song - 37 [time] => 37 [License] => MIT ) [136] => Array ( [id] => 137 [title] => Song - 137 [time] => 137 [License] => MIT ) [44] => Array ( [id] => 135 [title] => Song - 45 [time] => 45 [License] => MIT ) [65] => Array ( [id] => 132 [title] => Song - 66 [time] => 66 [License] => MIT ) [131] => Array ( [id] => 132 [title] => Song - 132 [time] => 132 [License] => MIT ) [64] => Array ( [id] => 130 [title] => Song - 65 [time] => 65 [License] => MIT ) [129] => Array ( [id] => 130 [title] => Song - 130 [time] => 130 [License] => MIT ) [128] => Array ( [id] => 129 [title] => Song - 129 [time] => 129 [License] => MIT ) [31] => Array ( [id] => 128 [title] => Song - 32 [time] => 32 [License] => MIT ) [30] => Array ( [id] => 124 [title] => Song - 31 [time] => 31 [License] => MIT ) [123] => Array ( [id] => 124 [title] => Song - 124 [time] => 124 [License] => MIT ) [59] => Array ( [id] => 120 [title] => Song - 60 [time] => 60 [License] => MIT ) [116] => Array ( [id] => 117 [title] => Song - 117 [time] => 117 [License] => MIT ) [115] => Array ( [id] => 116 [title] => Song - 116 [time] => 116 [License] => MIT ) [37] => Array ( [id] => 114 [title] => Song - 38 [time] => 38 [License] => MIT ) [112] => Array ( [id] => 113 [title] => Song - 113 [time] => 113 [License] => MIT ) [111] => Array ( [id] => 112 [title] => Song - 112 [time] => 112 [License] => MIT ) [107] => Array ( [id] => 108 [title] => Song - 108 [time] => 108 [License] => MIT ) [34] => Array ( [id] => 105 [title] => Song - 35 [time] => 35 [License] => MIT ) [102] => Array ( [id] => 103 [title] => Song - 103 [time] => 103 [License] => MIT ) [101] => Array ( [id] => 102 [title] => Song - 102 [time] => 102 [License] => MIT ) [100] => Array ( [id] => 101 [title] => Song - 101 [time] => 101 [License] => MIT ) [24] => Array ( [id] => 100 [title] => Song - 25 [time] => 25 [License] => MIT ) [47] => Array ( [id] => 96 [title] => Song - 48 [time] => 48 [License] => MIT ) [94] => Array ( [id] => 95 [title] => Song - 95 [time] => 95 [License] => MIT ) [92] => Array ( [id] => 93 [title] => Song - 93 [time] => 93 [License] => MIT ) [22] => Array ( [id] => 92 [title] => Song - 23 [time] => 23 [License] => MIT ) [90] => Array ( [id] => 91 [title] => Song - 91 [time] => 91 [License] => MIT ) [29] => Array ( [id] => 90 [title] => Song - 30 [time] => 30 [License] => MIT ) [43] => Array ( [id] => 88 [title] => Song - 44 [time] => 44 [License] => MIT ) [85] => Array ( [id] => 86 [title] => Song - 86 [time] => 86 [License] => MIT ) [81] => Array ( [id] => 82 [title] => Song - 82 [time] => 82 [License] => MIT ) [39] => Array ( [id] => 80 [title] => Song - 40 [time] => 40 [License] => MIT ) [19] => Array ( [id] => 80 [title] => Song - 20 [time] => 20 [License] => MIT ) [77] => Array ( [id] => 78 [title] => Song - 78 [time] => 78 [License] => MIT ) [25] => Array ( [id] => 78 [title] => Song - 26 [time] => 26 [License] => MIT ) [18] => Array ( [id] => 76 [title] => Song - 19 [time] => 19 [License] => MIT ) [70] => Array ( [id] => 71 [title] => Song - 71 [time] => 71 [License] => MIT ) [33] => Array ( [id] => 68 [title] => Song - 34 [time] => 34 [License] => MIT ) [21] => Array ( [id] => 66 [title] => Song - 22 [time] => 22 [License] => MIT ) [15] => Array ( [id] => 64 [title] => Song - 16 [time] => 16 [License] => MIT ) [60] => Array ( [id] => 61 [title] => Song - 61 [time] => 61 [License] => MIT ) [57] => Array ( [id] => 58 [title] => Song - 58 [time] => 58 [License] => MIT ) [28] => Array ( [id] => 58 [title] => Song - 29 [time] => 29 [License] => MIT ) [53] => Array ( [id] => 54 [title] => Song - 54 [time] => 54 [License] => MIT ) [26] => Array ( [id] => 54 [title] => Song - 27 [time] => 27 [License] => MIT ) [50] => Array ( [id] => 51 [title] => Song - 51 [time] => 51 [License] => MIT ) [16] => Array ( [id] => 51 [title] => Song - 17 [time] => 17 [License] => MIT ) [48] => Array ( [id] => 49 [title] => Song - 49 [time] => 49 [License] => MIT ) [14] => Array ( [id] => 45 [title] => Song - 15 [time] => 15 [License] => MIT ) [13] => Array ( [id] => 42 [title] => Song - 14 [time] => 14 [License] => MIT ) [40] => Array ( [id] => 41 [title] => Song - 41 [time] => 41 [License] => MIT ) [12] => Array ( [id] => 39 [title] => Song - 13 [time] => 13 [License] => MIT ) [35] => Array ( [id] => 36 [title] => Song - 36 [time] => 36 [License] => MIT ) [17] => Array ( [id] => 36 [title] => Song - 18 [time] => 18 [License] => MIT ) [11] => Array ( [id] => 36 [title] => Song - 12 [time] => 12 [License] => MIT ) [32] => Array ( [id] => 33 [title] => Song - 33 [time] => 33 [License] => MIT ) [6] => Array ( [id] => 28 [title] => Song - 7 [time] => 7 [License] => MIT ) [27] => Array ( [id] => 28 [title] => Song - 28 [time] => 28 [License] => MIT ) [8] => Array ( [id] => 27 [title] => Song - 9 [time] => 9 [License] => MIT ) [23] => Array ( [id] => 24 [title] => Song - 24 [time] => 24 [License] => MIT ) [10] => Array ( [id] => 22 [title] => Song - 11 [time] => 11 [License] => MIT ) [20] => Array ( [id] => 21 [title] => Song - 21 [time] => 21 [License] => MIT ) [7] => Array ( [id] => 16 [title] => Song - 8 [time] => 8 [License] => MIT ) [4] => Array ( [id] => 15 [title] => Song - 5 [time] => 5 [License] => MIT ) [9] => Array ( [id] => 10 [title] => Song - 10 [time] => 10 [License] => MIT ) [3] => Array ( [id] => 8 [title] => Song - 4 [time] => 4 [License] => MIT ) [5] => Array ( [id] => 6 [title] => Song - 6 [time] => 6 [License] => MIT ) [2] => Array ( [id] => 6 [title] => Song - 3 [time] => 3 [License] => MIT ) [1] => Array ( [id] => 6 [title] => Song - 2 [time] => 2 [License] => MIT ) [0] => Array ( [id] => 4 [title] => Song - 1 [time] => 1 [License] => MIT ) )
Output for 7.3.10
Array ( [146] => Array ( [id] => 588 [title] => Song - 147 [time] => 147 [License] => MIT ) [143] => Array ( [id] => 576 [title] => Song - 144 [time] => 144 [License] => MIT ) [139] => Array ( [id] => 560 [title] => Song - 140 [time] => 140 [License] => MIT ) [137] => Array ( [id] => 552 [title] => Song - 138 [time] => 138 [License] => MIT ) [136] => Array ( [id] => 548 [title] => Song - 137 [time] => 137 [License] => MIT ) [132] => Array ( [id] => 532 [title] => Song - 133 [time] => 133 [License] => MIT ) [129] => Array ( [id] => 520 [title] => Song - 130 [time] => 130 [License] => MIT ) [126] => Array ( [id] => 508 [title] => Song - 127 [time] => 127 [License] => MIT ) [149] => Array ( [id] => 450 [title] => Song - 150 [time] => 150 [License] => MIT ) [148] => Array ( [id] => 447 [title] => Song - 149 [time] => 149 [License] => MIT ) [110] => Array ( [id] => 444 [title] => Song - 111 [time] => 111 [License] => MIT ) [109] => Array ( [id] => 440 [title] => Song - 110 [time] => 110 [License] => MIT ) [142] => Array ( [id] => 429 [title] => Song - 143 [time] => 143 [License] => MIT ) [105] => Array ( [id] => 424 [title] => Song - 106 [time] => 106 [License] => MIT ) [134] => Array ( [id] => 405 [title] => Song - 135 [time] => 135 [License] => MIT ) [128] => Array ( [id] => 387 [title] => Song - 129 [time] => 129 [License] => MIT ) [93] => Array ( [id] => 376 [title] => Song - 94 [time] => 94 [License] => MIT ) [124] => Array ( [id] => 375 [title] => Song - 125 [time] => 125 [License] => MIT ) [88] => Array ( [id] => 356 [title] => Song - 89 [time] => 89 [License] => MIT ) [116] => Array ( [id] => 351 [title] => Song - 117 [time] => 117 [License] => MIT ) [86] => Array ( [id] => 348 [title] => Song - 87 [time] => 87 [License] => MIT ) [84] => Array ( [id] => 340 [title] => Song - 85 [time] => 85 [License] => MIT ) [80] => Array ( [id] => 324 [title] => Song - 81 [time] => 81 [License] => MIT ) [107] => Array ( [id] => 324 [title] => Song - 108 [time] => 108 [License] => MIT ) [106] => Array ( [id] => 321 [title] => Song - 107 [time] => 107 [License] => MIT ) [100] => Array ( [id] => 303 [title] => Song - 101 [time] => 101 [License] => MIT ) [73] => Array ( [id] => 296 [title] => Song - 74 [time] => 74 [License] => MIT ) [147] => Array ( [id] => 296 [title] => Song - 148 [time] => 148 [License] => MIT ) [71] => Array ( [id] => 288 [title] => Song - 72 [time] => 72 [License] => MIT ) [94] => Array ( [id] => 285 [title] => Song - 95 [time] => 95 [License] => MIT ) [92] => Array ( [id] => 279 [title] => Song - 93 [time] => 93 [License] => MIT ) [138] => Array ( [id] => 278 [title] => Song - 139 [time] => 139 [License] => MIT ) [91] => Array ( [id] => 276 [title] => Song - 92 [time] => 92 [License] => MIT ) [67] => Array ( [id] => 272 [title] => Song - 68 [time] => 68 [License] => MIT ) [135] => Array ( [id] => 272 [title] => Song - 136 [time] => 136 [License] => MIT ) [133] => Array ( [id] => 268 [title] => Song - 134 [time] => 134 [License] => MIT ) [87] => Array ( [id] => 264 [title] => Song - 88 [time] => 88 [License] => MIT ) [131] => Array ( [id] => 264 [title] => Song - 132 [time] => 132 [License] => MIT ) [127] => Array ( [id] => 256 [title] => Song - 128 [time] => 128 [License] => MIT ) [83] => Array ( [id] => 252 [title] => Song - 84 [time] => 84 [License] => MIT ) [81] => Array ( [id] => 246 [title] => Song - 82 [time] => 82 [License] => MIT ) [122] => Array ( [id] => 246 [title] => Song - 123 [time] => 123 [License] => MIT ) [60] => Array ( [id] => 244 [title] => Song - 61 [time] => 61 [License] => MIT ) [120] => Array ( [id] => 242 [title] => Song - 121 [time] => 121 [License] => MIT ) [118] => Array ( [id] => 238 [title] => Song - 119 [time] => 119 [License] => MIT ) [117] => Array ( [id] => 236 [title] => Song - 118 [time] => 118 [License] => MIT ) [115] => Array ( [id] => 232 [title] => Song - 116 [time] => 116 [License] => MIT ) [114] => Array ( [id] => 230 [title] => Song - 115 [time] => 115 [License] => MIT ) [75] => Array ( [id] => 228 [title] => Song - 76 [time] => 76 [License] => MIT ) [111] => Array ( [id] => 224 [title] => Song - 112 [time] => 112 [License] => MIT ) [108] => Array ( [id] => 218 [title] => Song - 109 [time] => 109 [License] => MIT ) [69] => Array ( [id] => 210 [title] => Song - 70 [time] => 70 [License] => MIT ) [68] => Array ( [id] => 207 [title] => Song - 69 [time] => 69 [License] => MIT ) [101] => Array ( [id] => 204 [title] => Song - 102 [time] => 102 [License] => MIT ) [66] => Array ( [id] => 201 [title] => Song - 67 [time] => 67 [License] => MIT ) [98] => Array ( [id] => 198 [title] => Song - 99 [time] => 99 [License] => MIT ) [97] => Array ( [id] => 196 [title] => Song - 98 [time] => 98 [License] => MIT ) [64] => Array ( [id] => 195 [title] => Song - 65 [time] => 65 [License] => MIT ) [96] => Array ( [id] => 194 [title] => Song - 97 [time] => 97 [License] => MIT ) [95] => Array ( [id] => 192 [title] => Song - 96 [time] => 96 [License] => MIT ) [47] => Array ( [id] => 192 [title] => Song - 48 [time] => 48 [License] => MIT ) [46] => Array ( [id] => 188 [title] => Song - 47 [time] => 47 [License] => MIT ) [55] => Array ( [id] => 168 [title] => Song - 56 [time] => 56 [License] => MIT ) [82] => Array ( [id] => 166 [title] => Song - 83 [time] => 83 [License] => MIT ) [79] => Array ( [id] => 160 [title] => Song - 80 [time] => 80 [License] => MIT ) [39] => Array ( [id] => 160 [title] => Song - 40 [time] => 40 [License] => MIT ) [38] => Array ( [id] => 156 [title] => Song - 39 [time] => 39 [License] => MIT ) [76] => Array ( [id] => 154 [title] => Song - 77 [time] => 77 [License] => MIT ) [74] => Array ( [id] => 150 [title] => Song - 75 [time] => 75 [License] => MIT ) [36] => Array ( [id] => 148 [title] => Song - 37 [time] => 37 [License] => MIT ) [72] => Array ( [id] => 146 [title] => Song - 73 [time] => 73 [License] => MIT ) [145] => Array ( [id] => 146 [title] => Song - 146 [time] => 146 [License] => MIT ) [144] => Array ( [id] => 145 [title] => Song - 145 [time] => 145 [License] => MIT ) [141] => Array ( [id] => 142 [title] => Song - 142 [time] => 142 [License] => MIT ) [140] => Array ( [id] => 141 [title] => Song - 141 [time] => 141 [License] => MIT ) [45] => Array ( [id] => 138 [title] => Song - 46 [time] => 46 [License] => MIT ) [33] => Array ( [id] => 136 [title] => Song - 34 [time] => 34 [License] => MIT ) [44] => Array ( [id] => 135 [title] => Song - 45 [time] => 45 [License] => MIT ) [65] => Array ( [id] => 132 [title] => Song - 66 [time] => 66 [License] => MIT ) [43] => Array ( [id] => 132 [title] => Song - 44 [time] => 44 [License] => MIT ) [32] => Array ( [id] => 132 [title] => Song - 33 [time] => 33 [License] => MIT ) [130] => Array ( [id] => 131 [title] => Song - 131 [time] => 131 [License] => MIT ) [63] => Array ( [id] => 128 [title] => Song - 64 [time] => 64 [License] => MIT ) [62] => Array ( [id] => 126 [title] => Song - 63 [time] => 63 [License] => MIT ) [125] => Array ( [id] => 126 [title] => Song - 126 [time] => 126 [License] => MIT ) [61] => Array ( [id] => 124 [title] => Song - 62 [time] => 62 [License] => MIT ) [123] => Array ( [id] => 124 [title] => Song - 124 [time] => 124 [License] => MIT ) [121] => Array ( [id] => 122 [title] => Song - 122 [time] => 122 [License] => MIT ) [59] => Array ( [id] => 120 [title] => Song - 60 [time] => 60 [License] => MIT ) [119] => Array ( [id] => 120 [title] => Song - 120 [time] => 120 [License] => MIT ) [28] => Array ( [id] => 116 [title] => Song - 29 [time] => 29 [License] => MIT ) [37] => Array ( [id] => 114 [title] => Song - 38 [time] => 38 [License] => MIT ) [113] => Array ( [id] => 114 [title] => Song - 114 [time] => 114 [License] => MIT ) [112] => Array ( [id] => 113 [title] => Song - 113 [time] => 113 [License] => MIT ) [27] => Array ( [id] => 112 [title] => Song - 28 [time] => 28 [License] => MIT ) [54] => Array ( [id] => 110 [title] => Song - 55 [time] => 55 [License] => MIT ) [52] => Array ( [id] => 106 [title] => Song - 53 [time] => 53 [License] => MIT ) [104] => Array ( [id] => 105 [title] => Song - 105 [time] => 105 [License] => MIT ) [51] => Array ( [id] => 104 [title] => Song - 52 [time] => 52 [License] => MIT ) [103] => Array ( [id] => 104 [title] => Song - 104 [time] => 104 [License] => MIT ) [102] => Array ( [id] => 103 [title] => Song - 103 [time] => 103 [License] => MIT ) [99] => Array ( [id] => 100 [title] => Song - 100 [time] => 100 [License] => MIT ) [48] => Array ( [id] => 98 [title] => Song - 49 [time] => 49 [License] => MIT ) [30] => Array ( [id] => 93 [title] => Song - 31 [time] => 31 [License] => MIT ) [90] => Array ( [id] => 91 [title] => Song - 91 [time] => 91 [License] => MIT ) [89] => Array ( [id] => 90 [title] => Song - 90 [time] => 90 [License] => MIT ) [29] => Array ( [id] => 90 [title] => Song - 30 [time] => 30 [License] => MIT ) [85] => Array ( [id] => 86 [title] => Song - 86 [time] => 86 [License] => MIT ) [41] => Array ( [id] => 84 [title] => Song - 42 [time] => 42 [License] => MIT ) [40] => Array ( [id] => 82 [title] => Song - 41 [time] => 41 [License] => MIT ) [26] => Array ( [id] => 81 [title] => Song - 27 [time] => 27 [License] => MIT ) [78] => Array ( [id] => 79 [title] => Song - 79 [time] => 79 [License] => MIT ) [77] => Array ( [id] => 78 [title] => Song - 78 [time] => 78 [License] => MIT ) [35] => Array ( [id] => 72 [title] => Song - 36 [time] => 36 [License] => MIT ) [70] => Array ( [id] => 71 [title] => Song - 71 [time] => 71 [License] => MIT ) [16] => Array ( [id] => 68 [title] => Song - 17 [time] => 17 [License] => MIT ) [19] => Array ( [id] => 60 [title] => Song - 20 [time] => 20 [License] => MIT ) [58] => Array ( [id] => 59 [title] => Song - 59 [time] => 59 [License] => MIT ) [57] => Array ( [id] => 58 [title] => Song - 58 [time] => 58 [License] => MIT ) [56] => Array ( [id] => 57 [title] => Song - 57 [time] => 57 [License] => MIT ) [53] => Array ( [id] => 54 [title] => Song - 54 [time] => 54 [License] => MIT ) [17] => Array ( [id] => 54 [title] => Song - 18 [time] => 18 [License] => MIT ) [25] => Array ( [id] => 52 [title] => Song - 26 [time] => 26 [License] => MIT ) [50] => Array ( [id] => 51 [title] => Song - 51 [time] => 51 [License] => MIT ) [49] => Array ( [id] => 50 [title] => Song - 50 [time] => 50 [License] => MIT ) [15] => Array ( [id] => 48 [title] => Song - 16 [time] => 16 [License] => MIT ) [21] => Array ( [id] => 44 [title] => Song - 22 [time] => 22 [License] => MIT ) [42] => Array ( [id] => 43 [title] => Song - 43 [time] => 43 [License] => MIT ) [20] => Array ( [id] => 42 [title] => Song - 21 [time] => 21 [License] => MIT ) [12] => Array ( [id] => 39 [title] => Song - 13 [time] => 13 [License] => MIT ) [18] => Array ( [id] => 38 [title] => Song - 19 [time] => 19 [License] => MIT ) [8] => Array ( [id] => 36 [title] => Song - 9 [time] => 9 [License] => MIT ) [34] => Array ( [id] => 35 [title] => Song - 35 [time] => 35 [License] => MIT ) [10] => Array ( [id] => 33 [title] => Song - 11 [time] => 11 [License] => MIT ) [31] => Array ( [id] => 32 [title] => Song - 32 [time] => 32 [License] => MIT ) [14] => Array ( [id] => 30 [title] => Song - 15 [time] => 15 [License] => MIT ) [13] => Array ( [id] => 28 [title] => Song - 14 [time] => 14 [License] => MIT ) [24] => Array ( [id] => 25 [title] => Song - 25 [time] => 25 [License] => MIT ) [5] => Array ( [id] => 24 [title] => Song - 6 [time] => 6 [License] => MIT ) [23] => Array ( [id] => 24 [title] => Song - 24 [time] => 24 [License] => MIT ) [22] => Array ( [id] => 23 [title] => Song - 23 [time] => 23 [License] => MIT ) [7] => Array ( [id] => 16 [title] => Song - 8 [time] => 8 [License] => MIT ) [4] => Array ( [id] => 15 [title] => Song - 5 [time] => 5 [License] => MIT ) [3] => Array ( [id] => 12 [title] => Song - 4 [time] => 4 [License] => MIT ) [11] => Array ( [id] => 12 [title] => Song - 12 [time] => 12 [License] => MIT ) [9] => Array ( [id] => 10 [title] => Song - 10 [time] => 10 [License] => MIT ) [2] => Array ( [id] => 9 [title] => Song - 3 [time] => 3 [License] => MIT ) [6] => Array ( [id] => 7 [title] => Song - 7 [time] => 7 [License] => MIT ) [1] => Array ( [id] => 6 [title] => Song - 2 [time] => 2 [License] => MIT ) [0] => Array ( [id] => 1 [title] => Song - 1 [time] => 1 [License] => MIT ) )
Output for 7.3.9
Array ( [149] => Array ( [id] => 600 [title] => Song - 150 [time] => 150 [License] => MIT ) [136] => Array ( [id] => 548 [title] => Song - 137 [time] => 137 [License] => MIT ) [134] => Array ( [id] => 540 [title] => Song - 135 [time] => 135 [License] => MIT ) [128] => Array ( [id] => 516 [title] => Song - 129 [time] => 129 [License] => MIT ) [127] => Array ( [id] => 512 [title] => Song - 128 [time] => 128 [License] => MIT ) [118] => Array ( [id] => 476 [title] => Song - 119 [time] => 119 [License] => MIT ) [116] => Array ( [id] => 468 [title] => Song - 117 [time] => 117 [License] => MIT ) [111] => Array ( [id] => 448 [title] => Song - 112 [time] => 112 [License] => MIT ) [109] => Array ( [id] => 440 [title] => Song - 110 [time] => 110 [License] => MIT ) [145] => Array ( [id] => 438 [title] => Song - 146 [time] => 146 [License] => MIT ) [108] => Array ( [id] => 436 [title] => Song - 109 [time] => 109 [License] => MIT ) [144] => Array ( [id] => 435 [title] => Song - 145 [time] => 145 [License] => MIT ) [142] => Array ( [id] => 429 [title] => Song - 143 [time] => 143 [License] => MIT ) [106] => Array ( [id] => 428 [title] => Song - 107 [time] => 107 [License] => MIT ) [141] => Array ( [id] => 426 [title] => Song - 142 [time] => 142 [License] => MIT ) [105] => Array ( [id] => 424 [title] => Song - 106 [time] => 106 [License] => MIT ) [139] => Array ( [id] => 420 [title] => Song - 140 [time] => 140 [License] => MIT ) [133] => Array ( [id] => 402 [title] => Song - 134 [time] => 134 [License] => MIT ) [99] => Array ( [id] => 400 [title] => Song - 100 [time] => 100 [License] => MIT ) [131] => Array ( [id] => 396 [title] => Song - 132 [time] => 132 [License] => MIT ) [130] => Array ( [id] => 393 [title] => Song - 131 [time] => 131 [License] => MIT ) [126] => Array ( [id] => 381 [title] => Song - 127 [time] => 127 [License] => MIT ) [92] => Array ( [id] => 372 [title] => Song - 93 [time] => 93 [License] => MIT ) [123] => Array ( [id] => 372 [title] => Song - 124 [time] => 124 [License] => MIT ) [88] => Array ( [id] => 356 [title] => Song - 89 [time] => 89 [License] => MIT ) [117] => Array ( [id] => 354 [title] => Song - 118 [time] => 118 [License] => MIT ) [87] => Array ( [id] => 352 [title] => Song - 88 [time] => 88 [License] => MIT ) [115] => Array ( [id] => 348 [title] => Song - 116 [time] => 116 [License] => MIT ) [114] => Array ( [id] => 345 [title] => Song - 115 [time] => 115 [License] => MIT ) [107] => Array ( [id] => 324 [title] => Song - 108 [time] => 108 [License] => MIT ) [78] => Array ( [id] => 316 [title] => Song - 79 [time] => 79 [License] => MIT ) [102] => Array ( [id] => 309 [title] => Song - 103 [time] => 103 [License] => MIT ) [101] => Array ( [id] => 306 [title] => Song - 102 [time] => 102 [License] => MIT ) [148] => Array ( [id] => 298 [title] => Song - 149 [time] => 149 [License] => MIT ) [73] => Array ( [id] => 296 [title] => Song - 74 [time] => 74 [License] => MIT ) [147] => Array ( [id] => 296 [title] => Song - 148 [time] => 148 [License] => MIT ) [97] => Array ( [id] => 294 [title] => Song - 98 [time] => 98 [License] => MIT ) [72] => Array ( [id] => 292 [title] => Song - 73 [time] => 73 [License] => MIT ) [95] => Array ( [id] => 288 [title] => Song - 96 [time] => 96 [License] => MIT ) [143] => Array ( [id] => 288 [title] => Song - 144 [time] => 144 [License] => MIT ) [70] => Array ( [id] => 284 [title] => Song - 71 [time] => 71 [License] => MIT ) [140] => Array ( [id] => 282 [title] => Song - 141 [time] => 141 [License] => MIT ) [68] => Array ( [id] => 276 [title] => Song - 69 [time] => 69 [License] => MIT ) [137] => Array ( [id] => 276 [title] => Song - 138 [time] => 138 [License] => MIT ) [90] => Array ( [id] => 273 [title] => Song - 91 [time] => 91 [License] => MIT ) [67] => Array ( [id] => 272 [title] => Song - 68 [time] => 68 [License] => MIT ) [132] => Array ( [id] => 266 [title] => Song - 133 [time] => 133 [License] => MIT ) [64] => Array ( [id] => 260 [title] => Song - 65 [time] => 65 [License] => MIT ) [129] => Array ( [id] => 260 [title] => Song - 130 [time] => 130 [License] => MIT ) [85] => Array ( [id] => 258 [title] => Song - 86 [time] => 86 [License] => MIT ) [124] => Array ( [id] => 250 [title] => Song - 125 [time] => 125 [License] => MIT ) [122] => Array ( [id] => 246 [title] => Song - 123 [time] => 123 [License] => MIT ) [121] => Array ( [id] => 244 [title] => Song - 122 [time] => 122 [License] => MIT ) [80] => Array ( [id] => 243 [title] => Song - 81 [time] => 81 [License] => MIT ) [119] => Array ( [id] => 240 [title] => Song - 120 [time] => 120 [License] => MIT ) [77] => Array ( [id] => 234 [title] => Song - 78 [time] => 78 [License] => MIT ) [57] => Array ( [id] => 232 [title] => Song - 58 [time] => 58 [License] => MIT ) [76] => Array ( [id] => 231 [title] => Song - 77 [time] => 77 [License] => MIT ) [74] => Array ( [id] => 225 [title] => Song - 75 [time] => 75 [License] => MIT ) [110] => Array ( [id] => 222 [title] => Song - 111 [time] => 111 [License] => MIT ) [52] => Array ( [id] => 212 [title] => Song - 53 [time] => 53 [License] => MIT ) [69] => Array ( [id] => 210 [title] => Song - 70 [time] => 70 [License] => MIT ) [103] => Array ( [id] => 208 [title] => Song - 104 [time] => 104 [License] => MIT ) [66] => Array ( [id] => 201 [title] => Song - 67 [time] => 67 [License] => MIT ) [65] => Array ( [id] => 198 [title] => Song - 66 [time] => 66 [License] => MIT ) [96] => Array ( [id] => 194 [title] => Song - 97 [time] => 97 [License] => MIT ) [91] => Array ( [id] => 184 [title] => Song - 92 [time] => 92 [License] => MIT ) [60] => Array ( [id] => 183 [title] => Song - 61 [time] => 61 [License] => MIT ) [89] => Array ( [id] => 180 [title] => Song - 90 [time] => 90 [License] => MIT ) [86] => Array ( [id] => 174 [title] => Song - 87 [time] => 87 [License] => MIT ) [42] => Array ( [id] => 172 [title] => Song - 43 [time] => 43 [License] => MIT ) [84] => Array ( [id] => 170 [title] => Song - 85 [time] => 85 [License] => MIT ) [55] => Array ( [id] => 168 [title] => Song - 56 [time] => 56 [License] => MIT ) [82] => Array ( [id] => 166 [title] => Song - 83 [time] => 83 [License] => MIT ) [39] => Array ( [id] => 160 [title] => Song - 40 [time] => 40 [License] => MIT ) [37] => Array ( [id] => 152 [title] => Song - 38 [time] => 38 [License] => MIT ) [146] => Array ( [id] => 147 [title] => Song - 147 [time] => 147 [License] => MIT ) [46] => Array ( [id] => 141 [title] => Song - 47 [time] => 47 [License] => MIT ) [138] => Array ( [id] => 139 [title] => Song - 139 [time] => 139 [License] => MIT ) [135] => Array ( [id] => 136 [title] => Song - 136 [time] => 136 [License] => MIT ) [63] => Array ( [id] => 128 [title] => Song - 64 [time] => 64 [License] => MIT ) [62] => Array ( [id] => 126 [title] => Song - 63 [time] => 63 [License] => MIT ) [125] => Array ( [id] => 126 [title] => Song - 126 [time] => 126 [License] => MIT ) [120] => Array ( [id] => 121 [title] => Song - 121 [time] => 121 [License] => MIT ) [59] => Array ( [id] => 120 [title] => Song - 60 [time] => 60 [License] => MIT ) [58] => Array ( [id] => 118 [title] => Song - 59 [time] => 59 [License] => MIT ) [113] => Array ( [id] => 114 [title] => Song - 114 [time] => 114 [License] => MIT ) [112] => Array ( [id] => 113 [title] => Song - 113 [time] => 113 [License] => MIT ) [54] => Array ( [id] => 110 [title] => Song - 55 [time] => 55 [License] => MIT ) [35] => Array ( [id] => 108 [title] => Song - 36 [time] => 36 [License] => MIT ) [104] => Array ( [id] => 105 [title] => Song - 105 [time] => 105 [License] => MIT ) [100] => Array ( [id] => 101 [title] => Song - 101 [time] => 101 [License] => MIT ) [98] => Array ( [id] => 99 [title] => Song - 99 [time] => 99 [License] => MIT ) [48] => Array ( [id] => 98 [title] => Song - 49 [time] => 49 [License] => MIT ) [94] => Array ( [id] => 95 [title] => Song - 95 [time] => 95 [License] => MIT ) [93] => Array ( [id] => 94 [title] => Song - 94 [time] => 94 [License] => MIT ) [43] => Array ( [id] => 88 [title] => Song - 44 [time] => 44 [License] => MIT ) [83] => Array ( [id] => 84 [title] => Song - 84 [time] => 84 [License] => MIT ) [41] => Array ( [id] => 84 [title] => Song - 42 [time] => 42 [License] => MIT ) [27] => Array ( [id] => 84 [title] => Song - 28 [time] => 28 [License] => MIT ) [81] => Array ( [id] => 82 [title] => Song - 82 [time] => 82 [License] => MIT ) [40] => Array ( [id] => 82 [title] => Song - 41 [time] => 41 [License] => MIT ) [26] => Array ( [id] => 81 [title] => Song - 27 [time] => 27 [License] => MIT ) [79] => Array ( [id] => 80 [title] => Song - 80 [time] => 80 [License] => MIT ) [25] => Array ( [id] => 78 [title] => Song - 26 [time] => 26 [License] => MIT ) [75] => Array ( [id] => 76 [title] => Song - 76 [time] => 76 [License] => MIT ) [36] => Array ( [id] => 74 [title] => Song - 37 [time] => 37 [License] => MIT ) [71] => Array ( [id] => 72 [title] => Song - 72 [time] => 72 [License] => MIT ) [34] => Array ( [id] => 70 [title] => Song - 35 [time] => 35 [License] => MIT ) [22] => Array ( [id] => 69 [title] => Song - 23 [time] => 23 [License] => MIT ) [32] => Array ( [id] => 66 [title] => Song - 33 [time] => 33 [License] => MIT ) [31] => Array ( [id] => 64 [title] => Song - 32 [time] => 32 [License] => MIT ) [61] => Array ( [id] => 62 [title] => Song - 62 [time] => 62 [License] => MIT ) [19] => Array ( [id] => 60 [title] => Song - 20 [time] => 20 [License] => MIT ) [14] => Array ( [id] => 60 [title] => Song - 15 [time] => 15 [License] => MIT ) [28] => Array ( [id] => 58 [title] => Song - 29 [time] => 29 [License] => MIT ) [56] => Array ( [id] => 57 [title] => Song - 57 [time] => 57 [License] => MIT ) [18] => Array ( [id] => 57 [title] => Song - 19 [time] => 19 [License] => MIT ) [53] => Array ( [id] => 54 [title] => Song - 54 [time] => 54 [License] => MIT ) [51] => Array ( [id] => 52 [title] => Song - 52 [time] => 52 [License] => MIT ) [12] => Array ( [id] => 52 [title] => Song - 13 [time] => 13 [License] => MIT ) [50] => Array ( [id] => 51 [title] => Song - 51 [time] => 51 [License] => MIT ) [49] => Array ( [id] => 50 [title] => Song - 50 [time] => 50 [License] => MIT ) [47] => Array ( [id] => 48 [title] => Song - 48 [time] => 48 [License] => MIT ) [23] => Array ( [id] => 48 [title] => Song - 24 [time] => 24 [License] => MIT ) [45] => Array ( [id] => 46 [title] => Song - 46 [time] => 46 [License] => MIT ) [44] => Array ( [id] => 45 [title] => Song - 45 [time] => 45 [License] => MIT ) [10] => Array ( [id] => 44 [title] => Song - 11 [time] => 11 [License] => MIT ) [20] => Array ( [id] => 42 [title] => Song - 21 [time] => 21 [License] => MIT ) [9] => Array ( [id] => 40 [title] => Song - 10 [time] => 10 [License] => MIT ) [38] => Array ( [id] => 39 [title] => Song - 39 [time] => 39 [License] => MIT ) [17] => Array ( [id] => 36 [title] => Song - 18 [time] => 18 [License] => MIT ) [33] => Array ( [id] => 34 [title] => Song - 34 [time] => 34 [License] => MIT ) [15] => Array ( [id] => 32 [title] => Song - 16 [time] => 16 [License] => MIT ) [30] => Array ( [id] => 31 [title] => Song - 31 [time] => 31 [License] => MIT ) [29] => Array ( [id] => 30 [title] => Song - 30 [time] => 30 [License] => MIT ) [6] => Array ( [id] => 28 [title] => Song - 7 [time] => 7 [License] => MIT ) [24] => Array ( [id] => 25 [title] => Song - 25 [time] => 25 [License] => MIT ) [21] => Array ( [id] => 22 [title] => Song - 22 [time] => 22 [License] => MIT ) [8] => Array ( [id] => 18 [title] => Song - 9 [time] => 9 [License] => MIT ) [16] => Array ( [id] => 17 [title] => Song - 17 [time] => 17 [License] => MIT ) [7] => Array ( [id] => 16 [title] => Song - 8 [time] => 8 [License] => MIT ) [4] => Array ( [id] => 15 [title] => Song - 5 [time] => 5 [License] => MIT ) [13] => Array ( [id] => 14 [title] => Song - 14 [time] => 14 [License] => MIT ) [3] => Array ( [id] => 12 [title] => Song - 4 [time] => 4 [License] => MIT ) [11] => Array ( [id] => 12 [title] => Song - 12 [time] => 12 [License] => MIT ) [5] => Array ( [id] => 6 [title] => Song - 6 [time] => 6 [License] => MIT ) [2] => Array ( [id] => 6 [title] => Song - 3 [time] => 3 [License] => MIT ) [1] => Array ( [id] => 6 [title] => Song - 2 [time] => 2 [License] => MIT ) [0] => Array ( [id] => 1 [title] => Song - 1 [time] => 1 [License] => MIT ) )
Output for 7.3.8
Array ( [148] => Array ( [id] => 596 [title] => Song - 149 [time] => 149 [License] => MIT ) [141] => Array ( [id] => 568 [title] => Song - 142 [time] => 142 [License] => MIT ) [140] => Array ( [id] => 564 [title] => Song - 141 [time] => 141 [License] => MIT ) [136] => Array ( [id] => 548 [title] => Song - 137 [time] => 137 [License] => MIT ) [134] => Array ( [id] => 540 [title] => Song - 135 [time] => 135 [License] => MIT ) [131] => Array ( [id] => 528 [title] => Song - 132 [time] => 132 [License] => MIT ) [129] => Array ( [id] => 520 [title] => Song - 130 [time] => 130 [License] => MIT ) [127] => Array ( [id] => 512 [title] => Song - 128 [time] => 128 [License] => MIT ) [125] => Array ( [id] => 504 [title] => Song - 126 [time] => 126 [License] => MIT ) [114] => Array ( [id] => 460 [title] => Song - 115 [time] => 115 [License] => MIT ) [110] => Array ( [id] => 444 [title] => Song - 111 [time] => 111 [License] => MIT ) [102] => Array ( [id] => 412 [title] => Song - 103 [time] => 103 [License] => MIT ) [100] => Array ( [id] => 404 [title] => Song - 101 [time] => 101 [License] => MIT ) [132] => Array ( [id] => 399 [title] => Song - 133 [time] => 133 [License] => MIT ) [93] => Array ( [id] => 376 [title] => Song - 94 [time] => 94 [License] => MIT ) [123] => Array ( [id] => 372 [title] => Song - 124 [time] => 124 [License] => MIT ) [121] => Array ( [id] => 366 [title] => Song - 122 [time] => 122 [License] => MIT ) [118] => Array ( [id] => 357 [title] => Song - 119 [time] => 119 [License] => MIT ) [87] => Array ( [id] => 352 [title] => Song - 88 [time] => 88 [License] => MIT ) [116] => Array ( [id] => 351 [title] => Song - 117 [time] => 117 [License] => MIT ) [115] => Array ( [id] => 348 [title] => Song - 116 [time] => 116 [License] => MIT ) [113] => Array ( [id] => 342 [title] => Song - 114 [time] => 114 [License] => MIT ) [84] => Array ( [id] => 340 [title] => Song - 85 [time] => 85 [License] => MIT ) [83] => Array ( [id] => 336 [title] => Song - 84 [time] => 84 [License] => MIT ) [80] => Array ( [id] => 324 [title] => Song - 81 [time] => 81 [License] => MIT ) [105] => Array ( [id] => 318 [title] => Song - 106 [time] => 106 [License] => MIT ) [104] => Array ( [id] => 315 [title] => Song - 105 [time] => 105 [License] => MIT ) [103] => Array ( [id] => 312 [title] => Song - 104 [time] => 104 [License] => MIT ) [75] => Array ( [id] => 304 [title] => Song - 76 [time] => 76 [License] => MIT ) [149] => Array ( [id] => 300 [title] => Song - 150 [time] => 150 [License] => MIT ) [99] => Array ( [id] => 300 [title] => Song - 100 [time] => 100 [License] => MIT ) [147] => Array ( [id] => 296 [title] => Song - 148 [time] => 148 [License] => MIT ) [97] => Array ( [id] => 294 [title] => Song - 98 [time] => 98 [License] => MIT ) [146] => Array ( [id] => 294 [title] => Song - 147 [time] => 147 [License] => MIT ) [145] => Array ( [id] => 292 [title] => Song - 146 [time] => 146 [License] => MIT ) [144] => Array ( [id] => 290 [title] => Song - 145 [time] => 145 [License] => MIT ) [95] => Array ( [id] => 288 [title] => Song - 96 [time] => 96 [License] => MIT ) [70] => Array ( [id] => 284 [title] => Song - 71 [time] => 71 [License] => MIT ) [139] => Array ( [id] => 280 [title] => Song - 140 [time] => 140 [License] => MIT ) [92] => Array ( [id] => 279 [title] => Song - 93 [time] => 93 [License] => MIT ) [68] => Array ( [id] => 276 [title] => Song - 69 [time] => 69 [License] => MIT ) [137] => Array ( [id] => 276 [title] => Song - 138 [time] => 138 [License] => MIT ) [90] => Array ( [id] => 273 [title] => Song - 91 [time] => 91 [License] => MIT ) [135] => Array ( [id] => 272 [title] => Song - 136 [time] => 136 [License] => MIT ) [133] => Array ( [id] => 268 [title] => Song - 134 [time] => 134 [License] => MIT ) [65] => Array ( [id] => 264 [title] => Song - 66 [time] => 66 [License] => MIT ) [86] => Array ( [id] => 261 [title] => Song - 87 [time] => 87 [License] => MIT ) [82] => Array ( [id] => 249 [title] => Song - 83 [time] => 83 [License] => MIT ) [81] => Array ( [id] => 246 [title] => Song - 82 [time] => 82 [License] => MIT ) [122] => Array ( [id] => 246 [title] => Song - 123 [time] => 123 [License] => MIT ) [120] => Array ( [id] => 242 [title] => Song - 121 [time] => 121 [License] => MIT ) [79] => Array ( [id] => 240 [title] => Song - 80 [time] => 80 [License] => MIT ) [119] => Array ( [id] => 240 [title] => Song - 120 [time] => 120 [License] => MIT ) [78] => Array ( [id] => 237 [title] => Song - 79 [time] => 79 [License] => MIT ) [117] => Array ( [id] => 236 [title] => Song - 118 [time] => 118 [License] => MIT ) [112] => Array ( [id] => 226 [title] => Song - 113 [time] => 113 [License] => MIT ) [108] => Array ( [id] => 218 [title] => Song - 109 [time] => 109 [License] => MIT ) [71] => Array ( [id] => 216 [title] => Song - 72 [time] => 72 [License] => MIT ) [53] => Array ( [id] => 216 [title] => Song - 54 [time] => 54 [License] => MIT ) [106] => Array ( [id] => 214 [title] => Song - 107 [time] => 107 [License] => MIT ) [69] => Array ( [id] => 210 [title] => Song - 70 [time] => 70 [License] => MIT ) [51] => Array ( [id] => 208 [title] => Song - 52 [time] => 52 [License] => MIT ) [67] => Array ( [id] => 204 [title] => Song - 68 [time] => 68 [License] => MIT ) [98] => Array ( [id] => 198 [title] => Song - 99 [time] => 99 [License] => MIT ) [94] => Array ( [id] => 190 [title] => Song - 95 [time] => 95 [License] => MIT ) [62] => Array ( [id] => 189 [title] => Song - 63 [time] => 63 [License] => MIT ) [61] => Array ( [id] => 186 [title] => Song - 62 [time] => 62 [License] => MIT ) [91] => Array ( [id] => 184 [title] => Song - 92 [time] => 92 [License] => MIT ) [45] => Array ( [id] => 184 [title] => Song - 46 [time] => 46 [License] => MIT ) [89] => Array ( [id] => 180 [title] => Song - 90 [time] => 90 [License] => MIT ) [59] => Array ( [id] => 180 [title] => Song - 60 [time] => 60 [License] => MIT ) [57] => Array ( [id] => 174 [title] => Song - 58 [time] => 58 [License] => MIT ) [85] => Array ( [id] => 172 [title] => Song - 86 [time] => 86 [License] => MIT ) [52] => Array ( [id] => 159 [title] => Song - 53 [time] => 53 [License] => MIT ) [77] => Array ( [id] => 156 [title] => Song - 78 [time] => 78 [License] => MIT ) [76] => Array ( [id] => 154 [title] => Song - 77 [time] => 77 [License] => MIT ) [74] => Array ( [id] => 150 [title] => Song - 75 [time] => 75 [License] => MIT ) [73] => Array ( [id] => 148 [title] => Song - 74 [time] => 74 [License] => MIT ) [47] => Array ( [id] => 144 [title] => Song - 48 [time] => 48 [License] => MIT ) [143] => Array ( [id] => 144 [title] => Song - 144 [time] => 144 [License] => MIT ) [142] => Array ( [id] => 143 [title] => Song - 143 [time] => 143 [License] => MIT ) [34] => Array ( [id] => 140 [title] => Song - 35 [time] => 35 [License] => MIT ) [138] => Array ( [id] => 139 [title] => Song - 139 [time] => 139 [License] => MIT ) [44] => Array ( [id] => 135 [title] => Song - 45 [time] => 45 [License] => MIT ) [66] => Array ( [id] => 134 [title] => Song - 67 [time] => 67 [License] => MIT ) [43] => Array ( [id] => 132 [title] => Song - 44 [time] => 44 [License] => MIT ) [130] => Array ( [id] => 131 [title] => Song - 131 [time] => 131 [License] => MIT ) [64] => Array ( [id] => 130 [title] => Song - 65 [time] => 65 [License] => MIT ) [128] => Array ( [id] => 129 [title] => Song - 129 [time] => 129 [License] => MIT ) [126] => Array ( [id] => 127 [title] => Song - 127 [time] => 127 [License] => MIT ) [41] => Array ( [id] => 126 [title] => Song - 42 [time] => 42 [License] => MIT ) [124] => Array ( [id] => 125 [title] => Song - 125 [time] => 125 [License] => MIT ) [60] => Array ( [id] => 122 [title] => Song - 61 [time] => 61 [License] => MIT ) [58] => Array ( [id] => 118 [title] => Song - 59 [time] => 59 [License] => MIT ) [38] => Array ( [id] => 117 [title] => Song - 39 [time] => 39 [License] => MIT ) [56] => Array ( [id] => 114 [title] => Song - 57 [time] => 57 [License] => MIT ) [55] => Array ( [id] => 112 [title] => Song - 56 [time] => 56 [License] => MIT ) [111] => Array ( [id] => 112 [title] => Song - 112 [time] => 112 [License] => MIT ) [109] => Array ( [id] => 110 [title] => Song - 110 [time] => 110 [License] => MIT ) [107] => Array ( [id] => 108 [title] => Song - 108 [time] => 108 [License] => MIT ) [101] => Array ( [id] => 102 [title] => Song - 102 [time] => 102 [License] => MIT ) [24] => Array ( [id] => 100 [title] => Song - 25 [time] => 25 [License] => MIT ) [32] => Array ( [id] => 99 [title] => Song - 33 [time] => 33 [License] => MIT ) [96] => Array ( [id] => 97 [title] => Song - 97 [time] => 97 [License] => MIT ) [31] => Array ( [id] => 96 [title] => Song - 32 [time] => 32 [License] => MIT ) [22] => Array ( [id] => 92 [title] => Song - 23 [time] => 23 [License] => MIT ) [88] => Array ( [id] => 89 [title] => Song - 89 [time] => 89 [License] => MIT ) [40] => Array ( [id] => 82 [title] => Song - 41 [time] => 41 [License] => MIT ) [39] => Array ( [id] => 80 [title] => Song - 40 [time] => 40 [License] => MIT ) [37] => Array ( [id] => 76 [title] => Song - 38 [time] => 38 [License] => MIT ) [72] => Array ( [id] => 73 [title] => Song - 73 [time] => 73 [License] => MIT ) [21] => Array ( [id] => 66 [title] => Song - 22 [time] => 22 [License] => MIT ) [63] => Array ( [id] => 64 [title] => Song - 64 [time] => 64 [License] => MIT ) [20] => Array ( [id] => 63 [title] => Song - 21 [time] => 21 [License] => MIT ) [19] => Array ( [id] => 60 [title] => Song - 20 [time] => 20 [License] => MIT ) [18] => Array ( [id] => 57 [title] => Song - 19 [time] => 19 [License] => MIT ) [27] => Array ( [id] => 56 [title] => Song - 28 [time] => 28 [License] => MIT ) [13] => Array ( [id] => 56 [title] => Song - 14 [time] => 14 [License] => MIT ) [54] => Array ( [id] => 55 [title] => Song - 55 [time] => 55 [License] => MIT ) [50] => Array ( [id] => 51 [title] => Song - 51 [time] => 51 [License] => MIT ) [49] => Array ( [id] => 50 [title] => Song - 50 [time] => 50 [License] => MIT ) [48] => Array ( [id] => 49 [title] => Song - 49 [time] => 49 [License] => MIT ) [23] => Array ( [id] => 48 [title] => Song - 24 [time] => 24 [License] => MIT ) [15] => Array ( [id] => 48 [title] => Song - 16 [time] => 16 [License] => MIT ) [46] => Array ( [id] => 47 [title] => Song - 47 [time] => 47 [License] => MIT ) [42] => Array ( [id] => 43 [title] => Song - 43 [time] => 43 [License] => MIT ) [9] => Array ( [id] => 40 [title] => Song - 10 [time] => 10 [License] => MIT ) [36] => Array ( [id] => 37 [title] => Song - 37 [time] => 37 [License] => MIT ) [8] => Array ( [id] => 36 [title] => Song - 9 [time] => 9 [License] => MIT ) [35] => Array ( [id] => 36 [title] => Song - 36 [time] => 36 [License] => MIT ) [33] => Array ( [id] => 34 [title] => Song - 34 [time] => 34 [License] => MIT ) [16] => Array ( [id] => 34 [title] => Song - 17 [time] => 17 [License] => MIT ) [30] => Array ( [id] => 31 [title] => Song - 31 [time] => 31 [License] => MIT ) [29] => Array ( [id] => 30 [title] => Song - 30 [time] => 30 [License] => MIT ) [28] => Array ( [id] => 29 [title] => Song - 29 [time] => 29 [License] => MIT ) [26] => Array ( [id] => 27 [title] => Song - 27 [time] => 27 [License] => MIT ) [25] => Array ( [id] => 26 [title] => Song - 26 [time] => 26 [License] => MIT ) [12] => Array ( [id] => 26 [title] => Song - 13 [time] => 13 [License] => MIT ) [11] => Array ( [id] => 24 [title] => Song - 12 [time] => 12 [License] => MIT ) [5] => Array ( [id] => 18 [title] => Song - 6 [time] => 6 [License] => MIT ) [17] => Array ( [id] => 18 [title] => Song - 18 [time] => 18 [License] => MIT ) [7] => Array ( [id] => 16 [title] => Song - 8 [time] => 8 [License] => MIT ) [14] => Array ( [id] => 15 [title] => Song - 15 [time] => 15 [License] => MIT ) [6] => Array ( [id] => 14 [title] => Song - 7 [time] => 7 [License] => MIT ) [3] => Array ( [id] => 12 [title] => Song - 4 [time] => 4 [License] => MIT ) [2] => Array ( [id] => 12 [title] => Song - 3 [time] => 3 [License] => MIT ) [10] => Array ( [id] => 11 [title] => Song - 11 [time] => 11 [License] => MIT ) [4] => Array ( [id] => 10 [title] => Song - 5 [time] => 5 [License] => MIT ) [1] => Array ( [id] => 8 [title] => Song - 2 [time] => 2 [License] => MIT ) [0] => Array ( [id] => 1 [title] => Song - 1 [time] => 1 [License] => MIT ) )
Output for 7.3.7
Array ( [142] => Array ( [id] => 572 [title] => Song - 143 [time] => 143 [License] => MIT ) [140] => Array ( [id] => 564 [title] => Song - 141 [time] => 141 [License] => MIT ) [136] => Array ( [id] => 548 [title] => Song - 137 [time] => 137 [License] => MIT ) [129] => Array ( [id] => 520 [title] => Song - 130 [time] => 130 [License] => MIT ) [127] => Array ( [id] => 512 [title] => Song - 128 [time] => 128 [License] => MIT ) [124] => Array ( [id] => 500 [title] => Song - 125 [time] => 125 [License] => MIT ) [120] => Array ( [id] => 484 [title] => Song - 121 [time] => 121 [License] => MIT ) [115] => Array ( [id] => 464 [title] => Song - 116 [time] => 116 [License] => MIT ) [111] => Array ( [id] => 448 [title] => Song - 112 [time] => 112 [License] => MIT ) [146] => Array ( [id] => 441 [title] => Song - 147 [time] => 147 [License] => MIT ) [107] => Array ( [id] => 432 [title] => Song - 108 [time] => 108 [License] => MIT ) [104] => Array ( [id] => 420 [title] => Song - 105 [time] => 105 [License] => MIT ) [103] => Array ( [id] => 416 [title] => Song - 104 [time] => 104 [License] => MIT ) [137] => Array ( [id] => 414 [title] => Song - 138 [time] => 138 [License] => MIT ) [99] => Array ( [id] => 400 [title] => Song - 100 [time] => 100 [License] => MIT ) [130] => Array ( [id] => 393 [title] => Song - 131 [time] => 131 [License] => MIT ) [128] => Array ( [id] => 387 [title] => Song - 129 [time] => 129 [License] => MIT ) [126] => Array ( [id] => 381 [title] => Song - 127 [time] => 127 [License] => MIT ) [92] => Array ( [id] => 372 [title] => Song - 93 [time] => 93 [License] => MIT ) [123] => Array ( [id] => 372 [title] => Song - 124 [time] => 124 [License] => MIT ) [121] => Array ( [id] => 366 [title] => Song - 122 [time] => 122 [License] => MIT ) [119] => Array ( [id] => 360 [title] => Song - 120 [time] => 120 [License] => MIT ) [114] => Array ( [id] => 345 [title] => Song - 115 [time] => 115 [License] => MIT ) [84] => Array ( [id] => 340 [title] => Song - 85 [time] => 85 [License] => MIT ) [83] => Array ( [id] => 336 [title] => Song - 84 [time] => 84 [License] => MIT ) [82] => Array ( [id] => 332 [title] => Song - 83 [time] => 83 [License] => MIT ) [80] => Array ( [id] => 324 [title] => Song - 81 [time] => 81 [License] => MIT ) [79] => Array ( [id] => 320 [title] => Song - 80 [time] => 80 [License] => MIT ) [77] => Array ( [id] => 312 [title] => Song - 78 [time] => 78 [License] => MIT ) [74] => Array ( [id] => 300 [title] => Song - 75 [time] => 75 [License] => MIT ) [148] => Array ( [id] => 298 [title] => Song - 149 [time] => 149 [License] => MIT ) [98] => Array ( [id] => 297 [title] => Song - 99 [time] => 99 [License] => MIT ) [145] => Array ( [id] => 292 [title] => Song - 146 [time] => 146 [License] => MIT ) [144] => Array ( [id] => 290 [title] => Song - 145 [time] => 145 [License] => MIT ) [141] => Array ( [id] => 284 [title] => Song - 142 [time] => 142 [License] => MIT ) [139] => Array ( [id] => 280 [title] => Song - 140 [time] => 140 [License] => MIT ) [66] => Array ( [id] => 268 [title] => Song - 67 [time] => 67 [License] => MIT ) [88] => Array ( [id] => 267 [title] => Song - 89 [time] => 89 [License] => MIT ) [132] => Array ( [id] => 266 [title] => Song - 133 [time] => 133 [License] => MIT ) [131] => Array ( [id] => 264 [title] => Song - 132 [time] => 132 [License] => MIT ) [64] => Array ( [id] => 260 [title] => Song - 65 [time] => 65 [License] => MIT ) [85] => Array ( [id] => 258 [title] => Song - 86 [time] => 86 [License] => MIT ) [125] => Array ( [id] => 252 [title] => Song - 126 [time] => 126 [License] => MIT ) [122] => Array ( [id] => 246 [title] => Song - 123 [time] => 123 [License] => MIT ) [60] => Array ( [id] => 244 [title] => Song - 61 [time] => 61 [License] => MIT ) [118] => Array ( [id] => 238 [title] => Song - 119 [time] => 119 [License] => MIT ) [116] => Array ( [id] => 234 [title] => Song - 117 [time] => 117 [License] => MIT ) [113] => Array ( [id] => 228 [title] => Song - 114 [time] => 114 [License] => MIT ) [72] => Array ( [id] => 219 [title] => Song - 73 [time] => 73 [License] => MIT ) [53] => Array ( [id] => 216 [title] => Song - 54 [time] => 54 [License] => MIT ) [106] => Array ( [id] => 214 [title] => Song - 107 [time] => 107 [License] => MIT ) [105] => Array ( [id] => 212 [title] => Song - 106 [time] => 106 [License] => MIT ) [102] => Array ( [id] => 206 [title] => Song - 103 [time] => 103 [License] => MIT ) [101] => Array ( [id] => 204 [title] => Song - 102 [time] => 102 [License] => MIT ) [65] => Array ( [id] => 198 [title] => Song - 66 [time] => 66 [License] => MIT ) [97] => Array ( [id] => 196 [title] => Song - 98 [time] => 98 [License] => MIT ) [48] => Array ( [id] => 196 [title] => Song - 49 [time] => 49 [License] => MIT ) [47] => Array ( [id] => 192 [title] => Song - 48 [time] => 48 [License] => MIT ) [94] => Array ( [id] => 190 [title] => Song - 95 [time] => 95 [License] => MIT ) [46] => Array ( [id] => 188 [title] => Song - 47 [time] => 47 [License] => MIT ) [59] => Array ( [id] => 180 [title] => Song - 60 [time] => 60 [License] => MIT ) [58] => Array ( [id] => 177 [title] => Song - 59 [time] => 59 [License] => MIT ) [43] => Array ( [id] => 176 [title] => Song - 44 [time] => 44 [License] => MIT ) [86] => Array ( [id] => 174 [title] => Song - 87 [time] => 87 [License] => MIT ) [42] => Array ( [id] => 172 [title] => Song - 43 [time] => 43 [License] => MIT ) [39] => Array ( [id] => 160 [title] => Song - 40 [time] => 40 [License] => MIT ) [52] => Array ( [id] => 159 [title] => Song - 53 [time] => 53 [License] => MIT ) [78] => Array ( [id] => 158 [title] => Song - 79 [time] => 79 [License] => MIT ) [38] => Array ( [id] => 156 [title] => Song - 39 [time] => 39 [License] => MIT ) [76] => Array ( [id] => 154 [title] => Song - 77 [time] => 77 [License] => MIT ) [149] => Array ( [id] => 150 [title] => Song - 150 [time] => 150 [License] => MIT ) [73] => Array ( [id] => 148 [title] => Song - 74 [time] => 74 [License] => MIT ) [147] => Array ( [id] => 148 [title] => Song - 148 [time] => 148 [License] => MIT ) [71] => Array ( [id] => 144 [title] => Song - 72 [time] => 72 [License] => MIT ) [143] => Array ( [id] => 144 [title] => Song - 144 [time] => 144 [License] => MIT ) [138] => Array ( [id] => 139 [title] => Song - 139 [time] => 139 [License] => MIT ) [68] => Array ( [id] => 138 [title] => Song - 69 [time] => 69 [License] => MIT ) [67] => Array ( [id] => 136 [title] => Song - 68 [time] => 68 [License] => MIT ) [33] => Array ( [id] => 136 [title] => Song - 34 [time] => 34 [License] => MIT ) [135] => Array ( [id] => 136 [title] => Song - 136 [time] => 136 [License] => MIT ) [134] => Array ( [id] => 135 [title] => Song - 135 [time] => 135 [License] => MIT ) [133] => Array ( [id] => 134 [title] => Song - 134 [time] => 134 [License] => MIT ) [32] => Array ( [id] => 132 [title] => Song - 33 [time] => 33 [License] => MIT ) [61] => Array ( [id] => 124 [title] => Song - 62 [time] => 62 [License] => MIT ) [117] => Array ( [id] => 118 [title] => Song - 118 [time] => 118 [License] => MIT ) [56] => Array ( [id] => 114 [title] => Song - 57 [time] => 57 [License] => MIT ) [112] => Array ( [id] => 113 [title] => Song - 113 [time] => 113 [License] => MIT ) [110] => Array ( [id] => 111 [title] => Song - 111 [time] => 111 [License] => MIT ) [109] => Array ( [id] => 110 [title] => Song - 110 [time] => 110 [License] => MIT ) [108] => Array ( [id] => 109 [title] => Song - 109 [time] => 109 [License] => MIT ) [35] => Array ( [id] => 108 [title] => Song - 36 [time] => 36 [License] => MIT ) [34] => Array ( [id] => 105 [title] => Song - 35 [time] => 35 [License] => MIT ) [100] => Array ( [id] => 101 [title] => Song - 101 [time] => 101 [License] => MIT ) [96] => Array ( [id] => 97 [title] => Song - 97 [time] => 97 [License] => MIT ) [95] => Array ( [id] => 96 [title] => Song - 96 [time] => 96 [License] => MIT ) [23] => Array ( [id] => 96 [title] => Song - 24 [time] => 24 [License] => MIT ) [93] => Array ( [id] => 94 [title] => Song - 94 [time] => 94 [License] => MIT ) [91] => Array ( [id] => 92 [title] => Song - 92 [time] => 92 [License] => MIT ) [90] => Array ( [id] => 91 [title] => Song - 91 [time] => 91 [License] => MIT ) [89] => Array ( [id] => 90 [title] => Song - 90 [time] => 90 [License] => MIT ) [44] => Array ( [id] => 90 [title] => Song - 45 [time] => 45 [License] => MIT ) [29] => Array ( [id] => 90 [title] => Song - 30 [time] => 30 [License] => MIT ) [87] => Array ( [id] => 88 [title] => Song - 88 [time] => 88 [License] => MIT ) [28] => Array ( [id] => 87 [title] => Song - 29 [time] => 29 [License] => MIT ) [20] => Array ( [id] => 84 [title] => Song - 21 [time] => 21 [License] => MIT ) [81] => Array ( [id] => 82 [title] => Song - 82 [time] => 82 [License] => MIT ) [40] => Array ( [id] => 82 [title] => Song - 41 [time] => 41 [License] => MIT ) [75] => Array ( [id] => 76 [title] => Song - 76 [time] => 76 [License] => MIT ) [37] => Array ( [id] => 76 [title] => Song - 38 [time] => 38 [License] => MIT ) [18] => Array ( [id] => 76 [title] => Song - 19 [time] => 19 [License] => MIT ) [70] => Array ( [id] => 71 [title] => Song - 71 [time] => 71 [License] => MIT ) [69] => Array ( [id] => 70 [title] => Song - 70 [time] => 70 [License] => MIT ) [16] => Array ( [id] => 68 [title] => Song - 17 [time] => 17 [License] => MIT ) [63] => Array ( [id] => 64 [title] => Song - 64 [time] => 64 [License] => MIT ) [31] => Array ( [id] => 64 [title] => Song - 32 [time] => 32 [License] => MIT ) [15] => Array ( [id] => 64 [title] => Song - 16 [time] => 16 [License] => MIT ) [62] => Array ( [id] => 63 [title] => Song - 63 [time] => 63 [License] => MIT ) [57] => Array ( [id] => 58 [title] => Song - 58 [time] => 58 [License] => MIT ) [55] => Array ( [id] => 56 [title] => Song - 56 [time] => 56 [License] => MIT ) [13] => Array ( [id] => 56 [title] => Song - 14 [time] => 14 [License] => MIT ) [54] => Array ( [id] => 55 [title] => Song - 55 [time] => 55 [License] => MIT ) [26] => Array ( [id] => 54 [title] => Song - 27 [time] => 27 [License] => MIT ) [51] => Array ( [id] => 52 [title] => Song - 52 [time] => 52 [License] => MIT ) [50] => Array ( [id] => 51 [title] => Song - 51 [time] => 51 [License] => MIT ) [49] => Array ( [id] => 50 [title] => Song - 50 [time] => 50 [License] => MIT ) [24] => Array ( [id] => 50 [title] => Song - 25 [time] => 25 [License] => MIT ) [11] => Array ( [id] => 48 [title] => Song - 12 [time] => 12 [License] => MIT ) [45] => Array ( [id] => 46 [title] => Song - 46 [time] => 46 [License] => MIT ) [22] => Array ( [id] => 46 [title] => Song - 23 [time] => 23 [License] => MIT ) [41] => Array ( [id] => 42 [title] => Song - 42 [time] => 42 [License] => MIT ) [19] => Array ( [id] => 40 [title] => Song - 20 [time] => 20 [License] => MIT ) [36] => Array ( [id] => 37 [title] => Song - 37 [time] => 37 [License] => MIT ) [30] => Array ( [id] => 31 [title] => Song - 31 [time] => 31 [License] => MIT ) [14] => Array ( [id] => 30 [title] => Song - 15 [time] => 15 [License] => MIT ) [27] => Array ( [id] => 28 [title] => Song - 28 [time] => 28 [License] => MIT ) [25] => Array ( [id] => 26 [title] => Song - 26 [time] => 26 [License] => MIT ) [12] => Array ( [id] => 26 [title] => Song - 13 [time] => 13 [License] => MIT ) [21] => Array ( [id] => 22 [title] => Song - 22 [time] => 22 [License] => MIT ) [10] => Array ( [id] => 22 [title] => Song - 11 [time] => 11 [License] => MIT ) [6] => Array ( [id] => 21 [title] => Song - 7 [time] => 7 [License] => MIT ) [9] => Array ( [id] => 20 [title] => Song - 10 [time] => 10 [License] => MIT ) [17] => Array ( [id] => 18 [title] => Song - 18 [time] => 18 [License] => MIT ) [7] => Array ( [id] => 16 [title] => Song - 8 [time] => 8 [License] => MIT ) [4] => Array ( [id] => 15 [title] => Song - 5 [time] => 5 [License] => MIT ) [5] => Array ( [id] => 12 [title] => Song - 6 [time] => 6 [License] => MIT ) [3] => Array ( [id] => 12 [title] => Song - 4 [time] => 4 [License] => MIT ) [8] => Array ( [id] => 9 [title] => Song - 9 [time] => 9 [License] => MIT ) [1] => Array ( [id] => 8 [title] => Song - 2 [time] => 2 [License] => MIT ) [2] => Array ( [id] => 6 [title] => Song - 3 [time] => 3 [License] => MIT ) [0] => Array ( [id] => 4 [title] => Song - 1 [time] => 1 [License] => MIT ) )
Output for 7.3.6
Array ( [147] => Array ( [id] => 592 [title] => Song - 148 [time] => 148 [License] => MIT ) [145] => Array ( [id] => 584 [title] => Song - 146 [time] => 146 [License] => MIT ) [144] => Array ( [id] => 580 [title] => Song - 145 [time] => 145 [License] => MIT ) [137] => Array ( [id] => 552 [title] => Song - 138 [time] => 138 [License] => MIT ) [135] => Array ( [id] => 544 [title] => Song - 136 [time] => 136 [License] => MIT ) [134] => Array ( [id] => 540 [title] => Song - 135 [time] => 135 [License] => MIT ) [131] => Array ( [id] => 528 [title] => Song - 132 [time] => 132 [License] => MIT ) [121] => Array ( [id] => 488 [title] => Song - 122 [time] => 122 [License] => MIT ) [112] => Array ( [id] => 452 [title] => Song - 113 [time] => 113 [License] => MIT ) [111] => Array ( [id] => 448 [title] => Song - 112 [time] => 112 [License] => MIT ) [146] => Array ( [id] => 441 [title] => Song - 147 [time] => 147 [License] => MIT ) [108] => Array ( [id] => 436 [title] => Song - 109 [time] => 109 [License] => MIT ) [107] => Array ( [id] => 432 [title] => Song - 108 [time] => 108 [License] => MIT ) [106] => Array ( [id] => 428 [title] => Song - 107 [time] => 107 [License] => MIT ) [103] => Array ( [id] => 416 [title] => Song - 104 [time] => 104 [License] => MIT ) [102] => Array ( [id] => 412 [title] => Song - 103 [time] => 103 [License] => MIT ) [101] => Array ( [id] => 408 [title] => Song - 102 [time] => 102 [License] => MIT ) [99] => Array ( [id] => 400 [title] => Song - 100 [time] => 100 [License] => MIT ) [132] => Array ( [id] => 399 [title] => Song - 133 [time] => 133 [License] => MIT ) [98] => Array ( [id] => 396 [title] => Song - 99 [time] => 99 [License] => MIT ) [130] => Array ( [id] => 393 [title] => Song - 131 [time] => 131 [License] => MIT ) [95] => Array ( [id] => 384 [title] => Song - 96 [time] => 96 [License] => MIT ) [126] => Array ( [id] => 381 [title] => Song - 127 [time] => 127 [License] => MIT ) [93] => Array ( [id] => 376 [title] => Song - 94 [time] => 94 [License] => MIT ) [124] => Array ( [id] => 375 [title] => Song - 125 [time] => 125 [License] => MIT ) [123] => Array ( [id] => 372 [title] => Song - 124 [time] => 124 [License] => MIT ) [122] => Array ( [id] => 369 [title] => Song - 123 [time] => 123 [License] => MIT ) [120] => Array ( [id] => 363 [title] => Song - 121 [time] => 121 [License] => MIT ) [89] => Array ( [id] => 360 [title] => Song - 90 [time] => 90 [License] => MIT ) [113] => Array ( [id] => 342 [title] => Song - 114 [time] => 114 [License] => MIT ) [80] => Array ( [id] => 324 [title] => Song - 81 [time] => 81 [License] => MIT ) [79] => Array ( [id] => 320 [title] => Song - 80 [time] => 80 [License] => MIT ) [104] => Array ( [id] => 315 [title] => Song - 105 [time] => 105 [License] => MIT ) [149] => Array ( [id] => 300 [title] => Song - 150 [time] => 150 [License] => MIT ) [141] => Array ( [id] => 284 [title] => Song - 142 [time] => 142 [License] => MIT ) [140] => Array ( [id] => 282 [title] => Song - 141 [time] => 141 [License] => MIT ) [139] => Array ( [id] => 280 [title] => Song - 140 [time] => 140 [License] => MIT ) [91] => Array ( [id] => 276 [title] => Song - 92 [time] => 92 [License] => MIT ) [68] => Array ( [id] => 276 [title] => Song - 69 [time] => 69 [License] => MIT ) [85] => Array ( [id] => 258 [title] => Song - 86 [time] => 86 [License] => MIT ) [128] => Array ( [id] => 258 [title] => Song - 129 [time] => 129 [License] => MIT ) [127] => Array ( [id] => 256 [title] => Song - 128 [time] => 128 [License] => MIT ) [84] => Array ( [id] => 255 [title] => Song - 85 [time] => 85 [License] => MIT ) [83] => Array ( [id] => 252 [title] => Song - 84 [time] => 84 [License] => MIT ) [125] => Array ( [id] => 252 [title] => Song - 126 [time] => 126 [License] => MIT ) [119] => Array ( [id] => 240 [title] => Song - 120 [time] => 120 [License] => MIT ) [118] => Array ( [id] => 238 [title] => Song - 119 [time] => 119 [License] => MIT ) [117] => Array ( [id] => 236 [title] => Song - 118 [time] => 118 [License] => MIT ) [116] => Array ( [id] => 234 [title] => Song - 117 [time] => 117 [License] => MIT ) [115] => Array ( [id] => 232 [title] => Song - 116 [time] => 116 [License] => MIT ) [76] => Array ( [id] => 231 [title] => Song - 77 [time] => 77 [License] => MIT ) [114] => Array ( [id] => 230 [title] => Song - 115 [time] => 115 [License] => MIT ) [75] => Array ( [id] => 228 [title] => Song - 76 [time] => 76 [License] => MIT ) [74] => Array ( [id] => 225 [title] => Song - 75 [time] => 75 [License] => MIT ) [73] => Array ( [id] => 222 [title] => Song - 74 [time] => 74 [License] => MIT ) [110] => Array ( [id] => 222 [title] => Song - 111 [time] => 111 [License] => MIT ) [109] => Array ( [id] => 220 [title] => Song - 110 [time] => 110 [License] => MIT ) [53] => Array ( [id] => 216 [title] => Song - 54 [time] => 54 [License] => MIT ) [105] => Array ( [id] => 212 [title] => Song - 106 [time] => 106 [License] => MIT ) [51] => Array ( [id] => 208 [title] => Song - 52 [time] => 52 [License] => MIT ) [67] => Array ( [id] => 204 [title] => Song - 68 [time] => 68 [License] => MIT ) [50] => Array ( [id] => 204 [title] => Song - 51 [time] => 51 [License] => MIT ) [48] => Array ( [id] => 196 [title] => Song - 49 [time] => 49 [License] => MIT ) [94] => Array ( [id] => 190 [title] => Song - 95 [time] => 95 [License] => MIT ) [92] => Array ( [id] => 186 [title] => Song - 93 [time] => 93 [License] => MIT ) [61] => Array ( [id] => 186 [title] => Song - 62 [time] => 62 [License] => MIT ) [60] => Array ( [id] => 183 [title] => Song - 61 [time] => 61 [License] => MIT ) [88] => Array ( [id] => 178 [title] => Song - 89 [time] => 89 [License] => MIT ) [86] => Array ( [id] => 174 [title] => Song - 87 [time] => 87 [License] => MIT ) [57] => Array ( [id] => 174 [title] => Song - 58 [time] => 58 [License] => MIT ) [56] => Array ( [id] => 171 [title] => Song - 57 [time] => 57 [License] => MIT ) [82] => Array ( [id] => 166 [title] => Song - 83 [time] => 83 [License] => MIT ) [54] => Array ( [id] => 165 [title] => Song - 55 [time] => 55 [License] => MIT ) [148] => Array ( [id] => 149 [title] => Song - 149 [time] => 149 [License] => MIT ) [72] => Array ( [id] => 146 [title] => Song - 73 [time] => 73 [License] => MIT ) [35] => Array ( [id] => 144 [title] => Song - 36 [time] => 36 [License] => MIT ) [143] => Array ( [id] => 144 [title] => Song - 144 [time] => 144 [License] => MIT ) [142] => Array ( [id] => 143 [title] => Song - 143 [time] => 143 [License] => MIT ) [70] => Array ( [id] => 142 [title] => Song - 71 [time] => 71 [License] => MIT ) [34] => Array ( [id] => 140 [title] => Song - 35 [time] => 35 [License] => MIT ) [138] => Array ( [id] => 139 [title] => Song - 139 [time] => 139 [License] => MIT ) [45] => Array ( [id] => 138 [title] => Song - 46 [time] => 46 [License] => MIT ) [136] => Array ( [id] => 137 [title] => Song - 137 [time] => 137 [License] => MIT ) [133] => Array ( [id] => 134 [title] => Song - 134 [time] => 134 [License] => MIT ) [65] => Array ( [id] => 132 [title] => Song - 66 [time] => 66 [License] => MIT ) [129] => Array ( [id] => 130 [title] => Song - 130 [time] => 130 [License] => MIT ) [62] => Array ( [id] => 126 [title] => Song - 63 [time] => 63 [License] => MIT ) [30] => Array ( [id] => 124 [title] => Song - 31 [time] => 31 [License] => MIT ) [40] => Array ( [id] => 123 [title] => Song - 41 [time] => 41 [License] => MIT ) [58] => Array ( [id] => 118 [title] => Song - 59 [time] => 59 [License] => MIT ) [28] => Array ( [id] => 116 [title] => Song - 29 [time] => 29 [License] => MIT ) [52] => Array ( [id] => 106 [title] => Song - 53 [time] => 53 [License] => MIT ) [100] => Array ( [id] => 101 [title] => Song - 101 [time] => 101 [License] => MIT ) [32] => Array ( [id] => 99 [title] => Song - 33 [time] => 33 [License] => MIT ) [97] => Array ( [id] => 98 [title] => Song - 98 [time] => 98 [License] => MIT ) [96] => Array ( [id] => 97 [title] => Song - 97 [time] => 97 [License] => MIT ) [90] => Array ( [id] => 91 [title] => Song - 91 [time] => 91 [License] => MIT ) [87] => Array ( [id] => 88 [title] => Song - 88 [time] => 88 [License] => MIT ) [43] => Array ( [id] => 88 [title] => Song - 44 [time] => 44 [License] => MIT ) [42] => Array ( [id] => 86 [title] => Song - 43 [time] => 43 [License] => MIT ) [81] => Array ( [id] => 82 [title] => Song - 82 [time] => 82 [License] => MIT ) [26] => Array ( [id] => 81 [title] => Song - 27 [time] => 27 [License] => MIT ) [39] => Array ( [id] => 80 [title] => Song - 40 [time] => 40 [License] => MIT ) [78] => Array ( [id] => 79 [title] => Song - 79 [time] => 79 [License] => MIT ) [77] => Array ( [id] => 78 [title] => Song - 78 [time] => 78 [License] => MIT ) [38] => Array ( [id] => 78 [title] => Song - 39 [time] => 39 [License] => MIT ) [36] => Array ( [id] => 74 [title] => Song - 37 [time] => 37 [License] => MIT ) [71] => Array ( [id] => 72 [title] => Song - 72 [time] => 72 [License] => MIT ) [69] => Array ( [id] => 70 [title] => Song - 70 [time] => 70 [License] => MIT ) [16] => Array ( [id] => 68 [title] => Song - 17 [time] => 17 [License] => MIT ) [66] => Array ( [id] => 67 [title] => Song - 67 [time] => 67 [License] => MIT ) [64] => Array ( [id] => 65 [title] => Song - 65 [time] => 65 [License] => MIT ) [63] => Array ( [id] => 64 [title] => Song - 64 [time] => 64 [License] => MIT ) [31] => Array ( [id] => 64 [title] => Song - 32 [time] => 32 [License] => MIT ) [15] => Array ( [id] => 64 [title] => Song - 16 [time] => 16 [License] => MIT ) [59] => Array ( [id] => 60 [title] => Song - 60 [time] => 60 [License] => MIT ) [29] => Array ( [id] => 60 [title] => Song - 30 [time] => 30 [License] => MIT ) [19] => Array ( [id] => 60 [title] => Song - 20 [time] => 20 [License] => MIT ) [55] => Array ( [id] => 56 [title] => Song - 56 [time] => 56 [License] => MIT ) [17] => Array ( [id] => 54 [title] => Song - 18 [time] => 18 [License] => MIT ) [25] => Array ( [id] => 52 [title] => Song - 26 [time] => 26 [License] => MIT ) [49] => Array ( [id] => 50 [title] => Song - 50 [time] => 50 [License] => MIT ) [47] => Array ( [id] => 48 [title] => Song - 48 [time] => 48 [License] => MIT ) [46] => Array ( [id] => 47 [title] => Song - 47 [time] => 47 [License] => MIT ) [44] => Array ( [id] => 45 [title] => Song - 45 [time] => 45 [License] => MIT ) [41] => Array ( [id] => 42 [title] => Song - 42 [time] => 42 [License] => MIT ) [9] => Array ( [id] => 40 [title] => Song - 10 [time] => 10 [License] => MIT ) [37] => Array ( [id] => 38 [title] => Song - 38 [time] => 38 [License] => MIT ) [18] => Array ( [id] => 38 [title] => Song - 19 [time] => 19 [License] => MIT ) [33] => Array ( [id] => 34 [title] => Song - 34 [time] => 34 [License] => MIT ) [14] => Array ( [id] => 30 [title] => Song - 15 [time] => 15 [License] => MIT ) [27] => Array ( [id] => 28 [title] => Song - 28 [time] => 28 [License] => MIT ) [13] => Array ( [id] => 28 [title] => Song - 14 [time] => 14 [License] => MIT ) [24] => Array ( [id] => 25 [title] => Song - 25 [time] => 25 [License] => MIT ) [7] => Array ( [id] => 24 [title] => Song - 8 [time] => 8 [License] => MIT ) [23] => Array ( [id] => 24 [title] => Song - 24 [time] => 24 [License] => MIT ) [22] => Array ( [id] => 23 [title] => Song - 23 [time] => 23 [License] => MIT ) [21] => Array ( [id] => 22 [title] => Song - 22 [time] => 22 [License] => MIT ) [10] => Array ( [id] => 22 [title] => Song - 11 [time] => 11 [License] => MIT ) [20] => Array ( [id] => 21 [title] => Song - 21 [time] => 21 [License] => MIT ) [8] => Array ( [id] => 18 [title] => Song - 9 [time] => 9 [License] => MIT ) [4] => Array ( [id] => 15 [title] => Song - 5 [time] => 5 [License] => MIT ) [12] => Array ( [id] => 13 [title] => Song - 13 [time] => 13 [License] => MIT ) [5] => Array ( [id] => 12 [title] => Song - 6 [time] => 6 [License] => MIT ) [11] => Array ( [id] => 12 [title] => Song - 12 [time] => 12 [License] => MIT ) [2] => Array ( [id] => 9 [title] => Song - 3 [time] => 3 [License] => MIT ) [3] => Array ( [id] => 8 [title] => Song - 4 [time] => 4 [License] => MIT ) [6] => Array ( [id] => 7 [title] => Song - 7 [time] => 7 [License] => MIT ) [1] => Array ( [id] => 4 [title] => Song - 2 [time] => 2 [License] => MIT ) [0] => Array ( [id] => 4 [title] => Song - 1 [time] => 1 [License] => MIT ) )
Output for 7.3.5
Array ( [146] => Array ( [id] => 588 [title] => Song - 147 [time] => 147 [License] => MIT ) [135] => Array ( [id] => 544 [title] => Song - 136 [time] => 136 [License] => MIT ) [129] => Array ( [id] => 520 [title] => Song - 130 [time] => 130 [License] => MIT ) [121] => Array ( [id] => 488 [title] => Song - 122 [time] => 122 [License] => MIT ) [118] => Array ( [id] => 476 [title] => Song - 119 [time] => 119 [License] => MIT ) [117] => Array ( [id] => 472 [title] => Song - 118 [time] => 118 [License] => MIT ) [115] => Array ( [id] => 464 [title] => Song - 116 [time] => 116 [License] => MIT ) [110] => Array ( [id] => 444 [title] => Song - 111 [time] => 111 [License] => MIT ) [109] => Array ( [id] => 440 [title] => Song - 110 [time] => 110 [License] => MIT ) [141] => Array ( [id] => 426 [title] => Song - 142 [time] => 142 [License] => MIT ) [140] => Array ( [id] => 423 [title] => Song - 141 [time] => 141 [License] => MIT ) [138] => Array ( [id] => 417 [title] => Song - 139 [time] => 139 [License] => MIT ) [101] => Array ( [id] => 408 [title] => Song - 102 [time] => 102 [License] => MIT ) [133] => Array ( [id] => 402 [title] => Song - 134 [time] => 134 [License] => MIT ) [130] => Array ( [id] => 393 [title] => Song - 131 [time] => 131 [License] => MIT ) [96] => Array ( [id] => 388 [title] => Song - 97 [time] => 97 [License] => MIT ) [127] => Array ( [id] => 384 [title] => Song - 128 [time] => 128 [License] => MIT ) [125] => Array ( [id] => 378 [title] => Song - 126 [time] => 126 [License] => MIT ) [93] => Array ( [id] => 376 [title] => Song - 94 [time] => 94 [License] => MIT ) [124] => Array ( [id] => 375 [title] => Song - 125 [time] => 125 [License] => MIT ) [122] => Array ( [id] => 369 [title] => Song - 123 [time] => 123 [License] => MIT ) [90] => Array ( [id] => 364 [title] => Song - 91 [time] => 91 [License] => MIT ) [85] => Array ( [id] => 344 [title] => Song - 86 [time] => 86 [License] => MIT ) [80] => Array ( [id] => 324 [title] => Song - 81 [time] => 81 [License] => MIT ) [107] => Array ( [id] => 324 [title] => Song - 108 [time] => 108 [License] => MIT ) [105] => Array ( [id] => 318 [title] => Song - 106 [time] => 106 [License] => MIT ) [77] => Array ( [id] => 312 [title] => Song - 78 [time] => 78 [License] => MIT ) [100] => Array ( [id] => 303 [title] => Song - 101 [time] => 101 [License] => MIT ) [147] => Array ( [id] => 296 [title] => Song - 148 [time] => 148 [License] => MIT ) [145] => Array ( [id] => 292 [title] => Song - 146 [time] => 146 [License] => MIT ) [142] => Array ( [id] => 286 [title] => Song - 143 [time] => 143 [License] => MIT ) [70] => Array ( [id] => 284 [title] => Song - 71 [time] => 71 [License] => MIT ) [139] => Array ( [id] => 280 [title] => Song - 140 [time] => 140 [License] => MIT ) [89] => Array ( [id] => 270 [title] => Song - 90 [time] => 90 [License] => MIT ) [134] => Array ( [id] => 270 [title] => Song - 135 [time] => 135 [License] => MIT ) [132] => Array ( [id] => 266 [title] => Song - 133 [time] => 133 [License] => MIT ) [87] => Array ( [id] => 264 [title] => Song - 88 [time] => 88 [License] => MIT ) [65] => Array ( [id] => 264 [title] => Song - 66 [time] => 66 [License] => MIT ) [131] => Array ( [id] => 264 [title] => Song - 132 [time] => 132 [License] => MIT ) [128] => Array ( [id] => 258 [title] => Song - 129 [time] => 129 [License] => MIT ) [126] => Array ( [id] => 254 [title] => Song - 127 [time] => 127 [License] => MIT ) [83] => Array ( [id] => 252 [title] => Song - 84 [time] => 84 [License] => MIT ) [82] => Array ( [id] => 249 [title] => Song - 83 [time] => 83 [License] => MIT ) [123] => Array ( [id] => 248 [title] => Song - 124 [time] => 124 [License] => MIT ) [119] => Array ( [id] => 240 [title] => Song - 120 [time] => 120 [License] => MIT ) [78] => Array ( [id] => 237 [title] => Song - 79 [time] => 79 [License] => MIT ) [58] => Array ( [id] => 236 [title] => Song - 59 [time] => 59 [License] => MIT ) [57] => Array ( [id] => 232 [title] => Song - 58 [time] => 58 [License] => MIT ) [114] => Array ( [id] => 230 [title] => Song - 115 [time] => 115 [License] => MIT ) [113] => Array ( [id] => 228 [title] => Song - 114 [time] => 114 [License] => MIT ) [112] => Array ( [id] => 226 [title] => Song - 113 [time] => 113 [License] => MIT ) [74] => Array ( [id] => 225 [title] => Song - 75 [time] => 75 [License] => MIT ) [111] => Array ( [id] => 224 [title] => Song - 112 [time] => 112 [License] => MIT ) [72] => Array ( [id] => 219 [title] => Song - 73 [time] => 73 [License] => MIT ) [108] => Array ( [id] => 218 [title] => Song - 109 [time] => 109 [License] => MIT ) [104] => Array ( [id] => 210 [title] => Song - 105 [time] => 105 [License] => MIT ) [99] => Array ( [id] => 200 [title] => Song - 100 [time] => 100 [License] => MIT ) [64] => Array ( [id] => 195 [title] => Song - 65 [time] => 65 [License] => MIT ) [63] => Array ( [id] => 192 [title] => Song - 64 [time] => 64 [License] => MIT ) [94] => Array ( [id] => 190 [title] => Song - 95 [time] => 95 [License] => MIT ) [61] => Array ( [id] => 186 [title] => Song - 62 [time] => 62 [License] => MIT ) [91] => Array ( [id] => 184 [title] => Song - 92 [time] => 92 [License] => MIT ) [88] => Array ( [id] => 178 [title] => Song - 89 [time] => 89 [License] => MIT ) [43] => Array ( [id] => 176 [title] => Song - 44 [time] => 44 [License] => MIT ) [86] => Array ( [id] => 174 [title] => Song - 87 [time] => 87 [License] => MIT ) [56] => Array ( [id] => 171 [title] => Song - 57 [time] => 57 [License] => MIT ) [84] => Array ( [id] => 170 [title] => Song - 85 [time] => 85 [License] => MIT ) [55] => Array ( [id] => 168 [title] => Song - 56 [time] => 56 [License] => MIT ) [54] => Array ( [id] => 165 [title] => Song - 55 [time] => 55 [License] => MIT ) [81] => Array ( [id] => 164 [title] => Song - 82 [time] => 82 [License] => MIT ) [40] => Array ( [id] => 164 [title] => Song - 41 [time] => 41 [License] => MIT ) [79] => Array ( [id] => 160 [title] => Song - 80 [time] => 80 [License] => MIT ) [76] => Array ( [id] => 154 [title] => Song - 77 [time] => 77 [License] => MIT ) [50] => Array ( [id] => 153 [title] => Song - 51 [time] => 51 [License] => MIT ) [149] => Array ( [id] => 150 [title] => Song - 150 [time] => 150 [License] => MIT ) [148] => Array ( [id] => 149 [title] => Song - 149 [time] => 149 [License] => MIT ) [73] => Array ( [id] => 148 [title] => Song - 74 [time] => 74 [License] => MIT ) [36] => Array ( [id] => 148 [title] => Song - 37 [time] => 37 [License] => MIT ) [144] => Array ( [id] => 145 [title] => Song - 145 [time] => 145 [License] => MIT ) [71] => Array ( [id] => 144 [title] => Song - 72 [time] => 72 [License] => MIT ) [47] => Array ( [id] => 144 [title] => Song - 48 [time] => 48 [License] => MIT ) [35] => Array ( [id] => 144 [title] => Song - 36 [time] => 36 [License] => MIT ) [143] => Array ( [id] => 144 [title] => Song - 144 [time] => 144 [License] => MIT ) [46] => Array ( [id] => 141 [title] => Song - 47 [time] => 47 [License] => MIT ) [68] => Array ( [id] => 138 [title] => Song - 69 [time] => 69 [License] => MIT ) [45] => Array ( [id] => 138 [title] => Song - 46 [time] => 46 [License] => MIT ) [137] => Array ( [id] => 138 [title] => Song - 138 [time] => 138 [License] => MIT ) [136] => Array ( [id] => 137 [title] => Song - 137 [time] => 137 [License] => MIT ) [67] => Array ( [id] => 136 [title] => Song - 68 [time] => 68 [License] => MIT ) [44] => Array ( [id] => 135 [title] => Song - 45 [time] => 45 [License] => MIT ) [32] => Array ( [id] => 132 [title] => Song - 33 [time] => 33 [License] => MIT ) [120] => Array ( [id] => 121 [title] => Song - 121 [time] => 121 [License] => MIT ) [116] => Array ( [id] => 117 [title] => Song - 117 [time] => 117 [License] => MIT ) [28] => Array ( [id] => 116 [title] => Song - 29 [time] => 29 [License] => MIT ) [53] => Array ( [id] => 108 [title] => Song - 54 [time] => 54 [License] => MIT ) [106] => Array ( [id] => 107 [title] => Song - 107 [time] => 107 [License] => MIT ) [51] => Array ( [id] => 104 [title] => Song - 52 [time] => 52 [License] => MIT ) [103] => Array ( [id] => 104 [title] => Song - 104 [time] => 104 [License] => MIT ) [102] => Array ( [id] => 103 [title] => Song - 103 [time] => 103 [License] => MIT ) [33] => Array ( [id] => 102 [title] => Song - 34 [time] => 34 [License] => MIT ) [49] => Array ( [id] => 100 [title] => Song - 50 [time] => 50 [License] => MIT ) [98] => Array ( [id] => 99 [title] => Song - 99 [time] => 99 [License] => MIT ) [97] => Array ( [id] => 98 [title] => Song - 98 [time] => 98 [License] => MIT ) [95] => Array ( [id] => 96 [title] => Song - 96 [time] => 96 [License] => MIT ) [92] => Array ( [id] => 93 [title] => Song - 93 [time] => 93 [License] => MIT ) [22] => Array ( [id] => 92 [title] => Song - 23 [time] => 23 [License] => MIT ) [29] => Array ( [id] => 90 [title] => Song - 30 [time] => 30 [License] => MIT ) [27] => Array ( [id] => 84 [title] => Song - 28 [time] => 28 [License] => MIT ) [39] => Array ( [id] => 80 [title] => Song - 40 [time] => 40 [License] => MIT ) [25] => Array ( [id] => 78 [title] => Song - 26 [time] => 26 [License] => MIT ) [75] => Array ( [id] => 76 [title] => Song - 76 [time] => 76 [License] => MIT ) [37] => Array ( [id] => 76 [title] => Song - 38 [time] => 38 [License] => MIT ) [18] => Array ( [id] => 76 [title] => Song - 19 [time] => 19 [License] => MIT ) [24] => Array ( [id] => 75 [title] => Song - 25 [time] => 25 [License] => MIT ) [17] => Array ( [id] => 72 [title] => Song - 18 [time] => 18 [License] => MIT ) [69] => Array ( [id] => 70 [title] => Song - 70 [time] => 70 [License] => MIT ) [34] => Array ( [id] => 70 [title] => Song - 35 [time] => 35 [License] => MIT ) [66] => Array ( [id] => 67 [title] => Song - 67 [time] => 67 [License] => MIT ) [62] => Array ( [id] => 63 [title] => Song - 63 [time] => 63 [License] => MIT ) [60] => Array ( [id] => 61 [title] => Song - 61 [time] => 61 [License] => MIT ) [59] => Array ( [id] => 60 [title] => Song - 60 [time] => 60 [License] => MIT ) [26] => Array ( [id] => 54 [title] => Song - 27 [time] => 27 [License] => MIT ) [52] => Array ( [id] => 53 [title] => Song - 53 [time] => 53 [License] => MIT ) [48] => Array ( [id] => 49 [title] => Song - 49 [time] => 49 [License] => MIT ) [42] => Array ( [id] => 43 [title] => Song - 43 [time] => 43 [License] => MIT ) [41] => Array ( [id] => 42 [title] => Song - 42 [time] => 42 [License] => MIT ) [20] => Array ( [id] => 42 [title] => Song - 21 [time] => 21 [License] => MIT ) [38] => Array ( [id] => 39 [title] => Song - 39 [time] => 39 [License] => MIT ) [12] => Array ( [id] => 39 [title] => Song - 13 [time] => 13 [License] => MIT ) [11] => Array ( [id] => 36 [title] => Song - 12 [time] => 12 [License] => MIT ) [10] => Array ( [id] => 33 [title] => Song - 11 [time] => 11 [License] => MIT ) [7] => Array ( [id] => 32 [title] => Song - 8 [time] => 8 [License] => MIT ) [31] => Array ( [id] => 32 [title] => Song - 32 [time] => 32 [License] => MIT ) [15] => Array ( [id] => 32 [title] => Song - 16 [time] => 16 [License] => MIT ) [30] => Array ( [id] => 31 [title] => Song - 31 [time] => 31 [License] => MIT ) [13] => Array ( [id] => 28 [title] => Song - 14 [time] => 14 [License] => MIT ) [23] => Array ( [id] => 24 [title] => Song - 24 [time] => 24 [License] => MIT ) [21] => Array ( [id] => 22 [title] => Song - 22 [time] => 22 [License] => MIT ) [6] => Array ( [id] => 21 [title] => Song - 7 [time] => 7 [License] => MIT ) [19] => Array ( [id] => 20 [title] => Song - 20 [time] => 20 [License] => MIT ) [9] => Array ( [id] => 20 [title] => Song - 10 [time] => 10 [License] => MIT ) [8] => Array ( [id] => 18 [title] => Song - 9 [time] => 9 [License] => MIT ) [16] => Array ( [id] => 17 [title] => Song - 17 [time] => 17 [License] => MIT ) [14] => Array ( [id] => 15 [title] => Song - 15 [time] => 15 [License] => MIT ) [3] => Array ( [id] => 12 [title] => Song - 4 [time] => 4 [License] => MIT ) [5] => Array ( [id] => 6 [title] => Song - 6 [time] => 6 [License] => MIT ) [2] => Array ( [id] => 6 [title] => Song - 3 [time] => 3 [License] => MIT ) [4] => Array ( [id] => 5 [title] => Song - 5 [time] => 5 [License] => MIT ) [1] => Array ( [id] => 2 [title] => Song - 2 [time] => 2 [License] => MIT ) [0] => Array ( [id] => 2 [title] => Song - 1 [time] => 1 [License] => MIT ) )
Output for 7.3.4
Array ( [148] => Array ( [id] => 596 [title] => Song - 149 [time] => 149 [License] => MIT ) [139] => Array ( [id] => 560 [title] => Song - 140 [time] => 140 [License] => MIT ) [130] => Array ( [id] => 524 [title] => Song - 131 [time] => 131 [License] => MIT ) [129] => Array ( [id] => 520 [title] => Song - 130 [time] => 130 [License] => MIT ) [128] => Array ( [id] => 516 [title] => Song - 129 [time] => 129 [License] => MIT ) [127] => Array ( [id] => 512 [title] => Song - 128 [time] => 128 [License] => MIT ) [125] => Array ( [id] => 504 [title] => Song - 126 [time] => 126 [License] => MIT ) [119] => Array ( [id] => 480 [title] => Song - 120 [time] => 120 [License] => MIT ) [149] => Array ( [id] => 450 [title] => Song - 150 [time] => 150 [License] => MIT ) [147] => Array ( [id] => 444 [title] => Song - 148 [time] => 148 [License] => MIT ) [110] => Array ( [id] => 444 [title] => Song - 111 [time] => 111 [License] => MIT ) [145] => Array ( [id] => 438 [title] => Song - 146 [time] => 146 [License] => MIT ) [107] => Array ( [id] => 432 [title] => Song - 108 [time] => 108 [License] => MIT ) [141] => Array ( [id] => 426 [title] => Song - 142 [time] => 142 [License] => MIT ) [105] => Array ( [id] => 424 [title] => Song - 106 [time] => 106 [License] => MIT ) [140] => Array ( [id] => 423 [title] => Song - 141 [time] => 141 [License] => MIT ) [135] => Array ( [id] => 408 [title] => Song - 136 [time] => 136 [License] => MIT ) [100] => Array ( [id] => 404 [title] => Song - 101 [time] => 101 [License] => MIT ) [133] => Array ( [id] => 402 [title] => Song - 134 [time] => 134 [License] => MIT ) [99] => Array ( [id] => 400 [title] => Song - 100 [time] => 100 [License] => MIT ) [121] => Array ( [id] => 366 [title] => Song - 122 [time] => 122 [License] => MIT ) [89] => Array ( [id] => 360 [title] => Song - 90 [time] => 90 [License] => MIT ) [118] => Array ( [id] => 357 [title] => Song - 119 [time] => 119 [License] => MIT ) [113] => Array ( [id] => 342 [title] => Song - 114 [time] => 114 [License] => MIT ) [112] => Array ( [id] => 339 [title] => Song - 113 [time] => 113 [License] => MIT ) [111] => Array ( [id] => 336 [title] => Song - 112 [time] => 112 [License] => MIT ) [102] => Array ( [id] => 309 [title] => Song - 103 [time] => 103 [License] => MIT ) [101] => Array ( [id] => 306 [title] => Song - 102 [time] => 102 [License] => MIT ) [98] => Array ( [id] => 297 [title] => Song - 99 [time] => 99 [License] => MIT ) [73] => Array ( [id] => 296 [title] => Song - 74 [time] => 74 [License] => MIT ) [97] => Array ( [id] => 294 [title] => Song - 98 [time] => 98 [License] => MIT ) [146] => Array ( [id] => 294 [title] => Song - 147 [time] => 147 [License] => MIT ) [69] => Array ( [id] => 280 [title] => Song - 70 [time] => 70 [License] => MIT ) [92] => Array ( [id] => 279 [title] => Song - 93 [time] => 93 [License] => MIT ) [91] => Array ( [id] => 276 [title] => Song - 92 [time] => 92 [License] => MIT ) [137] => Array ( [id] => 276 [title] => Song - 138 [time] => 138 [License] => MIT ) [134] => Array ( [id] => 270 [title] => Song - 135 [time] => 135 [License] => MIT ) [65] => Array ( [id] => 264 [title] => Song - 66 [time] => 66 [License] => MIT ) [131] => Array ( [id] => 264 [title] => Song - 132 [time] => 132 [License] => MIT ) [86] => Array ( [id] => 261 [title] => Song - 87 [time] => 87 [License] => MIT ) [84] => Array ( [id] => 255 [title] => Song - 85 [time] => 85 [License] => MIT ) [126] => Array ( [id] => 254 [title] => Song - 127 [time] => 127 [License] => MIT ) [81] => Array ( [id] => 246 [title] => Song - 82 [time] => 82 [License] => MIT ) [58] => Array ( [id] => 236 [title] => Song - 59 [time] => 59 [License] => MIT ) [77] => Array ( [id] => 234 [title] => Song - 78 [time] => 78 [License] => MIT ) [114] => Array ( [id] => 230 [title] => Song - 115 [time] => 115 [License] => MIT ) [54] => Array ( [id] => 220 [title] => Song - 55 [time] => 55 [License] => MIT ) [72] => Array ( [id] => 219 [title] => Song - 73 [time] => 73 [License] => MIT ) [106] => Array ( [id] => 214 [title] => Song - 107 [time] => 107 [License] => MIT ) [68] => Array ( [id] => 207 [title] => Song - 69 [time] => 69 [License] => MIT ) [49] => Array ( [id] => 200 [title] => Song - 50 [time] => 50 [License] => MIT ) [48] => Array ( [id] => 196 [title] => Song - 49 [time] => 49 [License] => MIT ) [64] => Array ( [id] => 195 [title] => Song - 65 [time] => 65 [License] => MIT ) [63] => Array ( [id] => 192 [title] => Song - 64 [time] => 64 [License] => MIT ) [88] => Array ( [id] => 178 [title] => Song - 89 [time] => 89 [License] => MIT ) [85] => Array ( [id] => 172 [title] => Song - 86 [time] => 86 [License] => MIT ) [56] => Array ( [id] => 171 [title] => Song - 57 [time] => 57 [License] => MIT ) [55] => Array ( [id] => 168 [title] => Song - 56 [time] => 56 [License] => MIT ) [82] => Array ( [id] => 166 [title] => Song - 83 [time] => 83 [License] => MIT ) [80] => Array ( [id] => 162 [title] => Song - 81 [time] => 81 [License] => MIT ) [38] => Array ( [id] => 156 [title] => Song - 39 [time] => 39 [License] => MIT ) [50] => Array ( [id] => 153 [title] => Song - 51 [time] => 51 [License] => MIT ) [75] => Array ( [id] => 152 [title] => Song - 76 [time] => 76 [License] => MIT ) [37] => Array ( [id] => 152 [title] => Song - 38 [time] => 38 [License] => MIT ) [74] => Array ( [id] => 150 [title] => Song - 75 [time] => 75 [License] => MIT ) [144] => Array ( [id] => 145 [title] => Song - 145 [time] => 145 [License] => MIT ) [71] => Array ( [id] => 144 [title] => Song - 72 [time] => 72 [License] => MIT ) [143] => Array ( [id] => 144 [title] => Song - 144 [time] => 144 [License] => MIT ) [142] => Array ( [id] => 143 [title] => Song - 143 [time] => 143 [License] => MIT ) [138] => Array ( [id] => 139 [title] => Song - 139 [time] => 139 [License] => MIT ) [136] => Array ( [id] => 137 [title] => Song - 137 [time] => 137 [License] => MIT ) [67] => Array ( [id] => 136 [title] => Song - 68 [time] => 68 [License] => MIT ) [33] => Array ( [id] => 136 [title] => Song - 34 [time] => 34 [License] => MIT ) [44] => Array ( [id] => 135 [title] => Song - 45 [time] => 45 [License] => MIT ) [132] => Array ( [id] => 133 [title] => Song - 133 [time] => 133 [License] => MIT ) [43] => Array ( [id] => 132 [title] => Song - 44 [time] => 44 [License] => MIT ) [31] => Array ( [id] => 128 [title] => Song - 32 [time] => 32 [License] => MIT ) [124] => Array ( [id] => 125 [title] => Song - 125 [time] => 125 [License] => MIT ) [123] => Array ( [id] => 124 [title] => Song - 124 [time] => 124 [License] => MIT ) [122] => Array ( [id] => 123 [title] => Song - 123 [time] => 123 [License] => MIT ) [60] => Array ( [id] => 122 [title] => Song - 61 [time] => 61 [License] => MIT ) [120] => Array ( [id] => 121 [title] => Song - 121 [time] => 121 [License] => MIT ) [59] => Array ( [id] => 120 [title] => Song - 60 [time] => 60 [License] => MIT ) [117] => Array ( [id] => 118 [title] => Song - 118 [time] => 118 [License] => MIT ) [116] => Array ( [id] => 117 [title] => Song - 117 [time] => 117 [License] => MIT ) [28] => Array ( [id] => 116 [title] => Song - 29 [time] => 29 [License] => MIT ) [115] => Array ( [id] => 116 [title] => Song - 116 [time] => 116 [License] => MIT ) [109] => Array ( [id] => 110 [title] => Song - 110 [time] => 110 [License] => MIT ) [108] => Array ( [id] => 109 [title] => Song - 109 [time] => 109 [License] => MIT ) [53] => Array ( [id] => 108 [title] => Song - 54 [time] => 54 [License] => MIT ) [35] => Array ( [id] => 108 [title] => Song - 36 [time] => 36 [License] => MIT ) [26] => Array ( [id] => 108 [title] => Song - 27 [time] => 27 [License] => MIT ) [104] => Array ( [id] => 105 [title] => Song - 105 [time] => 105 [License] => MIT ) [51] => Array ( [id] => 104 [title] => Song - 52 [time] => 52 [License] => MIT ) [103] => Array ( [id] => 104 [title] => Song - 104 [time] => 104 [License] => MIT ) [32] => Array ( [id] => 99 [title] => Song - 33 [time] => 33 [License] => MIT ) [96] => Array ( [id] => 97 [title] => Song - 97 [time] => 97 [License] => MIT ) [95] => Array ( [id] => 96 [title] => Song - 96 [time] => 96 [License] => MIT ) [47] => Array ( [id] => 96 [title] => Song - 48 [time] => 48 [License] => MIT ) [94] => Array ( [id] => 95 [title] => Song - 95 [time] => 95 [License] => MIT ) [93] => Array ( [id] => 94 [title] => Song - 94 [time] => 94 [License] => MIT ) [90] => Array ( [id] => 91 [title] => Song - 91 [time] => 91 [License] => MIT ) [87] => Array ( [id] => 88 [title] => Song - 88 [time] => 88 [License] => MIT ) [42] => Array ( [id] => 86 [title] => Song - 43 [time] => 43 [License] => MIT ) [83] => Array ( [id] => 84 [title] => Song - 84 [time] => 84 [License] => MIT ) [41] => Array ( [id] => 84 [title] => Song - 42 [time] => 42 [License] => MIT ) [27] => Array ( [id] => 84 [title] => Song - 28 [time] => 28 [License] => MIT ) [20] => Array ( [id] => 84 [title] => Song - 21 [time] => 21 [License] => MIT ) [40] => Array ( [id] => 82 [title] => Song - 41 [time] => 41 [License] => MIT ) [79] => Array ( [id] => 80 [title] => Song - 80 [time] => 80 [License] => MIT ) [39] => Array ( [id] => 80 [title] => Song - 40 [time] => 40 [License] => MIT ) [78] => Array ( [id] => 79 [title] => Song - 79 [time] => 79 [License] => MIT ) [25] => Array ( [id] => 78 [title] => Song - 26 [time] => 26 [License] => MIT ) [76] => Array ( [id] => 77 [title] => Song - 77 [time] => 77 [License] => MIT ) [18] => Array ( [id] => 76 [title] => Song - 19 [time] => 19 [License] => MIT ) [24] => Array ( [id] => 75 [title] => Song - 25 [time] => 25 [License] => MIT ) [70] => Array ( [id] => 71 [title] => Song - 71 [time] => 71 [License] => MIT ) [22] => Array ( [id] => 69 [title] => Song - 23 [time] => 23 [License] => MIT ) [66] => Array ( [id] => 67 [title] => Song - 67 [time] => 67 [License] => MIT ) [62] => Array ( [id] => 63 [title] => Song - 63 [time] => 63 [License] => MIT ) [61] => Array ( [id] => 62 [title] => Song - 62 [time] => 62 [License] => MIT ) [30] => Array ( [id] => 62 [title] => Song - 31 [time] => 31 [License] => MIT ) [29] => Array ( [id] => 60 [title] => Song - 30 [time] => 30 [License] => MIT ) [14] => Array ( [id] => 60 [title] => Song - 15 [time] => 15 [License] => MIT ) [57] => Array ( [id] => 58 [title] => Song - 58 [time] => 58 [License] => MIT ) [52] => Array ( [id] => 53 [title] => Song - 53 [time] => 53 [License] => MIT ) [46] => Array ( [id] => 47 [title] => Song - 47 [time] => 47 [License] => MIT ) [45] => Array ( [id] => 46 [title] => Song - 46 [time] => 46 [License] => MIT ) [21] => Array ( [id] => 44 [title] => Song - 22 [time] => 22 [License] => MIT ) [13] => Array ( [id] => 42 [title] => Song - 14 [time] => 14 [License] => MIT ) [9] => Array ( [id] => 40 [title] => Song - 10 [time] => 10 [License] => MIT ) [12] => Array ( [id] => 39 [title] => Song - 13 [time] => 13 [License] => MIT ) [36] => Array ( [id] => 37 [title] => Song - 37 [time] => 37 [License] => MIT ) [8] => Array ( [id] => 36 [title] => Song - 9 [time] => 9 [License] => MIT ) [34] => Array ( [id] => 35 [title] => Song - 35 [time] => 35 [License] => MIT ) [23] => Array ( [id] => 24 [title] => Song - 24 [time] => 24 [License] => MIT ) [11] => Array ( [id] => 24 [title] => Song - 12 [time] => 12 [License] => MIT ) [6] => Array ( [id] => 21 [title] => Song - 7 [time] => 7 [License] => MIT ) [19] => Array ( [id] => 20 [title] => Song - 20 [time] => 20 [License] => MIT ) [5] => Array ( [id] => 18 [title] => Song - 6 [time] => 6 [License] => MIT ) [17] => Array ( [id] => 18 [title] => Song - 18 [time] => 18 [License] => MIT ) [16] => Array ( [id] => 17 [title] => Song - 17 [time] => 17 [License] => MIT ) [7] => Array ( [id] => 16 [title] => Song - 8 [time] => 8 [License] => MIT ) [15] => Array ( [id] => 16 [title] => Song - 16 [time] => 16 [License] => MIT ) [4] => Array ( [id] => 15 [title] => Song - 5 [time] => 5 [License] => MIT ) [10] => Array ( [id] => 11 [title] => Song - 11 [time] => 11 [License] => MIT ) [2] => Array ( [id] => 9 [title] => Song - 3 [time] => 3 [License] => MIT ) [1] => Array ( [id] => 8 [title] => Song - 2 [time] => 2 [License] => MIT ) [3] => Array ( [id] => 4 [title] => Song - 4 [time] => 4 [License] => MIT ) [0] => Array ( [id] => 1 [title] => Song - 1 [time] => 1 [License] => MIT ) )
Output for 7.3.3
Array ( [147] => Array ( [id] => 592 [title] => Song - 148 [time] => 148 [License] => MIT ) [146] => Array ( [id] => 588 [title] => Song - 147 [time] => 147 [License] => MIT ) [145] => Array ( [id] => 584 [title] => Song - 146 [time] => 146 [License] => MIT ) [139] => Array ( [id] => 560 [title] => Song - 140 [time] => 140 [License] => MIT ) [138] => Array ( [id] => 556 [title] => Song - 139 [time] => 139 [License] => MIT ) [134] => Array ( [id] => 540 [title] => Song - 135 [time] => 135 [License] => MIT ) [122] => Array ( [id] => 492 [title] => Song - 123 [time] => 123 [License] => MIT ) [119] => Array ( [id] => 480 [title] => Song - 120 [time] => 120 [License] => MIT ) [111] => Array ( [id] => 448 [title] => Song - 112 [time] => 112 [License] => MIT ) [148] => Array ( [id] => 447 [title] => Song - 149 [time] => 149 [License] => MIT ) [109] => Array ( [id] => 440 [title] => Song - 110 [time] => 110 [License] => MIT ) [143] => Array ( [id] => 432 [title] => Song - 144 [time] => 144 [License] => MIT ) [142] => Array ( [id] => 429 [title] => Song - 143 [time] => 143 [License] => MIT ) [141] => Array ( [id] => 426 [title] => Song - 142 [time] => 142 [License] => MIT ) [101] => Array ( [id] => 408 [title] => Song - 102 [time] => 102 [License] => MIT ) [133] => Array ( [id] => 402 [title] => Song - 134 [time] => 134 [License] => MIT ) [132] => Array ( [id] => 399 [title] => Song - 133 [time] => 133 [License] => MIT ) [130] => Array ( [id] => 393 [title] => Song - 131 [time] => 131 [License] => MIT ) [97] => Array ( [id] => 392 [title] => Song - 98 [time] => 98 [License] => MIT ) [96] => Array ( [id] => 388 [title] => Song - 97 [time] => 97 [License] => MIT ) [95] => Array ( [id] => 384 [title] => Song - 96 [time] => 96 [License] => MIT ) [125] => Array ( [id] => 378 [title] => Song - 126 [time] => 126 [License] => MIT ) [123] => Array ( [id] => 372 [title] => Song - 124 [time] => 124 [License] => MIT ) [91] => Array ( [id] => 368 [title] => Song - 92 [time] => 92 [License] => MIT ) [121] => Array ( [id] => 366 [title] => Song - 122 [time] => 122 [License] => MIT ) [88] => Array ( [id] => 356 [title] => Song - 89 [time] => 89 [License] => MIT ) [117] => Array ( [id] => 354 [title] => Song - 118 [time] => 118 [License] => MIT ) [115] => Array ( [id] => 348 [title] => Song - 116 [time] => 116 [License] => MIT ) [84] => Array ( [id] => 340 [title] => Song - 85 [time] => 85 [License] => MIT ) [83] => Array ( [id] => 336 [title] => Song - 84 [time] => 84 [License] => MIT ) [82] => Array ( [id] => 332 [title] => Song - 83 [time] => 83 [License] => MIT ) [107] => Array ( [id] => 324 [title] => Song - 108 [time] => 108 [License] => MIT ) [77] => Array ( [id] => 312 [title] => Song - 78 [time] => 78 [License] => MIT ) [74] => Array ( [id] => 300 [title] => Song - 75 [time] => 75 [License] => MIT ) [99] => Array ( [id] => 300 [title] => Song - 100 [time] => 100 [License] => MIT ) [73] => Array ( [id] => 296 [title] => Song - 74 [time] => 74 [License] => MIT ) [72] => Array ( [id] => 292 [title] => Song - 73 [time] => 73 [License] => MIT ) [70] => Array ( [id] => 284 [title] => Song - 71 [time] => 71 [License] => MIT ) [69] => Array ( [id] => 280 [title] => Song - 70 [time] => 70 [License] => MIT ) [137] => Array ( [id] => 276 [title] => Song - 138 [time] => 138 [License] => MIT ) [136] => Array ( [id] => 274 [title] => Song - 137 [time] => 137 [License] => MIT ) [135] => Array ( [id] => 272 [title] => Song - 136 [time] => 136 [License] => MIT ) [66] => Array ( [id] => 268 [title] => Song - 67 [time] => 67 [License] => MIT ) [65] => Array ( [id] => 264 [title] => Song - 66 [time] => 66 [License] => MIT ) [131] => Array ( [id] => 264 [title] => Song - 132 [time] => 132 [License] => MIT ) [129] => Array ( [id] => 260 [title] => Song - 130 [time] => 130 [License] => MIT ) [85] => Array ( [id] => 258 [title] => Song - 86 [time] => 86 [License] => MIT ) [128] => Array ( [id] => 258 [title] => Song - 129 [time] => 129 [License] => MIT ) [63] => Array ( [id] => 256 [title] => Song - 64 [time] => 64 [License] => MIT ) [127] => Array ( [id] => 256 [title] => Song - 128 [time] => 128 [License] => MIT ) [118] => Array ( [id] => 238 [title] => Song - 119 [time] => 119 [License] => MIT ) [58] => Array ( [id] => 236 [title] => Song - 59 [time] => 59 [License] => MIT ) [116] => Array ( [id] => 234 [title] => Song - 117 [time] => 117 [License] => MIT ) [75] => Array ( [id] => 228 [title] => Song - 76 [time] => 76 [License] => MIT ) [112] => Array ( [id] => 226 [title] => Song - 113 [time] => 113 [License] => MIT ) [110] => Array ( [id] => 222 [title] => Song - 111 [time] => 111 [License] => MIT ) [108] => Array ( [id] => 218 [title] => Song - 109 [time] => 109 [License] => MIT ) [106] => Array ( [id] => 214 [title] => Song - 107 [time] => 107 [License] => MIT ) [104] => Array ( [id] => 210 [title] => Song - 105 [time] => 105 [License] => MIT ) [51] => Array ( [id] => 208 [title] => Song - 52 [time] => 52 [License] => MIT ) [100] => Array ( [id] => 202 [title] => Song - 101 [time] => 101 [License] => MIT ) [49] => Array ( [id] => 200 [title] => Song - 50 [time] => 50 [License] => MIT ) [98] => Array ( [id] => 198 [title] => Song - 99 [time] => 99 [License] => MIT ) [46] => Array ( [id] => 188 [title] => Song - 47 [time] => 47 [License] => MIT ) [45] => Array ( [id] => 184 [title] => Song - 46 [time] => 46 [License] => MIT ) [90] => Array ( [id] => 182 [title] => Song - 91 [time] => 91 [License] => MIT ) [89] => Array ( [id] => 180 [title] => Song - 90 [time] => 90 [License] => MIT ) [43] => Array ( [id] => 176 [title] => Song - 44 [time] => 44 [License] => MIT ) [57] => Array ( [id] => 174 [title] => Song - 58 [time] => 58 [License] => MIT ) [42] => Array ( [id] => 172 [title] => Song - 43 [time] => 43 [License] => MIT ) [53] => Array ( [id] => 162 [title] => Song - 54 [time] => 54 [License] => MIT ) [79] => Array ( [id] => 160 [title] => Song - 80 [time] => 80 [License] => MIT ) [76] => Array ( [id] => 154 [title] => Song - 77 [time] => 77 [License] => MIT ) [50] => Array ( [id] => 153 [title] => Song - 51 [time] => 51 [License] => MIT ) [37] => Array ( [id] => 152 [title] => Song - 38 [time] => 38 [License] => MIT ) [149] => Array ( [id] => 150 [title] => Song - 150 [time] => 150 [License] => MIT ) [36] => Array ( [id] => 148 [title] => Song - 37 [time] => 37 [License] => MIT ) [48] => Array ( [id] => 147 [title] => Song - 49 [time] => 49 [License] => MIT ) [144] => Array ( [id] => 145 [title] => Song - 145 [time] => 145 [License] => MIT ) [140] => Array ( [id] => 141 [title] => Song - 141 [time] => 141 [License] => MIT ) [34] => Array ( [id] => 140 [title] => Song - 35 [time] => 35 [License] => MIT ) [68] => Array ( [id] => 138 [title] => Song - 69 [time] => 69 [License] => MIT ) [32] => Array ( [id] => 132 [title] => Song - 33 [time] => 33 [License] => MIT ) [126] => Array ( [id] => 127 [title] => Song - 127 [time] => 127 [License] => MIT ) [124] => Array ( [id] => 125 [title] => Song - 125 [time] => 125 [License] => MIT ) [61] => Array ( [id] => 124 [title] => Song - 62 [time] => 62 [License] => MIT ) [60] => Array ( [id] => 122 [title] => Song - 61 [time] => 61 [License] => MIT ) [120] => Array ( [id] => 121 [title] => Song - 121 [time] => 121 [License] => MIT ) [39] => Array ( [id] => 120 [title] => Song - 40 [time] => 40 [License] => MIT ) [114] => Array ( [id] => 115 [title] => Song - 115 [time] => 115 [License] => MIT ) [56] => Array ( [id] => 114 [title] => Song - 57 [time] => 57 [License] => MIT ) [113] => Array ( [id] => 114 [title] => Song - 114 [time] => 114 [License] => MIT ) [55] => Array ( [id] => 112 [title] => Song - 56 [time] => 56 [License] => MIT ) [27] => Array ( [id] => 112 [title] => Song - 28 [time] => 28 [License] => MIT ) [54] => Array ( [id] => 110 [title] => Song - 55 [time] => 55 [License] => MIT ) [35] => Array ( [id] => 108 [title] => Song - 36 [time] => 36 [License] => MIT ) [26] => Array ( [id] => 108 [title] => Song - 27 [time] => 27 [License] => MIT ) [52] => Array ( [id] => 106 [title] => Song - 53 [time] => 53 [License] => MIT ) [105] => Array ( [id] => 106 [title] => Song - 106 [time] => 106 [License] => MIT ) [103] => Array ( [id] => 104 [title] => Song - 104 [time] => 104 [License] => MIT ) [102] => Array ( [id] => 103 [title] => Song - 103 [time] => 103 [License] => MIT ) [33] => Array ( [id] => 102 [title] => Song - 34 [time] => 34 [License] => MIT ) [94] => Array ( [id] => 95 [title] => Song - 95 [time] => 95 [License] => MIT ) [93] => Array ( [id] => 94 [title] => Song - 94 [time] => 94 [License] => MIT ) [92] => Array ( [id] => 93 [title] => Song - 93 [time] => 93 [License] => MIT ) [30] => Array ( [id] => 93 [title] => Song - 31 [time] => 31 [License] => MIT ) [44] => Array ( [id] => 90 [title] => Song - 45 [time] => 45 [License] => MIT ) [87] => Array ( [id] => 88 [title] => Song - 88 [time] => 88 [License] => MIT ) [86] => Array ( [id] => 87 [title] => Song - 87 [time] => 87 [License] => MIT ) [41] => Array ( [id] => 84 [title] => Song - 42 [time] => 42 [License] => MIT ) [20] => Array ( [id] => 84 [title] => Song - 21 [time] => 21 [License] => MIT ) [81] => Array ( [id] => 82 [title] => Song - 82 [time] => 82 [License] => MIT ) [80] => Array ( [id] => 81 [title] => Song - 81 [time] => 81 [License] => MIT ) [19] => Array ( [id] => 80 [title] => Song - 20 [time] => 20 [License] => MIT ) [78] => Array ( [id] => 79 [title] => Song - 79 [time] => 79 [License] => MIT ) [25] => Array ( [id] => 78 [title] => Song - 26 [time] => 26 [License] => MIT ) [71] => Array ( [id] => 72 [title] => Song - 72 [time] => 72 [License] => MIT ) [22] => Array ( [id] => 69 [title] => Song - 23 [time] => 23 [License] => MIT ) [67] => Array ( [id] => 68 [title] => Song - 68 [time] => 68 [License] => MIT ) [64] => Array ( [id] => 65 [title] => Song - 65 [time] => 65 [License] => MIT ) [62] => Array ( [id] => 63 [title] => Song - 63 [time] => 63 [License] => MIT ) [59] => Array ( [id] => 60 [title] => Song - 60 [time] => 60 [License] => MIT ) [29] => Array ( [id] => 60 [title] => Song - 30 [time] => 30 [License] => MIT ) [14] => Array ( [id] => 60 [title] => Song - 15 [time] => 15 [License] => MIT ) [18] => Array ( [id] => 57 [title] => Song - 19 [time] => 19 [License] => MIT ) [17] => Array ( [id] => 54 [title] => Song - 18 [time] => 18 [License] => MIT ) [24] => Array ( [id] => 50 [title] => Song - 25 [time] => 25 [License] => MIT ) [47] => Array ( [id] => 48 [title] => Song - 48 [time] => 48 [License] => MIT ) [23] => Array ( [id] => 48 [title] => Song - 24 [time] => 24 [License] => MIT ) [21] => Array ( [id] => 44 [title] => Song - 22 [time] => 22 [License] => MIT ) [10] => Array ( [id] => 44 [title] => Song - 11 [time] => 11 [License] => MIT ) [40] => Array ( [id] => 41 [title] => Song - 41 [time] => 41 [License] => MIT ) [38] => Array ( [id] => 39 [title] => Song - 39 [time] => 39 [License] => MIT ) [31] => Array ( [id] => 32 [title] => Song - 32 [time] => 32 [License] => MIT ) [15] => Array ( [id] => 32 [title] => Song - 16 [time] => 16 [License] => MIT ) [28] => Array ( [id] => 29 [title] => Song - 29 [time] => 29 [License] => MIT ) [13] => Array ( [id] => 28 [title] => Song - 14 [time] => 14 [License] => MIT ) [8] => Array ( [id] => 27 [title] => Song - 9 [time] => 9 [License] => MIT ) [12] => Array ( [id] => 26 [title] => Song - 13 [time] => 13 [License] => MIT ) [11] => Array ( [id] => 24 [title] => Song - 12 [time] => 12 [License] => MIT ) [6] => Array ( [id] => 21 [title] => Song - 7 [time] => 7 [License] => MIT ) [16] => Array ( [id] => 17 [title] => Song - 17 [time] => 17 [License] => MIT ) [7] => Array ( [id] => 16 [title] => Song - 8 [time] => 8 [License] => MIT ) [5] => Array ( [id] => 12 [title] => Song - 6 [time] => 6 [License] => MIT ) [3] => Array ( [id] => 12 [title] => Song - 4 [time] => 4 [License] => MIT ) [4] => Array ( [id] => 10 [title] => Song - 5 [time] => 5 [License] => MIT ) [9] => Array ( [id] => 10 [title] => Song - 10 [time] => 10 [License] => MIT ) [1] => Array ( [id] => 8 [title] => Song - 2 [time] => 2 [License] => MIT ) [2] => Array ( [id] => 3 [title] => Song - 3 [time] => 3 [License] => MIT ) [0] => Array ( [id] => 3 [title] => Song - 1 [time] => 1 [License] => MIT ) )
Output for 7.3.2
Array ( [149] => Array ( [id] => 600 [title] => Song - 150 [time] => 150 [License] => MIT ) [147] => Array ( [id] => 592 [title] => Song - 148 [time] => 148 [License] => MIT ) [146] => Array ( [id] => 588 [title] => Song - 147 [time] => 147 [License] => MIT ) [144] => Array ( [id] => 580 [title] => Song - 145 [time] => 145 [License] => MIT ) [133] => Array ( [id] => 536 [title] => Song - 134 [time] => 134 [License] => MIT ) [131] => Array ( [id] => 528 [title] => Song - 132 [time] => 132 [License] => MIT ) [130] => Array ( [id] => 524 [title] => Song - 131 [time] => 131 [License] => MIT ) [126] => Array ( [id] => 508 [title] => Song - 127 [time] => 127 [License] => MIT ) [122] => Array ( [id] => 492 [title] => Song - 123 [time] => 123 [License] => MIT ) [117] => Array ( [id] => 472 [title] => Song - 118 [time] => 118 [License] => MIT ) [115] => Array ( [id] => 464 [title] => Song - 116 [time] => 116 [License] => MIT ) [111] => Array ( [id] => 448 [title] => Song - 112 [time] => 112 [License] => MIT ) [143] => Array ( [id] => 432 [title] => Song - 144 [time] => 144 [License] => MIT ) [105] => Array ( [id] => 424 [title] => Song - 106 [time] => 106 [License] => MIT ) [104] => Array ( [id] => 420 [title] => Song - 105 [time] => 105 [License] => MIT ) [136] => Array ( [id] => 411 [title] => Song - 137 [time] => 137 [License] => MIT ) [135] => Array ( [id] => 408 [title] => Song - 136 [time] => 136 [License] => MIT ) [101] => Array ( [id] => 408 [title] => Song - 102 [time] => 102 [License] => MIT ) [134] => Array ( [id] => 405 [title] => Song - 135 [time] => 135 [License] => MIT ) [94] => Array ( [id] => 380 [title] => Song - 95 [time] => 95 [License] => MIT ) [119] => Array ( [id] => 360 [title] => Song - 120 [time] => 120 [License] => MIT ) [116] => Array ( [id] => 351 [title] => Song - 117 [time] => 117 [License] => MIT ) [113] => Array ( [id] => 342 [title] => Song - 114 [time] => 114 [License] => MIT ) [112] => Array ( [id] => 339 [title] => Song - 113 [time] => 113 [License] => MIT ) [83] => Array ( [id] => 336 [title] => Song - 84 [time] => 84 [License] => MIT ) [110] => Array ( [id] => 333 [title] => Song - 111 [time] => 111 [License] => MIT ) [82] => Array ( [id] => 332 [title] => Song - 83 [time] => 83 [License] => MIT ) [109] => Array ( [id] => 330 [title] => Song - 110 [time] => 110 [License] => MIT ) [108] => Array ( [id] => 327 [title] => Song - 109 [time] => 109 [License] => MIT ) [107] => Array ( [id] => 324 [title] => Song - 108 [time] => 108 [License] => MIT ) [106] => Array ( [id] => 321 [title] => Song - 107 [time] => 107 [License] => MIT ) [102] => Array ( [id] => 309 [title] => Song - 103 [time] => 103 [License] => MIT ) [76] => Array ( [id] => 308 [title] => Song - 77 [time] => 77 [License] => MIT ) [74] => Array ( [id] => 300 [title] => Song - 75 [time] => 75 [License] => MIT ) [145] => Array ( [id] => 292 [title] => Song - 146 [time] => 146 [License] => MIT ) [96] => Array ( [id] => 291 [title] => Song - 97 [time] => 97 [License] => MIT ) [95] => Array ( [id] => 288 [title] => Song - 96 [time] => 96 [License] => MIT ) [139] => Array ( [id] => 280 [title] => Song - 140 [time] => 140 [License] => MIT ) [91] => Array ( [id] => 276 [title] => Song - 92 [time] => 92 [License] => MIT ) [67] => Array ( [id] => 272 [title] => Song - 68 [time] => 68 [License] => MIT ) [65] => Array ( [id] => 264 [title] => Song - 66 [time] => 66 [License] => MIT ) [85] => Array ( [id] => 258 [title] => Song - 86 [time] => 86 [License] => MIT ) [128] => Array ( [id] => 258 [title] => Song - 129 [time] => 129 [License] => MIT ) [127] => Array ( [id] => 256 [title] => Song - 128 [time] => 128 [License] => MIT ) [124] => Array ( [id] => 250 [title] => Song - 125 [time] => 125 [License] => MIT ) [123] => Array ( [id] => 248 [title] => Song - 124 [time] => 124 [License] => MIT ) [60] => Array ( [id] => 244 [title] => Song - 61 [time] => 61 [License] => MIT ) [121] => Array ( [id] => 244 [title] => Song - 122 [time] => 122 [License] => MIT ) [79] => Array ( [id] => 240 [title] => Song - 80 [time] => 80 [License] => MIT ) [59] => Array ( [id] => 240 [title] => Song - 60 [time] => 60 [License] => MIT ) [118] => Array ( [id] => 238 [title] => Song - 119 [time] => 119 [License] => MIT ) [58] => Array ( [id] => 236 [title] => Song - 59 [time] => 59 [License] => MIT ) [77] => Array ( [id] => 234 [title] => Song - 78 [time] => 78 [License] => MIT ) [114] => Array ( [id] => 230 [title] => Song - 115 [time] => 115 [License] => MIT ) [73] => Array ( [id] => 222 [title] => Song - 74 [time] => 74 [License] => MIT ) [54] => Array ( [id] => 220 [title] => Song - 55 [time] => 55 [License] => MIT ) [69] => Array ( [id] => 210 [title] => Song - 70 [time] => 70 [License] => MIT ) [99] => Array ( [id] => 200 [title] => Song - 100 [time] => 100 [License] => MIT ) [90] => Array ( [id] => 182 [title] => Song - 91 [time] => 91 [License] => MIT ) [88] => Array ( [id] => 178 [title] => Song - 89 [time] => 89 [License] => MIT ) [86] => Array ( [id] => 174 [title] => Song - 87 [time] => 87 [License] => MIT ) [42] => Array ( [id] => 172 [title] => Song - 43 [time] => 43 [License] => MIT ) [84] => Array ( [id] => 170 [title] => Song - 85 [time] => 85 [License] => MIT ) [55] => Array ( [id] => 168 [title] => Song - 56 [time] => 56 [License] => MIT ) [41] => Array ( [id] => 168 [title] => Song - 42 [time] => 42 [License] => MIT ) [81] => Array ( [id] => 164 [title] => Song - 82 [time] => 82 [License] => MIT ) [53] => Array ( [id] => 162 [title] => Song - 54 [time] => 54 [License] => MIT ) [52] => Array ( [id] => 159 [title] => Song - 53 [time] => 53 [License] => MIT ) [51] => Array ( [id] => 156 [title] => Song - 52 [time] => 52 [License] => MIT ) [50] => Array ( [id] => 153 [title] => Song - 51 [time] => 51 [License] => MIT ) [148] => Array ( [id] => 149 [title] => Song - 149 [time] => 149 [License] => MIT ) [36] => Array ( [id] => 148 [title] => Song - 37 [time] => 37 [License] => MIT ) [47] => Array ( [id] => 144 [title] => Song - 48 [time] => 48 [License] => MIT ) [35] => Array ( [id] => 144 [title] => Song - 36 [time] => 36 [License] => MIT ) [142] => Array ( [id] => 143 [title] => Song - 143 [time] => 143 [License] => MIT ) [70] => Array ( [id] => 142 [title] => Song - 71 [time] => 71 [License] => MIT ) [141] => Array ( [id] => 142 [title] => Song - 142 [time] => 142 [License] => MIT ) [140] => Array ( [id] => 141 [title] => Song - 141 [time] => 141 [License] => MIT ) [34] => Array ( [id] => 140 [title] => Song - 35 [time] => 35 [License] => MIT ) [138] => Array ( [id] => 139 [title] => Song - 139 [time] => 139 [License] => MIT ) [137] => Array ( [id] => 138 [title] => Song - 138 [time] => 138 [License] => MIT ) [66] => Array ( [id] => 134 [title] => Song - 67 [time] => 67 [License] => MIT ) [132] => Array ( [id] => 133 [title] => Song - 133 [time] => 133 [License] => MIT ) [129] => Array ( [id] => 130 [title] => Song - 130 [time] => 130 [License] => MIT ) [63] => Array ( [id] => 128 [title] => Song - 64 [time] => 64 [License] => MIT ) [125] => Array ( [id] => 126 [title] => Song - 126 [time] => 126 [License] => MIT ) [61] => Array ( [id] => 124 [title] => Song - 62 [time] => 62 [License] => MIT ) [120] => Array ( [id] => 121 [title] => Song - 121 [time] => 121 [License] => MIT ) [39] => Array ( [id] => 120 [title] => Song - 40 [time] => 40 [License] => MIT ) [57] => Array ( [id] => 116 [title] => Song - 58 [time] => 58 [License] => MIT ) [56] => Array ( [id] => 114 [title] => Song - 57 [time] => 57 [License] => MIT ) [37] => Array ( [id] => 114 [title] => Song - 38 [time] => 38 [License] => MIT ) [103] => Array ( [id] => 104 [title] => Song - 104 [time] => 104 [License] => MIT ) [33] => Array ( [id] => 102 [title] => Song - 34 [time] => 34 [License] => MIT ) [100] => Array ( [id] => 101 [title] => Song - 101 [time] => 101 [License] => MIT ) [49] => Array ( [id] => 100 [title] => Song - 50 [time] => 50 [License] => MIT ) [24] => Array ( [id] => 100 [title] => Song - 25 [time] => 25 [License] => MIT ) [98] => Array ( [id] => 99 [title] => Song - 99 [time] => 99 [License] => MIT ) [32] => Array ( [id] => 99 [title] => Song - 33 [time] => 33 [License] => MIT ) [97] => Array ( [id] => 98 [title] => Song - 98 [time] => 98 [License] => MIT ) [23] => Array ( [id] => 96 [title] => Song - 24 [time] => 24 [License] => MIT ) [93] => Array ( [id] => 94 [title] => Song - 94 [time] => 94 [License] => MIT ) [46] => Array ( [id] => 94 [title] => Song - 47 [time] => 47 [License] => MIT ) [92] => Array ( [id] => 93 [title] => Song - 93 [time] => 93 [License] => MIT ) [89] => Array ( [id] => 90 [title] => Song - 90 [time] => 90 [License] => MIT ) [44] => Array ( [id] => 90 [title] => Song - 45 [time] => 45 [License] => MIT ) [87] => Array ( [id] => 88 [title] => Song - 88 [time] => 88 [License] => MIT ) [27] => Array ( [id] => 84 [title] => Song - 28 [time] => 28 [License] => MIT ) [80] => Array ( [id] => 81 [title] => Song - 81 [time] => 81 [License] => MIT ) [26] => Array ( [id] => 81 [title] => Song - 27 [time] => 27 [License] => MIT ) [78] => Array ( [id] => 79 [title] => Song - 79 [time] => 79 [License] => MIT ) [75] => Array ( [id] => 76 [title] => Song - 76 [time] => 76 [License] => MIT ) [72] => Array ( [id] => 73 [title] => Song - 73 [time] => 73 [License] => MIT ) [71] => Array ( [id] => 72 [title] => Song - 72 [time] => 72 [License] => MIT ) [68] => Array ( [id] => 69 [title] => Song - 69 [time] => 69 [License] => MIT ) [22] => Array ( [id] => 69 [title] => Song - 23 [time] => 23 [License] => MIT ) [64] => Array ( [id] => 65 [title] => Song - 65 [time] => 65 [License] => MIT ) [62] => Array ( [id] => 63 [title] => Song - 63 [time] => 63 [License] => MIT ) [28] => Array ( [id] => 58 [title] => Song - 29 [time] => 29 [License] => MIT ) [18] => Array ( [id] => 57 [title] => Song - 19 [time] => 19 [License] => MIT ) [17] => Array ( [id] => 54 [title] => Song - 18 [time] => 18 [License] => MIT ) [25] => Array ( [id] => 52 [title] => Song - 26 [time] => 26 [License] => MIT ) [16] => Array ( [id] => 51 [title] => Song - 17 [time] => 17 [License] => MIT ) [48] => Array ( [id] => 49 [title] => Song - 49 [time] => 49 [License] => MIT ) [45] => Array ( [id] => 46 [title] => Song - 46 [time] => 46 [License] => MIT ) [14] => Array ( [id] => 45 [title] => Song - 15 [time] => 15 [License] => MIT ) [43] => Array ( [id] => 44 [title] => Song - 44 [time] => 44 [License] => MIT ) [20] => Array ( [id] => 42 [title] => Song - 21 [time] => 21 [License] => MIT ) [40] => Array ( [id] => 41 [title] => Song - 41 [time] => 41 [License] => MIT ) [9] => Array ( [id] => 40 [title] => Song - 10 [time] => 10 [License] => MIT ) [38] => Array ( [id] => 39 [title] => Song - 39 [time] => 39 [License] => MIT ) [11] => Array ( [id] => 36 [title] => Song - 12 [time] => 12 [License] => MIT ) [31] => Array ( [id] => 32 [title] => Song - 32 [time] => 32 [License] => MIT ) [30] => Array ( [id] => 31 [title] => Song - 31 [time] => 31 [License] => MIT ) [29] => Array ( [id] => 30 [title] => Song - 30 [time] => 30 [License] => MIT ) [13] => Array ( [id] => 28 [title] => Song - 14 [time] => 14 [License] => MIT ) [21] => Array ( [id] => 22 [title] => Song - 22 [time] => 22 [License] => MIT ) [6] => Array ( [id] => 21 [title] => Song - 7 [time] => 7 [License] => MIT ) [19] => Array ( [id] => 20 [title] => Song - 20 [time] => 20 [License] => MIT ) [5] => Array ( [id] => 18 [title] => Song - 6 [time] => 6 [License] => MIT ) [15] => Array ( [id] => 16 [title] => Song - 16 [time] => 16 [License] => MIT ) [4] => Array ( [id] => 15 [title] => Song - 5 [time] => 5 [License] => MIT ) [12] => Array ( [id] => 13 [title] => Song - 13 [time] => 13 [License] => MIT ) [3] => Array ( [id] => 12 [title] => Song - 4 [time] => 4 [License] => MIT ) [10] => Array ( [id] => 11 [title] => Song - 11 [time] => 11 [License] => MIT ) [8] => Array ( [id] => 9 [title] => Song - 9 [time] => 9 [License] => MIT ) [7] => Array ( [id] => 8 [title] => Song - 8 [time] => 8 [License] => MIT ) [0] => Array ( [id] => 4 [title] => Song - 1 [time] => 1 [License] => MIT ) [2] => Array ( [id] => 3 [title] => Song - 3 [time] => 3 [License] => MIT ) [1] => Array ( [id] => 2 [title] => Song - 2 [time] => 2 [License] => MIT ) )
Output for 7.3.1
Array ( [148] => Array ( [id] => 596 [title] => Song - 149 [time] => 149 [License] => MIT ) [147] => Array ( [id] => 592 [title] => Song - 148 [time] => 148 [License] => MIT ) [143] => Array ( [id] => 576 [title] => Song - 144 [time] => 144 [License] => MIT ) [142] => Array ( [id] => 572 [title] => Song - 143 [time] => 143 [License] => MIT ) [141] => Array ( [id] => 568 [title] => Song - 142 [time] => 142 [License] => MIT ) [136] => Array ( [id] => 548 [title] => Song - 137 [time] => 137 [License] => MIT ) [133] => Array ( [id] => 536 [title] => Song - 134 [time] => 134 [License] => MIT ) [129] => Array ( [id] => 520 [title] => Song - 130 [time] => 130 [License] => MIT ) [121] => Array ( [id] => 488 [title] => Song - 122 [time] => 122 [License] => MIT ) [117] => Array ( [id] => 472 [title] => Song - 118 [time] => 118 [License] => MIT ) [115] => Array ( [id] => 464 [title] => Song - 116 [time] => 116 [License] => MIT ) [112] => Array ( [id] => 452 [title] => Song - 113 [time] => 113 [License] => MIT ) [146] => Array ( [id] => 441 [title] => Song - 147 [time] => 147 [License] => MIT ) [144] => Array ( [id] => 435 [title] => Song - 145 [time] => 145 [License] => MIT ) [105] => Array ( [id] => 424 [title] => Song - 106 [time] => 106 [License] => MIT ) [139] => Array ( [id] => 420 [title] => Song - 140 [time] => 140 [License] => MIT ) [101] => Array ( [id] => 408 [title] => Song - 102 [time] => 102 [License] => MIT ) [100] => Array ( [id] => 404 [title] => Song - 101 [time] => 101 [License] => MIT ) [98] => Array ( [id] => 396 [title] => Song - 99 [time] => 99 [License] => MIT ) [95] => Array ( [id] => 384 [title] => Song - 96 [time] => 96 [License] => MIT ) [127] => Array ( [id] => 384 [title] => Song - 128 [time] => 128 [License] => MIT ) [125] => Array ( [id] => 378 [title] => Song - 126 [time] => 126 [License] => MIT ) [118] => Array ( [id] => 357 [title] => Song - 119 [time] => 119 [License] => MIT ) [88] => Array ( [id] => 356 [title] => Song - 89 [time] => 89 [License] => MIT ) [87] => Array ( [id] => 352 [title] => Song - 88 [time] => 88 [License] => MIT ) [86] => Array ( [id] => 348 [title] => Song - 87 [time] => 87 [License] => MIT ) [84] => Array ( [id] => 340 [title] => Song - 85 [time] => 85 [License] => MIT ) [109] => Array ( [id] => 330 [title] => Song - 110 [time] => 110 [License] => MIT ) [81] => Array ( [id] => 328 [title] => Song - 82 [time] => 82 [License] => MIT ) [75] => Array ( [id] => 304 [title] => Song - 76 [time] => 76 [License] => MIT ) [74] => Array ( [id] => 300 [title] => Song - 75 [time] => 75 [License] => MIT ) [149] => Array ( [id] => 300 [title] => Song - 150 [time] => 150 [License] => MIT ) [97] => Array ( [id] => 294 [title] => Song - 98 [time] => 98 [License] => MIT ) [145] => Array ( [id] => 292 [title] => Song - 146 [time] => 146 [License] => MIT ) [96] => Array ( [id] => 291 [title] => Song - 97 [time] => 97 [License] => MIT ) [94] => Array ( [id] => 285 [title] => Song - 95 [time] => 95 [License] => MIT ) [70] => Array ( [id] => 284 [title] => Song - 71 [time] => 71 [License] => MIT ) [93] => Array ( [id] => 282 [title] => Song - 94 [time] => 94 [License] => MIT ) [138] => Array ( [id] => 278 [title] => Song - 139 [time] => 139 [License] => MIT ) [67] => Array ( [id] => 272 [title] => Song - 68 [time] => 68 [License] => MIT ) [135] => Array ( [id] => 272 [title] => Song - 136 [time] => 136 [License] => MIT ) [66] => Array ( [id] => 268 [title] => Song - 67 [time] => 67 [License] => MIT ) [132] => Array ( [id] => 266 [title] => Song - 133 [time] => 133 [License] => MIT ) [131] => Array ( [id] => 264 [title] => Song - 132 [time] => 132 [License] => MIT ) [64] => Array ( [id] => 260 [title] => Song - 65 [time] => 65 [License] => MIT ) [85] => Array ( [id] => 258 [title] => Song - 86 [time] => 86 [License] => MIT ) [63] => Array ( [id] => 256 [title] => Song - 64 [time] => 64 [License] => MIT ) [126] => Array ( [id] => 254 [title] => Song - 127 [time] => 127 [License] => MIT ) [124] => Array ( [id] => 250 [title] => Song - 125 [time] => 125 [License] => MIT ) [61] => Array ( [id] => 248 [title] => Song - 62 [time] => 62 [License] => MIT ) [60] => Array ( [id] => 244 [title] => Song - 61 [time] => 61 [License] => MIT ) [80] => Array ( [id] => 243 [title] => Song - 81 [time] => 81 [License] => MIT ) [120] => Array ( [id] => 242 [title] => Song - 121 [time] => 121 [License] => MIT ) [78] => Array ( [id] => 237 [title] => Song - 79 [time] => 79 [License] => MIT ) [116] => Array ( [id] => 234 [title] => Song - 117 [time] => 117 [License] => MIT ) [57] => Array ( [id] => 232 [title] => Song - 58 [time] => 58 [License] => MIT ) [76] => Array ( [id] => 231 [title] => Song - 77 [time] => 77 [License] => MIT ) [114] => Array ( [id] => 230 [title] => Song - 115 [time] => 115 [License] => MIT ) [113] => Array ( [id] => 228 [title] => Song - 114 [time] => 114 [License] => MIT ) [111] => Array ( [id] => 224 [title] => Song - 112 [time] => 112 [License] => MIT ) [110] => Array ( [id] => 222 [title] => Song - 111 [time] => 111 [License] => MIT ) [54] => Array ( [id] => 220 [title] => Song - 55 [time] => 55 [License] => MIT ) [107] => Array ( [id] => 216 [title] => Song - 108 [time] => 108 [License] => MIT ) [106] => Array ( [id] => 214 [title] => Song - 107 [time] => 107 [License] => MIT ) [102] => Array ( [id] => 206 [title] => Song - 103 [time] => 103 [License] => MIT ) [49] => Array ( [id] => 200 [title] => Song - 50 [time] => 50 [License] => MIT ) [48] => Array ( [id] => 196 [title] => Song - 49 [time] => 49 [License] => MIT ) [92] => Array ( [id] => 186 [title] => Song - 93 [time] => 93 [License] => MIT ) [91] => Array ( [id] => 184 [title] => Song - 92 [time] => 92 [License] => MIT ) [90] => Array ( [id] => 182 [title] => Song - 91 [time] => 91 [License] => MIT ) [89] => Array ( [id] => 180 [title] => Song - 90 [time] => 90 [License] => MIT ) [59] => Array ( [id] => 180 [title] => Song - 60 [time] => 60 [License] => MIT ) [56] => Array ( [id] => 171 [title] => Song - 57 [time] => 57 [License] => MIT ) [83] => Array ( [id] => 168 [title] => Song - 84 [time] => 84 [License] => MIT ) [55] => Array ( [id] => 168 [title] => Song - 56 [time] => 56 [License] => MIT ) [82] => Array ( [id] => 166 [title] => Song - 83 [time] => 83 [License] => MIT ) [53] => Array ( [id] => 162 [title] => Song - 54 [time] => 54 [License] => MIT ) [79] => Array ( [id] => 160 [title] => Song - 80 [time] => 80 [License] => MIT ) [39] => Array ( [id] => 160 [title] => Song - 40 [time] => 40 [License] => MIT ) [73] => Array ( [id] => 148 [title] => Song - 74 [time] => 74 [License] => MIT ) [35] => Array ( [id] => 144 [title] => Song - 36 [time] => 36 [License] => MIT ) [140] => Array ( [id] => 141 [title] => Song - 141 [time] => 141 [License] => MIT ) [68] => Array ( [id] => 138 [title] => Song - 69 [time] => 69 [License] => MIT ) [137] => Array ( [id] => 138 [title] => Song - 138 [time] => 138 [License] => MIT ) [134] => Array ( [id] => 135 [title] => Song - 135 [time] => 135 [License] => MIT ) [65] => Array ( [id] => 132 [title] => Song - 66 [time] => 66 [License] => MIT ) [43] => Array ( [id] => 132 [title] => Song - 44 [time] => 44 [License] => MIT ) [130] => Array ( [id] => 131 [title] => Song - 131 [time] => 131 [License] => MIT ) [128] => Array ( [id] => 129 [title] => Song - 129 [time] => 129 [License] => MIT ) [41] => Array ( [id] => 126 [title] => Song - 42 [time] => 42 [License] => MIT ) [123] => Array ( [id] => 124 [title] => Song - 124 [time] => 124 [License] => MIT ) [122] => Array ( [id] => 123 [title] => Song - 123 [time] => 123 [License] => MIT ) [119] => Array ( [id] => 120 [title] => Song - 120 [time] => 120 [License] => MIT ) [28] => Array ( [id] => 116 [title] => Song - 29 [time] => 29 [License] => MIT ) [108] => Array ( [id] => 109 [title] => Song - 109 [time] => 109 [License] => MIT ) [52] => Array ( [id] => 106 [title] => Song - 53 [time] => 53 [License] => MIT ) [104] => Array ( [id] => 105 [title] => Song - 105 [time] => 105 [License] => MIT ) [25] => Array ( [id] => 104 [title] => Song - 26 [time] => 26 [License] => MIT ) [103] => Array ( [id] => 104 [title] => Song - 104 [time] => 104 [License] => MIT ) [50] => Array ( [id] => 102 [title] => Song - 51 [time] => 51 [License] => MIT ) [99] => Array ( [id] => 100 [title] => Song - 100 [time] => 100 [License] => MIT ) [32] => Array ( [id] => 99 [title] => Song - 33 [time] => 33 [License] => MIT ) [31] => Array ( [id] => 96 [title] => Song - 32 [time] => 32 [License] => MIT ) [45] => Array ( [id] => 92 [title] => Song - 46 [time] => 46 [License] => MIT ) [21] => Array ( [id] => 88 [title] => Song - 22 [time] => 22 [License] => MIT ) [27] => Array ( [id] => 84 [title] => Song - 28 [time] => 28 [License] => MIT ) [20] => Array ( [id] => 84 [title] => Song - 21 [time] => 21 [License] => MIT ) [26] => Array ( [id] => 81 [title] => Song - 27 [time] => 27 [License] => MIT ) [19] => Array ( [id] => 80 [title] => Song - 20 [time] => 20 [License] => MIT ) [77] => Array ( [id] => 78 [title] => Song - 78 [time] => 78 [License] => MIT ) [37] => Array ( [id] => 76 [title] => Song - 38 [time] => 38 [License] => MIT ) [72] => Array ( [id] => 73 [title] => Song - 73 [time] => 73 [License] => MIT ) [71] => Array ( [id] => 72 [title] => Song - 72 [time] => 72 [License] => MIT ) [17] => Array ( [id] => 72 [title] => Song - 18 [time] => 18 [License] => MIT ) [69] => Array ( [id] => 70 [title] => Song - 70 [time] => 70 [License] => MIT ) [22] => Array ( [id] => 69 [title] => Song - 23 [time] => 23 [License] => MIT ) [16] => Array ( [id] => 68 [title] => Song - 17 [time] => 17 [License] => MIT ) [62] => Array ( [id] => 63 [title] => Song - 63 [time] => 63 [License] => MIT ) [30] => Array ( [id] => 62 [title] => Song - 31 [time] => 31 [License] => MIT ) [29] => Array ( [id] => 60 [title] => Song - 30 [time] => 30 [License] => MIT ) [14] => Array ( [id] => 60 [title] => Song - 15 [time] => 15 [License] => MIT ) [58] => Array ( [id] => 59 [title] => Song - 59 [time] => 59 [License] => MIT ) [51] => Array ( [id] => 52 [title] => Song - 52 [time] => 52 [License] => MIT ) [12] => Array ( [id] => 52 [title] => Song - 13 [time] => 13 [License] => MIT ) [47] => Array ( [id] => 48 [title] => Song - 48 [time] => 48 [License] => MIT ) [11] => Array ( [id] => 48 [title] => Song - 12 [time] => 12 [License] => MIT ) [46] => Array ( [id] => 47 [title] => Song - 47 [time] => 47 [License] => MIT ) [44] => Array ( [id] => 45 [title] => Song - 45 [time] => 45 [License] => MIT ) [42] => Array ( [id] => 43 [title] => Song - 43 [time] => 43 [License] => MIT ) [40] => Array ( [id] => 41 [title] => Song - 41 [time] => 41 [License] => MIT ) [38] => Array ( [id] => 39 [title] => Song - 39 [time] => 39 [License] => MIT ) [18] => Array ( [id] => 38 [title] => Song - 19 [time] => 19 [License] => MIT ) [36] => Array ( [id] => 37 [title] => Song - 37 [time] => 37 [License] => MIT ) [8] => Array ( [id] => 36 [title] => Song - 9 [time] => 9 [License] => MIT ) [34] => Array ( [id] => 35 [title] => Song - 35 [time] => 35 [License] => MIT ) [33] => Array ( [id] => 34 [title] => Song - 34 [time] => 34 [License] => MIT ) [7] => Array ( [id] => 32 [title] => Song - 8 [time] => 8 [License] => MIT ) [15] => Array ( [id] => 32 [title] => Song - 16 [time] => 16 [License] => MIT ) [13] => Array ( [id] => 28 [title] => Song - 14 [time] => 14 [License] => MIT ) [24] => Array ( [id] => 25 [title] => Song - 25 [time] => 25 [License] => MIT ) [23] => Array ( [id] => 24 [title] => Song - 24 [time] => 24 [License] => MIT ) [10] => Array ( [id] => 11 [title] => Song - 11 [time] => 11 [License] => MIT ) [9] => Array ( [id] => 10 [title] => Song - 10 [time] => 10 [License] => MIT ) [1] => Array ( [id] => 8 [title] => Song - 2 [time] => 2 [License] => MIT ) [6] => Array ( [id] => 7 [title] => Song - 7 [time] => 7 [License] => MIT ) [5] => Array ( [id] => 6 [title] => Song - 6 [time] => 6 [License] => MIT ) [4] => Array ( [id] => 5 [title] => Song - 5 [time] => 5 [License] => MIT ) [3] => Array ( [id] => 4 [title] => Song - 4 [time] => 4 [License] => MIT ) [2] => Array ( [id] => 3 [title] => Song - 3 [time] => 3 [License] => MIT ) [0] => Array ( [id] => 2 [title] => Song - 1 [time] => 1 [License] => MIT ) )
Output for 7.3.0
Array ( [143] => Array ( [id] => 576 [title] => Song - 144 [time] => 144 [License] => MIT ) [133] => Array ( [id] => 536 [title] => Song - 134 [time] => 134 [License] => MIT ) [130] => Array ( [id] => 524 [title] => Song - 131 [time] => 131 [License] => MIT ) [127] => Array ( [id] => 512 [title] => Song - 128 [time] => 128 [License] => MIT ) [122] => Array ( [id] => 492 [title] => Song - 123 [time] => 123 [License] => MIT ) [121] => Array ( [id] => 488 [title] => Song - 122 [time] => 122 [License] => MIT ) [114] => Array ( [id] => 460 [title] => Song - 115 [time] => 115 [License] => MIT ) [112] => Array ( [id] => 452 [title] => Song - 113 [time] => 113 [License] => MIT ) [148] => Array ( [id] => 447 [title] => Song - 149 [time] => 149 [License] => MIT ) [108] => Array ( [id] => 436 [title] => Song - 109 [time] => 109 [License] => MIT ) [144] => Array ( [id] => 435 [title] => Song - 145 [time] => 145 [License] => MIT ) [139] => Array ( [id] => 420 [title] => Song - 140 [time] => 140 [License] => MIT ) [103] => Array ( [id] => 416 [title] => Song - 104 [time] => 104 [License] => MIT ) [102] => Array ( [id] => 412 [title] => Song - 103 [time] => 103 [License] => MIT ) [99] => Array ( [id] => 400 [title] => Song - 100 [time] => 100 [License] => MIT ) [98] => Array ( [id] => 396 [title] => Song - 99 [time] => 99 [License] => MIT ) [126] => Array ( [id] => 381 [title] => Song - 127 [time] => 127 [License] => MIT ) [94] => Array ( [id] => 380 [title] => Song - 95 [time] => 95 [License] => MIT ) [124] => Array ( [id] => 375 [title] => Song - 125 [time] => 125 [License] => MIT ) [120] => Array ( [id] => 363 [title] => Song - 121 [time] => 121 [License] => MIT ) [119] => Array ( [id] => 360 [title] => Song - 120 [time] => 120 [License] => MIT ) [116] => Array ( [id] => 351 [title] => Song - 117 [time] => 117 [License] => MIT ) [104] => Array ( [id] => 315 [title] => Song - 105 [time] => 105 [License] => MIT ) [77] => Array ( [id] => 312 [title] => Song - 78 [time] => 78 [License] => MIT ) [76] => Array ( [id] => 308 [title] => Song - 77 [time] => 77 [License] => MIT ) [101] => Array ( [id] => 306 [title] => Song - 102 [time] => 102 [License] => MIT ) [75] => Array ( [id] => 304 [title] => Song - 76 [time] => 76 [License] => MIT ) [100] => Array ( [id] => 303 [title] => Song - 101 [time] => 101 [License] => MIT ) [147] => Array ( [id] => 296 [title] => Song - 148 [time] => 148 [License] => MIT ) [146] => Array ( [id] => 294 [title] => Song - 147 [time] => 147 [License] => MIT ) [95] => Array ( [id] => 288 [title] => Song - 96 [time] => 96 [License] => MIT ) [142] => Array ( [id] => 286 [title] => Song - 143 [time] => 143 [License] => MIT ) [136] => Array ( [id] => 274 [title] => Song - 137 [time] => 137 [License] => MIT ) [90] => Array ( [id] => 273 [title] => Song - 91 [time] => 91 [License] => MIT ) [135] => Array ( [id] => 272 [title] => Song - 136 [time] => 136 [License] => MIT ) [134] => Array ( [id] => 270 [title] => Song - 135 [time] => 135 [License] => MIT ) [66] => Array ( [id] => 268 [title] => Song - 67 [time] => 67 [License] => MIT ) [131] => Array ( [id] => 264 [title] => Song - 132 [time] => 132 [License] => MIT ) [129] => Array ( [id] => 260 [title] => Song - 130 [time] => 130 [License] => MIT ) [85] => Array ( [id] => 258 [title] => Song - 86 [time] => 86 [License] => MIT ) [83] => Array ( [id] => 252 [title] => Song - 84 [time] => 84 [License] => MIT ) [125] => Array ( [id] => 252 [title] => Song - 126 [time] => 126 [License] => MIT ) [123] => Array ( [id] => 248 [title] => Song - 124 [time] => 124 [License] => MIT ) [117] => Array ( [id] => 236 [title] => Song - 118 [time] => 118 [License] => MIT ) [115] => Array ( [id] => 232 [title] => Song - 116 [time] => 116 [License] => MIT ) [113] => Array ( [id] => 228 [title] => Song - 114 [time] => 114 [License] => MIT ) [111] => Array ( [id] => 224 [title] => Song - 112 [time] => 112 [License] => MIT ) [110] => Array ( [id] => 222 [title] => Song - 111 [time] => 111 [License] => MIT ) [109] => Array ( [id] => 220 [title] => Song - 110 [time] => 110 [License] => MIT ) [72] => Array ( [id] => 219 [title] => Song - 73 [time] => 73 [License] => MIT ) [53] => Array ( [id] => 216 [title] => Song - 54 [time] => 54 [License] => MIT ) [105] => Array ( [id] => 212 [title] => Song - 106 [time] => 106 [License] => MIT ) [65] => Array ( [id] => 198 [title] => Song - 66 [time] => 66 [License] => MIT ) [97] => Array ( [id] => 196 [title] => Song - 98 [time] => 98 [License] => MIT ) [63] => Array ( [id] => 192 [title] => Song - 64 [time] => 64 [License] => MIT ) [47] => Array ( [id] => 192 [title] => Song - 48 [time] => 48 [License] => MIT ) [62] => Array ( [id] => 189 [title] => Song - 63 [time] => 63 [License] => MIT ) [92] => Array ( [id] => 186 [title] => Song - 93 [time] => 93 [License] => MIT ) [61] => Array ( [id] => 186 [title] => Song - 62 [time] => 62 [License] => MIT ) [91] => Array ( [id] => 184 [title] => Song - 92 [time] => 92 [License] => MIT ) [89] => Array ( [id] => 180 [title] => Song - 90 [time] => 90 [License] => MIT ) [58] => Array ( [id] => 177 [title] => Song - 59 [time] => 59 [License] => MIT ) [87] => Array ( [id] => 176 [title] => Song - 88 [time] => 88 [License] => MIT ) [86] => Array ( [id] => 174 [title] => Song - 87 [time] => 87 [License] => MIT ) [56] => Array ( [id] => 171 [title] => Song - 57 [time] => 57 [License] => MIT ) [55] => Array ( [id] => 168 [title] => Song - 56 [time] => 56 [License] => MIT ) [80] => Array ( [id] => 162 [title] => Song - 81 [time] => 81 [License] => MIT ) [78] => Array ( [id] => 158 [title] => Song - 79 [time] => 79 [License] => MIT ) [37] => Array ( [id] => 152 [title] => Song - 38 [time] => 38 [License] => MIT ) [49] => Array ( [id] => 150 [title] => Song - 50 [time] => 50 [License] => MIT ) [149] => Array ( [id] => 150 [title] => Song - 150 [time] => 150 [License] => MIT ) [73] => Array ( [id] => 148 [title] => Song - 74 [time] => 74 [License] => MIT ) [145] => Array ( [id] => 146 [title] => Song - 146 [time] => 146 [License] => MIT ) [35] => Array ( [id] => 144 [title] => Song - 36 [time] => 36 [License] => MIT ) [70] => Array ( [id] => 142 [title] => Song - 71 [time] => 71 [License] => MIT ) [141] => Array ( [id] => 142 [title] => Song - 142 [time] => 142 [License] => MIT ) [140] => Array ( [id] => 141 [title] => Song - 141 [time] => 141 [License] => MIT ) [138] => Array ( [id] => 139 [title] => Song - 139 [time] => 139 [License] => MIT ) [137] => Array ( [id] => 138 [title] => Song - 138 [time] => 138 [License] => MIT ) [67] => Array ( [id] => 136 [title] => Song - 68 [time] => 68 [License] => MIT ) [132] => Array ( [id] => 133 [title] => Song - 133 [time] => 133 [License] => MIT ) [43] => Array ( [id] => 132 [title] => Song - 44 [time] => 44 [License] => MIT ) [64] => Array ( [id] => 130 [title] => Song - 65 [time] => 65 [License] => MIT ) [128] => Array ( [id] => 129 [title] => Song - 129 [time] => 129 [License] => MIT ) [60] => Array ( [id] => 122 [title] => Song - 61 [time] => 61 [License] => MIT ) [118] => Array ( [id] => 119 [title] => Song - 119 [time] => 119 [License] => MIT ) [38] => Array ( [id] => 117 [title] => Song - 39 [time] => 39 [License] => MIT ) [107] => Array ( [id] => 108 [title] => Song - 108 [time] => 108 [License] => MIT ) [106] => Array ( [id] => 107 [title] => Song - 107 [time] => 107 [License] => MIT ) [52] => Array ( [id] => 106 [title] => Song - 53 [time] => 53 [License] => MIT ) [51] => Array ( [id] => 104 [title] => Song - 52 [time] => 52 [License] => MIT ) [32] => Array ( [id] => 99 [title] => Song - 33 [time] => 33 [License] => MIT ) [96] => Array ( [id] => 97 [title] => Song - 97 [time] => 97 [License] => MIT ) [93] => Array ( [id] => 94 [title] => Song - 94 [time] => 94 [License] => MIT ) [46] => Array ( [id] => 94 [title] => Song - 47 [time] => 47 [License] => MIT ) [22] => Array ( [id] => 92 [title] => Song - 23 [time] => 23 [License] => MIT ) [88] => Array ( [id] => 89 [title] => Song - 89 [time] => 89 [License] => MIT ) [21] => Array ( [id] => 88 [title] => Song - 22 [time] => 22 [License] => MIT ) [42] => Array ( [id] => 86 [title] => Song - 43 [time] => 43 [License] => MIT ) [84] => Array ( [id] => 85 [title] => Song - 85 [time] => 85 [License] => MIT ) [41] => Array ( [id] => 84 [title] => Song - 42 [time] => 42 [License] => MIT ) [20] => Array ( [id] => 84 [title] => Song - 21 [time] => 21 [License] => MIT ) [82] => Array ( [id] => 83 [title] => Song - 83 [time] => 83 [License] => MIT ) [81] => Array ( [id] => 82 [title] => Song - 82 [time] => 82 [License] => MIT ) [79] => Array ( [id] => 80 [title] => Song - 80 [time] => 80 [License] => MIT ) [39] => Array ( [id] => 80 [title] => Song - 40 [time] => 40 [License] => MIT ) [74] => Array ( [id] => 75 [title] => Song - 75 [time] => 75 [License] => MIT ) [71] => Array ( [id] => 72 [title] => Song - 72 [time] => 72 [License] => MIT ) [69] => Array ( [id] => 70 [title] => Song - 70 [time] => 70 [License] => MIT ) [68] => Array ( [id] => 69 [title] => Song - 69 [time] => 69 [License] => MIT ) [33] => Array ( [id] => 68 [title] => Song - 34 [time] => 34 [License] => MIT ) [16] => Array ( [id] => 68 [title] => Song - 17 [time] => 17 [License] => MIT ) [15] => Array ( [id] => 64 [title] => Song - 16 [time] => 16 [License] => MIT ) [59] => Array ( [id] => 60 [title] => Song - 60 [time] => 60 [License] => MIT ) [29] => Array ( [id] => 60 [title] => Song - 30 [time] => 30 [License] => MIT ) [19] => Array ( [id] => 60 [title] => Song - 20 [time] => 20 [License] => MIT ) [57] => Array ( [id] => 58 [title] => Song - 58 [time] => 58 [License] => MIT ) [28] => Array ( [id] => 58 [title] => Song - 29 [time] => 29 [License] => MIT ) [18] => Array ( [id] => 57 [title] => Song - 19 [time] => 19 [License] => MIT ) [54] => Array ( [id] => 55 [title] => Song - 55 [time] => 55 [License] => MIT ) [26] => Array ( [id] => 54 [title] => Song - 27 [time] => 27 [License] => MIT ) [50] => Array ( [id] => 51 [title] => Song - 51 [time] => 51 [License] => MIT ) [24] => Array ( [id] => 50 [title] => Song - 25 [time] => 25 [License] => MIT ) [48] => Array ( [id] => 49 [title] => Song - 49 [time] => 49 [License] => MIT ) [23] => Array ( [id] => 48 [title] => Song - 24 [time] => 24 [License] => MIT ) [45] => Array ( [id] => 46 [title] => Song - 46 [time] => 46 [License] => MIT ) [44] => Array ( [id] => 45 [title] => Song - 45 [time] => 45 [License] => MIT ) [14] => Array ( [id] => 45 [title] => Song - 15 [time] => 15 [License] => MIT ) [13] => Array ( [id] => 42 [title] => Song - 14 [time] => 14 [License] => MIT ) [40] => Array ( [id] => 41 [title] => Song - 41 [time] => 41 [License] => MIT ) [9] => Array ( [id] => 40 [title] => Song - 10 [time] => 10 [License] => MIT ) [36] => Array ( [id] => 37 [title] => Song - 37 [time] => 37 [License] => MIT ) [8] => Array ( [id] => 36 [title] => Song - 9 [time] => 9 [License] => MIT ) [17] => Array ( [id] => 36 [title] => Song - 18 [time] => 18 [License] => MIT ) [34] => Array ( [id] => 35 [title] => Song - 35 [time] => 35 [License] => MIT ) [10] => Array ( [id] => 33 [title] => Song - 11 [time] => 11 [License] => MIT ) [31] => Array ( [id] => 32 [title] => Song - 32 [time] => 32 [License] => MIT ) [30] => Array ( [id] => 31 [title] => Song - 31 [time] => 31 [License] => MIT ) [27] => Array ( [id] => 28 [title] => Song - 28 [time] => 28 [License] => MIT ) [25] => Array ( [id] => 26 [title] => Song - 26 [time] => 26 [License] => MIT ) [6] => Array ( [id] => 21 [title] => Song - 7 [time] => 7 [License] => MIT ) [5] => Array ( [id] => 18 [title] => Song - 6 [time] => 6 [License] => MIT ) [7] => Array ( [id] => 16 [title] => Song - 8 [time] => 8 [License] => MIT ) [12] => Array ( [id] => 13 [title] => Song - 13 [time] => 13 [License] => MIT ) [11] => Array ( [id] => 12 [title] => Song - 12 [time] => 12 [License] => MIT ) [4] => Array ( [id] => 10 [title] => Song - 5 [time] => 5 [License] => MIT ) [3] => Array ( [id] => 4 [title] => Song - 4 [time] => 4 [License] => MIT ) [1] => Array ( [id] => 4 [title] => Song - 2 [time] => 2 [License] => MIT ) [2] => Array ( [id] => 3 [title] => Song - 3 [time] => 3 [License] => MIT ) [0] => Array ( [id] => 3 [title] => Song - 1 [time] => 1 [License] => MIT ) )
Output for 7.2.25
Array ( [148] => Array ( [id] => 596 [title] => Song - 149 [time] => 149 [License] => MIT ) [144] => Array ( [id] => 580 [title] => Song - 145 [time] => 145 [License] => MIT ) [142] => Array ( [id] => 572 [title] => Song - 143 [time] => 143 [License] => MIT ) [139] => Array ( [id] => 560 [title] => Song - 140 [time] => 140 [License] => MIT ) [138] => Array ( [id] => 556 [title] => Song - 139 [time] => 139 [License] => MIT ) [131] => Array ( [id] => 528 [title] => Song - 132 [time] => 132 [License] => MIT ) [124] => Array ( [id] => 500 [title] => Song - 125 [time] => 125 [License] => MIT ) [123] => Array ( [id] => 496 [title] => Song - 124 [time] => 124 [License] => MIT ) [117] => Array ( [id] => 472 [title] => Song - 118 [time] => 118 [License] => MIT ) [116] => Array ( [id] => 468 [title] => Song - 117 [time] => 117 [License] => MIT ) [115] => Array ( [id] => 464 [title] => Song - 116 [time] => 116 [License] => MIT ) [113] => Array ( [id] => 456 [title] => Song - 114 [time] => 114 [License] => MIT ) [112] => Array ( [id] => 452 [title] => Song - 113 [time] => 113 [License] => MIT ) [111] => Array ( [id] => 448 [title] => Song - 112 [time] => 112 [License] => MIT ) [147] => Array ( [id] => 444 [title] => Song - 148 [time] => 148 [License] => MIT ) [141] => Array ( [id] => 426 [title] => Song - 142 [time] => 142 [License] => MIT ) [134] => Array ( [id] => 405 [title] => Song - 135 [time] => 135 [License] => MIT ) [98] => Array ( [id] => 396 [title] => Song - 99 [time] => 99 [License] => MIT ) [127] => Array ( [id] => 384 [title] => Song - 128 [time] => 128 [License] => MIT ) [126] => Array ( [id] => 381 [title] => Song - 127 [time] => 127 [License] => MIT ) [94] => Array ( [id] => 380 [title] => Song - 95 [time] => 95 [License] => MIT ) [121] => Array ( [id] => 366 [title] => Song - 122 [time] => 122 [License] => MIT ) [90] => Array ( [id] => 364 [title] => Song - 91 [time] => 91 [License] => MIT ) [88] => Array ( [id] => 356 [title] => Song - 89 [time] => 89 [License] => MIT ) [86] => Array ( [id] => 348 [title] => Song - 87 [time] => 87 [License] => MIT ) [85] => Array ( [id] => 344 [title] => Song - 86 [time] => 86 [License] => MIT ) [82] => Array ( [id] => 332 [title] => Song - 83 [time] => 83 [License] => MIT ) [109] => Array ( [id] => 330 [title] => Song - 110 [time] => 110 [License] => MIT ) [107] => Array ( [id] => 324 [title] => Song - 108 [time] => 108 [License] => MIT ) [102] => Array ( [id] => 309 [title] => Song - 103 [time] => 103 [License] => MIT ) [76] => Array ( [id] => 308 [title] => Song - 77 [time] => 77 [License] => MIT ) [99] => Array ( [id] => 300 [title] => Song - 100 [time] => 100 [License] => MIT ) [146] => Array ( [id] => 294 [title] => Song - 147 [time] => 147 [License] => MIT ) [95] => Array ( [id] => 288 [title] => Song - 96 [time] => 96 [License] => MIT ) [70] => Array ( [id] => 284 [title] => Song - 71 [time] => 71 [License] => MIT ) [140] => Array ( [id] => 282 [title] => Song - 141 [time] => 141 [License] => MIT ) [89] => Array ( [id] => 270 [title] => Song - 90 [time] => 90 [License] => MIT ) [133] => Array ( [id] => 268 [title] => Song - 134 [time] => 134 [License] => MIT ) [87] => Array ( [id] => 264 [title] => Song - 88 [time] => 88 [License] => MIT ) [130] => Array ( [id] => 262 [title] => Song - 131 [time] => 131 [License] => MIT ) [84] => Array ( [id] => 255 [title] => Song - 85 [time] => 85 [License] => MIT ) [125] => Array ( [id] => 252 [title] => Song - 126 [time] => 126 [License] => MIT ) [122] => Array ( [id] => 246 [title] => Song - 123 [time] => 123 [License] => MIT ) [60] => Array ( [id] => 244 [title] => Song - 61 [time] => 61 [License] => MIT ) [79] => Array ( [id] => 240 [title] => Song - 80 [time] => 80 [License] => MIT ) [119] => Array ( [id] => 240 [title] => Song - 120 [time] => 120 [License] => MIT ) [77] => Array ( [id] => 234 [title] => Song - 78 [time] => 78 [License] => MIT ) [114] => Array ( [id] => 230 [title] => Song - 115 [time] => 115 [License] => MIT ) [75] => Array ( [id] => 228 [title] => Song - 76 [time] => 76 [License] => MIT ) [74] => Array ( [id] => 225 [title] => Song - 75 [time] => 75 [License] => MIT ) [54] => Array ( [id] => 220 [title] => Song - 55 [time] => 55 [License] => MIT ) [106] => Array ( [id] => 214 [title] => Song - 107 [time] => 107 [License] => MIT ) [105] => Array ( [id] => 212 [title] => Song - 106 [time] => 106 [License] => MIT ) [68] => Array ( [id] => 207 [title] => Song - 69 [time] => 69 [License] => MIT ) [100] => Array ( [id] => 202 [title] => Song - 101 [time] => 101 [License] => MIT ) [66] => Array ( [id] => 201 [title] => Song - 67 [time] => 67 [License] => MIT ) [49] => Array ( [id] => 200 [title] => Song - 50 [time] => 50 [License] => MIT ) [96] => Array ( [id] => 194 [title] => Song - 97 [time] => 97 [License] => MIT ) [63] => Array ( [id] => 192 [title] => Song - 64 [time] => 64 [License] => MIT ) [47] => Array ( [id] => 192 [title] => Song - 48 [time] => 48 [License] => MIT ) [93] => Array ( [id] => 188 [title] => Song - 94 [time] => 94 [License] => MIT ) [92] => Array ( [id] => 186 [title] => Song - 93 [time] => 93 [License] => MIT ) [45] => Array ( [id] => 184 [title] => Song - 46 [time] => 46 [License] => MIT ) [59] => Array ( [id] => 180 [title] => Song - 60 [time] => 60 [License] => MIT ) [58] => Array ( [id] => 177 [title] => Song - 59 [time] => 59 [License] => MIT ) [42] => Array ( [id] => 172 [title] => Song - 43 [time] => 43 [License] => MIT ) [81] => Array ( [id] => 164 [title] => Song - 82 [time] => 82 [License] => MIT ) [80] => Array ( [id] => 162 [title] => Song - 81 [time] => 81 [License] => MIT ) [53] => Array ( [id] => 162 [title] => Song - 54 [time] => 54 [License] => MIT ) [149] => Array ( [id] => 150 [title] => Song - 150 [time] => 150 [License] => MIT ) [73] => Array ( [id] => 148 [title] => Song - 74 [time] => 74 [License] => MIT ) [145] => Array ( [id] => 146 [title] => Song - 146 [time] => 146 [License] => MIT ) [143] => Array ( [id] => 144 [title] => Song - 144 [time] => 144 [License] => MIT ) [46] => Array ( [id] => 141 [title] => Song - 47 [time] => 47 [License] => MIT ) [69] => Array ( [id] => 140 [title] => Song - 70 [time] => 70 [License] => MIT ) [137] => Array ( [id] => 138 [title] => Song - 138 [time] => 138 [License] => MIT ) [136] => Array ( [id] => 137 [title] => Song - 137 [time] => 137 [License] => MIT ) [67] => Array ( [id] => 136 [title] => Song - 68 [time] => 68 [License] => MIT ) [33] => Array ( [id] => 136 [title] => Song - 34 [time] => 34 [License] => MIT ) [135] => Array ( [id] => 136 [title] => Song - 136 [time] => 136 [License] => MIT ) [132] => Array ( [id] => 133 [title] => Song - 133 [time] => 133 [License] => MIT ) [64] => Array ( [id] => 130 [title] => Song - 65 [time] => 65 [License] => MIT ) [129] => Array ( [id] => 130 [title] => Song - 130 [time] => 130 [License] => MIT ) [128] => Array ( [id] => 129 [title] => Song - 129 [time] => 129 [License] => MIT ) [31] => Array ( [id] => 128 [title] => Song - 32 [time] => 32 [License] => MIT ) [41] => Array ( [id] => 126 [title] => Song - 42 [time] => 42 [License] => MIT ) [61] => Array ( [id] => 124 [title] => Song - 62 [time] => 62 [License] => MIT ) [120] => Array ( [id] => 121 [title] => Song - 121 [time] => 121 [License] => MIT ) [39] => Array ( [id] => 120 [title] => Song - 40 [time] => 40 [License] => MIT ) [118] => Array ( [id] => 119 [title] => Song - 119 [time] => 119 [License] => MIT ) [28] => Array ( [id] => 116 [title] => Song - 29 [time] => 29 [License] => MIT ) [27] => Array ( [id] => 112 [title] => Song - 28 [time] => 28 [License] => MIT ) [110] => Array ( [id] => 111 [title] => Song - 111 [time] => 111 [License] => MIT ) [108] => Array ( [id] => 109 [title] => Song - 109 [time] => 109 [License] => MIT ) [52] => Array ( [id] => 106 [title] => Song - 53 [time] => 53 [License] => MIT ) [34] => Array ( [id] => 105 [title] => Song - 35 [time] => 35 [License] => MIT ) [104] => Array ( [id] => 105 [title] => Song - 105 [time] => 105 [License] => MIT ) [51] => Array ( [id] => 104 [title] => Song - 52 [time] => 52 [License] => MIT ) [103] => Array ( [id] => 104 [title] => Song - 104 [time] => 104 [License] => MIT ) [101] => Array ( [id] => 102 [title] => Song - 102 [time] => 102 [License] => MIT ) [97] => Array ( [id] => 98 [title] => Song - 98 [time] => 98 [License] => MIT ) [48] => Array ( [id] => 98 [title] => Song - 49 [time] => 49 [License] => MIT ) [91] => Array ( [id] => 92 [title] => Song - 92 [time] => 92 [License] => MIT ) [44] => Array ( [id] => 90 [title] => Song - 45 [time] => 45 [License] => MIT ) [29] => Array ( [id] => 90 [title] => Song - 30 [time] => 30 [License] => MIT ) [43] => Array ( [id] => 88 [title] => Song - 44 [time] => 44 [License] => MIT ) [83] => Array ( [id] => 84 [title] => Song - 84 [time] => 84 [License] => MIT ) [20] => Array ( [id] => 84 [title] => Song - 21 [time] => 21 [License] => MIT ) [40] => Array ( [id] => 82 [title] => Song - 41 [time] => 41 [License] => MIT ) [78] => Array ( [id] => 79 [title] => Song - 79 [time] => 79 [License] => MIT ) [38] => Array ( [id] => 78 [title] => Song - 39 [time] => 39 [License] => MIT ) [72] => Array ( [id] => 73 [title] => Song - 73 [time] => 73 [License] => MIT ) [71] => Array ( [id] => 72 [title] => Song - 72 [time] => 72 [License] => MIT ) [17] => Array ( [id] => 72 [title] => Song - 18 [time] => 18 [License] => MIT ) [65] => Array ( [id] => 66 [title] => Song - 66 [time] => 66 [License] => MIT ) [32] => Array ( [id] => 66 [title] => Song - 33 [time] => 33 [License] => MIT ) [15] => Array ( [id] => 64 [title] => Song - 16 [time] => 16 [License] => MIT ) [62] => Array ( [id] => 63 [title] => Song - 63 [time] => 63 [License] => MIT ) [30] => Array ( [id] => 62 [title] => Song - 31 [time] => 31 [License] => MIT ) [57] => Array ( [id] => 58 [title] => Song - 58 [time] => 58 [License] => MIT ) [56] => Array ( [id] => 57 [title] => Song - 57 [time] => 57 [License] => MIT ) [55] => Array ( [id] => 56 [title] => Song - 56 [time] => 56 [License] => MIT ) [13] => Array ( [id] => 56 [title] => Song - 14 [time] => 14 [License] => MIT ) [50] => Array ( [id] => 51 [title] => Song - 51 [time] => 51 [License] => MIT ) [23] => Array ( [id] => 48 [title] => Song - 24 [time] => 24 [License] => MIT ) [22] => Array ( [id] => 46 [title] => Song - 23 [time] => 23 [License] => MIT ) [14] => Array ( [id] => 45 [title] => Song - 15 [time] => 15 [License] => MIT ) [21] => Array ( [id] => 44 [title] => Song - 22 [time] => 22 [License] => MIT ) [10] => Array ( [id] => 44 [title] => Song - 11 [time] => 11 [License] => MIT ) [12] => Array ( [id] => 39 [title] => Song - 13 [time] => 13 [License] => MIT ) [37] => Array ( [id] => 38 [title] => Song - 38 [time] => 38 [License] => MIT ) [36] => Array ( [id] => 37 [title] => Song - 37 [time] => 37 [License] => MIT ) [35] => Array ( [id] => 36 [title] => Song - 36 [time] => 36 [License] => MIT ) [7] => Array ( [id] => 32 [title] => Song - 8 [time] => 8 [License] => MIT ) [26] => Array ( [id] => 27 [title] => Song - 27 [time] => 27 [License] => MIT ) [25] => Array ( [id] => 26 [title] => Song - 26 [time] => 26 [License] => MIT ) [24] => Array ( [id] => 25 [title] => Song - 25 [time] => 25 [License] => MIT ) [11] => Array ( [id] => 24 [title] => Song - 12 [time] => 12 [License] => MIT ) [19] => Array ( [id] => 20 [title] => Song - 20 [time] => 20 [License] => MIT ) [9] => Array ( [id] => 20 [title] => Song - 10 [time] => 10 [License] => MIT ) [18] => Array ( [id] => 19 [title] => Song - 19 [time] => 19 [License] => MIT ) [8] => Array ( [id] => 18 [title] => Song - 9 [time] => 9 [License] => MIT ) [16] => Array ( [id] => 17 [title] => Song - 17 [time] => 17 [License] => MIT ) [6] => Array ( [id] => 14 [title] => Song - 7 [time] => 7 [License] => MIT ) [4] => Array ( [id] => 10 [title] => Song - 5 [time] => 5 [License] => MIT ) [5] => Array ( [id] => 6 [title] => Song - 6 [time] => 6 [License] => MIT ) [3] => Array ( [id] => 4 [title] => Song - 4 [time] => 4 [License] => MIT ) [0] => Array ( [id] => 4 [title] => Song - 1 [time] => 1 [License] => MIT ) [2] => Array ( [id] => 3 [title] => Song - 3 [time] => 3 [License] => MIT ) [1] => Array ( [id] => 2 [title] => Song - 2 [time] => 2 [License] => MIT ) )
Output for 7.2.24
Array ( [149] => Array ( [id] => 600 [title] => Song - 150 [time] => 150 [License] => MIT ) [146] => Array ( [id] => 588 [title] => Song - 147 [time] => 147 [License] => MIT ) [145] => Array ( [id] => 584 [title] => Song - 146 [time] => 146 [License] => MIT ) [143] => Array ( [id] => 576 [title] => Song - 144 [time] => 144 [License] => MIT ) [142] => Array ( [id] => 572 [title] => Song - 143 [time] => 143 [License] => MIT ) [138] => Array ( [id] => 556 [title] => Song - 139 [time] => 139 [License] => MIT ) [133] => Array ( [id] => 536 [title] => Song - 134 [time] => 134 [License] => MIT ) [132] => Array ( [id] => 532 [title] => Song - 133 [time] => 133 [License] => MIT ) [130] => Array ( [id] => 524 [title] => Song - 131 [time] => 131 [License] => MIT ) [129] => Array ( [id] => 520 [title] => Song - 130 [time] => 130 [License] => MIT ) [126] => Array ( [id] => 508 [title] => Song - 127 [time] => 127 [License] => MIT ) [122] => Array ( [id] => 492 [title] => Song - 123 [time] => 123 [License] => MIT ) [118] => Array ( [id] => 476 [title] => Song - 119 [time] => 119 [License] => MIT ) [113] => Array ( [id] => 456 [title] => Song - 114 [time] => 114 [License] => MIT ) [112] => Array ( [id] => 452 [title] => Song - 113 [time] => 113 [License] => MIT ) [147] => Array ( [id] => 444 [title] => Song - 148 [time] => 148 [License] => MIT ) [109] => Array ( [id] => 440 [title] => Song - 110 [time] => 110 [License] => MIT ) [108] => Array ( [id] => 436 [title] => Song - 109 [time] => 109 [License] => MIT ) [144] => Array ( [id] => 435 [title] => Song - 145 [time] => 145 [License] => MIT ) [107] => Array ( [id] => 432 [title] => Song - 108 [time] => 108 [License] => MIT ) [106] => Array ( [id] => 428 [title] => Song - 107 [time] => 107 [License] => MIT ) [141] => Array ( [id] => 426 [title] => Song - 142 [time] => 142 [License] => MIT ) [140] => Array ( [id] => 423 [title] => Song - 141 [time] => 141 [License] => MIT ) [137] => Array ( [id] => 414 [title] => Song - 138 [time] => 138 [License] => MIT ) [99] => Array ( [id] => 400 [title] => Song - 100 [time] => 100 [License] => MIT ) [98] => Array ( [id] => 396 [title] => Song - 99 [time] => 99 [License] => MIT ) [131] => Array ( [id] => 396 [title] => Song - 132 [time] => 132 [License] => MIT ) [128] => Array ( [id] => 387 [title] => Song - 129 [time] => 129 [License] => MIT ) [125] => Array ( [id] => 378 [title] => Song - 126 [time] => 126 [License] => MIT ) [120] => Array ( [id] => 363 [title] => Song - 121 [time] => 121 [License] => MIT ) [119] => Array ( [id] => 360 [title] => Song - 120 [time] => 120 [License] => MIT ) [88] => Array ( [id] => 356 [title] => Song - 89 [time] => 89 [License] => MIT ) [116] => Array ( [id] => 351 [title] => Song - 117 [time] => 117 [License] => MIT ) [86] => Array ( [id] => 348 [title] => Song - 87 [time] => 87 [License] => MIT ) [85] => Array ( [id] => 344 [title] => Song - 86 [time] => 86 [License] => MIT ) [80] => Array ( [id] => 324 [title] => Song - 81 [time] => 81 [License] => MIT ) [104] => Array ( [id] => 315 [title] => Song - 105 [time] => 105 [License] => MIT ) [101] => Array ( [id] => 306 [title] => Song - 102 [time] => 102 [License] => MIT ) [75] => Array ( [id] => 304 [title] => Song - 76 [time] => 76 [License] => MIT ) [71] => Array ( [id] => 288 [title] => Song - 72 [time] => 72 [License] => MIT ) [94] => Array ( [id] => 285 [title] => Song - 95 [time] => 95 [License] => MIT ) [139] => Array ( [id] => 280 [title] => Song - 140 [time] => 140 [License] => MIT ) [91] => Array ( [id] => 276 [title] => Song - 92 [time] => 92 [License] => MIT ) [136] => Array ( [id] => 274 [title] => Song - 137 [time] => 137 [License] => MIT ) [90] => Array ( [id] => 273 [title] => Song - 91 [time] => 91 [License] => MIT ) [134] => Array ( [id] => 270 [title] => Song - 135 [time] => 135 [License] => MIT ) [65] => Array ( [id] => 264 [title] => Song - 66 [time] => 66 [License] => MIT ) [63] => Array ( [id] => 256 [title] => Song - 64 [time] => 64 [License] => MIT ) [84] => Array ( [id] => 255 [title] => Song - 85 [time] => 85 [License] => MIT ) [124] => Array ( [id] => 250 [title] => Song - 125 [time] => 125 [License] => MIT ) [81] => Array ( [id] => 246 [title] => Song - 82 [time] => 82 [License] => MIT ) [121] => Array ( [id] => 244 [title] => Song - 122 [time] => 122 [License] => MIT ) [78] => Array ( [id] => 237 [title] => Song - 79 [time] => 79 [License] => MIT ) [58] => Array ( [id] => 236 [title] => Song - 59 [time] => 59 [License] => MIT ) [117] => Array ( [id] => 236 [title] => Song - 118 [time] => 118 [License] => MIT ) [76] => Array ( [id] => 231 [title] => Song - 77 [time] => 77 [License] => MIT ) [72] => Array ( [id] => 219 [title] => Song - 73 [time] => 73 [License] => MIT ) [105] => Array ( [id] => 212 [title] => Song - 106 [time] => 106 [License] => MIT ) [67] => Array ( [id] => 204 [title] => Song - 68 [time] => 68 [License] => MIT ) [50] => Array ( [id] => 204 [title] => Song - 51 [time] => 51 [License] => MIT ) [96] => Array ( [id] => 194 [title] => Song - 97 [time] => 97 [License] => MIT ) [95] => Array ( [id] => 192 [title] => Song - 96 [time] => 96 [License] => MIT ) [46] => Array ( [id] => 188 [title] => Song - 47 [time] => 47 [License] => MIT ) [89] => Array ( [id] => 180 [title] => Song - 90 [time] => 90 [License] => MIT ) [83] => Array ( [id] => 168 [title] => Song - 84 [time] => 84 [License] => MIT ) [55] => Array ( [id] => 168 [title] => Song - 56 [time] => 56 [License] => MIT ) [82] => Array ( [id] => 166 [title] => Song - 83 [time] => 83 [License] => MIT ) [38] => Array ( [id] => 156 [title] => Song - 39 [time] => 39 [License] => MIT ) [74] => Array ( [id] => 150 [title] => Song - 75 [time] => 75 [License] => MIT ) [148] => Array ( [id] => 149 [title] => Song - 149 [time] => 149 [License] => MIT ) [36] => Array ( [id] => 148 [title] => Song - 37 [time] => 37 [License] => MIT ) [48] => Array ( [id] => 147 [title] => Song - 49 [time] => 49 [License] => MIT ) [35] => Array ( [id] => 144 [title] => Song - 36 [time] => 36 [License] => MIT ) [70] => Array ( [id] => 142 [title] => Song - 71 [time] => 71 [License] => MIT ) [69] => Array ( [id] => 140 [title] => Song - 70 [time] => 70 [License] => MIT ) [45] => Array ( [id] => 138 [title] => Song - 46 [time] => 46 [License] => MIT ) [135] => Array ( [id] => 136 [title] => Song - 136 [time] => 136 [License] => MIT ) [32] => Array ( [id] => 132 [title] => Song - 33 [time] => 33 [License] => MIT ) [64] => Array ( [id] => 130 [title] => Song - 65 [time] => 65 [License] => MIT ) [127] => Array ( [id] => 128 [title] => Song - 128 [time] => 128 [License] => MIT ) [62] => Array ( [id] => 126 [title] => Song - 63 [time] => 63 [License] => MIT ) [41] => Array ( [id] => 126 [title] => Song - 42 [time] => 42 [License] => MIT ) [123] => Array ( [id] => 124 [title] => Song - 124 [time] => 124 [License] => MIT ) [60] => Array ( [id] => 122 [title] => Song - 61 [time] => 61 [License] => MIT ) [59] => Array ( [id] => 120 [title] => Song - 60 [time] => 60 [License] => MIT ) [39] => Array ( [id] => 120 [title] => Song - 40 [time] => 40 [License] => MIT ) [29] => Array ( [id] => 120 [title] => Song - 30 [time] => 30 [License] => MIT ) [57] => Array ( [id] => 116 [title] => Song - 58 [time] => 58 [License] => MIT ) [115] => Array ( [id] => 116 [title] => Song - 116 [time] => 116 [License] => MIT ) [114] => Array ( [id] => 115 [title] => Song - 115 [time] => 115 [License] => MIT ) [111] => Array ( [id] => 112 [title] => Song - 112 [time] => 112 [License] => MIT ) [110] => Array ( [id] => 111 [title] => Song - 111 [time] => 111 [License] => MIT ) [54] => Array ( [id] => 110 [title] => Song - 55 [time] => 55 [License] => MIT ) [52] => Array ( [id] => 106 [title] => Song - 53 [time] => 53 [License] => MIT ) [34] => Array ( [id] => 105 [title] => Song - 35 [time] => 35 [License] => MIT ) [51] => Array ( [id] => 104 [title] => Song - 52 [time] => 52 [License] => MIT ) [103] => Array ( [id] => 104 [title] => Song - 104 [time] => 104 [License] => MIT ) [102] => Array ( [id] => 103 [title] => Song - 103 [time] => 103 [License] => MIT ) [100] => Array ( [id] => 101 [title] => Song - 101 [time] => 101 [License] => MIT ) [49] => Array ( [id] => 100 [title] => Song - 50 [time] => 50 [License] => MIT ) [97] => Array ( [id] => 98 [title] => Song - 98 [time] => 98 [License] => MIT ) [31] => Array ( [id] => 96 [title] => Song - 32 [time] => 32 [License] => MIT ) [23] => Array ( [id] => 96 [title] => Song - 24 [time] => 24 [License] => MIT ) [93] => Array ( [id] => 94 [title] => Song - 94 [time] => 94 [License] => MIT ) [92] => Array ( [id] => 93 [title] => Song - 93 [time] => 93 [License] => MIT ) [87] => Array ( [id] => 88 [title] => Song - 88 [time] => 88 [License] => MIT ) [42] => Array ( [id] => 86 [title] => Song - 43 [time] => 43 [License] => MIT ) [27] => Array ( [id] => 84 [title] => Song - 28 [time] => 28 [License] => MIT ) [79] => Array ( [id] => 80 [title] => Song - 80 [time] => 80 [License] => MIT ) [77] => Array ( [id] => 78 [title] => Song - 78 [time] => 78 [License] => MIT ) [25] => Array ( [id] => 78 [title] => Song - 26 [time] => 26 [License] => MIT ) [18] => Array ( [id] => 76 [title] => Song - 19 [time] => 19 [License] => MIT ) [73] => Array ( [id] => 74 [title] => Song - 74 [time] => 74 [License] => MIT ) [17] => Array ( [id] => 72 [title] => Song - 18 [time] => 18 [License] => MIT ) [68] => Array ( [id] => 69 [title] => Song - 69 [time] => 69 [License] => MIT ) [66] => Array ( [id] => 67 [title] => Song - 67 [time] => 67 [License] => MIT ) [61] => Array ( [id] => 62 [title] => Song - 62 [time] => 62 [License] => MIT ) [56] => Array ( [id] => 57 [title] => Song - 57 [time] => 57 [License] => MIT ) [53] => Array ( [id] => 54 [title] => Song - 54 [time] => 54 [License] => MIT ) [26] => Array ( [id] => 54 [title] => Song - 27 [time] => 27 [License] => MIT ) [16] => Array ( [id] => 51 [title] => Song - 17 [time] => 17 [License] => MIT ) [24] => Array ( [id] => 50 [title] => Song - 25 [time] => 25 [License] => MIT ) [47] => Array ( [id] => 48 [title] => Song - 48 [time] => 48 [License] => MIT ) [15] => Array ( [id] => 48 [title] => Song - 16 [time] => 16 [License] => MIT ) [22] => Array ( [id] => 46 [title] => Song - 23 [time] => 23 [License] => MIT ) [44] => Array ( [id] => 45 [title] => Song - 45 [time] => 45 [License] => MIT ) [43] => Array ( [id] => 44 [title] => Song - 44 [time] => 44 [License] => MIT ) [21] => Array ( [id] => 44 [title] => Song - 22 [time] => 22 [License] => MIT ) [20] => Array ( [id] => 42 [title] => Song - 21 [time] => 21 [License] => MIT ) [13] => Array ( [id] => 42 [title] => Song - 14 [time] => 14 [License] => MIT ) [40] => Array ( [id] => 41 [title] => Song - 41 [time] => 41 [License] => MIT ) [19] => Array ( [id] => 40 [title] => Song - 20 [time] => 20 [License] => MIT ) [37] => Array ( [id] => 38 [title] => Song - 38 [time] => 38 [License] => MIT ) [8] => Array ( [id] => 36 [title] => Song - 9 [time] => 9 [License] => MIT ) [33] => Array ( [id] => 34 [title] => Song - 34 [time] => 34 [License] => MIT ) [30] => Array ( [id] => 31 [title] => Song - 31 [time] => 31 [License] => MIT ) [14] => Array ( [id] => 30 [title] => Song - 15 [time] => 15 [License] => MIT ) [28] => Array ( [id] => 29 [title] => Song - 29 [time] => 29 [License] => MIT ) [12] => Array ( [id] => 26 [title] => Song - 13 [time] => 13 [License] => MIT ) [5] => Array ( [id] => 24 [title] => Song - 6 [time] => 6 [License] => MIT ) [6] => Array ( [id] => 21 [title] => Song - 7 [time] => 7 [License] => MIT ) [7] => Array ( [id] => 16 [title] => Song - 8 [time] => 8 [License] => MIT ) [2] => Array ( [id] => 12 [title] => Song - 3 [time] => 3 [License] => MIT ) [11] => Array ( [id] => 12 [title] => Song - 12 [time] => 12 [License] => MIT ) [10] => Array ( [id] => 11 [title] => Song - 11 [time] => 11 [License] => MIT ) [4] => Array ( [id] => 10 [title] => Song - 5 [time] => 5 [License] => MIT ) [9] => Array ( [id] => 10 [title] => Song - 10 [time] => 10 [License] => MIT ) [3] => Array ( [id] => 4 [title] => Song - 4 [time] => 4 [License] => MIT ) [1] => Array ( [id] => 2 [title] => Song - 2 [time] => 2 [License] => MIT ) [0] => Array ( [id] => 2 [title] => Song - 1 [time] => 1 [License] => MIT ) )
Output for 7.2.23
Array ( [149] => Array ( [id] => 600 [title] => Song - 150 [time] => 150 [License] => MIT ) [147] => Array ( [id] => 592 [title] => Song - 148 [time] => 148 [License] => MIT ) [145] => Array ( [id] => 584 [title] => Song - 146 [time] => 146 [License] => MIT ) [144] => Array ( [id] => 580 [title] => Song - 145 [time] => 145 [License] => MIT ) [137] => Array ( [id] => 552 [title] => Song - 138 [time] => 138 [License] => MIT ) [135] => Array ( [id] => 544 [title] => Song - 136 [time] => 136 [License] => MIT ) [134] => Array ( [id] => 540 [title] => Song - 135 [time] => 135 [License] => MIT ) [133] => Array ( [id] => 536 [title] => Song - 134 [time] => 134 [License] => MIT ) [131] => Array ( [id] => 528 [title] => Song - 132 [time] => 132 [License] => MIT ) [125] => Array ( [id] => 504 [title] => Song - 126 [time] => 126 [License] => MIT ) [122] => Array ( [id] => 492 [title] => Song - 123 [time] => 123 [License] => MIT ) [121] => Array ( [id] => 488 [title] => Song - 122 [time] => 122 [License] => MIT ) [117] => Array ( [id] => 472 [title] => Song - 118 [time] => 118 [License] => MIT ) [114] => Array ( [id] => 460 [title] => Song - 115 [time] => 115 [License] => MIT ) [110] => Array ( [id] => 444 [title] => Song - 111 [time] => 111 [License] => MIT ) [109] => Array ( [id] => 440 [title] => Song - 110 [time] => 110 [License] => MIT ) [143] => Array ( [id] => 432 [title] => Song - 144 [time] => 144 [License] => MIT ) [140] => Array ( [id] => 423 [title] => Song - 141 [time] => 141 [License] => MIT ) [103] => Array ( [id] => 416 [title] => Song - 104 [time] => 104 [License] => MIT ) [132] => Array ( [id] => 399 [title] => Song - 133 [time] => 133 [License] => MIT ) [129] => Array ( [id] => 390 [title] => Song - 130 [time] => 130 [License] => MIT ) [128] => Array ( [id] => 387 [title] => Song - 129 [time] => 129 [License] => MIT ) [123] => Array ( [id] => 372 [title] => Song - 124 [time] => 124 [License] => MIT ) [90] => Array ( [id] => 364 [title] => Song - 91 [time] => 91 [License] => MIT ) [89] => Array ( [id] => 360 [title] => Song - 90 [time] => 90 [License] => MIT ) [119] => Array ( [id] => 360 [title] => Song - 120 [time] => 120 [License] => MIT ) [107] => Array ( [id] => 324 [title] => Song - 108 [time] => 108 [License] => MIT ) [104] => Array ( [id] => 315 [title] => Song - 105 [time] => 105 [License] => MIT ) [101] => Array ( [id] => 306 [title] => Song - 102 [time] => 102 [License] => MIT ) [75] => Array ( [id] => 304 [title] => Song - 76 [time] => 76 [License] => MIT ) [74] => Array ( [id] => 300 [title] => Song - 75 [time] => 75 [License] => MIT ) [146] => Array ( [id] => 294 [title] => Song - 147 [time] => 147 [License] => MIT ) [72] => Array ( [id] => 292 [title] => Song - 73 [time] => 73 [License] => MIT ) [95] => Array ( [id] => 288 [title] => Song - 96 [time] => 96 [License] => MIT ) [142] => Array ( [id] => 286 [title] => Song - 143 [time] => 143 [License] => MIT ) [70] => Array ( [id] => 284 [title] => Song - 71 [time] => 71 [License] => MIT ) [139] => Array ( [id] => 280 [title] => Song - 140 [time] => 140 [License] => MIT ) [92] => Array ( [id] => 279 [title] => Song - 93 [time] => 93 [License] => MIT ) [138] => Array ( [id] => 278 [title] => Song - 139 [time] => 139 [License] => MIT ) [136] => Array ( [id] => 274 [title] => Song - 137 [time] => 137 [License] => MIT ) [88] => Array ( [id] => 267 [title] => Song - 89 [time] => 89 [License] => MIT ) [63] => Array ( [id] => 256 [title] => Song - 64 [time] => 64 [License] => MIT ) [127] => Array ( [id] => 256 [title] => Song - 128 [time] => 128 [License] => MIT ) [124] => Array ( [id] => 250 [title] => Song - 125 [time] => 125 [License] => MIT ) [82] => Array ( [id] => 249 [title] => Song - 83 [time] => 83 [License] => MIT ) [60] => Array ( [id] => 244 [title] => Song - 61 [time] => 61 [License] => MIT ) [120] => Array ( [id] => 242 [title] => Song - 121 [time] => 121 [License] => MIT ) [79] => Array ( [id] => 240 [title] => Song - 80 [time] => 80 [License] => MIT ) [59] => Array ( [id] => 240 [title] => Song - 60 [time] => 60 [License] => MIT ) [78] => Array ( [id] => 237 [title] => Song - 79 [time] => 79 [License] => MIT ) [58] => Array ( [id] => 236 [title] => Song - 59 [time] => 59 [License] => MIT ) [111] => Array ( [id] => 224 [title] => Song - 112 [time] => 112 [License] => MIT ) [108] => Array ( [id] => 218 [title] => Song - 109 [time] => 109 [License] => MIT ) [71] => Array ( [id] => 216 [title] => Song - 72 [time] => 72 [License] => MIT ) [106] => Array ( [id] => 214 [title] => Song - 107 [time] => 107 [License] => MIT ) [102] => Array ( [id] => 206 [title] => Song - 103 [time] => 103 [License] => MIT ) [67] => Array ( [id] => 204 [title] => Song - 68 [time] => 68 [License] => MIT ) [99] => Array ( [id] => 200 [title] => Song - 100 [time] => 100 [License] => MIT ) [98] => Array ( [id] => 198 [title] => Song - 99 [time] => 99 [License] => MIT ) [97] => Array ( [id] => 196 [title] => Song - 98 [time] => 98 [License] => MIT ) [64] => Array ( [id] => 195 [title] => Song - 65 [time] => 65 [License] => MIT ) [94] => Array ( [id] => 190 [title] => Song - 95 [time] => 95 [License] => MIT ) [62] => Array ( [id] => 189 [title] => Song - 63 [time] => 63 [License] => MIT ) [93] => Array ( [id] => 188 [title] => Song - 94 [time] => 94 [License] => MIT ) [44] => Array ( [id] => 180 [title] => Song - 45 [time] => 45 [License] => MIT ) [87] => Array ( [id] => 176 [title] => Song - 88 [time] => 88 [License] => MIT ) [57] => Array ( [id] => 174 [title] => Song - 58 [time] => 58 [License] => MIT ) [85] => Array ( [id] => 172 [title] => Song - 86 [time] => 86 [License] => MIT ) [83] => Array ( [id] => 168 [title] => Song - 84 [time] => 84 [License] => MIT ) [41] => Array ( [id] => 168 [title] => Song - 42 [time] => 42 [License] => MIT ) [81] => Array ( [id] => 164 [title] => Song - 82 [time] => 82 [License] => MIT ) [40] => Array ( [id] => 164 [title] => Song - 41 [time] => 41 [License] => MIT ) [80] => Array ( [id] => 162 [title] => Song - 81 [time] => 81 [License] => MIT ) [52] => Array ( [id] => 159 [title] => Song - 53 [time] => 53 [License] => MIT ) [77] => Array ( [id] => 156 [title] => Song - 78 [time] => 78 [License] => MIT ) [148] => Array ( [id] => 149 [title] => Song - 149 [time] => 149 [License] => MIT ) [73] => Array ( [id] => 148 [title] => Song - 74 [time] => 74 [License] => MIT ) [36] => Array ( [id] => 148 [title] => Song - 37 [time] => 37 [License] => MIT ) [141] => Array ( [id] => 142 [title] => Song - 142 [time] => 142 [License] => MIT ) [69] => Array ( [id] => 140 [title] => Song - 70 [time] => 70 [License] => MIT ) [34] => Array ( [id] => 140 [title] => Song - 35 [time] => 35 [License] => MIT ) [66] => Array ( [id] => 134 [title] => Song - 67 [time] => 67 [License] => MIT ) [65] => Array ( [id] => 132 [title] => Song - 66 [time] => 66 [License] => MIT ) [43] => Array ( [id] => 132 [title] => Song - 44 [time] => 44 [License] => MIT ) [32] => Array ( [id] => 132 [title] => Song - 33 [time] => 33 [License] => MIT ) [130] => Array ( [id] => 131 [title] => Song - 131 [time] => 131 [License] => MIT ) [126] => Array ( [id] => 127 [title] => Song - 127 [time] => 127 [License] => MIT ) [30] => Array ( [id] => 124 [title] => Song - 31 [time] => 31 [License] => MIT ) [118] => Array ( [id] => 119 [title] => Song - 119 [time] => 119 [License] => MIT ) [38] => Array ( [id] => 117 [title] => Song - 39 [time] => 39 [License] => MIT ) [116] => Array ( [id] => 117 [title] => Song - 117 [time] => 117 [License] => MIT ) [115] => Array ( [id] => 116 [title] => Song - 116 [time] => 116 [License] => MIT ) [113] => Array ( [id] => 114 [title] => Song - 114 [time] => 114 [License] => MIT ) [112] => Array ( [id] => 113 [title] => Song - 113 [time] => 113 [License] => MIT ) [27] => Array ( [id] => 112 [title] => Song - 28 [time] => 28 [License] => MIT ) [35] => Array ( [id] => 108 [title] => Song - 36 [time] => 36 [License] => MIT ) [105] => Array ( [id] => 106 [title] => Song - 106 [time] => 106 [License] => MIT ) [33] => Array ( [id] => 102 [title] => Song - 34 [time] => 34 [License] => MIT ) [100] => Array ( [id] => 101 [title] => Song - 101 [time] => 101 [License] => MIT ) [49] => Array ( [id] => 100 [title] => Song - 50 [time] => 50 [License] => MIT ) [96] => Array ( [id] => 97 [title] => Song - 97 [time] => 97 [License] => MIT ) [46] => Array ( [id] => 94 [title] => Song - 47 [time] => 47 [License] => MIT ) [91] => Array ( [id] => 92 [title] => Song - 92 [time] => 92 [License] => MIT ) [29] => Array ( [id] => 90 [title] => Song - 30 [time] => 30 [License] => MIT ) [86] => Array ( [id] => 87 [title] => Song - 87 [time] => 87 [License] => MIT ) [42] => Array ( [id] => 86 [title] => Song - 43 [time] => 43 [License] => MIT ) [84] => Array ( [id] => 85 [title] => Song - 85 [time] => 85 [License] => MIT ) [19] => Array ( [id] => 80 [title] => Song - 20 [time] => 20 [License] => MIT ) [76] => Array ( [id] => 77 [title] => Song - 77 [time] => 77 [License] => MIT ) [68] => Array ( [id] => 69 [title] => Song - 69 [time] => 69 [License] => MIT ) [20] => Array ( [id] => 63 [title] => Song - 21 [time] => 21 [License] => MIT ) [61] => Array ( [id] => 62 [title] => Song - 62 [time] => 62 [License] => MIT ) [14] => Array ( [id] => 60 [title] => Song - 15 [time] => 15 [License] => MIT ) [56] => Array ( [id] => 57 [title] => Song - 57 [time] => 57 [License] => MIT ) [55] => Array ( [id] => 56 [title] => Song - 56 [time] => 56 [License] => MIT ) [54] => Array ( [id] => 55 [title] => Song - 55 [time] => 55 [License] => MIT ) [53] => Array ( [id] => 54 [title] => Song - 54 [time] => 54 [License] => MIT ) [51] => Array ( [id] => 52 [title] => Song - 52 [time] => 52 [License] => MIT ) [25] => Array ( [id] => 52 [title] => Song - 26 [time] => 26 [License] => MIT ) [50] => Array ( [id] => 51 [title] => Song - 51 [time] => 51 [License] => MIT ) [24] => Array ( [id] => 50 [title] => Song - 25 [time] => 25 [License] => MIT ) [48] => Array ( [id] => 49 [title] => Song - 49 [time] => 49 [License] => MIT ) [47] => Array ( [id] => 48 [title] => Song - 48 [time] => 48 [License] => MIT ) [15] => Array ( [id] => 48 [title] => Song - 16 [time] => 16 [License] => MIT ) [11] => Array ( [id] => 48 [title] => Song - 12 [time] => 12 [License] => MIT ) [45] => Array ( [id] => 46 [title] => Song - 46 [time] => 46 [License] => MIT ) [39] => Array ( [id] => 40 [title] => Song - 40 [time] => 40 [License] => MIT ) [37] => Array ( [id] => 38 [title] => Song - 38 [time] => 38 [License] => MIT ) [18] => Array ( [id] => 38 [title] => Song - 19 [time] => 19 [License] => MIT ) [8] => Array ( [id] => 36 [title] => Song - 9 [time] => 9 [License] => MIT ) [7] => Array ( [id] => 32 [title] => Song - 8 [time] => 8 [License] => MIT ) [31] => Array ( [id] => 32 [title] => Song - 32 [time] => 32 [License] => MIT ) [28] => Array ( [id] => 29 [title] => Song - 29 [time] => 29 [License] => MIT ) [13] => Array ( [id] => 28 [title] => Song - 14 [time] => 14 [License] => MIT ) [26] => Array ( [id] => 27 [title] => Song - 27 [time] => 27 [License] => MIT ) [23] => Array ( [id] => 24 [title] => Song - 24 [time] => 24 [License] => MIT ) [22] => Array ( [id] => 23 [title] => Song - 23 [time] => 23 [License] => MIT ) [21] => Array ( [id] => 22 [title] => Song - 22 [time] => 22 [License] => MIT ) [4] => Array ( [id] => 20 [title] => Song - 5 [time] => 5 [License] => MIT ) [5] => Array ( [id] => 18 [title] => Song - 6 [time] => 6 [License] => MIT ) [17] => Array ( [id] => 18 [title] => Song - 18 [time] => 18 [License] => MIT ) [16] => Array ( [id] => 17 [title] => Song - 17 [time] => 17 [License] => MIT ) [12] => Array ( [id] => 13 [title] => Song - 13 [time] => 13 [License] => MIT ) [10] => Array ( [id] => 11 [title] => Song - 11 [time] => 11 [License] => MIT ) [9] => Array ( [id] => 10 [title] => Song - 10 [time] => 10 [License] => MIT ) [3] => Array ( [id] => 8 [title] => Song - 4 [time] => 4 [License] => MIT ) [6] => Array ( [id] => 7 [title] => Song - 7 [time] => 7 [License] => MIT ) [2] => Array ( [id] => 6 [title] => Song - 3 [time] => 3 [License] => MIT ) [1] => Array ( [id] => 4 [title] => Song - 2 [time] => 2 [License] => MIT ) [0] => Array ( [id] => 2 [title] => Song - 1 [time] => 1 [License] => MIT ) )
Output for 7.2.22
Array ( [148] => Array ( [id] => 596 [title] => Song - 149 [time] => 149 [License] => MIT ) [143] => Array ( [id] => 576 [title] => Song - 144 [time] => 144 [License] => MIT ) [133] => Array ( [id] => 536 [title] => Song - 134 [time] => 134 [License] => MIT ) [129] => Array ( [id] => 520 [title] => Song - 130 [time] => 130 [License] => MIT ) [118] => Array ( [id] => 476 [title] => Song - 119 [time] => 119 [License] => MIT ) [112] => Array ( [id] => 452 [title] => Song - 113 [time] => 113 [License] => MIT ) [146] => Array ( [id] => 441 [title] => Song - 147 [time] => 147 [License] => MIT ) [144] => Array ( [id] => 435 [title] => Song - 145 [time] => 145 [License] => MIT ) [142] => Array ( [id] => 429 [title] => Song - 143 [time] => 143 [License] => MIT ) [141] => Array ( [id] => 426 [title] => Song - 142 [time] => 142 [License] => MIT ) [139] => Array ( [id] => 420 [title] => Song - 140 [time] => 140 [License] => MIT ) [104] => Array ( [id] => 420 [title] => Song - 105 [time] => 105 [License] => MIT ) [103] => Array ( [id] => 416 [title] => Song - 104 [time] => 104 [License] => MIT ) [101] => Array ( [id] => 408 [title] => Song - 102 [time] => 102 [License] => MIT ) [98] => Array ( [id] => 396 [title] => Song - 99 [time] => 99 [License] => MIT ) [128] => Array ( [id] => 387 [title] => Song - 129 [time] => 129 [License] => MIT ) [95] => Array ( [id] => 384 [title] => Song - 96 [time] => 96 [License] => MIT ) [92] => Array ( [id] => 372 [title] => Song - 93 [time] => 93 [License] => MIT ) [123] => Array ( [id] => 372 [title] => Song - 124 [time] => 124 [License] => MIT ) [122] => Array ( [id] => 369 [title] => Song - 123 [time] => 123 [License] => MIT ) [121] => Array ( [id] => 366 [title] => Song - 122 [time] => 122 [License] => MIT ) [88] => Array ( [id] => 356 [title] => Song - 89 [time] => 89 [License] => MIT ) [117] => Array ( [id] => 354 [title] => Song - 118 [time] => 118 [License] => MIT ) [87] => Array ( [id] => 352 [title] => Song - 88 [time] => 88 [License] => MIT ) [116] => Array ( [id] => 351 [title] => Song - 117 [time] => 117 [License] => MIT ) [82] => Array ( [id] => 332 [title] => Song - 83 [time] => 83 [License] => MIT ) [105] => Array ( [id] => 318 [title] => Song - 106 [time] => 106 [License] => MIT ) [149] => Array ( [id] => 300 [title] => Song - 150 [time] => 150 [License] => MIT ) [72] => Array ( [id] => 292 [title] => Song - 73 [time] => 73 [License] => MIT ) [96] => Array ( [id] => 291 [title] => Song - 97 [time] => 97 [License] => MIT ) [71] => Array ( [id] => 288 [title] => Song - 72 [time] => 72 [License] => MIT ) [69] => Array ( [id] => 280 [title] => Song - 70 [time] => 70 [License] => MIT ) [138] => Array ( [id] => 278 [title] => Song - 139 [time] => 139 [License] => MIT ) [91] => Array ( [id] => 276 [title] => Song - 92 [time] => 92 [License] => MIT ) [136] => Array ( [id] => 274 [title] => Song - 137 [time] => 137 [License] => MIT ) [90] => Array ( [id] => 273 [title] => Song - 91 [time] => 91 [License] => MIT ) [65] => Array ( [id] => 264 [title] => Song - 66 [time] => 66 [License] => MIT ) [84] => Array ( [id] => 255 [title] => Song - 85 [time] => 85 [License] => MIT ) [126] => Array ( [id] => 254 [title] => Song - 127 [time] => 127 [License] => MIT ) [120] => Array ( [id] => 242 [title] => Song - 121 [time] => 121 [License] => MIT ) [78] => Array ( [id] => 237 [title] => Song - 79 [time] => 79 [License] => MIT ) [115] => Array ( [id] => 232 [title] => Song - 116 [time] => 116 [License] => MIT ) [76] => Array ( [id] => 231 [title] => Song - 77 [time] => 77 [License] => MIT ) [113] => Array ( [id] => 228 [title] => Song - 114 [time] => 114 [License] => MIT ) [74] => Array ( [id] => 225 [title] => Song - 75 [time] => 75 [License] => MIT ) [55] => Array ( [id] => 224 [title] => Song - 56 [time] => 56 [License] => MIT ) [73] => Array ( [id] => 222 [title] => Song - 74 [time] => 74 [License] => MIT ) [54] => Array ( [id] => 220 [title] => Song - 55 [time] => 55 [License] => MIT ) [108] => Array ( [id] => 218 [title] => Song - 109 [time] => 109 [License] => MIT ) [53] => Array ( [id] => 216 [title] => Song - 54 [time] => 54 [License] => MIT ) [102] => Array ( [id] => 206 [title] => Song - 103 [time] => 103 [License] => MIT ) [67] => Array ( [id] => 204 [title] => Song - 68 [time] => 68 [License] => MIT ) [66] => Array ( [id] => 201 [title] => Song - 67 [time] => 67 [License] => MIT ) [61] => Array ( [id] => 186 [title] => Song - 62 [time] => 62 [License] => MIT ) [89] => Array ( [id] => 180 [title] => Song - 90 [time] => 90 [License] => MIT ) [85] => Array ( [id] => 172 [title] => Song - 86 [time] => 86 [License] => MIT ) [56] => Array ( [id] => 171 [title] => Song - 57 [time] => 57 [License] => MIT ) [80] => Array ( [id] => 162 [title] => Song - 81 [time] => 81 [License] => MIT ) [77] => Array ( [id] => 156 [title] => Song - 78 [time] => 78 [License] => MIT ) [37] => Array ( [id] => 152 [title] => Song - 38 [time] => 38 [License] => MIT ) [49] => Array ( [id] => 150 [title] => Song - 50 [time] => 50 [License] => MIT ) [36] => Array ( [id] => 148 [title] => Song - 37 [time] => 37 [License] => MIT ) [147] => Array ( [id] => 148 [title] => Song - 148 [time] => 148 [License] => MIT ) [48] => Array ( [id] => 147 [title] => Song - 49 [time] => 49 [License] => MIT ) [145] => Array ( [id] => 146 [title] => Song - 146 [time] => 146 [License] => MIT ) [47] => Array ( [id] => 144 [title] => Song - 48 [time] => 48 [License] => MIT ) [70] => Array ( [id] => 142 [title] => Song - 71 [time] => 71 [License] => MIT ) [140] => Array ( [id] => 141 [title] => Song - 141 [time] => 141 [License] => MIT ) [137] => Array ( [id] => 138 [title] => Song - 138 [time] => 138 [License] => MIT ) [135] => Array ( [id] => 136 [title] => Song - 136 [time] => 136 [License] => MIT ) [44] => Array ( [id] => 135 [title] => Song - 45 [time] => 45 [License] => MIT ) [134] => Array ( [id] => 135 [title] => Song - 135 [time] => 135 [License] => MIT ) [132] => Array ( [id] => 133 [title] => Song - 133 [time] => 133 [License] => MIT ) [43] => Array ( [id] => 132 [title] => Song - 44 [time] => 44 [License] => MIT ) [131] => Array ( [id] => 132 [title] => Song - 132 [time] => 132 [License] => MIT ) [130] => Array ( [id] => 131 [title] => Song - 131 [time] => 131 [License] => MIT ) [64] => Array ( [id] => 130 [title] => Song - 65 [time] => 65 [License] => MIT ) [42] => Array ( [id] => 129 [title] => Song - 43 [time] => 43 [License] => MIT ) [127] => Array ( [id] => 128 [title] => Song - 128 [time] => 128 [License] => MIT ) [125] => Array ( [id] => 126 [title] => Song - 126 [time] => 126 [License] => MIT ) [124] => Array ( [id] => 125 [title] => Song - 125 [time] => 125 [License] => MIT ) [60] => Array ( [id] => 122 [title] => Song - 61 [time] => 61 [License] => MIT ) [59] => Array ( [id] => 120 [title] => Song - 60 [time] => 60 [License] => MIT ) [119] => Array ( [id] => 120 [title] => Song - 120 [time] => 120 [License] => MIT ) [57] => Array ( [id] => 116 [title] => Song - 58 [time] => 58 [License] => MIT ) [114] => Array ( [id] => 115 [title] => Song - 115 [time] => 115 [License] => MIT ) [27] => Array ( [id] => 112 [title] => Song - 28 [time] => 28 [License] => MIT ) [111] => Array ( [id] => 112 [title] => Song - 112 [time] => 112 [License] => MIT ) [110] => Array ( [id] => 111 [title] => Song - 111 [time] => 111 [License] => MIT ) [109] => Array ( [id] => 110 [title] => Song - 110 [time] => 110 [License] => MIT ) [107] => Array ( [id] => 108 [title] => Song - 108 [time] => 108 [License] => MIT ) [106] => Array ( [id] => 107 [title] => Song - 107 [time] => 107 [License] => MIT ) [52] => Array ( [id] => 106 [title] => Song - 53 [time] => 53 [License] => MIT ) [50] => Array ( [id] => 102 [title] => Song - 51 [time] => 51 [License] => MIT ) [33] => Array ( [id] => 102 [title] => Song - 34 [time] => 34 [License] => MIT ) [100] => Array ( [id] => 101 [title] => Song - 101 [time] => 101 [License] => MIT ) [99] => Array ( [id] => 100 [title] => Song - 100 [time] => 100 [License] => MIT ) [32] => Array ( [id] => 99 [title] => Song - 33 [time] => 33 [License] => MIT ) [97] => Array ( [id] => 98 [title] => Song - 98 [time] => 98 [License] => MIT ) [31] => Array ( [id] => 96 [title] => Song - 32 [time] => 32 [License] => MIT ) [94] => Array ( [id] => 95 [title] => Song - 95 [time] => 95 [License] => MIT ) [93] => Array ( [id] => 94 [title] => Song - 94 [time] => 94 [License] => MIT ) [46] => Array ( [id] => 94 [title] => Song - 47 [time] => 47 [License] => MIT ) [30] => Array ( [id] => 93 [title] => Song - 31 [time] => 31 [License] => MIT ) [86] => Array ( [id] => 87 [title] => Song - 87 [time] => 87 [License] => MIT ) [83] => Array ( [id] => 84 [title] => Song - 84 [time] => 84 [License] => MIT ) [41] => Array ( [id] => 84 [title] => Song - 42 [time] => 42 [License] => MIT ) [81] => Array ( [id] => 82 [title] => Song - 82 [time] => 82 [License] => MIT ) [40] => Array ( [id] => 82 [title] => Song - 41 [time] => 41 [License] => MIT ) [79] => Array ( [id] => 80 [title] => Song - 80 [time] => 80 [License] => MIT ) [39] => Array ( [id] => 80 [title] => Song - 40 [time] => 40 [License] => MIT ) [38] => Array ( [id] => 78 [title] => Song - 39 [time] => 39 [License] => MIT ) [75] => Array ( [id] => 76 [title] => Song - 76 [time] => 76 [License] => MIT ) [24] => Array ( [id] => 75 [title] => Song - 25 [time] => 25 [License] => MIT ) [34] => Array ( [id] => 70 [title] => Song - 35 [time] => 35 [License] => MIT ) [68] => Array ( [id] => 69 [title] => Song - 69 [time] => 69 [License] => MIT ) [21] => Array ( [id] => 66 [title] => Song - 22 [time] => 22 [License] => MIT ) [63] => Array ( [id] => 64 [title] => Song - 64 [time] => 64 [License] => MIT ) [62] => Array ( [id] => 63 [title] => Song - 63 [time] => 63 [License] => MIT ) [20] => Array ( [id] => 63 [title] => Song - 21 [time] => 21 [License] => MIT ) [29] => Array ( [id] => 60 [title] => Song - 30 [time] => 30 [License] => MIT ) [58] => Array ( [id] => 59 [title] => Song - 59 [time] => 59 [License] => MIT ) [26] => Array ( [id] => 54 [title] => Song - 27 [time] => 27 [License] => MIT ) [17] => Array ( [id] => 54 [title] => Song - 18 [time] => 18 [License] => MIT ) [51] => Array ( [id] => 52 [title] => Song - 52 [time] => 52 [License] => MIT ) [23] => Array ( [id] => 48 [title] => Song - 24 [time] => 24 [License] => MIT ) [45] => Array ( [id] => 46 [title] => Song - 46 [time] => 46 [License] => MIT ) [22] => Array ( [id] => 46 [title] => Song - 23 [time] => 23 [License] => MIT ) [14] => Array ( [id] => 45 [title] => Song - 15 [time] => 15 [License] => MIT ) [18] => Array ( [id] => 38 [title] => Song - 19 [time] => 19 [License] => MIT ) [35] => Array ( [id] => 36 [title] => Song - 36 [time] => 36 [License] => MIT ) [16] => Array ( [id] => 34 [title] => Song - 17 [time] => 17 [License] => MIT ) [28] => Array ( [id] => 29 [title] => Song - 29 [time] => 29 [License] => MIT ) [25] => Array ( [id] => 26 [title] => Song - 26 [time] => 26 [License] => MIT ) [12] => Array ( [id] => 26 [title] => Song - 13 [time] => 13 [License] => MIT ) [11] => Array ( [id] => 24 [title] => Song - 12 [time] => 12 [License] => MIT ) [19] => Array ( [id] => 20 [title] => Song - 20 [time] => 20 [License] => MIT ) [8] => Array ( [id] => 18 [title] => Song - 9 [time] => 9 [License] => MIT ) [5] => Array ( [id] => 18 [title] => Song - 6 [time] => 6 [License] => MIT ) [7] => Array ( [id] => 16 [title] => Song - 8 [time] => 8 [License] => MIT ) [15] => Array ( [id] => 16 [title] => Song - 16 [time] => 16 [License] => MIT ) [13] => Array ( [id] => 14 [title] => Song - 14 [time] => 14 [License] => MIT ) [3] => Array ( [id] => 12 [title] => Song - 4 [time] => 4 [License] => MIT ) [10] => Array ( [id] => 11 [title] => Song - 11 [time] => 11 [License] => MIT ) [4] => Array ( [id] => 10 [title] => Song - 5 [time] => 5 [License] => MIT ) [9] => Array ( [id] => 10 [title] => Song - 10 [time] => 10 [License] => MIT ) [2] => Array ( [id] => 9 [title] => Song - 3 [time] => 3 [License] => MIT ) [6] => Array ( [id] => 7 [title] => Song - 7 [time] => 7 [License] => MIT ) [1] => Array ( [id] => 4 [title] => Song - 2 [time] => 2 [License] => MIT ) [0] => Array ( [id] => 1 [title] => Song - 1 [time] => 1 [License] => MIT ) )
Output for 7.2.21
Array ( [148] => Array ( [id] => 596 [title] => Song - 149 [time] => 149 [License] => MIT ) [141] => Array ( [id] => 568 [title] => Song - 142 [time] => 142 [License] => MIT ) [134] => Array ( [id] => 540 [title] => Song - 135 [time] => 135 [License] => MIT ) [132] => Array ( [id] => 532 [title] => Song - 133 [time] => 133 [License] => MIT ) [122] => Array ( [id] => 492 [title] => Song - 123 [time] => 123 [License] => MIT ) [121] => Array ( [id] => 488 [title] => Song - 122 [time] => 122 [License] => MIT ) [120] => Array ( [id] => 484 [title] => Song - 121 [time] => 121 [License] => MIT ) [116] => Array ( [id] => 468 [title] => Song - 117 [time] => 117 [License] => MIT ) [114] => Array ( [id] => 460 [title] => Song - 115 [time] => 115 [License] => MIT ) [113] => Array ( [id] => 456 [title] => Song - 114 [time] => 114 [License] => MIT ) [111] => Array ( [id] => 448 [title] => Song - 112 [time] => 112 [License] => MIT ) [145] => Array ( [id] => 438 [title] => Song - 146 [time] => 146 [License] => MIT ) [108] => Array ( [id] => 436 [title] => Song - 109 [time] => 109 [License] => MIT ) [144] => Array ( [id] => 435 [title] => Song - 145 [time] => 145 [License] => MIT ) [107] => Array ( [id] => 432 [title] => Song - 108 [time] => 108 [License] => MIT ) [142] => Array ( [id] => 429 [title] => Song - 143 [time] => 143 [License] => MIT ) [106] => Array ( [id] => 428 [title] => Song - 107 [time] => 107 [License] => MIT ) [139] => Array ( [id] => 420 [title] => Song - 140 [time] => 140 [License] => MIT ) [104] => Array ( [id] => 420 [title] => Song - 105 [time] => 105 [License] => MIT ) [138] => Array ( [id] => 417 [title] => Song - 139 [time] => 139 [License] => MIT ) [135] => Array ( [id] => 408 [title] => Song - 136 [time] => 136 [License] => MIT ) [133] => Array ( [id] => 402 [title] => Song - 134 [time] => 134 [License] => MIT ) [99] => Array ( [id] => 400 [title] => Song - 100 [time] => 100 [License] => MIT ) [130] => Array ( [id] => 393 [title] => Song - 131 [time] => 131 [License] => MIT ) [128] => Array ( [id] => 387 [title] => Song - 129 [time] => 129 [License] => MIT ) [93] => Array ( [id] => 376 [title] => Song - 94 [time] => 94 [License] => MIT ) [124] => Array ( [id] => 375 [title] => Song - 125 [time] => 125 [License] => MIT ) [92] => Array ( [id] => 372 [title] => Song - 93 [time] => 93 [License] => MIT ) [123] => Array ( [id] => 372 [title] => Song - 124 [time] => 124 [License] => MIT ) [90] => Array ( [id] => 364 [title] => Song - 91 [time] => 91 [License] => MIT ) [89] => Array ( [id] => 360 [title] => Song - 90 [time] => 90 [License] => MIT ) [119] => Array ( [id] => 360 [title] => Song - 120 [time] => 120 [License] => MIT ) [86] => Array ( [id] => 348 [title] => Song - 87 [time] => 87 [License] => MIT ) [85] => Array ( [id] => 344 [title] => Song - 86 [time] => 86 [License] => MIT ) [83] => Array ( [id] => 336 [title] => Song - 84 [time] => 84 [License] => MIT ) [109] => Array ( [id] => 330 [title] => Song - 110 [time] => 110 [License] => MIT ) [81] => Array ( [id] => 328 [title] => Song - 82 [time] => 82 [License] => MIT ) [79] => Array ( [id] => 320 [title] => Song - 80 [time] => 80 [License] => MIT ) [105] => Array ( [id] => 318 [title] => Song - 106 [time] => 106 [License] => MIT ) [77] => Array ( [id] => 312 [title] => Song - 78 [time] => 78 [License] => MIT ) [103] => Array ( [id] => 312 [title] => Song - 104 [time] => 104 [License] => MIT ) [76] => Array ( [id] => 308 [title] => Song - 77 [time] => 77 [License] => MIT ) [101] => Array ( [id] => 306 [title] => Song - 102 [time] => 102 [License] => MIT ) [149] => Array ( [id] => 300 [title] => Song - 150 [time] => 150 [License] => MIT ) [146] => Array ( [id] => 294 [title] => Song - 147 [time] => 147 [License] => MIT ) [94] => Array ( [id] => 285 [title] => Song - 95 [time] => 95 [License] => MIT ) [70] => Array ( [id] => 284 [title] => Song - 71 [time] => 71 [License] => MIT ) [67] => Array ( [id] => 272 [title] => Song - 68 [time] => 68 [License] => MIT ) [66] => Array ( [id] => 268 [title] => Song - 67 [time] => 67 [License] => MIT ) [63] => Array ( [id] => 256 [title] => Song - 64 [time] => 64 [License] => MIT ) [127] => Array ( [id] => 256 [title] => Song - 128 [time] => 128 [License] => MIT ) [118] => Array ( [id] => 238 [title] => Song - 119 [time] => 119 [License] => MIT ) [57] => Array ( [id] => 232 [title] => Song - 58 [time] => 58 [License] => MIT ) [115] => Array ( [id] => 232 [title] => Song - 116 [time] => 116 [License] => MIT ) [75] => Array ( [id] => 228 [title] => Song - 76 [time] => 76 [License] => MIT ) [73] => Array ( [id] => 222 [title] => Song - 74 [time] => 74 [License] => MIT ) [110] => Array ( [id] => 222 [title] => Song - 111 [time] => 111 [License] => MIT ) [71] => Array ( [id] => 216 [title] => Song - 72 [time] => 72 [License] => MIT ) [50] => Array ( [id] => 204 [title] => Song - 51 [time] => 51 [License] => MIT ) [100] => Array ( [id] => 202 [title] => Song - 101 [time] => 101 [License] => MIT ) [98] => Array ( [id] => 198 [title] => Song - 99 [time] => 99 [License] => MIT ) [65] => Array ( [id] => 198 [title] => Song - 66 [time] => 66 [License] => MIT ) [95] => Array ( [id] => 192 [title] => Song - 96 [time] => 96 [License] => MIT ) [61] => Array ( [id] => 186 [title] => Song - 62 [time] => 62 [License] => MIT ) [91] => Array ( [id] => 184 [title] => Song - 92 [time] => 92 [License] => MIT ) [59] => Array ( [id] => 180 [title] => Song - 60 [time] => 60 [License] => MIT ) [88] => Array ( [id] => 178 [title] => Song - 89 [time] => 89 [License] => MIT ) [87] => Array ( [id] => 176 [title] => Song - 88 [time] => 88 [License] => MIT ) [56] => Array ( [id] => 171 [title] => Song - 57 [time] => 57 [License] => MIT ) [82] => Array ( [id] => 166 [title] => Song - 83 [time] => 83 [License] => MIT ) [54] => Array ( [id] => 165 [title] => Song - 55 [time] => 55 [License] => MIT ) [78] => Array ( [id] => 158 [title] => Song - 79 [time] => 79 [License] => MIT ) [36] => Array ( [id] => 148 [title] => Song - 37 [time] => 37 [License] => MIT ) [147] => Array ( [id] => 148 [title] => Song - 148 [time] => 148 [License] => MIT ) [48] => Array ( [id] => 147 [title] => Song - 49 [time] => 49 [License] => MIT ) [72] => Array ( [id] => 146 [title] => Song - 73 [time] => 73 [License] => MIT ) [143] => Array ( [id] => 144 [title] => Song - 144 [time] => 144 [License] => MIT ) [46] => Array ( [id] => 141 [title] => Song - 47 [time] => 47 [License] => MIT ) [140] => Array ( [id] => 141 [title] => Song - 141 [time] => 141 [License] => MIT ) [45] => Array ( [id] => 138 [title] => Song - 46 [time] => 46 [License] => MIT ) [137] => Array ( [id] => 138 [title] => Song - 138 [time] => 138 [License] => MIT ) [136] => Array ( [id] => 137 [title] => Song - 137 [time] => 137 [License] => MIT ) [131] => Array ( [id] => 132 [title] => Song - 132 [time] => 132 [License] => MIT ) [129] => Array ( [id] => 130 [title] => Song - 130 [time] => 130 [License] => MIT ) [126] => Array ( [id] => 127 [title] => Song - 127 [time] => 127 [License] => MIT ) [62] => Array ( [id] => 126 [title] => Song - 63 [time] => 63 [License] => MIT ) [41] => Array ( [id] => 126 [title] => Song - 42 [time] => 42 [License] => MIT ) [125] => Array ( [id] => 126 [title] => Song - 126 [time] => 126 [License] => MIT ) [30] => Array ( [id] => 124 [title] => Song - 31 [time] => 31 [License] => MIT ) [40] => Array ( [id] => 123 [title] => Song - 41 [time] => 41 [License] => MIT ) [39] => Array ( [id] => 120 [title] => Song - 40 [time] => 40 [License] => MIT ) [58] => Array ( [id] => 118 [title] => Song - 59 [time] => 59 [License] => MIT ) [117] => Array ( [id] => 118 [title] => Song - 118 [time] => 118 [License] => MIT ) [112] => Array ( [id] => 113 [title] => Song - 113 [time] => 113 [License] => MIT ) [52] => Array ( [id] => 106 [title] => Song - 53 [time] => 53 [License] => MIT ) [34] => Array ( [id] => 105 [title] => Song - 35 [time] => 35 [License] => MIT ) [51] => Array ( [id] => 104 [title] => Song - 52 [time] => 52 [License] => MIT ) [102] => Array ( [id] => 103 [title] => Song - 103 [time] => 103 [License] => MIT ) [24] => Array ( [id] => 100 [title] => Song - 25 [time] => 25 [License] => MIT ) [97] => Array ( [id] => 98 [title] => Song - 98 [time] => 98 [License] => MIT ) [96] => Array ( [id] => 97 [title] => Song - 97 [time] => 97 [License] => MIT ) [47] => Array ( [id] => 96 [title] => Song - 48 [time] => 48 [License] => MIT ) [29] => Array ( [id] => 90 [title] => Song - 30 [time] => 30 [License] => MIT ) [21] => Array ( [id] => 88 [title] => Song - 22 [time] => 22 [License] => MIT ) [84] => Array ( [id] => 85 [title] => Song - 85 [time] => 85 [License] => MIT ) [27] => Array ( [id] => 84 [title] => Song - 28 [time] => 28 [License] => MIT ) [80] => Array ( [id] => 81 [title] => Song - 81 [time] => 81 [License] => MIT ) [38] => Array ( [id] => 78 [title] => Song - 39 [time] => 39 [License] => MIT ) [37] => Array ( [id] => 76 [title] => Song - 38 [time] => 38 [License] => MIT ) [18] => Array ( [id] => 76 [title] => Song - 19 [time] => 19 [License] => MIT ) [74] => Array ( [id] => 75 [title] => Song - 75 [time] => 75 [License] => MIT ) [17] => Array ( [id] => 72 [title] => Song - 18 [time] => 18 [License] => MIT ) [69] => Array ( [id] => 70 [title] => Song - 70 [time] => 70 [License] => MIT ) [68] => Array ( [id] => 69 [title] => Song - 69 [time] => 69 [License] => MIT ) [64] => Array ( [id] => 65 [title] => Song - 65 [time] => 65 [License] => MIT ) [31] => Array ( [id] => 64 [title] => Song - 32 [time] => 32 [License] => MIT ) [20] => Array ( [id] => 63 [title] => Song - 21 [time] => 21 [License] => MIT ) [60] => Array ( [id] => 61 [title] => Song - 61 [time] => 61 [License] => MIT ) [19] => Array ( [id] => 60 [title] => Song - 20 [time] => 20 [License] => MIT ) [55] => Array ( [id] => 56 [title] => Song - 56 [time] => 56 [License] => MIT ) [53] => Array ( [id] => 54 [title] => Song - 54 [time] => 54 [License] => MIT ) [26] => Array ( [id] => 54 [title] => Song - 27 [time] => 27 [License] => MIT ) [25] => Array ( [id] => 52 [title] => Song - 26 [time] => 26 [License] => MIT ) [12] => Array ( [id] => 52 [title] => Song - 13 [time] => 13 [License] => MIT ) [49] => Array ( [id] => 50 [title] => Song - 50 [time] => 50 [License] => MIT ) [15] => Array ( [id] => 48 [title] => Song - 16 [time] => 16 [License] => MIT ) [11] => Array ( [id] => 48 [title] => Song - 12 [time] => 12 [License] => MIT ) [44] => Array ( [id] => 45 [title] => Song - 45 [time] => 45 [License] => MIT ) [14] => Array ( [id] => 45 [title] => Song - 15 [time] => 15 [License] => MIT ) [43] => Array ( [id] => 44 [title] => Song - 44 [time] => 44 [License] => MIT ) [42] => Array ( [id] => 43 [title] => Song - 43 [time] => 43 [License] => MIT ) [35] => Array ( [id] => 36 [title] => Song - 36 [time] => 36 [License] => MIT ) [33] => Array ( [id] => 34 [title] => Song - 34 [time] => 34 [License] => MIT ) [16] => Array ( [id] => 34 [title] => Song - 17 [time] => 17 [License] => MIT ) [32] => Array ( [id] => 33 [title] => Song - 33 [time] => 33 [License] => MIT ) [7] => Array ( [id] => 32 [title] => Song - 8 [time] => 8 [License] => MIT ) [9] => Array ( [id] => 30 [title] => Song - 10 [time] => 10 [License] => MIT ) [28] => Array ( [id] => 29 [title] => Song - 29 [time] => 29 [License] => MIT ) [6] => Array ( [id] => 28 [title] => Song - 7 [time] => 7 [License] => MIT ) [8] => Array ( [id] => 27 [title] => Song - 9 [time] => 9 [License] => MIT ) [5] => Array ( [id] => 24 [title] => Song - 6 [time] => 6 [License] => MIT ) [23] => Array ( [id] => 24 [title] => Song - 24 [time] => 24 [License] => MIT ) [22] => Array ( [id] => 23 [title] => Song - 23 [time] => 23 [License] => MIT ) [10] => Array ( [id] => 22 [title] => Song - 11 [time] => 11 [License] => MIT ) [13] => Array ( [id] => 14 [title] => Song - 14 [time] => 14 [License] => MIT ) [4] => Array ( [id] => 10 [title] => Song - 5 [time] => 5 [License] => MIT ) [3] => Array ( [id] => 8 [title] => Song - 4 [time] => 4 [License] => MIT ) [2] => Array ( [id] => 6 [title] => Song - 3 [time] => 3 [License] => MIT ) [0] => Array ( [id] => 4 [title] => Song - 1 [time] => 1 [License] => MIT ) [1] => Array ( [id] => 2 [title] => Song - 2 [time] => 2 [License] => MIT ) )
Output for 7.2.20
Array ( [143] => Array ( [id] => 576 [title] => Song - 144 [time] => 144 [License] => MIT ) [125] => Array ( [id] => 504 [title] => Song - 126 [time] => 126 [License] => MIT ) [123] => Array ( [id] => 496 [title] => Song - 124 [time] => 124 [License] => MIT ) [120] => Array ( [id] => 484 [title] => Song - 121 [time] => 121 [License] => MIT ) [117] => Array ( [id] => 472 [title] => Song - 118 [time] => 118 [License] => MIT ) [148] => Array ( [id] => 447 [title] => Song - 149 [time] => 149 [License] => MIT ) [147] => Array ( [id] => 444 [title] => Song - 148 [time] => 148 [License] => MIT ) [109] => Array ( [id] => 440 [title] => Song - 110 [time] => 110 [License] => MIT ) [108] => Array ( [id] => 436 [title] => Song - 109 [time] => 109 [License] => MIT ) [144] => Array ( [id] => 435 [title] => Song - 145 [time] => 145 [License] => MIT ) [106] => Array ( [id] => 428 [title] => Song - 107 [time] => 107 [License] => MIT ) [141] => Array ( [id] => 426 [title] => Song - 142 [time] => 142 [License] => MIT ) [105] => Array ( [id] => 424 [title] => Song - 106 [time] => 106 [License] => MIT ) [139] => Array ( [id] => 420 [title] => Song - 140 [time] => 140 [License] => MIT ) [101] => Array ( [id] => 408 [title] => Song - 102 [time] => 102 [License] => MIT ) [131] => Array ( [id] => 396 [title] => Song - 132 [time] => 132 [License] => MIT ) [124] => Array ( [id] => 375 [title] => Song - 125 [time] => 125 [License] => MIT ) [122] => Array ( [id] => 369 [title] => Song - 123 [time] => 123 [License] => MIT ) [121] => Array ( [id] => 366 [title] => Song - 122 [time] => 122 [License] => MIT ) [90] => Array ( [id] => 364 [title] => Song - 91 [time] => 91 [License] => MIT ) [118] => Array ( [id] => 357 [title] => Song - 119 [time] => 119 [License] => MIT ) [86] => Array ( [id] => 348 [title] => Song - 87 [time] => 87 [License] => MIT ) [115] => Array ( [id] => 348 [title] => Song - 116 [time] => 116 [License] => MIT ) [112] => Array ( [id] => 339 [title] => Song - 113 [time] => 113 [License] => MIT ) [110] => Array ( [id] => 333 [title] => Song - 111 [time] => 111 [License] => MIT ) [82] => Array ( [id] => 332 [title] => Song - 83 [time] => 83 [License] => MIT ) [104] => Array ( [id] => 315 [title] => Song - 105 [time] => 105 [License] => MIT ) [77] => Array ( [id] => 312 [title] => Song - 78 [time] => 78 [License] => MIT ) [76] => Array ( [id] => 308 [title] => Song - 77 [time] => 77 [License] => MIT ) [142] => Array ( [id] => 286 [title] => Song - 143 [time] => 143 [License] => MIT ) [70] => Array ( [id] => 284 [title] => Song - 71 [time] => 71 [License] => MIT ) [69] => Array ( [id] => 280 [title] => Song - 70 [time] => 70 [License] => MIT ) [136] => Array ( [id] => 274 [title] => Song - 137 [time] => 137 [License] => MIT ) [135] => Array ( [id] => 272 [title] => Song - 136 [time] => 136 [License] => MIT ) [133] => Array ( [id] => 268 [title] => Song - 134 [time] => 134 [License] => MIT ) [87] => Array ( [id] => 264 [title] => Song - 88 [time] => 88 [License] => MIT ) [130] => Array ( [id] => 262 [title] => Song - 131 [time] => 131 [License] => MIT ) [129] => Array ( [id] => 260 [title] => Song - 130 [time] => 130 [License] => MIT ) [85] => Array ( [id] => 258 [title] => Song - 86 [time] => 86 [License] => MIT ) [127] => Array ( [id] => 256 [title] => Song - 128 [time] => 128 [License] => MIT ) [84] => Array ( [id] => 255 [title] => Song - 85 [time] => 85 [License] => MIT ) [126] => Array ( [id] => 254 [title] => Song - 127 [time] => 127 [License] => MIT ) [62] => Array ( [id] => 252 [title] => Song - 63 [time] => 63 [License] => MIT ) [79] => Array ( [id] => 240 [title] => Song - 80 [time] => 80 [License] => MIT ) [75] => Array ( [id] => 228 [title] => Song - 76 [time] => 76 [License] => MIT ) [113] => Array ( [id] => 228 [title] => Song - 114 [time] => 114 [License] => MIT ) [74] => Array ( [id] => 225 [title] => Song - 75 [time] => 75 [License] => MIT ) [55] => Array ( [id] => 224 [title] => Song - 56 [time] => 56 [License] => MIT ) [72] => Array ( [id] => 219 [title] => Song - 73 [time] => 73 [License] => MIT ) [102] => Array ( [id] => 206 [title] => Song - 103 [time] => 103 [License] => MIT ) [98] => Array ( [id] => 198 [title] => Song - 99 [time] => 99 [License] => MIT ) [95] => Array ( [id] => 192 [title] => Song - 96 [time] => 96 [License] => MIT ) [94] => Array ( [id] => 190 [title] => Song - 95 [time] => 95 [License] => MIT ) [93] => Array ( [id] => 188 [title] => Song - 94 [time] => 94 [License] => MIT ) [91] => Array ( [id] => 184 [title] => Song - 92 [time] => 92 [License] => MIT ) [59] => Array ( [id] => 180 [title] => Song - 60 [time] => 60 [License] => MIT ) [88] => Array ( [id] => 178 [title] => Song - 89 [time] => 89 [License] => MIT ) [42] => Array ( [id] => 172 [title] => Song - 43 [time] => 43 [License] => MIT ) [54] => Array ( [id] => 165 [title] => Song - 55 [time] => 55 [License] => MIT ) [81] => Array ( [id] => 164 [title] => Song - 82 [time] => 82 [License] => MIT ) [52] => Array ( [id] => 159 [title] => Song - 53 [time] => 53 [License] => MIT ) [149] => Array ( [id] => 150 [title] => Song - 150 [time] => 150 [License] => MIT ) [73] => Array ( [id] => 148 [title] => Song - 74 [time] => 74 [License] => MIT ) [146] => Array ( [id] => 147 [title] => Song - 147 [time] => 147 [License] => MIT ) [145] => Array ( [id] => 146 [title] => Song - 146 [time] => 146 [License] => MIT ) [71] => Array ( [id] => 144 [title] => Song - 72 [time] => 72 [License] => MIT ) [140] => Array ( [id] => 141 [title] => Song - 141 [time] => 141 [License] => MIT ) [138] => Array ( [id] => 139 [title] => Song - 139 [time] => 139 [License] => MIT ) [68] => Array ( [id] => 138 [title] => Song - 69 [time] => 69 [License] => MIT ) [137] => Array ( [id] => 138 [title] => Song - 138 [time] => 138 [License] => MIT ) [67] => Array ( [id] => 136 [title] => Song - 68 [time] => 68 [License] => MIT ) [44] => Array ( [id] => 135 [title] => Song - 45 [time] => 45 [License] => MIT ) [134] => Array ( [id] => 135 [title] => Song - 135 [time] => 135 [License] => MIT ) [66] => Array ( [id] => 134 [title] => Song - 67 [time] => 67 [License] => MIT ) [132] => Array ( [id] => 133 [title] => Song - 133 [time] => 133 [License] => MIT ) [65] => Array ( [id] => 132 [title] => Song - 66 [time] => 66 [License] => MIT ) [64] => Array ( [id] => 130 [title] => Song - 65 [time] => 65 [License] => MIT ) [128] => Array ( [id] => 129 [title] => Song - 129 [time] => 129 [License] => MIT ) [31] => Array ( [id] => 128 [title] => Song - 32 [time] => 32 [License] => MIT ) [40] => Array ( [id] => 123 [title] => Song - 41 [time] => 41 [License] => MIT ) [39] => Array ( [id] => 120 [title] => Song - 40 [time] => 40 [License] => MIT ) [29] => Array ( [id] => 120 [title] => Song - 30 [time] => 30 [License] => MIT ) [119] => Array ( [id] => 120 [title] => Song - 120 [time] => 120 [License] => MIT ) [38] => Array ( [id] => 117 [title] => Song - 39 [time] => 39 [License] => MIT ) [116] => Array ( [id] => 117 [title] => Song - 117 [time] => 117 [License] => MIT ) [57] => Array ( [id] => 116 [title] => Song - 58 [time] => 58 [License] => MIT ) [114] => Array ( [id] => 115 [title] => Song - 115 [time] => 115 [License] => MIT ) [56] => Array ( [id] => 114 [title] => Song - 57 [time] => 57 [License] => MIT ) [111] => Array ( [id] => 112 [title] => Song - 112 [time] => 112 [License] => MIT ) [36] => Array ( [id] => 111 [title] => Song - 37 [time] => 37 [License] => MIT ) [53] => Array ( [id] => 108 [title] => Song - 54 [time] => 54 [License] => MIT ) [107] => Array ( [id] => 108 [title] => Song - 108 [time] => 108 [License] => MIT ) [51] => Array ( [id] => 104 [title] => Song - 52 [time] => 52 [License] => MIT ) [25] => Array ( [id] => 104 [title] => Song - 26 [time] => 26 [License] => MIT ) [103] => Array ( [id] => 104 [title] => Song - 104 [time] => 104 [License] => MIT ) [100] => Array ( [id] => 101 [title] => Song - 101 [time] => 101 [License] => MIT ) [49] => Array ( [id] => 100 [title] => Song - 50 [time] => 50 [License] => MIT ) [99] => Array ( [id] => 100 [title] => Song - 100 [time] => 100 [License] => MIT ) [32] => Array ( [id] => 99 [title] => Song - 33 [time] => 33 [License] => MIT ) [97] => Array ( [id] => 98 [title] => Song - 98 [time] => 98 [License] => MIT ) [48] => Array ( [id] => 98 [title] => Song - 49 [time] => 49 [License] => MIT ) [96] => Array ( [id] => 97 [title] => Song - 97 [time] => 97 [License] => MIT ) [92] => Array ( [id] => 93 [title] => Song - 93 [time] => 93 [License] => MIT ) [45] => Array ( [id] => 92 [title] => Song - 46 [time] => 46 [License] => MIT ) [22] => Array ( [id] => 92 [title] => Song - 23 [time] => 23 [License] => MIT ) [89] => Array ( [id] => 90 [title] => Song - 90 [time] => 90 [License] => MIT ) [43] => Array ( [id] => 88 [title] => Song - 44 [time] => 44 [License] => MIT ) [21] => Array ( [id] => 88 [title] => Song - 22 [time] => 22 [License] => MIT ) [83] => Array ( [id] => 84 [title] => Song - 84 [time] => 84 [License] => MIT ) [27] => Array ( [id] => 84 [title] => Song - 28 [time] => 28 [License] => MIT ) [80] => Array ( [id] => 81 [title] => Song - 81 [time] => 81 [License] => MIT ) [26] => Array ( [id] => 81 [title] => Song - 27 [time] => 27 [License] => MIT ) [19] => Array ( [id] => 80 [title] => Song - 20 [time] => 20 [License] => MIT ) [78] => Array ( [id] => 79 [title] => Song - 79 [time] => 79 [License] => MIT ) [17] => Array ( [id] => 72 [title] => Song - 18 [time] => 18 [License] => MIT ) [63] => Array ( [id] => 64 [title] => Song - 64 [time] => 64 [License] => MIT ) [61] => Array ( [id] => 62 [title] => Song - 62 [time] => 62 [License] => MIT ) [60] => Array ( [id] => 61 [title] => Song - 61 [time] => 61 [License] => MIT ) [58] => Array ( [id] => 59 [title] => Song - 59 [time] => 59 [License] => MIT ) [28] => Array ( [id] => 58 [title] => Song - 29 [time] => 29 [License] => MIT ) [12] => Array ( [id] => 52 [title] => Song - 13 [time] => 13 [License] => MIT ) [50] => Array ( [id] => 51 [title] => Song - 51 [time] => 51 [License] => MIT ) [24] => Array ( [id] => 50 [title] => Song - 25 [time] => 25 [License] => MIT ) [47] => Array ( [id] => 48 [title] => Song - 48 [time] => 48 [License] => MIT ) [15] => Array ( [id] => 48 [title] => Song - 16 [time] => 16 [License] => MIT ) [46] => Array ( [id] => 47 [title] => Song - 47 [time] => 47 [License] => MIT ) [41] => Array ( [id] => 42 [title] => Song - 42 [time] => 42 [License] => MIT ) [20] => Array ( [id] => 42 [title] => Song - 21 [time] => 21 [License] => MIT ) [13] => Array ( [id] => 42 [title] => Song - 14 [time] => 14 [License] => MIT ) [9] => Array ( [id] => 40 [title] => Song - 10 [time] => 10 [License] => MIT ) [37] => Array ( [id] => 38 [title] => Song - 38 [time] => 38 [License] => MIT ) [35] => Array ( [id] => 36 [title] => Song - 36 [time] => 36 [License] => MIT ) [11] => Array ( [id] => 36 [title] => Song - 12 [time] => 12 [License] => MIT ) [34] => Array ( [id] => 35 [title] => Song - 35 [time] => 35 [License] => MIT ) [33] => Array ( [id] => 34 [title] => Song - 34 [time] => 34 [License] => MIT ) [16] => Array ( [id] => 34 [title] => Song - 17 [time] => 17 [License] => MIT ) [30] => Array ( [id] => 31 [title] => Song - 31 [time] => 31 [License] => MIT ) [14] => Array ( [id] => 30 [title] => Song - 15 [time] => 15 [License] => MIT ) [6] => Array ( [id] => 28 [title] => Song - 7 [time] => 7 [License] => MIT ) [8] => Array ( [id] => 27 [title] => Song - 9 [time] => 9 [License] => MIT ) [5] => Array ( [id] => 24 [title] => Song - 6 [time] => 6 [License] => MIT ) [23] => Array ( [id] => 24 [title] => Song - 24 [time] => 24 [License] => MIT ) [10] => Array ( [id] => 22 [title] => Song - 11 [time] => 11 [License] => MIT ) [4] => Array ( [id] => 20 [title] => Song - 5 [time] => 5 [License] => MIT ) [18] => Array ( [id] => 19 [title] => Song - 19 [time] => 19 [License] => MIT ) [7] => Array ( [id] => 16 [title] => Song - 8 [time] => 8 [License] => MIT ) [2] => Array ( [id] => 9 [title] => Song - 3 [time] => 3 [License] => MIT ) [1] => Array ( [id] => 8 [title] => Song - 2 [time] => 2 [License] => MIT ) [3] => Array ( [id] => 4 [title] => Song - 4 [time] => 4 [License] => MIT ) [0] => Array ( [id] => 4 [title] => Song - 1 [time] => 1 [License] => MIT ) )
Output for 7.2.19
Array ( [149] => Array ( [id] => 600 [title] => Song - 150 [time] => 150 [License] => MIT ) [148] => Array ( [id] => 596 [title] => Song - 149 [time] => 149 [License] => MIT ) [147] => Array ( [id] => 592 [title] => Song - 148 [time] => 148 [License] => MIT ) [145] => Array ( [id] => 584 [title] => Song - 146 [time] => 146 [License] => MIT ) [137] => Array ( [id] => 552 [title] => Song - 138 [time] => 138 [License] => MIT ) [136] => Array ( [id] => 548 [title] => Song - 137 [time] => 137 [License] => MIT ) [135] => Array ( [id] => 544 [title] => Song - 136 [time] => 136 [License] => MIT ) [132] => Array ( [id] => 532 [title] => Song - 133 [time] => 133 [License] => MIT ) [131] => Array ( [id] => 528 [title] => Song - 132 [time] => 132 [License] => MIT ) [127] => Array ( [id] => 512 [title] => Song - 128 [time] => 128 [License] => MIT ) [126] => Array ( [id] => 508 [title] => Song - 127 [time] => 127 [License] => MIT ) [123] => Array ( [id] => 496 [title] => Song - 124 [time] => 124 [License] => MIT ) [121] => Array ( [id] => 488 [title] => Song - 122 [time] => 122 [License] => MIT ) [120] => Array ( [id] => 484 [title] => Song - 121 [time] => 121 [License] => MIT ) [117] => Array ( [id] => 472 [title] => Song - 118 [time] => 118 [License] => MIT ) [108] => Array ( [id] => 436 [title] => Song - 109 [time] => 109 [License] => MIT ) [144] => Array ( [id] => 435 [title] => Song - 145 [time] => 145 [License] => MIT ) [143] => Array ( [id] => 432 [title] => Song - 144 [time] => 144 [License] => MIT ) [141] => Array ( [id] => 426 [title] => Song - 142 [time] => 142 [License] => MIT ) [97] => Array ( [id] => 392 [title] => Song - 98 [time] => 98 [License] => MIT ) [125] => Array ( [id] => 378 [title] => Song - 126 [time] => 126 [License] => MIT ) [119] => Array ( [id] => 360 [title] => Song - 120 [time] => 120 [License] => MIT ) [114] => Array ( [id] => 345 [title] => Song - 115 [time] => 115 [License] => MIT ) [81] => Array ( [id] => 328 [title] => Song - 82 [time] => 82 [License] => MIT ) [107] => Array ( [id] => 324 [title] => Song - 108 [time] => 108 [License] => MIT ) [106] => Array ( [id] => 321 [title] => Song - 107 [time] => 107 [License] => MIT ) [78] => Array ( [id] => 316 [title] => Song - 79 [time] => 79 [License] => MIT ) [102] => Array ( [id] => 309 [title] => Song - 103 [time] => 103 [License] => MIT ) [76] => Array ( [id] => 308 [title] => Song - 77 [time] => 77 [License] => MIT ) [100] => Array ( [id] => 303 [title] => Song - 101 [time] => 101 [License] => MIT ) [72] => Array ( [id] => 292 [title] => Song - 73 [time] => 73 [License] => MIT ) [140] => Array ( [id] => 282 [title] => Song - 141 [time] => 141 [License] => MIT ) [69] => Array ( [id] => 280 [title] => Song - 70 [time] => 70 [License] => MIT ) [90] => Array ( [id] => 273 [title] => Song - 91 [time] => 91 [License] => MIT ) [134] => Array ( [id] => 270 [title] => Song - 135 [time] => 135 [License] => MIT ) [66] => Array ( [id] => 268 [title] => Song - 67 [time] => 67 [License] => MIT ) [65] => Array ( [id] => 264 [title] => Song - 66 [time] => 66 [License] => MIT ) [86] => Array ( [id] => 261 [title] => Song - 87 [time] => 87 [License] => MIT ) [85] => Array ( [id] => 258 [title] => Song - 86 [time] => 86 [License] => MIT ) [128] => Array ( [id] => 258 [title] => Song - 129 [time] => 129 [License] => MIT ) [124] => Array ( [id] => 250 [title] => Song - 125 [time] => 125 [License] => MIT ) [118] => Array ( [id] => 238 [title] => Song - 119 [time] => 119 [License] => MIT ) [77] => Array ( [id] => 234 [title] => Song - 78 [time] => 78 [License] => MIT ) [56] => Array ( [id] => 228 [title] => Song - 57 [time] => 57 [License] => MIT ) [112] => Array ( [id] => 226 [title] => Song - 113 [time] => 113 [License] => MIT ) [74] => Array ( [id] => 225 [title] => Song - 75 [time] => 75 [License] => MIT ) [55] => Array ( [id] => 224 [title] => Song - 56 [time] => 56 [License] => MIT ) [111] => Array ( [id] => 224 [title] => Song - 112 [time] => 112 [License] => MIT ) [70] => Array ( [id] => 213 [title] => Song - 71 [time] => 71 [License] => MIT ) [104] => Array ( [id] => 210 [title] => Song - 105 [time] => 105 [License] => MIT ) [51] => Array ( [id] => 208 [title] => Song - 52 [time] => 52 [License] => MIT ) [96] => Array ( [id] => 194 [title] => Song - 97 [time] => 97 [License] => MIT ) [47] => Array ( [id] => 192 [title] => Song - 48 [time] => 48 [License] => MIT ) [93] => Array ( [id] => 188 [title] => Song - 94 [time] => 94 [License] => MIT ) [61] => Array ( [id] => 186 [title] => Song - 62 [time] => 62 [License] => MIT ) [91] => Array ( [id] => 184 [title] => Song - 92 [time] => 92 [License] => MIT ) [60] => Array ( [id] => 183 [title] => Song - 61 [time] => 61 [License] => MIT ) [89] => Array ( [id] => 180 [title] => Song - 90 [time] => 90 [License] => MIT ) [88] => Array ( [id] => 178 [title] => Song - 89 [time] => 89 [License] => MIT ) [58] => Array ( [id] => 177 [title] => Song - 59 [time] => 59 [License] => MIT ) [87] => Array ( [id] => 176 [title] => Song - 88 [time] => 88 [License] => MIT ) [43] => Array ( [id] => 176 [title] => Song - 44 [time] => 44 [License] => MIT ) [42] => Array ( [id] => 172 [title] => Song - 43 [time] => 43 [License] => MIT ) [83] => Array ( [id] => 168 [title] => Song - 84 [time] => 84 [License] => MIT ) [82] => Array ( [id] => 166 [title] => Song - 83 [time] => 83 [License] => MIT ) [54] => Array ( [id] => 165 [title] => Song - 55 [time] => 55 [License] => MIT ) [40] => Array ( [id] => 164 [title] => Song - 41 [time] => 41 [License] => MIT ) [52] => Array ( [id] => 159 [title] => Song - 53 [time] => 53 [License] => MIT ) [146] => Array ( [id] => 147 [title] => Song - 147 [time] => 147 [License] => MIT ) [71] => Array ( [id] => 144 [title] => Song - 72 [time] => 72 [License] => MIT ) [142] => Array ( [id] => 143 [title] => Song - 143 [time] => 143 [License] => MIT ) [139] => Array ( [id] => 140 [title] => Song - 140 [time] => 140 [License] => MIT ) [138] => Array ( [id] => 139 [title] => Song - 139 [time] => 139 [License] => MIT ) [68] => Array ( [id] => 138 [title] => Song - 69 [time] => 69 [License] => MIT ) [45] => Array ( [id] => 138 [title] => Song - 46 [time] => 46 [License] => MIT ) [133] => Array ( [id] => 134 [title] => Song - 134 [time] => 134 [License] => MIT ) [32] => Array ( [id] => 132 [title] => Song - 33 [time] => 33 [License] => MIT ) [130] => Array ( [id] => 131 [title] => Song - 131 [time] => 131 [License] => MIT ) [64] => Array ( [id] => 130 [title] => Song - 65 [time] => 65 [License] => MIT ) [129] => Array ( [id] => 130 [title] => Song - 130 [time] => 130 [License] => MIT ) [122] => Array ( [id] => 123 [title] => Song - 123 [time] => 123 [License] => MIT ) [116] => Array ( [id] => 117 [title] => Song - 117 [time] => 117 [License] => MIT ) [115] => Array ( [id] => 116 [title] => Song - 116 [time] => 116 [License] => MIT ) [113] => Array ( [id] => 114 [title] => Song - 114 [time] => 114 [License] => MIT ) [110] => Array ( [id] => 111 [title] => Song - 111 [time] => 111 [License] => MIT ) [109] => Array ( [id] => 110 [title] => Song - 110 [time] => 110 [License] => MIT ) [105] => Array ( [id] => 106 [title] => Song - 106 [time] => 106 [License] => MIT ) [103] => Array ( [id] => 104 [title] => Song - 104 [time] => 104 [License] => MIT ) [33] => Array ( [id] => 102 [title] => Song - 34 [time] => 34 [License] => MIT ) [101] => Array ( [id] => 102 [title] => Song - 102 [time] => 102 [License] => MIT ) [24] => Array ( [id] => 100 [title] => Song - 25 [time] => 25 [License] => MIT ) [99] => Array ( [id] => 100 [title] => Song - 100 [time] => 100 [License] => MIT ) [98] => Array ( [id] => 99 [title] => Song - 99 [time] => 99 [License] => MIT ) [48] => Array ( [id] => 98 [title] => Song - 49 [time] => 49 [License] => MIT ) [95] => Array ( [id] => 96 [title] => Song - 96 [time] => 96 [License] => MIT ) [94] => Array ( [id] => 95 [title] => Song - 95 [time] => 95 [License] => MIT ) [46] => Array ( [id] => 94 [title] => Song - 47 [time] => 47 [License] => MIT ) [92] => Array ( [id] => 93 [title] => Song - 93 [time] => 93 [License] => MIT ) [30] => Array ( [id] => 93 [title] => Song - 31 [time] => 31 [License] => MIT ) [29] => Array ( [id] => 90 [title] => Song - 30 [time] => 30 [License] => MIT ) [84] => Array ( [id] => 85 [title] => Song - 85 [time] => 85 [License] => MIT ) [80] => Array ( [id] => 81 [title] => Song - 81 [time] => 81 [License] => MIT ) [26] => Array ( [id] => 81 [title] => Song - 27 [time] => 27 [License] => MIT ) [79] => Array ( [id] => 80 [title] => Song - 80 [time] => 80 [License] => MIT ) [39] => Array ( [id] => 80 [title] => Song - 40 [time] => 40 [License] => MIT ) [38] => Array ( [id] => 78 [title] => Song - 39 [time] => 39 [License] => MIT ) [75] => Array ( [id] => 76 [title] => Song - 76 [time] => 76 [License] => MIT ) [18] => Array ( [id] => 76 [title] => Song - 19 [time] => 19 [License] => MIT ) [73] => Array ( [id] => 74 [title] => Song - 74 [time] => 74 [License] => MIT ) [36] => Array ( [id] => 74 [title] => Song - 37 [time] => 37 [License] => MIT ) [35] => Array ( [id] => 72 [title] => Song - 36 [time] => 36 [License] => MIT ) [67] => Array ( [id] => 68 [title] => Song - 68 [time] => 68 [License] => MIT ) [16] => Array ( [id] => 68 [title] => Song - 17 [time] => 17 [License] => MIT ) [63] => Array ( [id] => 64 [title] => Song - 64 [time] => 64 [License] => MIT ) [31] => Array ( [id] => 64 [title] => Song - 32 [time] => 32 [License] => MIT ) [62] => Array ( [id] => 63 [title] => Song - 63 [time] => 63 [License] => MIT ) [59] => Array ( [id] => 60 [title] => Song - 60 [time] => 60 [License] => MIT ) [14] => Array ( [id] => 60 [title] => Song - 15 [time] => 15 [License] => MIT ) [57] => Array ( [id] => 58 [title] => Song - 58 [time] => 58 [License] => MIT ) [27] => Array ( [id] => 56 [title] => Song - 28 [time] => 28 [License] => MIT ) [53] => Array ( [id] => 54 [title] => Song - 54 [time] => 54 [License] => MIT ) [17] => Array ( [id] => 54 [title] => Song - 18 [time] => 18 [License] => MIT ) [12] => Array ( [id] => 52 [title] => Song - 13 [time] => 13 [License] => MIT ) [50] => Array ( [id] => 51 [title] => Song - 51 [time] => 51 [License] => MIT ) [49] => Array ( [id] => 50 [title] => Song - 50 [time] => 50 [License] => MIT ) [23] => Array ( [id] => 48 [title] => Song - 24 [time] => 24 [License] => MIT ) [44] => Array ( [id] => 45 [title] => Song - 45 [time] => 45 [License] => MIT ) [21] => Array ( [id] => 44 [title] => Song - 22 [time] => 22 [License] => MIT ) [41] => Array ( [id] => 42 [title] => Song - 42 [time] => 42 [License] => MIT ) [19] => Array ( [id] => 40 [title] => Song - 20 [time] => 20 [License] => MIT ) [37] => Array ( [id] => 38 [title] => Song - 38 [time] => 38 [License] => MIT ) [34] => Array ( [id] => 35 [title] => Song - 35 [time] => 35 [License] => MIT ) [15] => Array ( [id] => 32 [title] => Song - 16 [time] => 16 [License] => MIT ) [28] => Array ( [id] => 29 [title] => Song - 29 [time] => 29 [License] => MIT ) [13] => Array ( [id] => 28 [title] => Song - 14 [time] => 14 [License] => MIT ) [25] => Array ( [id] => 26 [title] => Song - 26 [time] => 26 [License] => MIT ) [7] => Array ( [id] => 24 [title] => Song - 8 [time] => 8 [License] => MIT ) [11] => Array ( [id] => 24 [title] => Song - 12 [time] => 12 [License] => MIT ) [22] => Array ( [id] => 23 [title] => Song - 23 [time] => 23 [License] => MIT ) [20] => Array ( [id] => 21 [title] => Song - 21 [time] => 21 [License] => MIT ) [4] => Array ( [id] => 20 [title] => Song - 5 [time] => 5 [License] => MIT ) [5] => Array ( [id] => 18 [title] => Song - 6 [time] => 6 [License] => MIT ) [10] => Array ( [id] => 11 [title] => Song - 11 [time] => 11 [License] => MIT ) [9] => Array ( [id] => 10 [title] => Song - 10 [time] => 10 [License] => MIT ) [8] => Array ( [id] => 9 [title] => Song - 9 [time] => 9 [License] => MIT ) [6] => Array ( [id] => 7 [title] => Song - 7 [time] => 7 [License] => MIT ) [2] => Array ( [id] => 6 [title] => Song - 3 [time] => 3 [License] => MIT ) [3] => Array ( [id] => 4 [title] => Song - 4 [time] => 4 [License] => MIT ) [1] => Array ( [id] => 4 [title] => Song - 2 [time] => 2 [License] => MIT ) [0] => Array ( [id] => 2 [title] => Song - 1 [time] => 1 [License] => MIT ) )
Output for 7.2.18
Array ( [149] => Array ( [id] => 600 [title] => Song - 150 [time] => 150 [License] => MIT ) [143] => Array ( [id] => 576 [title] => Song - 144 [time] => 144 [License] => MIT ) [142] => Array ( [id] => 572 [title] => Song - 143 [time] => 143 [License] => MIT ) [141] => Array ( [id] => 568 [title] => Song - 142 [time] => 142 [License] => MIT ) [136] => Array ( [id] => 548 [title] => Song - 137 [time] => 137 [License] => MIT ) [129] => Array ( [id] => 520 [title] => Song - 130 [time] => 130 [License] => MIT ) [124] => Array ( [id] => 500 [title] => Song - 125 [time] => 125 [License] => MIT ) [122] => Array ( [id] => 492 [title] => Song - 123 [time] => 123 [License] => MIT ) [121] => Array ( [id] => 488 [title] => Song - 122 [time] => 122 [License] => MIT ) [120] => Array ( [id] => 484 [title] => Song - 121 [time] => 121 [License] => MIT ) [117] => Array ( [id] => 472 [title] => Song - 118 [time] => 118 [License] => MIT ) [116] => Array ( [id] => 468 [title] => Song - 117 [time] => 117 [License] => MIT ) [115] => Array ( [id] => 464 [title] => Song - 116 [time] => 116 [License] => MIT ) [114] => Array ( [id] => 460 [title] => Song - 115 [time] => 115 [License] => MIT ) [146] => Array ( [id] => 441 [title] => Song - 147 [time] => 147 [License] => MIT ) [145] => Array ( [id] => 438 [title] => Song - 146 [time] => 146 [License] => MIT ) [104] => Array ( [id] => 420 [title] => Song - 105 [time] => 105 [License] => MIT ) [138] => Array ( [id] => 417 [title] => Song - 139 [time] => 139 [License] => MIT ) [135] => Array ( [id] => 408 [title] => Song - 136 [time] => 136 [License] => MIT ) [100] => Array ( [id] => 404 [title] => Song - 101 [time] => 101 [License] => MIT ) [133] => Array ( [id] => 402 [title] => Song - 134 [time] => 134 [License] => MIT ) [130] => Array ( [id] => 393 [title] => Song - 131 [time] => 131 [License] => MIT ) [128] => Array ( [id] => 387 [title] => Song - 129 [time] => 129 [License] => MIT ) [92] => Array ( [id] => 372 [title] => Song - 93 [time] => 93 [License] => MIT ) [118] => Array ( [id] => 357 [title] => Song - 119 [time] => 119 [License] => MIT ) [113] => Array ( [id] => 342 [title] => Song - 114 [time] => 114 [License] => MIT ) [110] => Array ( [id] => 333 [title] => Song - 111 [time] => 111 [License] => MIT ) [80] => Array ( [id] => 324 [title] => Song - 81 [time] => 81 [License] => MIT ) [107] => Array ( [id] => 324 [title] => Song - 108 [time] => 108 [License] => MIT ) [105] => Array ( [id] => 318 [title] => Song - 106 [time] => 106 [License] => MIT ) [75] => Array ( [id] => 304 [title] => Song - 76 [time] => 76 [License] => MIT ) [148] => Array ( [id] => 298 [title] => Song - 149 [time] => 149 [License] => MIT ) [147] => Array ( [id] => 296 [title] => Song - 148 [time] => 148 [License] => MIT ) [97] => Array ( [id] => 294 [title] => Song - 98 [time] => 98 [License] => MIT ) [95] => Array ( [id] => 288 [title] => Song - 96 [time] => 96 [License] => MIT ) [71] => Array ( [id] => 288 [title] => Song - 72 [time] => 72 [License] => MIT ) [94] => Array ( [id] => 285 [title] => Song - 95 [time] => 95 [License] => MIT ) [70] => Array ( [id] => 284 [title] => Song - 71 [time] => 71 [License] => MIT ) [140] => Array ( [id] => 282 [title] => Song - 141 [time] => 141 [License] => MIT ) [90] => Array ( [id] => 273 [title] => Song - 91 [time] => 91 [License] => MIT ) [66] => Array ( [id] => 268 [title] => Song - 67 [time] => 67 [License] => MIT ) [88] => Array ( [id] => 267 [title] => Song - 89 [time] => 89 [License] => MIT ) [132] => Array ( [id] => 266 [title] => Song - 133 [time] => 133 [License] => MIT ) [131] => Array ( [id] => 264 [title] => Song - 132 [time] => 132 [License] => MIT ) [64] => Array ( [id] => 260 [title] => Song - 65 [time] => 65 [License] => MIT ) [127] => Array ( [id] => 256 [title] => Song - 128 [time] => 128 [License] => MIT ) [84] => Array ( [id] => 255 [title] => Song - 85 [time] => 85 [License] => MIT ) [126] => Array ( [id] => 254 [title] => Song - 127 [time] => 127 [License] => MIT ) [62] => Array ( [id] => 252 [title] => Song - 63 [time] => 63 [License] => MIT ) [125] => Array ( [id] => 252 [title] => Song - 126 [time] => 126 [License] => MIT ) [82] => Array ( [id] => 249 [title] => Song - 83 [time] => 83 [License] => MIT ) [61] => Array ( [id] => 248 [title] => Song - 62 [time] => 62 [License] => MIT ) [123] => Array ( [id] => 248 [title] => Song - 124 [time] => 124 [License] => MIT ) [60] => Array ( [id] => 244 [title] => Song - 61 [time] => 61 [License] => MIT ) [79] => Array ( [id] => 240 [title] => Song - 80 [time] => 80 [License] => MIT ) [59] => Array ( [id] => 240 [title] => Song - 60 [time] => 60 [License] => MIT ) [77] => Array ( [id] => 234 [title] => Song - 78 [time] => 78 [License] => MIT ) [112] => Array ( [id] => 226 [title] => Song - 113 [time] => 113 [License] => MIT ) [111] => Array ( [id] => 224 [title] => Song - 112 [time] => 112 [License] => MIT ) [109] => Array ( [id] => 220 [title] => Song - 110 [time] => 110 [License] => MIT ) [69] => Array ( [id] => 210 [title] => Song - 70 [time] => 70 [License] => MIT ) [103] => Array ( [id] => 208 [title] => Song - 104 [time] => 104 [License] => MIT ) [68] => Array ( [id] => 207 [title] => Song - 69 [time] => 69 [License] => MIT ) [65] => Array ( [id] => 198 [title] => Song - 66 [time] => 66 [License] => MIT ) [96] => Array ( [id] => 194 [title] => Song - 97 [time] => 97 [License] => MIT ) [47] => Array ( [id] => 192 [title] => Song - 48 [time] => 48 [License] => MIT ) [91] => Array ( [id] => 184 [title] => Song - 92 [time] => 92 [License] => MIT ) [89] => Array ( [id] => 180 [title] => Song - 90 [time] => 90 [License] => MIT ) [58] => Array ( [id] => 177 [title] => Song - 59 [time] => 59 [License] => MIT ) [87] => Array ( [id] => 176 [title] => Song - 88 [time] => 88 [License] => MIT ) [86] => Array ( [id] => 174 [title] => Song - 87 [time] => 87 [License] => MIT ) [41] => Array ( [id] => 168 [title] => Song - 42 [time] => 42 [License] => MIT ) [54] => Array ( [id] => 165 [title] => Song - 55 [time] => 55 [License] => MIT ) [52] => Array ( [id] => 159 [title] => Song - 53 [time] => 53 [License] => MIT ) [78] => Array ( [id] => 158 [title] => Song - 79 [time] => 79 [License] => MIT ) [73] => Array ( [id] => 148 [title] => Song - 74 [time] => 74 [License] => MIT ) [144] => Array ( [id] => 145 [title] => Song - 145 [time] => 145 [License] => MIT ) [46] => Array ( [id] => 141 [title] => Song - 47 [time] => 47 [License] => MIT ) [139] => Array ( [id] => 140 [title] => Song - 140 [time] => 140 [License] => MIT ) [137] => Array ( [id] => 138 [title] => Song - 138 [time] => 138 [License] => MIT ) [134] => Array ( [id] => 135 [title] => Song - 135 [time] => 135 [License] => MIT ) [63] => Array ( [id] => 128 [title] => Song - 64 [time] => 64 [License] => MIT ) [39] => Array ( [id] => 120 [title] => Song - 40 [time] => 40 [License] => MIT ) [119] => Array ( [id] => 120 [title] => Song - 120 [time] => 120 [License] => MIT ) [57] => Array ( [id] => 116 [title] => Song - 58 [time] => 58 [License] => MIT ) [56] => Array ( [id] => 114 [title] => Song - 57 [time] => 57 [License] => MIT ) [37] => Array ( [id] => 114 [title] => Song - 38 [time] => 38 [License] => MIT ) [55] => Array ( [id] => 112 [title] => Song - 56 [time] => 56 [License] => MIT ) [27] => Array ( [id] => 112 [title] => Song - 28 [time] => 28 [License] => MIT ) [36] => Array ( [id] => 111 [title] => Song - 37 [time] => 37 [License] => MIT ) [108] => Array ( [id] => 109 [title] => Song - 109 [time] => 109 [License] => MIT ) [53] => Array ( [id] => 108 [title] => Song - 54 [time] => 54 [License] => MIT ) [35] => Array ( [id] => 108 [title] => Song - 36 [time] => 36 [License] => MIT ) [106] => Array ( [id] => 107 [title] => Song - 107 [time] => 107 [License] => MIT ) [25] => Array ( [id] => 104 [title] => Song - 26 [time] => 26 [License] => MIT ) [102] => Array ( [id] => 103 [title] => Song - 103 [time] => 103 [License] => MIT ) [33] => Array ( [id] => 102 [title] => Song - 34 [time] => 34 [License] => MIT ) [101] => Array ( [id] => 102 [title] => Song - 102 [time] => 102 [License] => MIT ) [49] => Array ( [id] => 100 [title] => Song - 50 [time] => 50 [License] => MIT ) [99] => Array ( [id] => 100 [title] => Song - 100 [time] => 100 [License] => MIT ) [98] => Array ( [id] => 99 [title] => Song - 99 [time] => 99 [License] => MIT ) [32] => Array ( [id] => 99 [title] => Song - 33 [time] => 33 [License] => MIT ) [48] => Array ( [id] => 98 [title] => Song - 49 [time] => 49 [License] => MIT ) [93] => Array ( [id] => 94 [title] => Song - 94 [time] => 94 [License] => MIT ) [44] => Array ( [id] => 90 [title] => Song - 45 [time] => 45 [License] => MIT ) [28] => Array ( [id] => 87 [title] => Song - 29 [time] => 29 [License] => MIT ) [85] => Array ( [id] => 86 [title] => Song - 86 [time] => 86 [License] => MIT ) [83] => Array ( [id] => 84 [title] => Song - 84 [time] => 84 [License] => MIT ) [81] => Array ( [id] => 82 [title] => Song - 82 [time] => 82 [License] => MIT ) [76] => Array ( [id] => 77 [title] => Song - 77 [time] => 77 [License] => MIT ) [18] => Array ( [id] => 76 [title] => Song - 19 [time] => 19 [License] => MIT ) [74] => Array ( [id] => 75 [title] => Song - 75 [time] => 75 [License] => MIT ) [72] => Array ( [id] => 73 [title] => Song - 73 [time] => 73 [License] => MIT ) [22] => Array ( [id] => 69 [title] => Song - 23 [time] => 23 [License] => MIT ) [67] => Array ( [id] => 68 [title] => Song - 68 [time] => 68 [License] => MIT ) [21] => Array ( [id] => 66 [title] => Song - 22 [time] => 22 [License] => MIT ) [31] => Array ( [id] => 64 [title] => Song - 32 [time] => 32 [License] => MIT ) [30] => Array ( [id] => 62 [title] => Song - 31 [time] => 31 [License] => MIT ) [26] => Array ( [id] => 54 [title] => Song - 27 [time] => 27 [License] => MIT ) [51] => Array ( [id] => 52 [title] => Song - 52 [time] => 52 [License] => MIT ) [50] => Array ( [id] => 51 [title] => Song - 51 [time] => 51 [License] => MIT ) [24] => Array ( [id] => 50 [title] => Song - 25 [time] => 25 [License] => MIT ) [11] => Array ( [id] => 48 [title] => Song - 12 [time] => 12 [License] => MIT ) [45] => Array ( [id] => 46 [title] => Song - 46 [time] => 46 [License] => MIT ) [43] => Array ( [id] => 44 [title] => Song - 44 [time] => 44 [License] => MIT ) [42] => Array ( [id] => 43 [title] => Song - 43 [time] => 43 [License] => MIT ) [40] => Array ( [id] => 41 [title] => Song - 41 [time] => 41 [License] => MIT ) [38] => Array ( [id] => 39 [title] => Song - 39 [time] => 39 [License] => MIT ) [34] => Array ( [id] => 35 [title] => Song - 35 [time] => 35 [License] => MIT ) [29] => Array ( [id] => 30 [title] => Song - 30 [time] => 30 [License] => MIT ) [13] => Array ( [id] => 28 [title] => Song - 14 [time] => 14 [License] => MIT ) [8] => Array ( [id] => 27 [title] => Song - 9 [time] => 9 [License] => MIT ) [23] => Array ( [id] => 24 [title] => Song - 24 [time] => 24 [License] => MIT ) [20] => Array ( [id] => 21 [title] => Song - 21 [time] => 21 [License] => MIT ) [19] => Array ( [id] => 20 [title] => Song - 20 [time] => 20 [License] => MIT ) [17] => Array ( [id] => 18 [title] => Song - 18 [time] => 18 [License] => MIT ) [16] => Array ( [id] => 17 [title] => Song - 17 [time] => 17 [License] => MIT ) [7] => Array ( [id] => 16 [title] => Song - 8 [time] => 8 [License] => MIT ) [15] => Array ( [id] => 16 [title] => Song - 16 [time] => 16 [License] => MIT ) [4] => Array ( [id] => 15 [title] => Song - 5 [time] => 5 [License] => MIT ) [14] => Array ( [id] => 15 [title] => Song - 15 [time] => 15 [License] => MIT ) [6] => Array ( [id] => 14 [title] => Song - 7 [time] => 7 [License] => MIT ) [12] => Array ( [id] => 13 [title] => Song - 13 [time] => 13 [License] => MIT ) [2] => Array ( [id] => 12 [title] => Song - 3 [time] => 3 [License] => MIT ) [10] => Array ( [id] => 11 [title] => Song - 11 [time] => 11 [License] => MIT ) [9] => Array ( [id] => 10 [title] => Song - 10 [time] => 10 [License] => MIT ) [3] => Array ( [id] => 8 [title] => Song - 4 [time] => 4 [License] => MIT ) [5] => Array ( [id] => 6 [title] => Song - 6 [time] => 6 [License] => MIT ) [0] => Array ( [id] => 4 [title] => Song - 1 [time] => 1 [License] => MIT ) [1] => Array ( [id] => 2 [title] => Song - 2 [time] => 2 [License] => MIT ) )
Output for 7.2.17
Array ( [148] => Array ( [id] => 596 [title] => Song - 149 [time] => 149 [License] => MIT ) [140] => Array ( [id] => 564 [title] => Song - 141 [time] => 141 [License] => MIT ) [138] => Array ( [id] => 556 [title] => Song - 139 [time] => 139 [License] => MIT ) [137] => Array ( [id] => 552 [title] => Song - 138 [time] => 138 [License] => MIT ) [133] => Array ( [id] => 536 [title] => Song - 134 [time] => 134 [License] => MIT ) [132] => Array ( [id] => 532 [title] => Song - 133 [time] => 133 [License] => MIT ) [127] => Array ( [id] => 512 [title] => Song - 128 [time] => 128 [License] => MIT ) [125] => Array ( [id] => 504 [title] => Song - 126 [time] => 126 [License] => MIT ) [124] => Array ( [id] => 500 [title] => Song - 125 [time] => 125 [License] => MIT ) [123] => Array ( [id] => 496 [title] => Song - 124 [time] => 124 [License] => MIT ) [122] => Array ( [id] => 492 [title] => Song - 123 [time] => 123 [License] => MIT ) [115] => Array ( [id] => 464 [title] => Song - 116 [time] => 116 [License] => MIT ) [114] => Array ( [id] => 460 [title] => Song - 115 [time] => 115 [License] => MIT ) [112] => Array ( [id] => 452 [title] => Song - 113 [time] => 113 [License] => MIT ) [149] => Array ( [id] => 450 [title] => Song - 150 [time] => 150 [License] => MIT ) [106] => Array ( [id] => 428 [title] => Song - 107 [time] => 107 [License] => MIT ) [141] => Array ( [id] => 426 [title] => Song - 142 [time] => 142 [License] => MIT ) [105] => Array ( [id] => 424 [title] => Song - 106 [time] => 106 [License] => MIT ) [136] => Array ( [id] => 411 [title] => Song - 137 [time] => 137 [License] => MIT ) [135] => Array ( [id] => 408 [title] => Song - 136 [time] => 136 [License] => MIT ) [101] => Array ( [id] => 408 [title] => Song - 102 [time] => 102 [License] => MIT ) [99] => Array ( [id] => 400 [title] => Song - 100 [time] => 100 [License] => MIT ) [131] => Array ( [id] => 396 [title] => Song - 132 [time] => 132 [License] => MIT ) [120] => Array ( [id] => 363 [title] => Song - 121 [time] => 121 [License] => MIT ) [118] => Array ( [id] => 357 [title] => Song - 119 [time] => 119 [License] => MIT ) [117] => Array ( [id] => 354 [title] => Song - 118 [time] => 118 [License] => MIT ) [86] => Array ( [id] => 348 [title] => Song - 87 [time] => 87 [License] => MIT ) [80] => Array ( [id] => 324 [title] => Song - 81 [time] => 81 [License] => MIT ) [79] => Array ( [id] => 320 [title] => Song - 80 [time] => 80 [License] => MIT ) [103] => Array ( [id] => 312 [title] => Song - 104 [time] => 104 [License] => MIT ) [102] => Array ( [id] => 309 [title] => Song - 103 [time] => 103 [License] => MIT ) [146] => Array ( [id] => 294 [title] => Song - 147 [time] => 147 [License] => MIT ) [96] => Array ( [id] => 291 [title] => Song - 97 [time] => 97 [License] => MIT ) [142] => Array ( [id] => 286 [title] => Song - 143 [time] => 143 [License] => MIT ) [94] => Array ( [id] => 285 [title] => Song - 95 [time] => 95 [License] => MIT ) [139] => Array ( [id] => 280 [title] => Song - 140 [time] => 140 [License] => MIT ) [68] => Array ( [id] => 276 [title] => Song - 69 [time] => 69 [License] => MIT ) [90] => Array ( [id] => 273 [title] => Song - 91 [time] => 91 [License] => MIT ) [67] => Array ( [id] => 272 [title] => Song - 68 [time] => 68 [License] => MIT ) [134] => Array ( [id] => 270 [title] => Song - 135 [time] => 135 [License] => MIT ) [128] => Array ( [id] => 258 [title] => Song - 129 [time] => 129 [License] => MIT ) [84] => Array ( [id] => 255 [title] => Song - 85 [time] => 85 [License] => MIT ) [62] => Array ( [id] => 252 [title] => Song - 63 [time] => 63 [License] => MIT ) [58] => Array ( [id] => 236 [title] => Song - 59 [time] => 59 [License] => MIT ) [116] => Array ( [id] => 234 [title] => Song - 117 [time] => 117 [License] => MIT ) [74] => Array ( [id] => 225 [title] => Song - 75 [time] => 75 [License] => MIT ) [110] => Array ( [id] => 222 [title] => Song - 111 [time] => 111 [License] => MIT ) [109] => Array ( [id] => 220 [title] => Song - 110 [time] => 110 [License] => MIT ) [72] => Array ( [id] => 219 [title] => Song - 73 [time] => 73 [License] => MIT ) [71] => Array ( [id] => 216 [title] => Song - 72 [time] => 72 [License] => MIT ) [53] => Array ( [id] => 216 [title] => Song - 54 [time] => 54 [License] => MIT ) [107] => Array ( [id] => 216 [title] => Song - 108 [time] => 108 [License] => MIT ) [52] => Array ( [id] => 212 [title] => Song - 53 [time] => 53 [License] => MIT ) [69] => Array ( [id] => 210 [title] => Song - 70 [time] => 70 [License] => MIT ) [65] => Array ( [id] => 198 [title] => Song - 66 [time] => 66 [License] => MIT ) [48] => Array ( [id] => 196 [title] => Song - 49 [time] => 49 [License] => MIT ) [64] => Array ( [id] => 195 [title] => Song - 65 [time] => 65 [License] => MIT ) [95] => Array ( [id] => 192 [title] => Song - 96 [time] => 96 [License] => MIT ) [63] => Array ( [id] => 192 [title] => Song - 64 [time] => 64 [License] => MIT ) [92] => Array ( [id] => 186 [title] => Song - 93 [time] => 93 [License] => MIT ) [61] => Array ( [id] => 186 [title] => Song - 62 [time] => 62 [License] => MIT ) [91] => Array ( [id] => 184 [title] => Song - 92 [time] => 92 [License] => MIT ) [45] => Array ( [id] => 184 [title] => Song - 46 [time] => 46 [License] => MIT ) [89] => Array ( [id] => 180 [title] => Song - 90 [time] => 90 [License] => MIT ) [59] => Array ( [id] => 180 [title] => Song - 60 [time] => 60 [License] => MIT ) [88] => Array ( [id] => 178 [title] => Song - 89 [time] => 89 [License] => MIT ) [87] => Array ( [id] => 176 [title] => Song - 88 [time] => 88 [License] => MIT ) [57] => Array ( [id] => 174 [title] => Song - 58 [time] => 58 [License] => MIT ) [81] => Array ( [id] => 164 [title] => Song - 82 [time] => 82 [License] => MIT ) [40] => Array ( [id] => 164 [title] => Song - 41 [time] => 41 [License] => MIT ) [78] => Array ( [id] => 158 [title] => Song - 79 [time] => 79 [License] => MIT ) [50] => Array ( [id] => 153 [title] => Song - 51 [time] => 51 [License] => MIT ) [75] => Array ( [id] => 152 [title] => Song - 76 [time] => 76 [License] => MIT ) [147] => Array ( [id] => 148 [title] => Song - 148 [time] => 148 [License] => MIT ) [145] => Array ( [id] => 146 [title] => Song - 146 [time] => 146 [License] => MIT ) [144] => Array ( [id] => 145 [title] => Song - 145 [time] => 145 [License] => MIT ) [143] => Array ( [id] => 144 [title] => Song - 144 [time] => 144 [License] => MIT ) [70] => Array ( [id] => 142 [title] => Song - 71 [time] => 71 [License] => MIT ) [34] => Array ( [id] => 140 [title] => Song - 35 [time] => 35 [License] => MIT ) [32] => Array ( [id] => 132 [title] => Song - 33 [time] => 33 [License] => MIT ) [130] => Array ( [id] => 131 [title] => Song - 131 [time] => 131 [License] => MIT ) [129] => Array ( [id] => 130 [title] => Song - 130 [time] => 130 [License] => MIT ) [126] => Array ( [id] => 127 [title] => Song - 127 [time] => 127 [License] => MIT ) [121] => Array ( [id] => 122 [title] => Song - 122 [time] => 122 [License] => MIT ) [29] => Array ( [id] => 120 [title] => Song - 30 [time] => 30 [License] => MIT ) [119] => Array ( [id] => 120 [title] => Song - 120 [time] => 120 [License] => MIT ) [38] => Array ( [id] => 117 [title] => Song - 39 [time] => 39 [License] => MIT ) [28] => Array ( [id] => 116 [title] => Song - 29 [time] => 29 [License] => MIT ) [56] => Array ( [id] => 114 [title] => Song - 57 [time] => 57 [License] => MIT ) [37] => Array ( [id] => 114 [title] => Song - 38 [time] => 38 [License] => MIT ) [113] => Array ( [id] => 114 [title] => Song - 114 [time] => 114 [License] => MIT ) [111] => Array ( [id] => 112 [title] => Song - 112 [time] => 112 [License] => MIT ) [108] => Array ( [id] => 109 [title] => Song - 109 [time] => 109 [License] => MIT ) [35] => Array ( [id] => 108 [title] => Song - 36 [time] => 36 [License] => MIT ) [26] => Array ( [id] => 108 [title] => Song - 27 [time] => 27 [License] => MIT ) [104] => Array ( [id] => 105 [title] => Song - 105 [time] => 105 [License] => MIT ) [51] => Array ( [id] => 104 [title] => Song - 52 [time] => 52 [License] => MIT ) [25] => Array ( [id] => 104 [title] => Song - 26 [time] => 26 [License] => MIT ) [33] => Array ( [id] => 102 [title] => Song - 34 [time] => 34 [License] => MIT ) [100] => Array ( [id] => 101 [title] => Song - 101 [time] => 101 [License] => MIT ) [49] => Array ( [id] => 100 [title] => Song - 50 [time] => 50 [License] => MIT ) [24] => Array ( [id] => 100 [title] => Song - 25 [time] => 25 [License] => MIT ) [98] => Array ( [id] => 99 [title] => Song - 99 [time] => 99 [License] => MIT ) [97] => Array ( [id] => 98 [title] => Song - 98 [time] => 98 [License] => MIT ) [47] => Array ( [id] => 96 [title] => Song - 48 [time] => 48 [License] => MIT ) [31] => Array ( [id] => 96 [title] => Song - 32 [time] => 32 [License] => MIT ) [93] => Array ( [id] => 94 [title] => Song - 94 [time] => 94 [License] => MIT ) [44] => Array ( [id] => 90 [title] => Song - 45 [time] => 45 [License] => MIT ) [43] => Array ( [id] => 88 [title] => Song - 44 [time] => 44 [License] => MIT ) [85] => Array ( [id] => 86 [title] => Song - 86 [time] => 86 [License] => MIT ) [42] => Array ( [id] => 86 [title] => Song - 43 [time] => 43 [License] => MIT ) [83] => Array ( [id] => 84 [title] => Song - 84 [time] => 84 [License] => MIT ) [41] => Array ( [id] => 84 [title] => Song - 42 [time] => 42 [License] => MIT ) [82] => Array ( [id] => 83 [title] => Song - 83 [time] => 83 [License] => MIT ) [39] => Array ( [id] => 80 [title] => Song - 40 [time] => 40 [License] => MIT ) [19] => Array ( [id] => 80 [title] => Song - 20 [time] => 20 [License] => MIT ) [77] => Array ( [id] => 78 [title] => Song - 78 [time] => 78 [License] => MIT ) [76] => Array ( [id] => 77 [title] => Song - 77 [time] => 77 [License] => MIT ) [73] => Array ( [id] => 74 [title] => Song - 74 [time] => 74 [License] => MIT ) [17] => Array ( [id] => 72 [title] => Song - 18 [time] => 18 [License] => MIT ) [22] => Array ( [id] => 69 [title] => Song - 23 [time] => 23 [License] => MIT ) [66] => Array ( [id] => 67 [title] => Song - 67 [time] => 67 [License] => MIT ) [21] => Array ( [id] => 66 [title] => Song - 22 [time] => 22 [License] => MIT ) [60] => Array ( [id] => 61 [title] => Song - 61 [time] => 61 [License] => MIT ) [55] => Array ( [id] => 56 [title] => Song - 56 [time] => 56 [License] => MIT ) [13] => Array ( [id] => 56 [title] => Song - 14 [time] => 14 [License] => MIT ) [54] => Array ( [id] => 55 [title] => Song - 55 [time] => 55 [License] => MIT ) [16] => Array ( [id] => 51 [title] => Song - 17 [time] => 17 [License] => MIT ) [46] => Array ( [id] => 47 [title] => Song - 47 [time] => 47 [License] => MIT ) [14] => Array ( [id] => 45 [title] => Song - 15 [time] => 15 [License] => MIT ) [12] => Array ( [id] => 39 [title] => Song - 13 [time] => 13 [License] => MIT ) [36] => Array ( [id] => 37 [title] => Song - 37 [time] => 37 [License] => MIT ) [11] => Array ( [id] => 36 [title] => Song - 12 [time] => 12 [License] => MIT ) [30] => Array ( [id] => 31 [title] => Song - 31 [time] => 31 [License] => MIT ) [27] => Array ( [id] => 28 [title] => Song - 28 [time] => 28 [License] => MIT ) [8] => Array ( [id] => 27 [title] => Song - 9 [time] => 9 [License] => MIT ) [23] => Array ( [id] => 24 [title] => Song - 24 [time] => 24 [License] => MIT ) [20] => Array ( [id] => 21 [title] => Song - 21 [time] => 21 [License] => MIT ) [4] => Array ( [id] => 20 [title] => Song - 5 [time] => 5 [License] => MIT ) [9] => Array ( [id] => 20 [title] => Song - 10 [time] => 10 [License] => MIT ) [18] => Array ( [id] => 19 [title] => Song - 19 [time] => 19 [License] => MIT ) [7] => Array ( [id] => 16 [title] => Song - 8 [time] => 8 [License] => MIT ) [3] => Array ( [id] => 16 [title] => Song - 4 [time] => 4 [License] => MIT ) [15] => Array ( [id] => 16 [title] => Song - 16 [time] => 16 [License] => MIT ) [5] => Array ( [id] => 12 [title] => Song - 6 [time] => 6 [License] => MIT ) [2] => Array ( [id] => 12 [title] => Song - 3 [time] => 3 [License] => MIT ) [10] => Array ( [id] => 11 [title] => Song - 11 [time] => 11 [License] => MIT ) [6] => Array ( [id] => 7 [title] => Song - 7 [time] => 7 [License] => MIT ) [0] => Array ( [id] => 3 [title] => Song - 1 [time] => 1 [License] => MIT ) [1] => Array ( [id] => 2 [title] => Song - 2 [time] => 2 [License] => MIT ) )
Output for 7.2.0
Array ( [148] => Array ( [id] => 596 [title] => Song - 149 [time] => 149 [License] => MIT ) [147] => Array ( [id] => 592 [title] => Song - 148 [time] => 148 [License] => MIT ) [146] => Array ( [id] => 588 [title] => Song - 147 [time] => 147 [License] => MIT ) [135] => Array ( [id] => 544 [title] => Song - 136 [time] => 136 [License] => MIT ) [134] => Array ( [id] => 540 [title] => Song - 135 [time] => 135 [License] => MIT ) [129] => Array ( [id] => 520 [title] => Song - 130 [time] => 130 [License] => MIT ) [126] => Array ( [id] => 508 [title] => Song - 127 [time] => 127 [License] => MIT ) [119] => Array ( [id] => 480 [title] => Song - 120 [time] => 120 [License] => MIT ) [113] => Array ( [id] => 456 [title] => Song - 114 [time] => 114 [License] => MIT ) [112] => Array ( [id] => 452 [title] => Song - 113 [time] => 113 [License] => MIT ) [149] => Array ( [id] => 450 [title] => Song - 150 [time] => 150 [License] => MIT ) [111] => Array ( [id] => 448 [title] => Song - 112 [time] => 112 [License] => MIT ) [142] => Array ( [id] => 429 [title] => Song - 143 [time] => 143 [License] => MIT ) [101] => Array ( [id] => 408 [title] => Song - 102 [time] => 102 [License] => MIT ) [133] => Array ( [id] => 402 [title] => Song - 134 [time] => 134 [License] => MIT ) [132] => Array ( [id] => 399 [title] => Song - 133 [time] => 133 [License] => MIT ) [98] => Array ( [id] => 396 [title] => Song - 99 [time] => 99 [License] => MIT ) [131] => Array ( [id] => 396 [title] => Song - 132 [time] => 132 [License] => MIT ) [95] => Array ( [id] => 384 [title] => Song - 96 [time] => 96 [License] => MIT ) [88] => Array ( [id] => 356 [title] => Song - 89 [time] => 89 [License] => MIT ) [115] => Array ( [id] => 348 [title] => Song - 116 [time] => 116 [License] => MIT ) [114] => Array ( [id] => 345 [title] => Song - 115 [time] => 115 [License] => MIT ) [83] => Array ( [id] => 336 [title] => Song - 84 [time] => 84 [License] => MIT ) [109] => Array ( [id] => 330 [title] => Song - 110 [time] => 110 [License] => MIT ) [103] => Array ( [id] => 312 [title] => Song - 104 [time] => 104 [License] => MIT ) [99] => Array ( [id] => 300 [title] => Song - 100 [time] => 100 [License] => MIT ) [73] => Array ( [id] => 296 [title] => Song - 74 [time] => 74 [License] => MIT ) [144] => Array ( [id] => 290 [title] => Song - 145 [time] => 145 [License] => MIT ) [143] => Array ( [id] => 288 [title] => Song - 144 [time] => 144 [License] => MIT ) [70] => Array ( [id] => 284 [title] => Song - 71 [time] => 71 [License] => MIT ) [141] => Array ( [id] => 284 [title] => Song - 142 [time] => 142 [License] => MIT ) [140] => Array ( [id] => 282 [title] => Song - 141 [time] => 141 [License] => MIT ) [90] => Array ( [id] => 273 [title] => Song - 91 [time] => 91 [License] => MIT ) [67] => Array ( [id] => 272 [title] => Song - 68 [time] => 68 [License] => MIT ) [86] => Array ( [id] => 261 [title] => Song - 87 [time] => 87 [License] => MIT ) [85] => Array ( [id] => 258 [title] => Song - 86 [time] => 86 [License] => MIT ) [127] => Array ( [id] => 256 [title] => Song - 128 [time] => 128 [License] => MIT ) [84] => Array ( [id] => 255 [title] => Song - 85 [time] => 85 [License] => MIT ) [124] => Array ( [id] => 250 [title] => Song - 125 [time] => 125 [License] => MIT ) [61] => Array ( [id] => 248 [title] => Song - 62 [time] => 62 [License] => MIT ) [60] => Array ( [id] => 244 [title] => Song - 61 [time] => 61 [License] => MIT ) [120] => Array ( [id] => 242 [title] => Song - 121 [time] => 121 [License] => MIT ) [79] => Array ( [id] => 240 [title] => Song - 80 [time] => 80 [License] => MIT ) [118] => Array ( [id] => 238 [title] => Song - 119 [time] => 119 [License] => MIT ) [78] => Array ( [id] => 237 [title] => Song - 79 [time] => 79 [License] => MIT ) [117] => Array ( [id] => 236 [title] => Song - 118 [time] => 118 [License] => MIT ) [116] => Array ( [id] => 234 [title] => Song - 117 [time] => 117 [License] => MIT ) [110] => Array ( [id] => 222 [title] => Song - 111 [time] => 111 [License] => MIT ) [108] => Array ( [id] => 218 [title] => Song - 109 [time] => 109 [License] => MIT ) [107] => Array ( [id] => 216 [title] => Song - 108 [time] => 108 [License] => MIT ) [106] => Array ( [id] => 214 [title] => Song - 107 [time] => 107 [License] => MIT ) [105] => Array ( [id] => 212 [title] => Song - 106 [time] => 106 [License] => MIT ) [50] => Array ( [id] => 204 [title] => Song - 51 [time] => 51 [License] => MIT ) [66] => Array ( [id] => 201 [title] => Song - 67 [time] => 67 [License] => MIT ) [48] => Array ( [id] => 196 [title] => Song - 49 [time] => 49 [License] => MIT ) [64] => Array ( [id] => 195 [title] => Song - 65 [time] => 65 [License] => MIT ) [96] => Array ( [id] => 194 [title] => Song - 97 [time] => 97 [License] => MIT ) [47] => Array ( [id] => 192 [title] => Song - 48 [time] => 48 [License] => MIT ) [92] => Array ( [id] => 186 [title] => Song - 93 [time] => 93 [License] => MIT ) [89] => Array ( [id] => 180 [title] => Song - 90 [time] => 90 [License] => MIT ) [59] => Array ( [id] => 180 [title] => Song - 60 [time] => 60 [License] => MIT ) [44] => Array ( [id] => 180 [title] => Song - 45 [time] => 45 [License] => MIT ) [87] => Array ( [id] => 176 [title] => Song - 88 [time] => 88 [License] => MIT ) [42] => Array ( [id] => 172 [title] => Song - 43 [time] => 43 [License] => MIT ) [56] => Array ( [id] => 171 [title] => Song - 57 [time] => 57 [License] => MIT ) [41] => Array ( [id] => 168 [title] => Song - 42 [time] => 42 [License] => MIT ) [82] => Array ( [id] => 166 [title] => Song - 83 [time] => 83 [License] => MIT ) [40] => Array ( [id] => 164 [title] => Song - 41 [time] => 41 [License] => MIT ) [53] => Array ( [id] => 162 [title] => Song - 54 [time] => 54 [License] => MIT ) [77] => Array ( [id] => 156 [title] => Song - 78 [time] => 78 [License] => MIT ) [76] => Array ( [id] => 154 [title] => Song - 77 [time] => 77 [License] => MIT ) [37] => Array ( [id] => 152 [title] => Song - 38 [time] => 38 [License] => MIT ) [74] => Array ( [id] => 150 [title] => Song - 75 [time] => 75 [License] => MIT ) [145] => Array ( [id] => 146 [title] => Song - 146 [time] => 146 [License] => MIT ) [71] => Array ( [id] => 144 [title] => Song - 72 [time] => 72 [License] => MIT ) [139] => Array ( [id] => 140 [title] => Song - 140 [time] => 140 [License] => MIT ) [138] => Array ( [id] => 139 [title] => Song - 139 [time] => 139 [License] => MIT ) [137] => Array ( [id] => 138 [title] => Song - 138 [time] => 138 [License] => MIT ) [136] => Array ( [id] => 137 [title] => Song - 137 [time] => 137 [License] => MIT ) [130] => Array ( [id] => 131 [title] => Song - 131 [time] => 131 [License] => MIT ) [128] => Array ( [id] => 129 [title] => Song - 129 [time] => 129 [License] => MIT ) [125] => Array ( [id] => 126 [title] => Song - 126 [time] => 126 [License] => MIT ) [123] => Array ( [id] => 124 [title] => Song - 124 [time] => 124 [License] => MIT ) [122] => Array ( [id] => 123 [title] => Song - 123 [time] => 123 [License] => MIT ) [121] => Array ( [id] => 122 [title] => Song - 122 [time] => 122 [License] => MIT ) [39] => Array ( [id] => 120 [title] => Song - 40 [time] => 40 [License] => MIT ) [58] => Array ( [id] => 118 [title] => Song - 59 [time] => 59 [License] => MIT ) [57] => Array ( [id] => 116 [title] => Song - 58 [time] => 58 [License] => MIT ) [55] => Array ( [id] => 112 [title] => Song - 56 [time] => 56 [License] => MIT ) [36] => Array ( [id] => 111 [title] => Song - 37 [time] => 37 [License] => MIT ) [104] => Array ( [id] => 105 [title] => Song - 105 [time] => 105 [License] => MIT ) [102] => Array ( [id] => 103 [title] => Song - 103 [time] => 103 [License] => MIT ) [100] => Array ( [id] => 101 [title] => Song - 101 [time] => 101 [License] => MIT ) [24] => Array ( [id] => 100 [title] => Song - 25 [time] => 25 [License] => MIT ) [32] => Array ( [id] => 99 [title] => Song - 33 [time] => 33 [License] => MIT ) [97] => Array ( [id] => 98 [title] => Song - 98 [time] => 98 [License] => MIT ) [23] => Array ( [id] => 96 [title] => Song - 24 [time] => 24 [License] => MIT ) [94] => Array ( [id] => 95 [title] => Song - 95 [time] => 95 [License] => MIT ) [93] => Array ( [id] => 94 [title] => Song - 94 [time] => 94 [License] => MIT ) [46] => Array ( [id] => 94 [title] => Song - 47 [time] => 47 [License] => MIT ) [30] => Array ( [id] => 93 [title] => Song - 31 [time] => 31 [License] => MIT ) [91] => Array ( [id] => 92 [title] => Song - 92 [time] => 92 [License] => MIT ) [43] => Array ( [id] => 88 [title] => Song - 44 [time] => 44 [License] => MIT ) [28] => Array ( [id] => 87 [title] => Song - 29 [time] => 29 [License] => MIT ) [81] => Array ( [id] => 82 [title] => Song - 82 [time] => 82 [License] => MIT ) [80] => Array ( [id] => 81 [title] => Song - 81 [time] => 81 [License] => MIT ) [19] => Array ( [id] => 80 [title] => Song - 20 [time] => 20 [License] => MIT ) [38] => Array ( [id] => 78 [title] => Song - 39 [time] => 39 [License] => MIT ) [25] => Array ( [id] => 78 [title] => Song - 26 [time] => 26 [License] => MIT ) [75] => Array ( [id] => 76 [title] => Song - 76 [time] => 76 [License] => MIT ) [72] => Array ( [id] => 73 [title] => Song - 73 [time] => 73 [License] => MIT ) [69] => Array ( [id] => 70 [title] => Song - 70 [time] => 70 [License] => MIT ) [68] => Array ( [id] => 69 [title] => Song - 69 [time] => 69 [License] => MIT ) [33] => Array ( [id] => 68 [title] => Song - 34 [time] => 34 [License] => MIT ) [65] => Array ( [id] => 66 [title] => Song - 66 [time] => 66 [License] => MIT ) [63] => Array ( [id] => 64 [title] => Song - 64 [time] => 64 [License] => MIT ) [15] => Array ( [id] => 64 [title] => Song - 16 [time] => 16 [License] => MIT ) [62] => Array ( [id] => 63 [title] => Song - 63 [time] => 63 [License] => MIT ) [54] => Array ( [id] => 55 [title] => Song - 55 [time] => 55 [License] => MIT ) [52] => Array ( [id] => 53 [title] => Song - 53 [time] => 53 [License] => MIT ) [51] => Array ( [id] => 52 [title] => Song - 52 [time] => 52 [License] => MIT ) [12] => Array ( [id] => 52 [title] => Song - 13 [time] => 13 [License] => MIT ) [16] => Array ( [id] => 51 [title] => Song - 17 [time] => 17 [License] => MIT ) [49] => Array ( [id] => 50 [title] => Song - 50 [time] => 50 [License] => MIT ) [11] => Array ( [id] => 48 [title] => Song - 12 [time] => 12 [License] => MIT ) [45] => Array ( [id] => 46 [title] => Song - 46 [time] => 46 [License] => MIT ) [22] => Array ( [id] => 46 [title] => Song - 23 [time] => 23 [License] => MIT ) [14] => Array ( [id] => 45 [title] => Song - 15 [time] => 15 [License] => MIT ) [21] => Array ( [id] => 44 [title] => Song - 22 [time] => 22 [License] => MIT ) [13] => Array ( [id] => 42 [title] => Song - 14 [time] => 14 [License] => MIT ) [9] => Array ( [id] => 40 [title] => Song - 10 [time] => 10 [License] => MIT ) [35] => Array ( [id] => 36 [title] => Song - 36 [time] => 36 [License] => MIT ) [34] => Array ( [id] => 35 [title] => Song - 35 [time] => 35 [License] => MIT ) [10] => Array ( [id] => 33 [title] => Song - 11 [time] => 11 [License] => MIT ) [31] => Array ( [id] => 32 [title] => Song - 32 [time] => 32 [License] => MIT ) [29] => Array ( [id] => 30 [title] => Song - 30 [time] => 30 [License] => MIT ) [27] => Array ( [id] => 28 [title] => Song - 28 [time] => 28 [License] => MIT ) [8] => Array ( [id] => 27 [title] => Song - 9 [time] => 9 [License] => MIT ) [26] => Array ( [id] => 27 [title] => Song - 27 [time] => 27 [License] => MIT ) [6] => Array ( [id] => 21 [title] => Song - 7 [time] => 7 [License] => MIT ) [20] => Array ( [id] => 21 [title] => Song - 21 [time] => 21 [License] => MIT ) [18] => Array ( [id] => 19 [title] => Song - 19 [time] => 19 [License] => MIT ) [17] => Array ( [id] => 18 [title] => Song - 18 [time] => 18 [License] => MIT ) [7] => Array ( [id] => 16 [title] => Song - 8 [time] => 8 [License] => MIT ) [3] => Array ( [id] => 16 [title] => Song - 4 [time] => 4 [License] => MIT ) [2] => Array ( [id] => 9 [title] => Song - 3 [time] => 3 [License] => MIT ) [5] => Array ( [id] => 6 [title] => Song - 6 [time] => 6 [License] => MIT ) [4] => Array ( [id] => 5 [title] => Song - 5 [time] => 5 [License] => MIT ) [1] => Array ( [id] => 4 [title] => Song - 2 [time] => 2 [License] => MIT ) [0] => Array ( [id] => 2 [title] => Song - 1 [time] => 1 [License] => MIT ) )
Output for 7.1.33
Array ( [146] => Array ( [id] => 588 [title] => Song - 147 [time] => 147 [License] => MIT ) [145] => Array ( [id] => 584 [title] => Song - 146 [time] => 146 [License] => MIT ) [139] => Array ( [id] => 560 [title] => Song - 140 [time] => 140 [License] => MIT ) [136] => Array ( [id] => 548 [title] => Song - 137 [time] => 137 [License] => MIT ) [124] => Array ( [id] => 500 [title] => Song - 125 [time] => 125 [License] => MIT ) [119] => Array ( [id] => 480 [title] => Song - 120 [time] => 120 [License] => MIT ) [115] => Array ( [id] => 464 [title] => Song - 116 [time] => 116 [License] => MIT ) [110] => Array ( [id] => 444 [title] => Song - 111 [time] => 111 [License] => MIT ) [140] => Array ( [id] => 423 [title] => Song - 141 [time] => 141 [License] => MIT ) [104] => Array ( [id] => 420 [title] => Song - 105 [time] => 105 [License] => MIT ) [103] => Array ( [id] => 416 [title] => Song - 104 [time] => 104 [License] => MIT ) [137] => Array ( [id] => 414 [title] => Song - 138 [time] => 138 [License] => MIT ) [135] => Array ( [id] => 408 [title] => Song - 136 [time] => 136 [License] => MIT ) [101] => Array ( [id] => 408 [title] => Song - 102 [time] => 102 [License] => MIT ) [100] => Array ( [id] => 404 [title] => Song - 101 [time] => 101 [License] => MIT ) [99] => Array ( [id] => 400 [title] => Song - 100 [time] => 100 [License] => MIT ) [131] => Array ( [id] => 396 [title] => Song - 132 [time] => 132 [License] => MIT ) [130] => Array ( [id] => 393 [title] => Song - 131 [time] => 131 [License] => MIT ) [94] => Array ( [id] => 380 [title] => Song - 95 [time] => 95 [License] => MIT ) [93] => Array ( [id] => 376 [title] => Song - 94 [time] => 94 [License] => MIT ) [123] => Array ( [id] => 372 [title] => Song - 124 [time] => 124 [License] => MIT ) [91] => Array ( [id] => 368 [title] => Song - 92 [time] => 92 [License] => MIT ) [86] => Array ( [id] => 348 [title] => Song - 87 [time] => 87 [License] => MIT ) [85] => Array ( [id] => 344 [title] => Song - 86 [time] => 86 [License] => MIT ) [83] => Array ( [id] => 336 [title] => Song - 84 [time] => 84 [License] => MIT ) [108] => Array ( [id] => 327 [title] => Song - 109 [time] => 109 [License] => MIT ) [106] => Array ( [id] => 321 [title] => Song - 107 [time] => 107 [License] => MIT ) [79] => Array ( [id] => 320 [title] => Song - 80 [time] => 80 [License] => MIT ) [77] => Array ( [id] => 312 [title] => Song - 78 [time] => 78 [License] => MIT ) [149] => Array ( [id] => 300 [title] => Song - 150 [time] => 150 [License] => MIT ) [148] => Array ( [id] => 298 [title] => Song - 149 [time] => 149 [License] => MIT ) [73] => Array ( [id] => 296 [title] => Song - 74 [time] => 74 [License] => MIT ) [96] => Array ( [id] => 291 [title] => Song - 97 [time] => 97 [License] => MIT ) [144] => Array ( [id] => 290 [title] => Song - 145 [time] => 145 [License] => MIT ) [95] => Array ( [id] => 288 [title] => Song - 96 [time] => 96 [License] => MIT ) [141] => Array ( [id] => 284 [title] => Song - 142 [time] => 142 [License] => MIT ) [138] => Array ( [id] => 278 [title] => Song - 139 [time] => 139 [License] => MIT ) [68] => Array ( [id] => 276 [title] => Song - 69 [time] => 69 [License] => MIT ) [90] => Array ( [id] => 273 [title] => Song - 91 [time] => 91 [License] => MIT ) [89] => Array ( [id] => 270 [title] => Song - 90 [time] => 90 [License] => MIT ) [133] => Array ( [id] => 268 [title] => Song - 134 [time] => 134 [License] => MIT ) [87] => Array ( [id] => 264 [title] => Song - 88 [time] => 88 [License] => MIT ) [64] => Array ( [id] => 260 [title] => Song - 65 [time] => 65 [License] => MIT ) [128] => Array ( [id] => 258 [title] => Song - 129 [time] => 129 [License] => MIT ) [127] => Array ( [id] => 256 [title] => Song - 128 [time] => 128 [License] => MIT ) [84] => Array ( [id] => 255 [title] => Song - 85 [time] => 85 [License] => MIT ) [126] => Array ( [id] => 254 [title] => Song - 127 [time] => 127 [License] => MIT ) [125] => Array ( [id] => 252 [title] => Song - 126 [time] => 126 [License] => MIT ) [122] => Array ( [id] => 246 [title] => Song - 123 [time] => 123 [License] => MIT ) [120] => Array ( [id] => 242 [title] => Song - 121 [time] => 121 [License] => MIT ) [58] => Array ( [id] => 236 [title] => Song - 59 [time] => 59 [License] => MIT ) [117] => Array ( [id] => 236 [title] => Song - 118 [time] => 118 [License] => MIT ) [114] => Array ( [id] => 230 [title] => Song - 115 [time] => 115 [License] => MIT ) [113] => Array ( [id] => 228 [title] => Song - 114 [time] => 114 [License] => MIT ) [54] => Array ( [id] => 220 [title] => Song - 55 [time] => 55 [License] => MIT ) [107] => Array ( [id] => 216 [title] => Song - 108 [time] => 108 [License] => MIT ) [69] => Array ( [id] => 210 [title] => Song - 70 [time] => 70 [License] => MIT ) [51] => Array ( [id] => 208 [title] => Song - 52 [time] => 52 [License] => MIT ) [102] => Array ( [id] => 206 [title] => Song - 103 [time] => 103 [License] => MIT ) [67] => Array ( [id] => 204 [title] => Song - 68 [time] => 68 [License] => MIT ) [50] => Array ( [id] => 204 [title] => Song - 51 [time] => 51 [License] => MIT ) [98] => Array ( [id] => 198 [title] => Song - 99 [time] => 99 [License] => MIT ) [97] => Array ( [id] => 196 [title] => Song - 98 [time] => 98 [License] => MIT ) [63] => Array ( [id] => 192 [title] => Song - 64 [time] => 64 [License] => MIT ) [47] => Array ( [id] => 192 [title] => Song - 48 [time] => 48 [License] => MIT ) [62] => Array ( [id] => 189 [title] => Song - 63 [time] => 63 [License] => MIT ) [92] => Array ( [id] => 186 [title] => Song - 93 [time] => 93 [License] => MIT ) [61] => Array ( [id] => 186 [title] => Song - 62 [time] => 62 [License] => MIT ) [88] => Array ( [id] => 178 [title] => Song - 89 [time] => 89 [License] => MIT ) [43] => Array ( [id] => 176 [title] => Song - 44 [time] => 44 [License] => MIT ) [57] => Array ( [id] => 174 [title] => Song - 58 [time] => 58 [License] => MIT ) [80] => Array ( [id] => 162 [title] => Song - 81 [time] => 81 [License] => MIT ) [53] => Array ( [id] => 162 [title] => Song - 54 [time] => 54 [License] => MIT ) [38] => Array ( [id] => 156 [title] => Song - 39 [time] => 39 [License] => MIT ) [76] => Array ( [id] => 154 [title] => Song - 77 [time] => 77 [License] => MIT ) [75] => Array ( [id] => 152 [title] => Song - 76 [time] => 76 [License] => MIT ) [74] => Array ( [id] => 150 [title] => Song - 75 [time] => 75 [License] => MIT ) [147] => Array ( [id] => 148 [title] => Song - 148 [time] => 148 [License] => MIT ) [48] => Array ( [id] => 147 [title] => Song - 49 [time] => 49 [License] => MIT ) [72] => Array ( [id] => 146 [title] => Song - 73 [time] => 73 [License] => MIT ) [143] => Array ( [id] => 144 [title] => Song - 144 [time] => 144 [License] => MIT ) [142] => Array ( [id] => 143 [title] => Song - 143 [time] => 143 [License] => MIT ) [45] => Array ( [id] => 138 [title] => Song - 46 [time] => 46 [License] => MIT ) [33] => Array ( [id] => 136 [title] => Song - 34 [time] => 34 [License] => MIT ) [134] => Array ( [id] => 135 [title] => Song - 135 [time] => 135 [License] => MIT ) [66] => Array ( [id] => 134 [title] => Song - 67 [time] => 67 [License] => MIT ) [132] => Array ( [id] => 133 [title] => Song - 133 [time] => 133 [License] => MIT ) [129] => Array ( [id] => 130 [title] => Song - 130 [time] => 130 [License] => MIT ) [41] => Array ( [id] => 126 [title] => Song - 42 [time] => 42 [License] => MIT ) [121] => Array ( [id] => 122 [title] => Song - 122 [time] => 122 [License] => MIT ) [118] => Array ( [id] => 119 [title] => Song - 119 [time] => 119 [License] => MIT ) [116] => Array ( [id] => 117 [title] => Song - 117 [time] => 117 [License] => MIT ) [37] => Array ( [id] => 114 [title] => Song - 38 [time] => 38 [License] => MIT ) [112] => Array ( [id] => 113 [title] => Song - 113 [time] => 113 [License] => MIT ) [55] => Array ( [id] => 112 [title] => Song - 56 [time] => 56 [License] => MIT ) [111] => Array ( [id] => 112 [title] => Song - 112 [time] => 112 [License] => MIT ) [36] => Array ( [id] => 111 [title] => Song - 37 [time] => 37 [License] => MIT ) [109] => Array ( [id] => 110 [title] => Song - 110 [time] => 110 [License] => MIT ) [35] => Array ( [id] => 108 [title] => Song - 36 [time] => 36 [License] => MIT ) [26] => Array ( [id] => 108 [title] => Song - 27 [time] => 27 [License] => MIT ) [105] => Array ( [id] => 106 [title] => Song - 106 [time] => 106 [License] => MIT ) [31] => Array ( [id] => 96 [title] => Song - 32 [time] => 32 [License] => MIT ) [30] => Array ( [id] => 93 [title] => Song - 31 [time] => 31 [License] => MIT ) [22] => Array ( [id] => 92 [title] => Song - 23 [time] => 23 [License] => MIT ) [44] => Array ( [id] => 90 [title] => Song - 45 [time] => 45 [License] => MIT ) [28] => Array ( [id] => 87 [title] => Song - 29 [time] => 29 [License] => MIT ) [27] => Array ( [id] => 84 [title] => Song - 28 [time] => 28 [License] => MIT ) [82] => Array ( [id] => 83 [title] => Song - 83 [time] => 83 [License] => MIT ) [81] => Array ( [id] => 82 [title] => Song - 82 [time] => 82 [License] => MIT ) [39] => Array ( [id] => 80 [title] => Song - 40 [time] => 40 [License] => MIT ) [78] => Array ( [id] => 79 [title] => Song - 79 [time] => 79 [License] => MIT ) [24] => Array ( [id] => 75 [title] => Song - 25 [time] => 25 [License] => MIT ) [71] => Array ( [id] => 72 [title] => Song - 72 [time] => 72 [License] => MIT ) [70] => Array ( [id] => 71 [title] => Song - 71 [time] => 71 [License] => MIT ) [34] => Array ( [id] => 70 [title] => Song - 35 [time] => 35 [License] => MIT ) [16] => Array ( [id] => 68 [title] => Song - 17 [time] => 17 [License] => MIT ) [65] => Array ( [id] => 66 [title] => Song - 66 [time] => 66 [License] => MIT ) [60] => Array ( [id] => 61 [title] => Song - 61 [time] => 61 [License] => MIT ) [59] => Array ( [id] => 60 [title] => Song - 60 [time] => 60 [License] => MIT ) [19] => Array ( [id] => 60 [title] => Song - 20 [time] => 20 [License] => MIT ) [56] => Array ( [id] => 57 [title] => Song - 57 [time] => 57 [License] => MIT ) [18] => Array ( [id] => 57 [title] => Song - 19 [time] => 19 [License] => MIT ) [52] => Array ( [id] => 53 [title] => Song - 53 [time] => 53 [License] => MIT ) [25] => Array ( [id] => 52 [title] => Song - 26 [time] => 26 [License] => MIT ) [49] => Array ( [id] => 50 [title] => Song - 50 [time] => 50 [License] => MIT ) [15] => Array ( [id] => 48 [title] => Song - 16 [time] => 16 [License] => MIT ) [46] => Array ( [id] => 47 [title] => Song - 47 [time] => 47 [License] => MIT ) [14] => Array ( [id] => 45 [title] => Song - 15 [time] => 15 [License] => MIT ) [21] => Array ( [id] => 44 [title] => Song - 22 [time] => 22 [License] => MIT ) [42] => Array ( [id] => 43 [title] => Song - 43 [time] => 43 [License] => MIT ) [20] => Array ( [id] => 42 [title] => Song - 21 [time] => 21 [License] => MIT ) [40] => Array ( [id] => 41 [title] => Song - 41 [time] => 41 [License] => MIT ) [9] => Array ( [id] => 40 [title] => Song - 10 [time] => 10 [License] => MIT ) [11] => Array ( [id] => 36 [title] => Song - 12 [time] => 12 [License] => MIT ) [32] => Array ( [id] => 33 [title] => Song - 33 [time] => 33 [License] => MIT ) [10] => Array ( [id] => 33 [title] => Song - 11 [time] => 11 [License] => MIT ) [29] => Array ( [id] => 30 [title] => Song - 30 [time] => 30 [License] => MIT ) [6] => Array ( [id] => 28 [title] => Song - 7 [time] => 7 [License] => MIT ) [8] => Array ( [id] => 27 [title] => Song - 9 [time] => 9 [License] => MIT ) [12] => Array ( [id] => 26 [title] => Song - 13 [time] => 13 [License] => MIT ) [7] => Array ( [id] => 24 [title] => Song - 8 [time] => 8 [License] => MIT ) [5] => Array ( [id] => 24 [title] => Song - 6 [time] => 6 [License] => MIT ) [23] => Array ( [id] => 24 [title] => Song - 24 [time] => 24 [License] => MIT ) [4] => Array ( [id] => 20 [title] => Song - 5 [time] => 5 [License] => MIT ) [17] => Array ( [id] => 18 [title] => Song - 18 [time] => 18 [License] => MIT ) [3] => Array ( [id] => 16 [title] => Song - 4 [time] => 4 [License] => MIT ) [13] => Array ( [id] => 14 [title] => Song - 14 [time] => 14 [License] => MIT ) [1] => Array ( [id] => 6 [title] => Song - 2 [time] => 2 [License] => MIT ) [0] => Array ( [id] => 4 [title] => Song - 1 [time] => 1 [License] => MIT ) [2] => Array ( [id] => 3 [title] => Song - 3 [time] => 3 [License] => MIT ) )
Output for 7.1.32
Array ( [148] => Array ( [id] => 596 [title] => Song - 149 [time] => 149 [License] => MIT ) [142] => Array ( [id] => 572 [title] => Song - 143 [time] => 143 [License] => MIT ) [140] => Array ( [id] => 564 [title] => Song - 141 [time] => 141 [License] => MIT ) [137] => Array ( [id] => 552 [title] => Song - 138 [time] => 138 [License] => MIT ) [132] => Array ( [id] => 532 [title] => Song - 133 [time] => 133 [License] => MIT ) [130] => Array ( [id] => 524 [title] => Song - 131 [time] => 131 [License] => MIT ) [129] => Array ( [id] => 520 [title] => Song - 130 [time] => 130 [License] => MIT ) [128] => Array ( [id] => 516 [title] => Song - 129 [time] => 129 [License] => MIT ) [126] => Array ( [id] => 508 [title] => Song - 127 [time] => 127 [License] => MIT ) [124] => Array ( [id] => 500 [title] => Song - 125 [time] => 125 [License] => MIT ) [111] => Array ( [id] => 448 [title] => Song - 112 [time] => 112 [License] => MIT ) [143] => Array ( [id] => 432 [title] => Song - 144 [time] => 144 [License] => MIT ) [138] => Array ( [id] => 417 [title] => Song - 139 [time] => 139 [License] => MIT ) [101] => Array ( [id] => 408 [title] => Song - 102 [time] => 102 [License] => MIT ) [93] => Array ( [id] => 376 [title] => Song - 94 [time] => 94 [License] => MIT ) [123] => Array ( [id] => 372 [title] => Song - 124 [time] => 124 [License] => MIT ) [91] => Array ( [id] => 368 [title] => Song - 92 [time] => 92 [License] => MIT ) [90] => Array ( [id] => 364 [title] => Song - 91 [time] => 91 [License] => MIT ) [119] => Array ( [id] => 360 [title] => Song - 120 [time] => 120 [License] => MIT ) [86] => Array ( [id] => 348 [title] => Song - 87 [time] => 87 [License] => MIT ) [115] => Array ( [id] => 348 [title] => Song - 116 [time] => 116 [License] => MIT ) [114] => Array ( [id] => 345 [title] => Song - 115 [time] => 115 [License] => MIT ) [83] => Array ( [id] => 336 [title] => Song - 84 [time] => 84 [License] => MIT ) [110] => Array ( [id] => 333 [title] => Song - 111 [time] => 111 [License] => MIT ) [81] => Array ( [id] => 328 [title] => Song - 82 [time] => 82 [License] => MIT ) [79] => Array ( [id] => 320 [title] => Song - 80 [time] => 80 [License] => MIT ) [77] => Array ( [id] => 312 [title] => Song - 78 [time] => 78 [License] => MIT ) [102] => Array ( [id] => 309 [title] => Song - 103 [time] => 103 [License] => MIT ) [73] => Array ( [id] => 296 [title] => Song - 74 [time] => 74 [License] => MIT ) [97] => Array ( [id] => 294 [title] => Song - 98 [time] => 98 [License] => MIT ) [145] => Array ( [id] => 292 [title] => Song - 146 [time] => 146 [License] => MIT ) [144] => Array ( [id] => 290 [title] => Song - 145 [time] => 145 [License] => MIT ) [95] => Array ( [id] => 288 [title] => Song - 96 [time] => 96 [License] => MIT ) [70] => Array ( [id] => 284 [title] => Song - 71 [time] => 71 [License] => MIT ) [67] => Array ( [id] => 272 [title] => Song - 68 [time] => 68 [License] => MIT ) [134] => Array ( [id] => 270 [title] => Song - 135 [time] => 135 [License] => MIT ) [133] => Array ( [id] => 268 [title] => Song - 134 [time] => 134 [License] => MIT ) [88] => Array ( [id] => 267 [title] => Song - 89 [time] => 89 [License] => MIT ) [62] => Array ( [id] => 252 [title] => Song - 63 [time] => 63 [License] => MIT ) [122] => Array ( [id] => 246 [title] => Song - 123 [time] => 123 [License] => MIT ) [80] => Array ( [id] => 243 [title] => Song - 81 [time] => 81 [License] => MIT ) [120] => Array ( [id] => 242 [title] => Song - 121 [time] => 121 [License] => MIT ) [118] => Array ( [id] => 238 [title] => Song - 119 [time] => 119 [License] => MIT ) [117] => Array ( [id] => 236 [title] => Song - 118 [time] => 118 [License] => MIT ) [113] => Array ( [id] => 228 [title] => Song - 114 [time] => 114 [License] => MIT ) [112] => Array ( [id] => 226 [title] => Song - 113 [time] => 113 [License] => MIT ) [74] => Array ( [id] => 225 [title] => Song - 75 [time] => 75 [License] => MIT ) [108] => Array ( [id] => 218 [title] => Song - 109 [time] => 109 [License] => MIT ) [107] => Array ( [id] => 216 [title] => Song - 108 [time] => 108 [License] => MIT ) [106] => Array ( [id] => 214 [title] => Song - 107 [time] => 107 [License] => MIT ) [69] => Array ( [id] => 210 [title] => Song - 70 [time] => 70 [License] => MIT ) [68] => Array ( [id] => 207 [title] => Song - 69 [time] => 69 [License] => MIT ) [48] => Array ( [id] => 196 [title] => Song - 49 [time] => 49 [License] => MIT ) [64] => Array ( [id] => 195 [title] => Song - 65 [time] => 65 [License] => MIT ) [96] => Array ( [id] => 194 [title] => Song - 97 [time] => 97 [License] => MIT ) [46] => Array ( [id] => 188 [title] => Song - 47 [time] => 47 [License] => MIT ) [92] => Array ( [id] => 186 [title] => Song - 93 [time] => 93 [License] => MIT ) [45] => Array ( [id] => 184 [title] => Song - 46 [time] => 46 [License] => MIT ) [44] => Array ( [id] => 180 [title] => Song - 45 [time] => 45 [License] => MIT ) [58] => Array ( [id] => 177 [title] => Song - 59 [time] => 59 [License] => MIT ) [56] => Array ( [id] => 171 [title] => Song - 57 [time] => 57 [License] => MIT ) [41] => Array ( [id] => 168 [title] => Song - 42 [time] => 42 [License] => MIT ) [82] => Array ( [id] => 166 [title] => Song - 83 [time] => 83 [License] => MIT ) [75] => Array ( [id] => 152 [title] => Song - 76 [time] => 76 [License] => MIT ) [149] => Array ( [id] => 150 [title] => Song - 150 [time] => 150 [License] => MIT ) [147] => Array ( [id] => 148 [title] => Song - 148 [time] => 148 [License] => MIT ) [146] => Array ( [id] => 147 [title] => Song - 147 [time] => 147 [License] => MIT ) [71] => Array ( [id] => 144 [title] => Song - 72 [time] => 72 [License] => MIT ) [141] => Array ( [id] => 142 [title] => Song - 142 [time] => 142 [License] => MIT ) [139] => Array ( [id] => 140 [title] => Song - 140 [time] => 140 [License] => MIT ) [136] => Array ( [id] => 137 [title] => Song - 137 [time] => 137 [License] => MIT ) [135] => Array ( [id] => 136 [title] => Song - 136 [time] => 136 [License] => MIT ) [66] => Array ( [id] => 134 [title] => Song - 67 [time] => 67 [License] => MIT ) [65] => Array ( [id] => 132 [title] => Song - 66 [time] => 66 [License] => MIT ) [131] => Array ( [id] => 132 [title] => Song - 132 [time] => 132 [License] => MIT ) [63] => Array ( [id] => 128 [title] => Song - 64 [time] => 64 [License] => MIT ) [31] => Array ( [id] => 128 [title] => Song - 32 [time] => 32 [License] => MIT ) [127] => Array ( [id] => 128 [title] => Song - 128 [time] => 128 [License] => MIT ) [125] => Array ( [id] => 126 [title] => Song - 126 [time] => 126 [License] => MIT ) [61] => Array ( [id] => 124 [title] => Song - 62 [time] => 62 [License] => MIT ) [121] => Array ( [id] => 122 [title] => Song - 122 [time] => 122 [License] => MIT ) [59] => Array ( [id] => 120 [title] => Song - 60 [time] => 60 [License] => MIT ) [29] => Array ( [id] => 120 [title] => Song - 30 [time] => 30 [License] => MIT ) [116] => Array ( [id] => 117 [title] => Song - 117 [time] => 117 [License] => MIT ) [57] => Array ( [id] => 116 [title] => Song - 58 [time] => 58 [License] => MIT ) [28] => Array ( [id] => 116 [title] => Song - 29 [time] => 29 [License] => MIT ) [27] => Array ( [id] => 112 [title] => Song - 28 [time] => 28 [License] => MIT ) [36] => Array ( [id] => 111 [title] => Song - 37 [time] => 37 [License] => MIT ) [54] => Array ( [id] => 110 [title] => Song - 55 [time] => 55 [License] => MIT ) [109] => Array ( [id] => 110 [title] => Song - 110 [time] => 110 [License] => MIT ) [105] => Array ( [id] => 106 [title] => Song - 106 [time] => 106 [License] => MIT ) [104] => Array ( [id] => 105 [title] => Song - 105 [time] => 105 [License] => MIT ) [51] => Array ( [id] => 104 [title] => Song - 52 [time] => 52 [License] => MIT ) [103] => Array ( [id] => 104 [title] => Song - 104 [time] => 104 [License] => MIT ) [50] => Array ( [id] => 102 [title] => Song - 51 [time] => 51 [License] => MIT ) [100] => Array ( [id] => 101 [title] => Song - 101 [time] => 101 [License] => MIT ) [49] => Array ( [id] => 100 [title] => Song - 50 [time] => 50 [License] => MIT ) [99] => Array ( [id] => 100 [title] => Song - 100 [time] => 100 [License] => MIT ) [98] => Array ( [id] => 99 [title] => Song - 99 [time] => 99 [License] => MIT ) [32] => Array ( [id] => 99 [title] => Song - 33 [time] => 33 [License] => MIT ) [23] => Array ( [id] => 96 [title] => Song - 24 [time] => 24 [License] => MIT ) [94] => Array ( [id] => 95 [title] => Song - 95 [time] => 95 [License] => MIT ) [89] => Array ( [id] => 90 [title] => Song - 90 [time] => 90 [License] => MIT ) [87] => Array ( [id] => 88 [title] => Song - 88 [time] => 88 [License] => MIT ) [85] => Array ( [id] => 86 [title] => Song - 86 [time] => 86 [License] => MIT ) [84] => Array ( [id] => 85 [title] => Song - 85 [time] => 85 [License] => MIT ) [40] => Array ( [id] => 82 [title] => Song - 41 [time] => 41 [License] => MIT ) [26] => Array ( [id] => 81 [title] => Song - 27 [time] => 27 [License] => MIT ) [39] => Array ( [id] => 80 [title] => Song - 40 [time] => 40 [License] => MIT ) [19] => Array ( [id] => 80 [title] => Song - 20 [time] => 20 [License] => MIT ) [78] => Array ( [id] => 79 [title] => Song - 79 [time] => 79 [License] => MIT ) [76] => Array ( [id] => 77 [title] => Song - 77 [time] => 77 [License] => MIT ) [72] => Array ( [id] => 73 [title] => Song - 73 [time] => 73 [License] => MIT ) [34] => Array ( [id] => 70 [title] => Song - 35 [time] => 35 [License] => MIT ) [33] => Array ( [id] => 68 [title] => Song - 34 [time] => 34 [License] => MIT ) [60] => Array ( [id] => 61 [title] => Song - 61 [time] => 61 [License] => MIT ) [55] => Array ( [id] => 56 [title] => Song - 56 [time] => 56 [License] => MIT ) [53] => Array ( [id] => 54 [title] => Song - 54 [time] => 54 [License] => MIT ) [17] => Array ( [id] => 54 [title] => Song - 18 [time] => 18 [License] => MIT ) [52] => Array ( [id] => 53 [title] => Song - 53 [time] => 53 [License] => MIT ) [25] => Array ( [id] => 52 [title] => Song - 26 [time] => 26 [License] => MIT ) [16] => Array ( [id] => 51 [title] => Song - 17 [time] => 17 [License] => MIT ) [24] => Array ( [id] => 50 [title] => Song - 25 [time] => 25 [License] => MIT ) [47] => Array ( [id] => 48 [title] => Song - 48 [time] => 48 [License] => MIT ) [15] => Array ( [id] => 48 [title] => Song - 16 [time] => 16 [License] => MIT ) [11] => Array ( [id] => 48 [title] => Song - 12 [time] => 12 [License] => MIT ) [22] => Array ( [id] => 46 [title] => Song - 23 [time] => 23 [License] => MIT ) [43] => Array ( [id] => 44 [title] => Song - 44 [time] => 44 [License] => MIT ) [42] => Array ( [id] => 43 [title] => Song - 43 [time] => 43 [License] => MIT ) [38] => Array ( [id] => 39 [title] => Song - 39 [time] => 39 [License] => MIT ) [37] => Array ( [id] => 38 [title] => Song - 38 [time] => 38 [License] => MIT ) [35] => Array ( [id] => 36 [title] => Song - 36 [time] => 36 [License] => MIT ) [7] => Array ( [id] => 32 [title] => Song - 8 [time] => 8 [License] => MIT ) [30] => Array ( [id] => 31 [title] => Song - 31 [time] => 31 [License] => MIT ) [14] => Array ( [id] => 30 [title] => Song - 15 [time] => 15 [License] => MIT ) [9] => Array ( [id] => 30 [title] => Song - 10 [time] => 10 [License] => MIT ) [13] => Array ( [id] => 28 [title] => Song - 14 [time] => 14 [License] => MIT ) [21] => Array ( [id] => 22 [title] => Song - 22 [time] => 22 [License] => MIT ) [20] => Array ( [id] => 21 [title] => Song - 21 [time] => 21 [License] => MIT ) [4] => Array ( [id] => 20 [title] => Song - 5 [time] => 5 [License] => MIT ) [18] => Array ( [id] => 19 [title] => Song - 19 [time] => 19 [License] => MIT ) [5] => Array ( [id] => 18 [title] => Song - 6 [time] => 6 [License] => MIT ) [12] => Array ( [id] => 13 [title] => Song - 13 [time] => 13 [License] => MIT ) [10] => Array ( [id] => 11 [title] => Song - 11 [time] => 11 [License] => MIT ) [8] => Array ( [id] => 9 [title] => Song - 9 [time] => 9 [License] => MIT ) [3] => Array ( [id] => 8 [title] => Song - 4 [time] => 4 [License] => MIT ) [1] => Array ( [id] => 8 [title] => Song - 2 [time] => 2 [License] => MIT ) [6] => Array ( [id] => 7 [title] => Song - 7 [time] => 7 [License] => MIT ) [2] => Array ( [id] => 3 [title] => Song - 3 [time] => 3 [License] => MIT ) [0] => Array ( [id] => 2 [title] => Song - 1 [time] => 1 [License] => MIT ) )
Output for 7.1.31
Array ( [147] => Array ( [id] => 592 [title] => Song - 148 [time] => 148 [License] => MIT ) [146] => Array ( [id] => 588 [title] => Song - 147 [time] => 147 [License] => MIT ) [140] => Array ( [id] => 564 [title] => Song - 141 [time] => 141 [License] => MIT ) [138] => Array ( [id] => 556 [title] => Song - 139 [time] => 139 [License] => MIT ) [131] => Array ( [id] => 528 [title] => Song - 132 [time] => 132 [License] => MIT ) [130] => Array ( [id] => 524 [title] => Song - 131 [time] => 131 [License] => MIT ) [129] => Array ( [id] => 520 [title] => Song - 130 [time] => 130 [License] => MIT ) [127] => Array ( [id] => 512 [title] => Song - 128 [time] => 128 [License] => MIT ) [121] => Array ( [id] => 488 [title] => Song - 122 [time] => 122 [License] => MIT ) [115] => Array ( [id] => 464 [title] => Song - 116 [time] => 116 [License] => MIT ) [112] => Array ( [id] => 452 [title] => Song - 113 [time] => 113 [License] => MIT ) [143] => Array ( [id] => 432 [title] => Song - 144 [time] => 144 [License] => MIT ) [142] => Array ( [id] => 429 [title] => Song - 143 [time] => 143 [License] => MIT ) [105] => Array ( [id] => 424 [title] => Song - 106 [time] => 106 [License] => MIT ) [137] => Array ( [id] => 414 [title] => Song - 138 [time] => 138 [License] => MIT ) [132] => Array ( [id] => 399 [title] => Song - 133 [time] => 133 [License] => MIT ) [128] => Array ( [id] => 387 [title] => Song - 129 [time] => 129 [License] => MIT ) [126] => Array ( [id] => 381 [title] => Song - 127 [time] => 127 [License] => MIT ) [123] => Array ( [id] => 372 [title] => Song - 124 [time] => 124 [License] => MIT ) [119] => Array ( [id] => 360 [title] => Song - 120 [time] => 120 [License] => MIT ) [118] => Array ( [id] => 357 [title] => Song - 119 [time] => 119 [License] => MIT ) [117] => Array ( [id] => 354 [title] => Song - 118 [time] => 118 [License] => MIT ) [114] => Array ( [id] => 345 [title] => Song - 115 [time] => 115 [License] => MIT ) [113] => Array ( [id] => 342 [title] => Song - 114 [time] => 114 [License] => MIT ) [106] => Array ( [id] => 321 [title] => Song - 107 [time] => 107 [License] => MIT ) [104] => Array ( [id] => 315 [title] => Song - 105 [time] => 105 [License] => MIT ) [100] => Array ( [id] => 303 [title] => Song - 101 [time] => 101 [License] => MIT ) [149] => Array ( [id] => 300 [title] => Song - 150 [time] => 150 [License] => MIT ) [98] => Array ( [id] => 297 [title] => Song - 99 [time] => 99 [License] => MIT ) [97] => Array ( [id] => 294 [title] => Song - 98 [time] => 98 [License] => MIT ) [145] => Array ( [id] => 292 [title] => Song - 146 [time] => 146 [License] => MIT ) [96] => Array ( [id] => 291 [title] => Song - 97 [time] => 97 [License] => MIT ) [70] => Array ( [id] => 284 [title] => Song - 71 [time] => 71 [License] => MIT ) [139] => Array ( [id] => 280 [title] => Song - 140 [time] => 140 [License] => MIT ) [91] => Array ( [id] => 276 [title] => Song - 92 [time] => 92 [License] => MIT ) [68] => Array ( [id] => 276 [title] => Song - 69 [time] => 69 [License] => MIT ) [136] => Array ( [id] => 274 [title] => Song - 137 [time] => 137 [License] => MIT ) [90] => Array ( [id] => 273 [title] => Song - 91 [time] => 91 [License] => MIT ) [135] => Array ( [id] => 272 [title] => Song - 136 [time] => 136 [License] => MIT ) [134] => Array ( [id] => 270 [title] => Song - 135 [time] => 135 [License] => MIT ) [66] => Array ( [id] => 268 [title] => Song - 67 [time] => 67 [License] => MIT ) [88] => Array ( [id] => 267 [title] => Song - 89 [time] => 89 [License] => MIT ) [85] => Array ( [id] => 258 [title] => Song - 86 [time] => 86 [License] => MIT ) [124] => Array ( [id] => 250 [title] => Song - 125 [time] => 125 [License] => MIT ) [122] => Array ( [id] => 246 [title] => Song - 123 [time] => 123 [License] => MIT ) [59] => Array ( [id] => 240 [title] => Song - 60 [time] => 60 [License] => MIT ) [57] => Array ( [id] => 232 [title] => Song - 58 [time] => 58 [License] => MIT ) [75] => Array ( [id] => 228 [title] => Song - 76 [time] => 76 [License] => MIT ) [55] => Array ( [id] => 224 [title] => Song - 56 [time] => 56 [License] => MIT ) [67] => Array ( [id] => 204 [title] => Song - 68 [time] => 68 [License] => MIT ) [49] => Array ( [id] => 200 [title] => Song - 50 [time] => 50 [License] => MIT ) [99] => Array ( [id] => 200 [title] => Song - 100 [time] => 100 [License] => MIT ) [65] => Array ( [id] => 198 [title] => Song - 66 [time] => 66 [License] => MIT ) [64] => Array ( [id] => 195 [title] => Song - 65 [time] => 65 [License] => MIT ) [94] => Array ( [id] => 190 [title] => Song - 95 [time] => 95 [License] => MIT ) [93] => Array ( [id] => 188 [title] => Song - 94 [time] => 94 [License] => MIT ) [89] => Array ( [id] => 180 [title] => Song - 90 [time] => 90 [License] => MIT ) [58] => Array ( [id] => 177 [title] => Song - 59 [time] => 59 [License] => MIT ) [87] => Array ( [id] => 176 [title] => Song - 88 [time] => 88 [License] => MIT ) [86] => Array ( [id] => 174 [title] => Song - 87 [time] => 87 [License] => MIT ) [56] => Array ( [id] => 171 [title] => Song - 57 [time] => 57 [License] => MIT ) [82] => Array ( [id] => 166 [title] => Song - 83 [time] => 83 [License] => MIT ) [54] => Array ( [id] => 165 [title] => Song - 55 [time] => 55 [License] => MIT ) [81] => Array ( [id] => 164 [title] => Song - 82 [time] => 82 [License] => MIT ) [40] => Array ( [id] => 164 [title] => Song - 41 [time] => 41 [License] => MIT ) [80] => Array ( [id] => 162 [title] => Song - 81 [time] => 81 [License] => MIT ) [79] => Array ( [id] => 160 [title] => Song - 80 [time] => 80 [License] => MIT ) [52] => Array ( [id] => 159 [title] => Song - 53 [time] => 53 [License] => MIT ) [77] => Array ( [id] => 156 [title] => Song - 78 [time] => 78 [License] => MIT ) [148] => Array ( [id] => 149 [title] => Song - 149 [time] => 149 [License] => MIT ) [73] => Array ( [id] => 148 [title] => Song - 74 [time] => 74 [License] => MIT ) [72] => Array ( [id] => 146 [title] => Song - 73 [time] => 73 [License] => MIT ) [144] => Array ( [id] => 145 [title] => Song - 145 [time] => 145 [License] => MIT ) [141] => Array ( [id] => 142 [title] => Song - 142 [time] => 142 [License] => MIT ) [45] => Array ( [id] => 138 [title] => Song - 46 [time] => 46 [License] => MIT ) [33] => Array ( [id] => 136 [title] => Song - 34 [time] => 34 [License] => MIT ) [133] => Array ( [id] => 134 [title] => Song - 134 [time] => 134 [License] => MIT ) [32] => Array ( [id] => 132 [title] => Song - 33 [time] => 33 [License] => MIT ) [31] => Array ( [id] => 128 [title] => Song - 32 [time] => 32 [License] => MIT ) [125] => Array ( [id] => 126 [title] => Song - 126 [time] => 126 [License] => MIT ) [61] => Array ( [id] => 124 [title] => Song - 62 [time] => 62 [License] => MIT ) [120] => Array ( [id] => 121 [title] => Song - 121 [time] => 121 [License] => MIT ) [39] => Array ( [id] => 120 [title] => Song - 40 [time] => 40 [License] => MIT ) [29] => Array ( [id] => 120 [title] => Song - 30 [time] => 30 [License] => MIT ) [116] => Array ( [id] => 117 [title] => Song - 117 [time] => 117 [License] => MIT ) [28] => Array ( [id] => 116 [title] => Song - 29 [time] => 29 [License] => MIT ) [37] => Array ( [id] => 114 [title] => Song - 38 [time] => 38 [License] => MIT ) [111] => Array ( [id] => 112 [title] => Song - 112 [time] => 112 [License] => MIT ) [110] => Array ( [id] => 111 [title] => Song - 111 [time] => 111 [License] => MIT ) [109] => Array ( [id] => 110 [title] => Song - 110 [time] => 110 [License] => MIT ) [108] => Array ( [id] => 109 [title] => Song - 109 [time] => 109 [License] => MIT ) [53] => Array ( [id] => 108 [title] => Song - 54 [time] => 54 [License] => MIT ) [107] => Array ( [id] => 108 [title] => Song - 108 [time] => 108 [License] => MIT ) [51] => Array ( [id] => 104 [title] => Song - 52 [time] => 52 [License] => MIT ) [103] => Array ( [id] => 104 [title] => Song - 104 [time] => 104 [License] => MIT ) [102] => Array ( [id] => 103 [title] => Song - 103 [time] => 103 [License] => MIT ) [101] => Array ( [id] => 102 [title] => Song - 102 [time] => 102 [License] => MIT ) [24] => Array ( [id] => 100 [title] => Song - 25 [time] => 25 [License] => MIT ) [48] => Array ( [id] => 98 [title] => Song - 49 [time] => 49 [License] => MIT ) [95] => Array ( [id] => 96 [title] => Song - 96 [time] => 96 [License] => MIT ) [23] => Array ( [id] => 96 [title] => Song - 24 [time] => 24 [License] => MIT ) [46] => Array ( [id] => 94 [title] => Song - 47 [time] => 47 [License] => MIT ) [92] => Array ( [id] => 93 [title] => Song - 93 [time] => 93 [License] => MIT ) [84] => Array ( [id] => 85 [title] => Song - 85 [time] => 85 [License] => MIT ) [83] => Array ( [id] => 84 [title] => Song - 84 [time] => 84 [License] => MIT ) [41] => Array ( [id] => 84 [title] => Song - 42 [time] => 42 [License] => MIT ) [27] => Array ( [id] => 84 [title] => Song - 28 [time] => 28 [License] => MIT ) [19] => Array ( [id] => 80 [title] => Song - 20 [time] => 20 [License] => MIT ) [78] => Array ( [id] => 79 [title] => Song - 79 [time] => 79 [License] => MIT ) [76] => Array ( [id] => 77 [title] => Song - 77 [time] => 77 [License] => MIT ) [74] => Array ( [id] => 75 [title] => Song - 75 [time] => 75 [License] => MIT ) [71] => Array ( [id] => 72 [title] => Song - 72 [time] => 72 [License] => MIT ) [69] => Array ( [id] => 70 [title] => Song - 70 [time] => 70 [License] => MIT ) [22] => Array ( [id] => 69 [title] => Song - 23 [time] => 23 [License] => MIT ) [63] => Array ( [id] => 64 [title] => Song - 64 [time] => 64 [License] => MIT ) [62] => Array ( [id] => 63 [title] => Song - 63 [time] => 63 [License] => MIT ) [20] => Array ( [id] => 63 [title] => Song - 21 [time] => 21 [License] => MIT ) [30] => Array ( [id] => 62 [title] => Song - 31 [time] => 31 [License] => MIT ) [60] => Array ( [id] => 61 [title] => Song - 61 [time] => 61 [License] => MIT ) [26] => Array ( [id] => 54 [title] => Song - 27 [time] => 27 [License] => MIT ) [50] => Array ( [id] => 51 [title] => Song - 51 [time] => 51 [License] => MIT ) [47] => Array ( [id] => 48 [title] => Song - 48 [time] => 48 [License] => MIT ) [44] => Array ( [id] => 45 [title] => Song - 45 [time] => 45 [License] => MIT ) [43] => Array ( [id] => 44 [title] => Song - 44 [time] => 44 [License] => MIT ) [21] => Array ( [id] => 44 [title] => Song - 22 [time] => 22 [License] => MIT ) [10] => Array ( [id] => 44 [title] => Song - 11 [time] => 11 [License] => MIT ) [42] => Array ( [id] => 43 [title] => Song - 43 [time] => 43 [License] => MIT ) [38] => Array ( [id] => 39 [title] => Song - 39 [time] => 39 [License] => MIT ) [12] => Array ( [id] => 39 [title] => Song - 13 [time] => 13 [License] => MIT ) [18] => Array ( [id] => 38 [title] => Song - 19 [time] => 19 [License] => MIT ) [36] => Array ( [id] => 37 [title] => Song - 37 [time] => 37 [License] => MIT ) [35] => Array ( [id] => 36 [title] => Song - 36 [time] => 36 [License] => MIT ) [17] => Array ( [id] => 36 [title] => Song - 18 [time] => 18 [License] => MIT ) [11] => Array ( [id] => 36 [title] => Song - 12 [time] => 12 [License] => MIT ) [34] => Array ( [id] => 35 [title] => Song - 35 [time] => 35 [License] => MIT ) [16] => Array ( [id] => 34 [title] => Song - 17 [time] => 17 [License] => MIT ) [9] => Array ( [id] => 30 [title] => Song - 10 [time] => 10 [License] => MIT ) [8] => Array ( [id] => 27 [title] => Song - 9 [time] => 9 [License] => MIT ) [25] => Array ( [id] => 26 [title] => Song - 26 [time] => 26 [License] => MIT ) [3] => Array ( [id] => 16 [title] => Song - 4 [time] => 4 [License] => MIT ) [15] => Array ( [id] => 16 [title] => Song - 16 [time] => 16 [License] => MIT ) [4] => Array ( [id] => 15 [title] => Song - 5 [time] => 5 [License] => MIT ) [14] => Array ( [id] => 15 [title] => Song - 15 [time] => 15 [License] => MIT ) [13] => Array ( [id] => 14 [title] => Song - 14 [time] => 14 [License] => MIT ) [7] => Array ( [id] => 8 [title] => Song - 8 [time] => 8 [License] => MIT ) [6] => Array ( [id] => 7 [title] => Song - 7 [time] => 7 [License] => MIT ) [5] => Array ( [id] => 6 [title] => Song - 6 [time] => 6 [License] => MIT ) [1] => Array ( [id] => 6 [title] => Song - 2 [time] => 2 [License] => MIT ) [2] => Array ( [id] => 3 [title] => Song - 3 [time] => 3 [License] => MIT ) [0] => Array ( [id] => 1 [title] => Song - 1 [time] => 1 [License] => MIT ) )
Output for 7.1.30
Array ( [146] => Array ( [id] => 588 [title] => Song - 147 [time] => 147 [License] => MIT ) [144] => Array ( [id] => 580 [title] => Song - 145 [time] => 145 [License] => MIT ) [141] => Array ( [id] => 568 [title] => Song - 142 [time] => 142 [License] => MIT ) [138] => Array ( [id] => 556 [title] => Song - 139 [time] => 139 [License] => MIT ) [137] => Array ( [id] => 552 [title] => Song - 138 [time] => 138 [License] => MIT ) [131] => Array ( [id] => 528 [title] => Song - 132 [time] => 132 [License] => MIT ) [130] => Array ( [id] => 524 [title] => Song - 131 [time] => 131 [License] => MIT ) [119] => Array ( [id] => 480 [title] => Song - 120 [time] => 120 [License] => MIT ) [117] => Array ( [id] => 472 [title] => Song - 118 [time] => 118 [License] => MIT ) [116] => Array ( [id] => 468 [title] => Song - 117 [time] => 117 [License] => MIT ) [115] => Array ( [id] => 464 [title] => Song - 116 [time] => 116 [License] => MIT ) [149] => Array ( [id] => 450 [title] => Song - 150 [time] => 150 [License] => MIT ) [147] => Array ( [id] => 444 [title] => Song - 148 [time] => 148 [License] => MIT ) [110] => Array ( [id] => 444 [title] => Song - 111 [time] => 111 [License] => MIT ) [108] => Array ( [id] => 436 [title] => Song - 109 [time] => 109 [License] => MIT ) [107] => Array ( [id] => 432 [title] => Song - 108 [time] => 108 [License] => MIT ) [140] => Array ( [id] => 423 [title] => Song - 141 [time] => 141 [License] => MIT ) [103] => Array ( [id] => 416 [title] => Song - 104 [time] => 104 [License] => MIT ) [136] => Array ( [id] => 411 [title] => Song - 137 [time] => 137 [License] => MIT ) [132] => Array ( [id] => 399 [title] => Song - 133 [time] => 133 [License] => MIT ) [129] => Array ( [id] => 390 [title] => Song - 130 [time] => 130 [License] => MIT ) [95] => Array ( [id] => 384 [title] => Song - 96 [time] => 96 [License] => MIT ) [125] => Array ( [id] => 378 [title] => Song - 126 [time] => 126 [License] => MIT ) [124] => Array ( [id] => 375 [title] => Song - 125 [time] => 125 [License] => MIT ) [122] => Array ( [id] => 369 [title] => Song - 123 [time] => 123 [License] => MIT ) [91] => Array ( [id] => 368 [title] => Song - 92 [time] => 92 [License] => MIT ) [84] => Array ( [id] => 340 [title] => Song - 85 [time] => 85 [License] => MIT ) [83] => Array ( [id] => 336 [title] => Song - 84 [time] => 84 [License] => MIT ) [82] => Array ( [id] => 332 [title] => Song - 83 [time] => 83 [License] => MIT ) [109] => Array ( [id] => 330 [title] => Song - 110 [time] => 110 [License] => MIT ) [81] => Array ( [id] => 328 [title] => Song - 82 [time] => 82 [License] => MIT ) [106] => Array ( [id] => 321 [title] => Song - 107 [time] => 107 [License] => MIT ) [79] => Array ( [id] => 320 [title] => Song - 80 [time] => 80 [License] => MIT ) [105] => Array ( [id] => 318 [title] => Song - 106 [time] => 106 [License] => MIT ) [102] => Array ( [id] => 309 [title] => Song - 103 [time] => 103 [License] => MIT ) [101] => Array ( [id] => 306 [title] => Song - 102 [time] => 102 [License] => MIT ) [74] => Array ( [id] => 300 [title] => Song - 75 [time] => 75 [License] => MIT ) [99] => Array ( [id] => 300 [title] => Song - 100 [time] => 100 [License] => MIT ) [72] => Array ( [id] => 292 [title] => Song - 73 [time] => 73 [License] => MIT ) [143] => Array ( [id] => 288 [title] => Song - 144 [time] => 144 [License] => MIT ) [142] => Array ( [id] => 286 [title] => Song - 143 [time] => 143 [License] => MIT ) [139] => Array ( [id] => 280 [title] => Song - 140 [time] => 140 [License] => MIT ) [67] => Array ( [id] => 272 [title] => Song - 68 [time] => 68 [License] => MIT ) [135] => Array ( [id] => 272 [title] => Song - 136 [time] => 136 [License] => MIT ) [134] => Array ( [id] => 270 [title] => Song - 135 [time] => 135 [License] => MIT ) [133] => Array ( [id] => 268 [title] => Song - 134 [time] => 134 [License] => MIT ) [88] => Array ( [id] => 267 [title] => Song - 89 [time] => 89 [License] => MIT ) [85] => Array ( [id] => 258 [title] => Song - 86 [time] => 86 [License] => MIT ) [123] => Array ( [id] => 248 [title] => Song - 124 [time] => 124 [License] => MIT ) [60] => Array ( [id] => 244 [title] => Song - 61 [time] => 61 [License] => MIT ) [121] => Array ( [id] => 244 [title] => Song - 122 [time] => 122 [License] => MIT ) [120] => Array ( [id] => 242 [title] => Song - 121 [time] => 121 [License] => MIT ) [57] => Array ( [id] => 232 [title] => Song - 58 [time] => 58 [License] => MIT ) [114] => Array ( [id] => 230 [title] => Song - 115 [time] => 115 [License] => MIT ) [75] => Array ( [id] => 228 [title] => Song - 76 [time] => 76 [License] => MIT ) [56] => Array ( [id] => 228 [title] => Song - 57 [time] => 57 [License] => MIT ) [113] => Array ( [id] => 228 [title] => Song - 114 [time] => 114 [License] => MIT ) [111] => Array ( [id] => 224 [title] => Song - 112 [time] => 112 [License] => MIT ) [69] => Array ( [id] => 210 [title] => Song - 70 [time] => 70 [License] => MIT ) [104] => Array ( [id] => 210 [title] => Song - 105 [time] => 105 [License] => MIT ) [50] => Array ( [id] => 204 [title] => Song - 51 [time] => 51 [License] => MIT ) [100] => Array ( [id] => 202 [title] => Song - 101 [time] => 101 [License] => MIT ) [66] => Array ( [id] => 201 [title] => Song - 67 [time] => 67 [License] => MIT ) [49] => Array ( [id] => 200 [title] => Song - 50 [time] => 50 [License] => MIT ) [98] => Array ( [id] => 198 [title] => Song - 99 [time] => 99 [License] => MIT ) [64] => Array ( [id] => 195 [title] => Song - 65 [time] => 65 [License] => MIT ) [94] => Array ( [id] => 190 [title] => Song - 95 [time] => 95 [License] => MIT ) [93] => Array ( [id] => 188 [title] => Song - 94 [time] => 94 [License] => MIT ) [46] => Array ( [id] => 188 [title] => Song - 47 [time] => 47 [License] => MIT ) [92] => Array ( [id] => 186 [title] => Song - 93 [time] => 93 [License] => MIT ) [45] => Array ( [id] => 184 [title] => Song - 46 [time] => 46 [License] => MIT ) [90] => Array ( [id] => 182 [title] => Song - 91 [time] => 91 [License] => MIT ) [44] => Array ( [id] => 180 [title] => Song - 45 [time] => 45 [License] => MIT ) [87] => Array ( [id] => 176 [title] => Song - 88 [time] => 88 [License] => MIT ) [55] => Array ( [id] => 168 [title] => Song - 56 [time] => 56 [License] => MIT ) [40] => Array ( [id] => 164 [title] => Song - 41 [time] => 41 [License] => MIT ) [78] => Array ( [id] => 158 [title] => Song - 79 [time] => 79 [License] => MIT ) [77] => Array ( [id] => 156 [title] => Song - 78 [time] => 78 [License] => MIT ) [37] => Array ( [id] => 152 [title] => Song - 38 [time] => 38 [License] => MIT ) [148] => Array ( [id] => 149 [title] => Song - 149 [time] => 149 [License] => MIT ) [73] => Array ( [id] => 148 [title] => Song - 74 [time] => 74 [License] => MIT ) [36] => Array ( [id] => 148 [title] => Song - 37 [time] => 37 [License] => MIT ) [145] => Array ( [id] => 146 [title] => Song - 146 [time] => 146 [License] => MIT ) [33] => Array ( [id] => 136 [title] => Song - 34 [time] => 34 [License] => MIT ) [65] => Array ( [id] => 132 [title] => Song - 66 [time] => 66 [License] => MIT ) [128] => Array ( [id] => 129 [title] => Song - 129 [time] => 129 [License] => MIT ) [127] => Array ( [id] => 128 [title] => Song - 128 [time] => 128 [License] => MIT ) [126] => Array ( [id] => 127 [title] => Song - 127 [time] => 127 [License] => MIT ) [61] => Array ( [id] => 124 [title] => Song - 62 [time] => 62 [License] => MIT ) [118] => Array ( [id] => 119 [title] => Song - 119 [time] => 119 [License] => MIT ) [112] => Array ( [id] => 113 [title] => Song - 113 [time] => 113 [License] => MIT ) [54] => Array ( [id] => 110 [title] => Song - 55 [time] => 55 [License] => MIT ) [53] => Array ( [id] => 108 [title] => Song - 54 [time] => 54 [License] => MIT ) [51] => Array ( [id] => 104 [title] => Song - 52 [time] => 52 [License] => MIT ) [97] => Array ( [id] => 98 [title] => Song - 98 [time] => 98 [License] => MIT ) [48] => Array ( [id] => 98 [title] => Song - 49 [time] => 49 [License] => MIT ) [96] => Array ( [id] => 97 [title] => Song - 97 [time] => 97 [License] => MIT ) [31] => Array ( [id] => 96 [title] => Song - 32 [time] => 32 [License] => MIT ) [22] => Array ( [id] => 92 [title] => Song - 23 [time] => 23 [License] => MIT ) [89] => Array ( [id] => 90 [title] => Song - 90 [time] => 90 [License] => MIT ) [86] => Array ( [id] => 87 [title] => Song - 87 [time] => 87 [License] => MIT ) [41] => Array ( [id] => 84 [title] => Song - 42 [time] => 42 [License] => MIT ) [27] => Array ( [id] => 84 [title] => Song - 28 [time] => 28 [License] => MIT ) [80] => Array ( [id] => 81 [title] => Song - 81 [time] => 81 [License] => MIT ) [39] => Array ( [id] => 80 [title] => Song - 40 [time] => 40 [License] => MIT ) [19] => Array ( [id] => 80 [title] => Song - 20 [time] => 20 [License] => MIT ) [25] => Array ( [id] => 78 [title] => Song - 26 [time] => 26 [License] => MIT ) [76] => Array ( [id] => 77 [title] => Song - 77 [time] => 77 [License] => MIT ) [71] => Array ( [id] => 72 [title] => Song - 72 [time] => 72 [License] => MIT ) [35] => Array ( [id] => 72 [title] => Song - 36 [time] => 36 [License] => MIT ) [23] => Array ( [id] => 72 [title] => Song - 24 [time] => 24 [License] => MIT ) [70] => Array ( [id] => 71 [title] => Song - 71 [time] => 71 [License] => MIT ) [68] => Array ( [id] => 69 [title] => Song - 69 [time] => 69 [License] => MIT ) [32] => Array ( [id] => 66 [title] => Song - 33 [time] => 33 [License] => MIT ) [63] => Array ( [id] => 64 [title] => Song - 64 [time] => 64 [License] => MIT ) [62] => Array ( [id] => 63 [title] => Song - 63 [time] => 63 [License] => MIT ) [30] => Array ( [id] => 62 [title] => Song - 31 [time] => 31 [License] => MIT ) [59] => Array ( [id] => 60 [title] => Song - 60 [time] => 60 [License] => MIT ) [29] => Array ( [id] => 60 [title] => Song - 30 [time] => 30 [License] => MIT ) [14] => Array ( [id] => 60 [title] => Song - 15 [time] => 15 [License] => MIT ) [58] => Array ( [id] => 59 [title] => Song - 59 [time] => 59 [License] => MIT ) [28] => Array ( [id] => 58 [title] => Song - 29 [time] => 29 [License] => MIT ) [18] => Array ( [id] => 57 [title] => Song - 19 [time] => 19 [License] => MIT ) [13] => Array ( [id] => 56 [title] => Song - 14 [time] => 14 [License] => MIT ) [26] => Array ( [id] => 54 [title] => Song - 27 [time] => 27 [License] => MIT ) [52] => Array ( [id] => 53 [title] => Song - 53 [time] => 53 [License] => MIT ) [16] => Array ( [id] => 51 [title] => Song - 17 [time] => 17 [License] => MIT ) [47] => Array ( [id] => 48 [title] => Song - 48 [time] => 48 [License] => MIT ) [43] => Array ( [id] => 44 [title] => Song - 44 [time] => 44 [License] => MIT ) [42] => Array ( [id] => 43 [title] => Song - 43 [time] => 43 [License] => MIT ) [38] => Array ( [id] => 39 [title] => Song - 39 [time] => 39 [License] => MIT ) [17] => Array ( [id] => 36 [title] => Song - 18 [time] => 18 [License] => MIT ) [11] => Array ( [id] => 36 [title] => Song - 12 [time] => 12 [License] => MIT ) [34] => Array ( [id] => 35 [title] => Song - 35 [time] => 35 [License] => MIT ) [10] => Array ( [id] => 33 [title] => Song - 11 [time] => 11 [License] => MIT ) [9] => Array ( [id] => 30 [title] => Song - 10 [time] => 10 [License] => MIT ) [8] => Array ( [id] => 27 [title] => Song - 9 [time] => 9 [License] => MIT ) [24] => Array ( [id] => 25 [title] => Song - 25 [time] => 25 [License] => MIT ) [7] => Array ( [id] => 24 [title] => Song - 8 [time] => 8 [License] => MIT ) [21] => Array ( [id] => 22 [title] => Song - 22 [time] => 22 [License] => MIT ) [20] => Array ( [id] => 21 [title] => Song - 21 [time] => 21 [License] => MIT ) [5] => Array ( [id] => 18 [title] => Song - 6 [time] => 6 [License] => MIT ) [3] => Array ( [id] => 16 [title] => Song - 4 [time] => 4 [License] => MIT ) [15] => Array ( [id] => 16 [title] => Song - 16 [time] => 16 [License] => MIT ) [6] => Array ( [id] => 14 [title] => Song - 7 [time] => 7 [License] => MIT ) [12] => Array ( [id] => 13 [title] => Song - 13 [time] => 13 [License] => MIT ) [4] => Array ( [id] => 10 [title] => Song - 5 [time] => 5 [License] => MIT ) [2] => Array ( [id] => 3 [title] => Song - 3 [time] => 3 [License] => MIT ) [1] => Array ( [id] => 2 [title] => Song - 2 [time] => 2 [License] => MIT ) [0] => Array ( [id] => 1 [title] => Song - 1 [time] => 1 [License] => MIT ) )
Output for 7.1.29
Array ( [143] => Array ( [id] => 576 [title] => Song - 144 [time] => 144 [License] => MIT ) [142] => Array ( [id] => 572 [title] => Song - 143 [time] => 143 [License] => MIT ) [138] => Array ( [id] => 556 [title] => Song - 139 [time] => 139 [License] => MIT ) [134] => Array ( [id] => 540 [title] => Song - 135 [time] => 135 [License] => MIT ) [132] => Array ( [id] => 532 [title] => Song - 133 [time] => 133 [License] => MIT ) [125] => Array ( [id] => 504 [title] => Song - 126 [time] => 126 [License] => MIT ) [119] => Array ( [id] => 480 [title] => Song - 120 [time] => 120 [License] => MIT ) [118] => Array ( [id] => 476 [title] => Song - 119 [time] => 119 [License] => MIT ) [112] => Array ( [id] => 452 [title] => Song - 113 [time] => 113 [License] => MIT ) [148] => Array ( [id] => 447 [title] => Song - 149 [time] => 149 [License] => MIT ) [144] => Array ( [id] => 435 [title] => Song - 145 [time] => 145 [License] => MIT ) [107] => Array ( [id] => 432 [title] => Song - 108 [time] => 108 [License] => MIT ) [141] => Array ( [id] => 426 [title] => Song - 142 [time] => 142 [License] => MIT ) [139] => Array ( [id] => 420 [title] => Song - 140 [time] => 140 [License] => MIT ) [102] => Array ( [id] => 412 [title] => Song - 103 [time] => 103 [License] => MIT ) [136] => Array ( [id] => 411 [title] => Song - 137 [time] => 137 [License] => MIT ) [101] => Array ( [id] => 408 [title] => Song - 102 [time] => 102 [License] => MIT ) [133] => Array ( [id] => 402 [title] => Song - 134 [time] => 134 [License] => MIT ) [131] => Array ( [id] => 396 [title] => Song - 132 [time] => 132 [License] => MIT ) [130] => Array ( [id] => 393 [title] => Song - 131 [time] => 131 [License] => MIT ) [129] => Array ( [id] => 390 [title] => Song - 130 [time] => 130 [License] => MIT ) [93] => Array ( [id] => 376 [title] => Song - 94 [time] => 94 [License] => MIT ) [124] => Array ( [id] => 375 [title] => Song - 125 [time] => 125 [License] => MIT ) [123] => Array ( [id] => 372 [title] => Song - 124 [time] => 124 [License] => MIT ) [91] => Array ( [id] => 368 [title] => Song - 92 [time] => 92 [License] => MIT ) [116] => Array ( [id] => 351 [title] => Song - 117 [time] => 117 [License] => MIT ) [86] => Array ( [id] => 348 [title] => Song - 87 [time] => 87 [License] => MIT ) [84] => Array ( [id] => 340 [title] => Song - 85 [time] => 85 [License] => MIT ) [77] => Array ( [id] => 312 [title] => Song - 78 [time] => 78 [License] => MIT ) [103] => Array ( [id] => 312 [title] => Song - 104 [time] => 104 [License] => MIT ) [149] => Array ( [id] => 300 [title] => Song - 150 [time] => 150 [License] => MIT ) [97] => Array ( [id] => 294 [title] => Song - 98 [time] => 98 [License] => MIT ) [146] => Array ( [id] => 294 [title] => Song - 147 [time] => 147 [License] => MIT ) [72] => Array ( [id] => 292 [title] => Song - 73 [time] => 73 [License] => MIT ) [96] => Array ( [id] => 291 [title] => Song - 97 [time] => 97 [License] => MIT ) [95] => Array ( [id] => 288 [title] => Song - 96 [time] => 96 [License] => MIT ) [71] => Array ( [id] => 288 [title] => Song - 72 [time] => 72 [License] => MIT ) [140] => Array ( [id] => 282 [title] => Song - 141 [time] => 141 [License] => MIT ) [137] => Array ( [id] => 276 [title] => Song - 138 [time] => 138 [License] => MIT ) [64] => Array ( [id] => 260 [title] => Song - 65 [time] => 65 [License] => MIT ) [127] => Array ( [id] => 256 [title] => Song - 128 [time] => 128 [License] => MIT ) [83] => Array ( [id] => 252 [title] => Song - 84 [time] => 84 [License] => MIT ) [122] => Array ( [id] => 246 [title] => Song - 123 [time] => 123 [License] => MIT ) [60] => Array ( [id] => 244 [title] => Song - 61 [time] => 61 [License] => MIT ) [59] => Array ( [id] => 240 [title] => Song - 60 [time] => 60 [License] => MIT ) [78] => Array ( [id] => 237 [title] => Song - 79 [time] => 79 [License] => MIT ) [117] => Array ( [id] => 236 [title] => Song - 118 [time] => 118 [License] => MIT ) [76] => Array ( [id] => 231 [title] => Song - 77 [time] => 77 [License] => MIT ) [114] => Array ( [id] => 230 [title] => Song - 115 [time] => 115 [License] => MIT ) [75] => Array ( [id] => 228 [title] => Song - 76 [time] => 76 [License] => MIT ) [113] => Array ( [id] => 228 [title] => Song - 114 [time] => 114 [License] => MIT ) [55] => Array ( [id] => 224 [title] => Song - 56 [time] => 56 [License] => MIT ) [110] => Array ( [id] => 222 [title] => Song - 111 [time] => 111 [License] => MIT ) [54] => Array ( [id] => 220 [title] => Song - 55 [time] => 55 [License] => MIT ) [53] => Array ( [id] => 216 [title] => Song - 54 [time] => 54 [License] => MIT ) [66] => Array ( [id] => 201 [title] => Song - 67 [time] => 67 [License] => MIT ) [49] => Array ( [id] => 200 [title] => Song - 50 [time] => 50 [License] => MIT ) [99] => Array ( [id] => 200 [title] => Song - 100 [time] => 100 [License] => MIT ) [98] => Array ( [id] => 198 [title] => Song - 99 [time] => 99 [License] => MIT ) [47] => Array ( [id] => 192 [title] => Song - 48 [time] => 48 [License] => MIT ) [92] => Array ( [id] => 186 [title] => Song - 93 [time] => 93 [License] => MIT ) [90] => Array ( [id] => 182 [title] => Song - 91 [time] => 91 [License] => MIT ) [88] => Array ( [id] => 178 [title] => Song - 89 [time] => 89 [License] => MIT ) [85] => Array ( [id] => 172 [title] => Song - 86 [time] => 86 [License] => MIT ) [56] => Array ( [id] => 171 [title] => Song - 57 [time] => 57 [License] => MIT ) [82] => Array ( [id] => 166 [title] => Song - 83 [time] => 83 [License] => MIT ) [40] => Array ( [id] => 164 [title] => Song - 41 [time] => 41 [License] => MIT ) [79] => Array ( [id] => 160 [title] => Song - 80 [time] => 80 [License] => MIT ) [52] => Array ( [id] => 159 [title] => Song - 53 [time] => 53 [License] => MIT ) [147] => Array ( [id] => 148 [title] => Song - 148 [time] => 148 [License] => MIT ) [145] => Array ( [id] => 146 [title] => Song - 146 [time] => 146 [License] => MIT ) [70] => Array ( [id] => 142 [title] => Song - 71 [time] => 71 [License] => MIT ) [69] => Array ( [id] => 140 [title] => Song - 70 [time] => 70 [License] => MIT ) [68] => Array ( [id] => 138 [title] => Song - 69 [time] => 69 [License] => MIT ) [67] => Array ( [id] => 136 [title] => Song - 68 [time] => 68 [License] => MIT ) [135] => Array ( [id] => 136 [title] => Song - 136 [time] => 136 [License] => MIT ) [42] => Array ( [id] => 129 [title] => Song - 43 [time] => 43 [License] => MIT ) [128] => Array ( [id] => 129 [title] => Song - 129 [time] => 129 [License] => MIT ) [63] => Array ( [id] => 128 [title] => Song - 64 [time] => 64 [License] => MIT ) [126] => Array ( [id] => 127 [title] => Song - 127 [time] => 127 [License] => MIT ) [62] => Array ( [id] => 126 [title] => Song - 63 [time] => 63 [License] => MIT ) [41] => Array ( [id] => 126 [title] => Song - 42 [time] => 42 [License] => MIT ) [121] => Array ( [id] => 122 [title] => Song - 122 [time] => 122 [License] => MIT ) [120] => Array ( [id] => 121 [title] => Song - 121 [time] => 121 [License] => MIT ) [57] => Array ( [id] => 116 [title] => Song - 58 [time] => 58 [License] => MIT ) [28] => Array ( [id] => 116 [title] => Song - 29 [time] => 29 [License] => MIT ) [115] => Array ( [id] => 116 [title] => Song - 116 [time] => 116 [License] => MIT ) [37] => Array ( [id] => 114 [title] => Song - 38 [time] => 38 [License] => MIT ) [111] => Array ( [id] => 112 [title] => Song - 112 [time] => 112 [License] => MIT ) [36] => Array ( [id] => 111 [title] => Song - 37 [time] => 37 [License] => MIT ) [109] => Array ( [id] => 110 [title] => Song - 110 [time] => 110 [License] => MIT ) [108] => Array ( [id] => 109 [title] => Song - 109 [time] => 109 [License] => MIT ) [35] => Array ( [id] => 108 [title] => Song - 36 [time] => 36 [License] => MIT ) [106] => Array ( [id] => 107 [title] => Song - 107 [time] => 107 [License] => MIT ) [105] => Array ( [id] => 106 [title] => Song - 106 [time] => 106 [License] => MIT ) [104] => Array ( [id] => 105 [title] => Song - 105 [time] => 105 [License] => MIT ) [51] => Array ( [id] => 104 [title] => Song - 52 [time] => 52 [License] => MIT ) [25] => Array ( [id] => 104 [title] => Song - 26 [time] => 26 [License] => MIT ) [100] => Array ( [id] => 101 [title] => Song - 101 [time] => 101 [License] => MIT ) [94] => Array ( [id] => 95 [title] => Song - 95 [time] => 95 [License] => MIT ) [45] => Array ( [id] => 92 [title] => Song - 46 [time] => 46 [License] => MIT ) [89] => Array ( [id] => 90 [title] => Song - 90 [time] => 90 [License] => MIT ) [44] => Array ( [id] => 90 [title] => Song - 45 [time] => 45 [License] => MIT ) [29] => Array ( [id] => 90 [title] => Song - 30 [time] => 30 [License] => MIT ) [87] => Array ( [id] => 88 [title] => Song - 88 [time] => 88 [License] => MIT ) [43] => Array ( [id] => 88 [title] => Song - 44 [time] => 44 [License] => MIT ) [20] => Array ( [id] => 84 [title] => Song - 21 [time] => 21 [License] => MIT ) [81] => Array ( [id] => 82 [title] => Song - 82 [time] => 82 [License] => MIT ) [80] => Array ( [id] => 81 [title] => Song - 81 [time] => 81 [License] => MIT ) [18] => Array ( [id] => 76 [title] => Song - 19 [time] => 19 [License] => MIT ) [74] => Array ( [id] => 75 [title] => Song - 75 [time] => 75 [License] => MIT ) [24] => Array ( [id] => 75 [title] => Song - 25 [time] => 25 [License] => MIT ) [73] => Array ( [id] => 74 [title] => Song - 74 [time] => 74 [License] => MIT ) [23] => Array ( [id] => 72 [title] => Song - 24 [time] => 24 [License] => MIT ) [65] => Array ( [id] => 66 [title] => Song - 66 [time] => 66 [License] => MIT ) [21] => Array ( [id] => 66 [title] => Song - 22 [time] => 22 [License] => MIT ) [61] => Array ( [id] => 62 [title] => Song - 62 [time] => 62 [License] => MIT ) [58] => Array ( [id] => 59 [title] => Song - 59 [time] => 59 [License] => MIT ) [27] => Array ( [id] => 56 [title] => Song - 28 [time] => 28 [License] => MIT ) [50] => Array ( [id] => 51 [title] => Song - 51 [time] => 51 [License] => MIT ) [16] => Array ( [id] => 51 [title] => Song - 17 [time] => 17 [License] => MIT ) [48] => Array ( [id] => 49 [title] => Song - 49 [time] => 49 [License] => MIT ) [46] => Array ( [id] => 47 [title] => Song - 47 [time] => 47 [License] => MIT ) [22] => Array ( [id] => 46 [title] => Song - 23 [time] => 23 [License] => MIT ) [39] => Array ( [id] => 40 [title] => Song - 40 [time] => 40 [License] => MIT ) [19] => Array ( [id] => 40 [title] => Song - 20 [time] => 20 [License] => MIT ) [9] => Array ( [id] => 40 [title] => Song - 10 [time] => 10 [License] => MIT ) [38] => Array ( [id] => 39 [title] => Song - 39 [time] => 39 [License] => MIT ) [11] => Array ( [id] => 36 [title] => Song - 12 [time] => 12 [License] => MIT ) [34] => Array ( [id] => 35 [title] => Song - 35 [time] => 35 [License] => MIT ) [33] => Array ( [id] => 34 [title] => Song - 34 [time] => 34 [License] => MIT ) [32] => Array ( [id] => 33 [title] => Song - 33 [time] => 33 [License] => MIT ) [31] => Array ( [id] => 32 [title] => Song - 32 [time] => 32 [License] => MIT ) [30] => Array ( [id] => 31 [title] => Song - 31 [time] => 31 [License] => MIT ) [14] => Array ( [id] => 30 [title] => Song - 15 [time] => 15 [License] => MIT ) [8] => Array ( [id] => 27 [title] => Song - 9 [time] => 9 [License] => MIT ) [26] => Array ( [id] => 27 [title] => Song - 27 [time] => 27 [License] => MIT ) [6] => Array ( [id] => 21 [title] => Song - 7 [time] => 7 [License] => MIT ) [17] => Array ( [id] => 18 [title] => Song - 18 [time] => 18 [License] => MIT ) [15] => Array ( [id] => 16 [title] => Song - 16 [time] => 16 [License] => MIT ) [13] => Array ( [id] => 14 [title] => Song - 14 [time] => 14 [License] => MIT ) [12] => Array ( [id] => 13 [title] => Song - 13 [time] => 13 [License] => MIT ) [5] => Array ( [id] => 12 [title] => Song - 6 [time] => 6 [License] => MIT ) [3] => Array ( [id] => 12 [title] => Song - 4 [time] => 4 [License] => MIT ) [2] => Array ( [id] => 12 [title] => Song - 3 [time] => 3 [License] => MIT ) [10] => Array ( [id] => 11 [title] => Song - 11 [time] => 11 [License] => MIT ) [7] => Array ( [id] => 8 [title] => Song - 8 [time] => 8 [License] => MIT ) [1] => Array ( [id] => 8 [title] => Song - 2 [time] => 2 [License] => MIT ) [4] => Array ( [id] => 5 [title] => Song - 5 [time] => 5 [License] => MIT ) [0] => Array ( [id] => 3 [title] => Song - 1 [time] => 1 [License] => MIT ) )
Output for 7.1.28
Array ( [136] => Array ( [id] => 548 [title] => Song - 137 [time] => 137 [License] => MIT ) [133] => Array ( [id] => 536 [title] => Song - 134 [time] => 134 [License] => MIT ) [119] => Array ( [id] => 480 [title] => Song - 120 [time] => 120 [License] => MIT ) [112] => Array ( [id] => 452 [title] => Song - 113 [time] => 113 [License] => MIT ) [149] => Array ( [id] => 450 [title] => Song - 150 [time] => 150 [License] => MIT ) [147] => Array ( [id] => 444 [title] => Song - 148 [time] => 148 [License] => MIT ) [146] => Array ( [id] => 441 [title] => Song - 147 [time] => 147 [License] => MIT ) [144] => Array ( [id] => 435 [title] => Song - 145 [time] => 145 [License] => MIT ) [138] => Array ( [id] => 417 [title] => Song - 139 [time] => 139 [License] => MIT ) [103] => Array ( [id] => 416 [title] => Song - 104 [time] => 104 [License] => MIT ) [102] => Array ( [id] => 412 [title] => Song - 103 [time] => 103 [License] => MIT ) [135] => Array ( [id] => 408 [title] => Song - 136 [time] => 136 [License] => MIT ) [134] => Array ( [id] => 405 [title] => Song - 135 [time] => 135 [License] => MIT ) [100] => Array ( [id] => 404 [title] => Song - 101 [time] => 101 [License] => MIT ) [99] => Array ( [id] => 400 [title] => Song - 100 [time] => 100 [License] => MIT ) [129] => Array ( [id] => 390 [title] => Song - 130 [time] => 130 [License] => MIT ) [93] => Array ( [id] => 376 [title] => Song - 94 [time] => 94 [License] => MIT ) [123] => Array ( [id] => 372 [title] => Song - 124 [time] => 124 [License] => MIT ) [122] => Array ( [id] => 369 [title] => Song - 123 [time] => 123 [License] => MIT ) [87] => Array ( [id] => 352 [title] => Song - 88 [time] => 88 [License] => MIT ) [115] => Array ( [id] => 348 [title] => Song - 116 [time] => 116 [License] => MIT ) [108] => Array ( [id] => 327 [title] => Song - 109 [time] => 109 [License] => MIT ) [107] => Array ( [id] => 324 [title] => Song - 108 [time] => 108 [License] => MIT ) [78] => Array ( [id] => 316 [title] => Song - 79 [time] => 79 [License] => MIT ) [75] => Array ( [id] => 304 [title] => Song - 76 [time] => 76 [License] => MIT ) [74] => Array ( [id] => 300 [title] => Song - 75 [time] => 75 [License] => MIT ) [148] => Array ( [id] => 298 [title] => Song - 149 [time] => 149 [License] => MIT ) [73] => Array ( [id] => 296 [title] => Song - 74 [time] => 74 [License] => MIT ) [72] => Array ( [id] => 292 [title] => Song - 73 [time] => 73 [License] => MIT ) [145] => Array ( [id] => 292 [title] => Song - 146 [time] => 146 [License] => MIT ) [71] => Array ( [id] => 288 [title] => Song - 72 [time] => 72 [License] => MIT ) [143] => Array ( [id] => 288 [title] => Song - 144 [time] => 144 [License] => MIT ) [142] => Array ( [id] => 286 [title] => Song - 143 [time] => 143 [License] => MIT ) [94] => Array ( [id] => 285 [title] => Song - 95 [time] => 95 [License] => MIT ) [141] => Array ( [id] => 284 [title] => Song - 142 [time] => 142 [License] => MIT ) [140] => Array ( [id] => 282 [title] => Song - 141 [time] => 141 [License] => MIT ) [139] => Array ( [id] => 280 [title] => Song - 140 [time] => 140 [License] => MIT ) [68] => Array ( [id] => 276 [title] => Song - 69 [time] => 69 [License] => MIT ) [89] => Array ( [id] => 270 [title] => Song - 90 [time] => 90 [License] => MIT ) [65] => Array ( [id] => 264 [title] => Song - 66 [time] => 66 [License] => MIT ) [86] => Array ( [id] => 261 [title] => Song - 87 [time] => 87 [License] => MIT ) [128] => Array ( [id] => 258 [title] => Song - 129 [time] => 129 [License] => MIT ) [63] => Array ( [id] => 256 [title] => Song - 64 [time] => 64 [License] => MIT ) [125] => Array ( [id] => 252 [title] => Song - 126 [time] => 126 [License] => MIT ) [124] => Array ( [id] => 250 [title] => Song - 125 [time] => 125 [License] => MIT ) [61] => Array ( [id] => 248 [title] => Song - 62 [time] => 62 [License] => MIT ) [81] => Array ( [id] => 246 [title] => Song - 82 [time] => 82 [License] => MIT ) [121] => Array ( [id] => 244 [title] => Song - 122 [time] => 122 [License] => MIT ) [116] => Array ( [id] => 234 [title] => Song - 117 [time] => 117 [License] => MIT ) [113] => Array ( [id] => 228 [title] => Song - 114 [time] => 114 [License] => MIT ) [53] => Array ( [id] => 216 [title] => Song - 54 [time] => 54 [License] => MIT ) [106] => Array ( [id] => 214 [title] => Song - 107 [time] => 107 [License] => MIT ) [52] => Array ( [id] => 212 [title] => Song - 53 [time] => 53 [License] => MIT ) [105] => Array ( [id] => 212 [title] => Song - 106 [time] => 106 [License] => MIT ) [50] => Array ( [id] => 204 [title] => Song - 51 [time] => 51 [License] => MIT ) [101] => Array ( [id] => 204 [title] => Song - 102 [time] => 102 [License] => MIT ) [49] => Array ( [id] => 200 [title] => Song - 50 [time] => 50 [License] => MIT ) [97] => Array ( [id] => 196 [title] => Song - 98 [time] => 98 [License] => MIT ) [95] => Array ( [id] => 192 [title] => Song - 96 [time] => 96 [License] => MIT ) [62] => Array ( [id] => 189 [title] => Song - 63 [time] => 63 [License] => MIT ) [91] => Array ( [id] => 184 [title] => Song - 92 [time] => 92 [License] => MIT ) [45] => Array ( [id] => 184 [title] => Song - 46 [time] => 46 [License] => MIT ) [60] => Array ( [id] => 183 [title] => Song - 61 [time] => 61 [License] => MIT ) [44] => Array ( [id] => 180 [title] => Song - 45 [time] => 45 [License] => MIT ) [58] => Array ( [id] => 177 [title] => Song - 59 [time] => 59 [License] => MIT ) [57] => Array ( [id] => 174 [title] => Song - 58 [time] => 58 [License] => MIT ) [84] => Array ( [id] => 170 [title] => Song - 85 [time] => 85 [License] => MIT ) [55] => Array ( [id] => 168 [title] => Song - 56 [time] => 56 [License] => MIT ) [41] => Array ( [id] => 168 [title] => Song - 42 [time] => 42 [License] => MIT ) [40] => Array ( [id] => 164 [title] => Song - 41 [time] => 41 [License] => MIT ) [70] => Array ( [id] => 142 [title] => Song - 71 [time] => 71 [License] => MIT ) [46] => Array ( [id] => 141 [title] => Song - 47 [time] => 47 [License] => MIT ) [137] => Array ( [id] => 138 [title] => Song - 138 [time] => 138 [License] => MIT ) [67] => Array ( [id] => 136 [title] => Song - 68 [time] => 68 [License] => MIT ) [132] => Array ( [id] => 133 [title] => Song - 133 [time] => 133 [License] => MIT ) [43] => Array ( [id] => 132 [title] => Song - 44 [time] => 44 [License] => MIT ) [131] => Array ( [id] => 132 [title] => Song - 132 [time] => 132 [License] => MIT ) [130] => Array ( [id] => 131 [title] => Song - 131 [time] => 131 [License] => MIT ) [127] => Array ( [id] => 128 [title] => Song - 128 [time] => 128 [License] => MIT ) [126] => Array ( [id] => 127 [title] => Song - 127 [time] => 127 [License] => MIT ) [120] => Array ( [id] => 121 [title] => Song - 121 [time] => 121 [License] => MIT ) [59] => Array ( [id] => 120 [title] => Song - 60 [time] => 60 [License] => MIT ) [118] => Array ( [id] => 119 [title] => Song - 119 [time] => 119 [License] => MIT ) [117] => Array ( [id] => 118 [title] => Song - 118 [time] => 118 [License] => MIT ) [38] => Array ( [id] => 117 [title] => Song - 39 [time] => 39 [License] => MIT ) [28] => Array ( [id] => 116 [title] => Song - 29 [time] => 29 [License] => MIT ) [114] => Array ( [id] => 115 [title] => Song - 115 [time] => 115 [License] => MIT ) [56] => Array ( [id] => 114 [title] => Song - 57 [time] => 57 [License] => MIT ) [27] => Array ( [id] => 112 [title] => Song - 28 [time] => 28 [License] => MIT ) [111] => Array ( [id] => 112 [title] => Song - 112 [time] => 112 [License] => MIT ) [36] => Array ( [id] => 111 [title] => Song - 37 [time] => 37 [License] => MIT ) [110] => Array ( [id] => 111 [title] => Song - 111 [time] => 111 [License] => MIT ) [109] => Array ( [id] => 110 [title] => Song - 110 [time] => 110 [License] => MIT ) [34] => Array ( [id] => 105 [title] => Song - 35 [time] => 35 [License] => MIT ) [104] => Array ( [id] => 105 [title] => Song - 105 [time] => 105 [License] => MIT ) [51] => Array ( [id] => 104 [title] => Song - 52 [time] => 52 [License] => MIT ) [25] => Array ( [id] => 104 [title] => Song - 26 [time] => 26 [License] => MIT ) [33] => Array ( [id] => 102 [title] => Song - 34 [time] => 34 [License] => MIT ) [98] => Array ( [id] => 99 [title] => Song - 99 [time] => 99 [License] => MIT ) [48] => Array ( [id] => 98 [title] => Song - 49 [time] => 49 [License] => MIT ) [96] => Array ( [id] => 97 [title] => Song - 97 [time] => 97 [License] => MIT ) [47] => Array ( [id] => 96 [title] => Song - 48 [time] => 48 [License] => MIT ) [92] => Array ( [id] => 93 [title] => Song - 93 [time] => 93 [License] => MIT ) [30] => Array ( [id] => 93 [title] => Song - 31 [time] => 31 [License] => MIT ) [22] => Array ( [id] => 92 [title] => Song - 23 [time] => 23 [License] => MIT ) [90] => Array ( [id] => 91 [title] => Song - 91 [time] => 91 [License] => MIT ) [88] => Array ( [id] => 89 [title] => Song - 89 [time] => 89 [License] => MIT ) [85] => Array ( [id] => 86 [title] => Song - 86 [time] => 86 [License] => MIT ) [42] => Array ( [id] => 86 [title] => Song - 43 [time] => 43 [License] => MIT ) [83] => Array ( [id] => 84 [title] => Song - 84 [time] => 84 [License] => MIT ) [82] => Array ( [id] => 83 [title] => Song - 83 [time] => 83 [License] => MIT ) [80] => Array ( [id] => 81 [title] => Song - 81 [time] => 81 [License] => MIT ) [79] => Array ( [id] => 80 [title] => Song - 80 [time] => 80 [License] => MIT ) [39] => Array ( [id] => 80 [title] => Song - 40 [time] => 40 [License] => MIT ) [77] => Array ( [id] => 78 [title] => Song - 78 [time] => 78 [License] => MIT ) [76] => Array ( [id] => 77 [title] => Song - 77 [time] => 77 [License] => MIT ) [37] => Array ( [id] => 76 [title] => Song - 38 [time] => 38 [License] => MIT ) [24] => Array ( [id] => 75 [title] => Song - 25 [time] => 25 [License] => MIT ) [17] => Array ( [id] => 72 [title] => Song - 18 [time] => 18 [License] => MIT ) [69] => Array ( [id] => 70 [title] => Song - 70 [time] => 70 [License] => MIT ) [16] => Array ( [id] => 68 [title] => Song - 17 [time] => 17 [License] => MIT ) [66] => Array ( [id] => 67 [title] => Song - 67 [time] => 67 [License] => MIT ) [64] => Array ( [id] => 65 [title] => Song - 65 [time] => 65 [License] => MIT ) [14] => Array ( [id] => 60 [title] => Song - 15 [time] => 15 [License] => MIT ) [18] => Array ( [id] => 57 [title] => Song - 19 [time] => 19 [License] => MIT ) [54] => Array ( [id] => 55 [title] => Song - 55 [time] => 55 [License] => MIT ) [15] => Array ( [id] => 48 [title] => Song - 16 [time] => 16 [License] => MIT ) [21] => Array ( [id] => 44 [title] => Song - 22 [time] => 22 [License] => MIT ) [20] => Array ( [id] => 42 [title] => Song - 21 [time] => 21 [License] => MIT ) [19] => Array ( [id] => 40 [title] => Song - 20 [time] => 20 [License] => MIT ) [35] => Array ( [id] => 36 [title] => Song - 36 [time] => 36 [License] => MIT ) [32] => Array ( [id] => 33 [title] => Song - 33 [time] => 33 [License] => MIT ) [10] => Array ( [id] => 33 [title] => Song - 11 [time] => 11 [License] => MIT ) [31] => Array ( [id] => 32 [title] => Song - 32 [time] => 32 [License] => MIT ) [29] => Array ( [id] => 30 [title] => Song - 30 [time] => 30 [License] => MIT ) [26] => Array ( [id] => 27 [title] => Song - 27 [time] => 27 [License] => MIT ) [12] => Array ( [id] => 26 [title] => Song - 13 [time] => 13 [License] => MIT ) [23] => Array ( [id] => 24 [title] => Song - 24 [time] => 24 [License] => MIT ) [9] => Array ( [id] => 20 [title] => Song - 10 [time] => 10 [License] => MIT ) [7] => Array ( [id] => 16 [title] => Song - 8 [time] => 8 [License] => MIT ) [6] => Array ( [id] => 14 [title] => Song - 7 [time] => 7 [License] => MIT ) [13] => Array ( [id] => 14 [title] => Song - 14 [time] => 14 [License] => MIT ) [5] => Array ( [id] => 12 [title] => Song - 6 [time] => 6 [License] => MIT ) [3] => Array ( [id] => 12 [title] => Song - 4 [time] => 4 [License] => MIT ) [11] => Array ( [id] => 12 [title] => Song - 12 [time] => 12 [License] => MIT ) [4] => Array ( [id] => 10 [title] => Song - 5 [time] => 5 [License] => MIT ) [8] => Array ( [id] => 9 [title] => Song - 9 [time] => 9 [License] => MIT ) [1] => Array ( [id] => 8 [title] => Song - 2 [time] => 2 [License] => MIT ) [0] => Array ( [id] => 4 [title] => Song - 1 [time] => 1 [License] => MIT ) [2] => Array ( [id] => 3 [title] => Song - 3 [time] => 3 [License] => MIT ) )
Output for 7.1.27
Array ( [149] => Array ( [id] => 600 [title] => Song - 150 [time] => 150 [License] => MIT ) [146] => Array ( [id] => 588 [title] => Song - 147 [time] => 147 [License] => MIT ) [144] => Array ( [id] => 580 [title] => Song - 145 [time] => 145 [License] => MIT ) [143] => Array ( [id] => 576 [title] => Song - 144 [time] => 144 [License] => MIT ) [131] => Array ( [id] => 528 [title] => Song - 132 [time] => 132 [License] => MIT ) [126] => Array ( [id] => 508 [title] => Song - 127 [time] => 127 [License] => MIT ) [118] => Array ( [id] => 476 [title] => Song - 119 [time] => 119 [License] => MIT ) [113] => Array ( [id] => 456 [title] => Song - 114 [time] => 114 [License] => MIT ) [109] => Array ( [id] => 440 [title] => Song - 110 [time] => 110 [License] => MIT ) [108] => Array ( [id] => 436 [title] => Song - 109 [time] => 109 [License] => MIT ) [142] => Array ( [id] => 429 [title] => Song - 143 [time] => 143 [License] => MIT ) [106] => Array ( [id] => 428 [title] => Song - 107 [time] => 107 [License] => MIT ) [138] => Array ( [id] => 417 [title] => Song - 139 [time] => 139 [License] => MIT ) [136] => Array ( [id] => 411 [title] => Song - 137 [time] => 137 [License] => MIT ) [134] => Array ( [id] => 405 [title] => Song - 135 [time] => 135 [License] => MIT ) [133] => Array ( [id] => 402 [title] => Song - 134 [time] => 134 [License] => MIT ) [98] => Array ( [id] => 396 [title] => Song - 99 [time] => 99 [License] => MIT ) [96] => Array ( [id] => 388 [title] => Song - 97 [time] => 97 [License] => MIT ) [128] => Array ( [id] => 387 [title] => Song - 129 [time] => 129 [License] => MIT ) [94] => Array ( [id] => 380 [title] => Song - 95 [time] => 95 [License] => MIT ) [125] => Array ( [id] => 378 [title] => Song - 126 [time] => 126 [License] => MIT ) [92] => Array ( [id] => 372 [title] => Song - 93 [time] => 93 [License] => MIT ) [120] => Array ( [id] => 363 [title] => Song - 121 [time] => 121 [License] => MIT ) [117] => Array ( [id] => 354 [title] => Song - 118 [time] => 118 [License] => MIT ) [116] => Array ( [id] => 351 [title] => Song - 117 [time] => 117 [License] => MIT ) [85] => Array ( [id] => 344 [title] => Song - 86 [time] => 86 [License] => MIT ) [112] => Array ( [id] => 339 [title] => Song - 113 [time] => 113 [License] => MIT ) [111] => Array ( [id] => 336 [title] => Song - 112 [time] => 112 [License] => MIT ) [110] => Array ( [id] => 333 [title] => Song - 111 [time] => 111 [License] => MIT ) [81] => Array ( [id] => 328 [title] => Song - 82 [time] => 82 [License] => MIT ) [105] => Array ( [id] => 318 [title] => Song - 106 [time] => 106 [License] => MIT ) [104] => Array ( [id] => 315 [title] => Song - 105 [time] => 105 [License] => MIT ) [76] => Array ( [id] => 308 [title] => Song - 77 [time] => 77 [License] => MIT ) [74] => Array ( [id] => 300 [title] => Song - 75 [time] => 75 [License] => MIT ) [72] => Array ( [id] => 292 [title] => Song - 73 [time] => 73 [License] => MIT ) [71] => Array ( [id] => 288 [title] => Song - 72 [time] => 72 [License] => MIT ) [140] => Array ( [id] => 282 [title] => Song - 141 [time] => 141 [License] => MIT ) [91] => Array ( [id] => 276 [title] => Song - 92 [time] => 92 [License] => MIT ) [137] => Array ( [id] => 276 [title] => Song - 138 [time] => 138 [License] => MIT ) [90] => Array ( [id] => 273 [title] => Song - 91 [time] => 91 [License] => MIT ) [67] => Array ( [id] => 272 [title] => Song - 68 [time] => 68 [License] => MIT ) [89] => Array ( [id] => 270 [title] => Song - 90 [time] => 90 [License] => MIT ) [66] => Array ( [id] => 268 [title] => Song - 67 [time] => 67 [License] => MIT ) [132] => Array ( [id] => 266 [title] => Song - 133 [time] => 133 [License] => MIT ) [87] => Array ( [id] => 264 [title] => Song - 88 [time] => 88 [License] => MIT ) [86] => Array ( [id] => 261 [title] => Song - 87 [time] => 87 [License] => MIT ) [129] => Array ( [id] => 260 [title] => Song - 130 [time] => 130 [License] => MIT ) [63] => Array ( [id] => 256 [title] => Song - 64 [time] => 64 [License] => MIT ) [127] => Array ( [id] => 256 [title] => Song - 128 [time] => 128 [License] => MIT ) [83] => Array ( [id] => 252 [title] => Song - 84 [time] => 84 [License] => MIT ) [124] => Array ( [id] => 250 [title] => Song - 125 [time] => 125 [License] => MIT ) [122] => Array ( [id] => 246 [title] => Song - 123 [time] => 123 [License] => MIT ) [80] => Array ( [id] => 243 [title] => Song - 81 [time] => 81 [License] => MIT ) [79] => Array ( [id] => 240 [title] => Song - 80 [time] => 80 [License] => MIT ) [59] => Array ( [id] => 240 [title] => Song - 60 [time] => 60 [License] => MIT ) [119] => Array ( [id] => 240 [title] => Song - 120 [time] => 120 [License] => MIT ) [77] => Array ( [id] => 234 [title] => Song - 78 [time] => 78 [License] => MIT ) [103] => Array ( [id] => 208 [title] => Song - 104 [time] => 104 [License] => MIT ) [68] => Array ( [id] => 207 [title] => Song - 69 [time] => 69 [License] => MIT ) [49] => Array ( [id] => 200 [title] => Song - 50 [time] => 50 [License] => MIT ) [64] => Array ( [id] => 195 [title] => Song - 65 [time] => 65 [License] => MIT ) [95] => Array ( [id] => 192 [title] => Song - 96 [time] => 96 [License] => MIT ) [61] => Array ( [id] => 186 [title] => Song - 62 [time] => 62 [License] => MIT ) [88] => Array ( [id] => 178 [title] => Song - 89 [time] => 89 [License] => MIT ) [58] => Array ( [id] => 177 [title] => Song - 59 [time] => 59 [License] => MIT ) [42] => Array ( [id] => 172 [title] => Song - 43 [time] => 43 [License] => MIT ) [84] => Array ( [id] => 170 [title] => Song - 85 [time] => 85 [License] => MIT ) [54] => Array ( [id] => 165 [title] => Song - 55 [time] => 55 [License] => MIT ) [78] => Array ( [id] => 158 [title] => Song - 79 [time] => 79 [License] => MIT ) [50] => Array ( [id] => 153 [title] => Song - 51 [time] => 51 [License] => MIT ) [75] => Array ( [id] => 152 [title] => Song - 76 [time] => 76 [License] => MIT ) [148] => Array ( [id] => 149 [title] => Song - 149 [time] => 149 [License] => MIT ) [147] => Array ( [id] => 148 [title] => Song - 148 [time] => 148 [License] => MIT ) [145] => Array ( [id] => 146 [title] => Song - 146 [time] => 146 [License] => MIT ) [70] => Array ( [id] => 142 [title] => Song - 71 [time] => 71 [License] => MIT ) [141] => Array ( [id] => 142 [title] => Song - 142 [time] => 142 [License] => MIT ) [46] => Array ( [id] => 141 [title] => Song - 47 [time] => 47 [License] => MIT ) [69] => Array ( [id] => 140 [title] => Song - 70 [time] => 70 [License] => MIT ) [139] => Array ( [id] => 140 [title] => Song - 140 [time] => 140 [License] => MIT ) [45] => Array ( [id] => 138 [title] => Song - 46 [time] => 46 [License] => MIT ) [135] => Array ( [id] => 136 [title] => Song - 136 [time] => 136 [License] => MIT ) [65] => Array ( [id] => 132 [title] => Song - 66 [time] => 66 [License] => MIT ) [32] => Array ( [id] => 132 [title] => Song - 33 [time] => 33 [License] => MIT ) [130] => Array ( [id] => 131 [title] => Song - 131 [time] => 131 [License] => MIT ) [62] => Array ( [id] => 126 [title] => Song - 63 [time] => 63 [License] => MIT ) [30] => Array ( [id] => 124 [title] => Song - 31 [time] => 31 [License] => MIT ) [123] => Array ( [id] => 124 [title] => Song - 124 [time] => 124 [License] => MIT ) [60] => Array ( [id] => 122 [title] => Song - 61 [time] => 61 [License] => MIT ) [121] => Array ( [id] => 122 [title] => Song - 122 [time] => 122 [License] => MIT ) [29] => Array ( [id] => 120 [title] => Song - 30 [time] => 30 [License] => MIT ) [38] => Array ( [id] => 117 [title] => Song - 39 [time] => 39 [License] => MIT ) [57] => Array ( [id] => 116 [title] => Song - 58 [time] => 58 [License] => MIT ) [28] => Array ( [id] => 116 [title] => Song - 29 [time] => 29 [License] => MIT ) [115] => Array ( [id] => 116 [title] => Song - 116 [time] => 116 [License] => MIT ) [114] => Array ( [id] => 115 [title] => Song - 115 [time] => 115 [License] => MIT ) [55] => Array ( [id] => 112 [title] => Song - 56 [time] => 56 [License] => MIT ) [35] => Array ( [id] => 108 [title] => Song - 36 [time] => 36 [License] => MIT ) [26] => Array ( [id] => 108 [title] => Song - 27 [time] => 27 [License] => MIT ) [107] => Array ( [id] => 108 [title] => Song - 108 [time] => 108 [License] => MIT ) [52] => Array ( [id] => 106 [title] => Song - 53 [time] => 53 [License] => MIT ) [102] => Array ( [id] => 103 [title] => Song - 103 [time] => 103 [License] => MIT ) [33] => Array ( [id] => 102 [title] => Song - 34 [time] => 34 [License] => MIT ) [101] => Array ( [id] => 102 [title] => Song - 102 [time] => 102 [License] => MIT ) [100] => Array ( [id] => 101 [title] => Song - 101 [time] => 101 [License] => MIT ) [99] => Array ( [id] => 100 [title] => Song - 100 [time] => 100 [License] => MIT ) [97] => Array ( [id] => 98 [title] => Song - 98 [time] => 98 [License] => MIT ) [48] => Array ( [id] => 98 [title] => Song - 49 [time] => 49 [License] => MIT ) [93] => Array ( [id] => 94 [title] => Song - 94 [time] => 94 [License] => MIT ) [44] => Array ( [id] => 90 [title] => Song - 45 [time] => 45 [License] => MIT ) [21] => Array ( [id] => 88 [title] => Song - 22 [time] => 22 [License] => MIT ) [82] => Array ( [id] => 83 [title] => Song - 83 [time] => 83 [License] => MIT ) [39] => Array ( [id] => 80 [title] => Song - 40 [time] => 40 [License] => MIT ) [25] => Array ( [id] => 78 [title] => Song - 26 [time] => 26 [License] => MIT ) [37] => Array ( [id] => 76 [title] => Song - 38 [time] => 38 [License] => MIT ) [18] => Array ( [id] => 76 [title] => Song - 19 [time] => 19 [License] => MIT ) [24] => Array ( [id] => 75 [title] => Song - 25 [time] => 25 [License] => MIT ) [73] => Array ( [id] => 74 [title] => Song - 74 [time] => 74 [License] => MIT ) [17] => Array ( [id] => 72 [title] => Song - 18 [time] => 18 [License] => MIT ) [22] => Array ( [id] => 69 [title] => Song - 23 [time] => 23 [License] => MIT ) [20] => Array ( [id] => 63 [title] => Song - 21 [time] => 21 [License] => MIT ) [14] => Array ( [id] => 60 [title] => Song - 15 [time] => 15 [License] => MIT ) [56] => Array ( [id] => 57 [title] => Song - 57 [time] => 57 [License] => MIT ) [53] => Array ( [id] => 54 [title] => Song - 54 [time] => 54 [License] => MIT ) [51] => Array ( [id] => 52 [title] => Song - 52 [time] => 52 [License] => MIT ) [16] => Array ( [id] => 51 [title] => Song - 17 [time] => 17 [License] => MIT ) [47] => Array ( [id] => 48 [title] => Song - 48 [time] => 48 [License] => MIT ) [43] => Array ( [id] => 44 [title] => Song - 44 [time] => 44 [License] => MIT ) [10] => Array ( [id] => 44 [title] => Song - 11 [time] => 11 [License] => MIT ) [41] => Array ( [id] => 42 [title] => Song - 42 [time] => 42 [License] => MIT ) [40] => Array ( [id] => 41 [title] => Song - 41 [time] => 41 [License] => MIT ) [19] => Array ( [id] => 40 [title] => Song - 20 [time] => 20 [License] => MIT ) [9] => Array ( [id] => 40 [title] => Song - 10 [time] => 10 [License] => MIT ) [36] => Array ( [id] => 37 [title] => Song - 37 [time] => 37 [License] => MIT ) [11] => Array ( [id] => 36 [title] => Song - 12 [time] => 12 [License] => MIT ) [34] => Array ( [id] => 35 [title] => Song - 35 [time] => 35 [License] => MIT ) [31] => Array ( [id] => 32 [title] => Song - 32 [time] => 32 [License] => MIT ) [27] => Array ( [id] => 28 [title] => Song - 28 [time] => 28 [License] => MIT ) [7] => Array ( [id] => 24 [title] => Song - 8 [time] => 8 [License] => MIT ) [23] => Array ( [id] => 24 [title] => Song - 24 [time] => 24 [License] => MIT ) [3] => Array ( [id] => 16 [title] => Song - 4 [time] => 4 [License] => MIT ) [15] => Array ( [id] => 16 [title] => Song - 16 [time] => 16 [License] => MIT ) [6] => Array ( [id] => 14 [title] => Song - 7 [time] => 7 [License] => MIT ) [13] => Array ( [id] => 14 [title] => Song - 14 [time] => 14 [License] => MIT ) [12] => Array ( [id] => 13 [title] => Song - 13 [time] => 13 [License] => MIT ) [5] => Array ( [id] => 12 [title] => Song - 6 [time] => 6 [License] => MIT ) [8] => Array ( [id] => 9 [title] => Song - 9 [time] => 9 [License] => MIT ) [2] => Array ( [id] => 9 [title] => Song - 3 [time] => 3 [License] => MIT ) [4] => Array ( [id] => 5 [title] => Song - 5 [time] => 5 [License] => MIT ) [1] => Array ( [id] => 2 [title] => Song - 2 [time] => 2 [License] => MIT ) [0] => Array ( [id] => 2 [title] => Song - 1 [time] => 1 [License] => MIT ) )
Output for 7.1.26
Array ( [145] => Array ( [id] => 584 [title] => Song - 146 [time] => 146 [License] => MIT ) [138] => Array ( [id] => 556 [title] => Song - 139 [time] => 139 [License] => MIT ) [133] => Array ( [id] => 536 [title] => Song - 134 [time] => 134 [License] => MIT ) [131] => Array ( [id] => 528 [title] => Song - 132 [time] => 132 [License] => MIT ) [126] => Array ( [id] => 508 [title] => Song - 127 [time] => 127 [License] => MIT ) [122] => Array ( [id] => 492 [title] => Song - 123 [time] => 123 [License] => MIT ) [113] => Array ( [id] => 456 [title] => Song - 114 [time] => 114 [License] => MIT ) [112] => Array ( [id] => 452 [title] => Song - 113 [time] => 113 [License] => MIT ) [148] => Array ( [id] => 447 [title] => Song - 149 [time] => 149 [License] => MIT ) [146] => Array ( [id] => 441 [title] => Song - 147 [time] => 147 [License] => MIT ) [109] => Array ( [id] => 440 [title] => Song - 110 [time] => 110 [License] => MIT ) [144] => Array ( [id] => 435 [title] => Song - 145 [time] => 145 [License] => MIT ) [143] => Array ( [id] => 432 [title] => Song - 144 [time] => 144 [License] => MIT ) [142] => Array ( [id] => 429 [title] => Song - 143 [time] => 143 [License] => MIT ) [141] => Array ( [id] => 426 [title] => Song - 142 [time] => 142 [License] => MIT ) [140] => Array ( [id] => 423 [title] => Song - 141 [time] => 141 [License] => MIT ) [139] => Array ( [id] => 420 [title] => Song - 140 [time] => 140 [License] => MIT ) [102] => Array ( [id] => 412 [title] => Song - 103 [time] => 103 [License] => MIT ) [132] => Array ( [id] => 399 [title] => Song - 133 [time] => 133 [License] => MIT ) [98] => Array ( [id] => 396 [title] => Song - 99 [time] => 99 [License] => MIT ) [130] => Array ( [id] => 393 [title] => Song - 131 [time] => 131 [License] => MIT ) [124] => Array ( [id] => 375 [title] => Song - 125 [time] => 125 [License] => MIT ) [89] => Array ( [id] => 360 [title] => Song - 90 [time] => 90 [License] => MIT ) [119] => Array ( [id] => 360 [title] => Song - 120 [time] => 120 [License] => MIT ) [117] => Array ( [id] => 354 [title] => Song - 118 [time] => 118 [License] => MIT ) [87] => Array ( [id] => 352 [title] => Song - 88 [time] => 88 [License] => MIT ) [83] => Array ( [id] => 336 [title] => Song - 84 [time] => 84 [License] => MIT ) [108] => Array ( [id] => 327 [title] => Song - 109 [time] => 109 [License] => MIT ) [105] => Array ( [id] => 318 [title] => Song - 106 [time] => 106 [License] => MIT ) [78] => Array ( [id] => 316 [title] => Song - 79 [time] => 79 [License] => MIT ) [76] => Array ( [id] => 308 [title] => Song - 77 [time] => 77 [License] => MIT ) [101] => Array ( [id] => 306 [title] => Song - 102 [time] => 102 [License] => MIT ) [75] => Array ( [id] => 304 [title] => Song - 76 [time] => 76 [License] => MIT ) [100] => Array ( [id] => 303 [title] => Song - 101 [time] => 101 [License] => MIT ) [97] => Array ( [id] => 294 [title] => Song - 98 [time] => 98 [License] => MIT ) [72] => Array ( [id] => 292 [title] => Song - 73 [time] => 73 [License] => MIT ) [91] => Array ( [id] => 276 [title] => Song - 92 [time] => 92 [License] => MIT ) [68] => Array ( [id] => 276 [title] => Song - 69 [time] => 69 [License] => MIT ) [136] => Array ( [id] => 274 [title] => Song - 137 [time] => 137 [License] => MIT ) [90] => Array ( [id] => 273 [title] => Song - 91 [time] => 91 [License] => MIT ) [86] => Array ( [id] => 261 [title] => Song - 87 [time] => 87 [License] => MIT ) [129] => Array ( [id] => 260 [title] => Song - 130 [time] => 130 [License] => MIT ) [128] => Array ( [id] => 258 [title] => Song - 129 [time] => 129 [License] => MIT ) [63] => Array ( [id] => 256 [title] => Song - 64 [time] => 64 [License] => MIT ) [127] => Array ( [id] => 256 [title] => Song - 128 [time] => 128 [License] => MIT ) [61] => Array ( [id] => 248 [title] => Song - 62 [time] => 62 [License] => MIT ) [123] => Array ( [id] => 248 [title] => Song - 124 [time] => 124 [License] => MIT ) [121] => Array ( [id] => 244 [title] => Song - 122 [time] => 122 [License] => MIT ) [80] => Array ( [id] => 243 [title] => Song - 81 [time] => 81 [License] => MIT ) [79] => Array ( [id] => 240 [title] => Song - 80 [time] => 80 [License] => MIT ) [115] => Array ( [id] => 232 [title] => Song - 116 [time] => 116 [License] => MIT ) [114] => Array ( [id] => 230 [title] => Song - 115 [time] => 115 [License] => MIT ) [74] => Array ( [id] => 225 [title] => Song - 75 [time] => 75 [License] => MIT ) [111] => Array ( [id] => 224 [title] => Song - 112 [time] => 112 [License] => MIT ) [110] => Array ( [id] => 222 [title] => Song - 111 [time] => 111 [License] => MIT ) [107] => Array ( [id] => 216 [title] => Song - 108 [time] => 108 [License] => MIT ) [106] => Array ( [id] => 214 [title] => Song - 107 [time] => 107 [License] => MIT ) [70] => Array ( [id] => 213 [title] => Song - 71 [time] => 71 [License] => MIT ) [103] => Array ( [id] => 208 [title] => Song - 104 [time] => 104 [License] => MIT ) [67] => Array ( [id] => 204 [title] => Song - 68 [time] => 68 [License] => MIT ) [50] => Array ( [id] => 204 [title] => Song - 51 [time] => 51 [License] => MIT ) [99] => Array ( [id] => 200 [title] => Song - 100 [time] => 100 [License] => MIT ) [48] => Array ( [id] => 196 [title] => Song - 49 [time] => 49 [License] => MIT ) [95] => Array ( [id] => 192 [title] => Song - 96 [time] => 96 [License] => MIT ) [46] => Array ( [id] => 188 [title] => Song - 47 [time] => 47 [License] => MIT ) [92] => Array ( [id] => 186 [title] => Song - 93 [time] => 93 [License] => MIT ) [44] => Array ( [id] => 180 [title] => Song - 45 [time] => 45 [License] => MIT ) [88] => Array ( [id] => 178 [title] => Song - 89 [time] => 89 [License] => MIT ) [43] => Array ( [id] => 176 [title] => Song - 44 [time] => 44 [License] => MIT ) [84] => Array ( [id] => 170 [title] => Song - 85 [time] => 85 [License] => MIT ) [55] => Array ( [id] => 168 [title] => Song - 56 [time] => 56 [License] => MIT ) [40] => Array ( [id] => 164 [title] => Song - 41 [time] => 41 [License] => MIT ) [51] => Array ( [id] => 156 [title] => Song - 52 [time] => 52 [License] => MIT ) [37] => Array ( [id] => 152 [title] => Song - 38 [time] => 38 [License] => MIT ) [149] => Array ( [id] => 150 [title] => Song - 150 [time] => 150 [License] => MIT ) [73] => Array ( [id] => 148 [title] => Song - 74 [time] => 74 [License] => MIT ) [147] => Array ( [id] => 148 [title] => Song - 148 [time] => 148 [License] => MIT ) [69] => Array ( [id] => 140 [title] => Song - 70 [time] => 70 [License] => MIT ) [45] => Array ( [id] => 138 [title] => Song - 46 [time] => 46 [License] => MIT ) [137] => Array ( [id] => 138 [title] => Song - 138 [time] => 138 [License] => MIT ) [135] => Array ( [id] => 136 [title] => Song - 136 [time] => 136 [License] => MIT ) [134] => Array ( [id] => 135 [title] => Song - 135 [time] => 135 [License] => MIT ) [66] => Array ( [id] => 134 [title] => Song - 67 [time] => 67 [License] => MIT ) [65] => Array ( [id] => 132 [title] => Song - 66 [time] => 66 [License] => MIT ) [62] => Array ( [id] => 126 [title] => Song - 63 [time] => 63 [License] => MIT ) [41] => Array ( [id] => 126 [title] => Song - 42 [time] => 42 [License] => MIT ) [125] => Array ( [id] => 126 [title] => Song - 126 [time] => 126 [License] => MIT ) [120] => Array ( [id] => 121 [title] => Song - 121 [time] => 121 [License] => MIT ) [59] => Array ( [id] => 120 [title] => Song - 60 [time] => 60 [License] => MIT ) [39] => Array ( [id] => 120 [title] => Song - 40 [time] => 40 [License] => MIT ) [118] => Array ( [id] => 119 [title] => Song - 119 [time] => 119 [License] => MIT ) [58] => Array ( [id] => 118 [title] => Song - 59 [time] => 59 [License] => MIT ) [38] => Array ( [id] => 117 [title] => Song - 39 [time] => 39 [License] => MIT ) [116] => Array ( [id] => 117 [title] => Song - 117 [time] => 117 [License] => MIT ) [57] => Array ( [id] => 116 [title] => Song - 58 [time] => 58 [License] => MIT ) [56] => Array ( [id] => 114 [title] => Song - 57 [time] => 57 [License] => MIT ) [54] => Array ( [id] => 110 [title] => Song - 55 [time] => 55 [License] => MIT ) [53] => Array ( [id] => 108 [title] => Song - 54 [time] => 54 [License] => MIT ) [35] => Array ( [id] => 108 [title] => Song - 36 [time] => 36 [License] => MIT ) [52] => Array ( [id] => 106 [title] => Song - 53 [time] => 53 [License] => MIT ) [34] => Array ( [id] => 105 [title] => Song - 35 [time] => 35 [License] => MIT ) [104] => Array ( [id] => 105 [title] => Song - 105 [time] => 105 [License] => MIT ) [33] => Array ( [id] => 102 [title] => Song - 34 [time] => 34 [License] => MIT ) [49] => Array ( [id] => 100 [title] => Song - 50 [time] => 50 [License] => MIT ) [96] => Array ( [id] => 97 [title] => Song - 97 [time] => 97 [License] => MIT ) [47] => Array ( [id] => 96 [title] => Song - 48 [time] => 48 [License] => MIT ) [94] => Array ( [id] => 95 [title] => Song - 95 [time] => 95 [License] => MIT ) [93] => Array ( [id] => 94 [title] => Song - 94 [time] => 94 [License] => MIT ) [29] => Array ( [id] => 90 [title] => Song - 30 [time] => 30 [License] => MIT ) [85] => Array ( [id] => 86 [title] => Song - 86 [time] => 86 [License] => MIT ) [82] => Array ( [id] => 83 [title] => Song - 83 [time] => 83 [License] => MIT ) [81] => Array ( [id] => 82 [title] => Song - 82 [time] => 82 [License] => MIT ) [19] => Array ( [id] => 80 [title] => Song - 20 [time] => 20 [License] => MIT ) [77] => Array ( [id] => 78 [title] => Song - 78 [time] => 78 [License] => MIT ) [71] => Array ( [id] => 72 [title] => Song - 72 [time] => 72 [License] => MIT ) [64] => Array ( [id] => 65 [title] => Song - 65 [time] => 65 [License] => MIT ) [31] => Array ( [id] => 64 [title] => Song - 32 [time] => 32 [License] => MIT ) [30] => Array ( [id] => 62 [title] => Song - 31 [time] => 31 [License] => MIT ) [60] => Array ( [id] => 61 [title] => Song - 61 [time] => 61 [License] => MIT ) [28] => Array ( [id] => 58 [title] => Song - 29 [time] => 29 [License] => MIT ) [18] => Array ( [id] => 57 [title] => Song - 19 [time] => 19 [License] => MIT ) [27] => Array ( [id] => 56 [title] => Song - 28 [time] => 28 [License] => MIT ) [26] => Array ( [id] => 54 [title] => Song - 27 [time] => 27 [License] => MIT ) [25] => Array ( [id] => 52 [title] => Song - 26 [time] => 26 [License] => MIT ) [23] => Array ( [id] => 48 [title] => Song - 24 [time] => 24 [License] => MIT ) [11] => Array ( [id] => 48 [title] => Song - 12 [time] => 12 [License] => MIT ) [42] => Array ( [id] => 43 [title] => Song - 43 [time] => 43 [License] => MIT ) [12] => Array ( [id] => 39 [title] => Song - 13 [time] => 13 [License] => MIT ) [36] => Array ( [id] => 37 [title] => Song - 37 [time] => 37 [License] => MIT ) [17] => Array ( [id] => 36 [title] => Song - 18 [time] => 18 [License] => MIT ) [16] => Array ( [id] => 34 [title] => Song - 17 [time] => 17 [License] => MIT ) [32] => Array ( [id] => 33 [title] => Song - 33 [time] => 33 [License] => MIT ) [10] => Array ( [id] => 33 [title] => Song - 11 [time] => 11 [License] => MIT ) [15] => Array ( [id] => 32 [title] => Song - 16 [time] => 16 [License] => MIT ) [14] => Array ( [id] => 30 [title] => Song - 15 [time] => 15 [License] => MIT ) [9] => Array ( [id] => 30 [title] => Song - 10 [time] => 10 [License] => MIT ) [6] => Array ( [id] => 28 [title] => Song - 7 [time] => 7 [License] => MIT ) [8] => Array ( [id] => 27 [title] => Song - 9 [time] => 9 [License] => MIT ) [24] => Array ( [id] => 25 [title] => Song - 25 [time] => 25 [License] => MIT ) [7] => Array ( [id] => 24 [title] => Song - 8 [time] => 8 [License] => MIT ) [5] => Array ( [id] => 24 [title] => Song - 6 [time] => 6 [License] => MIT ) [22] => Array ( [id] => 23 [title] => Song - 23 [time] => 23 [License] => MIT ) [21] => Array ( [id] => 22 [title] => Song - 22 [time] => 22 [License] => MIT ) [20] => Array ( [id] => 21 [title] => Song - 21 [time] => 21 [License] => MIT ) [4] => Array ( [id] => 15 [title] => Song - 5 [time] => 5 [License] => MIT ) [13] => Array ( [id] => 14 [title] => Song - 14 [time] => 14 [License] => MIT ) [2] => Array ( [id] => 12 [title] => Song - 3 [time] => 3 [License] => MIT ) [3] => Array ( [id] => 8 [title] => Song - 4 [time] => 4 [License] => MIT ) [1] => Array ( [id] => 8 [title] => Song - 2 [time] => 2 [License] => MIT ) [0] => Array ( [id] => 4 [title] => Song - 1 [time] => 1 [License] => MIT ) )
Output for 7.1.7
Array ( [148] => Array ( [id] => 596 [title] => Song - 149 [time] => 149 [License] => MIT ) [142] => Array ( [id] => 572 [title] => Song - 143 [time] => 143 [License] => MIT ) [141] => Array ( [id] => 568 [title] => Song - 142 [time] => 142 [License] => MIT ) [140] => Array ( [id] => 564 [title] => Song - 141 [time] => 141 [License] => MIT ) [136] => Array ( [id] => 548 [title] => Song - 137 [time] => 137 [License] => MIT ) [135] => Array ( [id] => 544 [title] => Song - 136 [time] => 136 [License] => MIT ) [126] => Array ( [id] => 508 [title] => Song - 127 [time] => 127 [License] => MIT ) [123] => Array ( [id] => 496 [title] => Song - 124 [time] => 124 [License] => MIT ) [121] => Array ( [id] => 488 [title] => Song - 122 [time] => 122 [License] => MIT ) [119] => Array ( [id] => 480 [title] => Song - 120 [time] => 120 [License] => MIT ) [115] => Array ( [id] => 464 [title] => Song - 116 [time] => 116 [License] => MIT ) [147] => Array ( [id] => 444 [title] => Song - 148 [time] => 148 [License] => MIT ) [110] => Array ( [id] => 444 [title] => Song - 111 [time] => 111 [License] => MIT ) [146] => Array ( [id] => 441 [title] => Song - 147 [time] => 147 [License] => MIT ) [145] => Array ( [id] => 438 [title] => Song - 146 [time] => 146 [License] => MIT ) [143] => Array ( [id] => 432 [title] => Song - 144 [time] => 144 [License] => MIT ) [103] => Array ( [id] => 416 [title] => Song - 104 [time] => 104 [License] => MIT ) [101] => Array ( [id] => 408 [title] => Song - 102 [time] => 102 [License] => MIT ) [134] => Array ( [id] => 405 [title] => Song - 135 [time] => 135 [License] => MIT ) [132] => Array ( [id] => 399 [title] => Song - 133 [time] => 133 [License] => MIT ) [131] => Array ( [id] => 396 [title] => Song - 132 [time] => 132 [License] => MIT ) [97] => Array ( [id] => 392 [title] => Song - 98 [time] => 98 [License] => MIT ) [129] => Array ( [id] => 390 [title] => Song - 130 [time] => 130 [License] => MIT ) [94] => Array ( [id] => 380 [title] => Song - 95 [time] => 95 [License] => MIT ) [124] => Array ( [id] => 375 [title] => Song - 125 [time] => 125 [License] => MIT ) [117] => Array ( [id] => 354 [title] => Song - 118 [time] => 118 [License] => MIT ) [86] => Array ( [id] => 348 [title] => Song - 87 [time] => 87 [License] => MIT ) [114] => Array ( [id] => 345 [title] => Song - 115 [time] => 115 [License] => MIT ) [85] => Array ( [id] => 344 [title] => Song - 86 [time] => 86 [License] => MIT ) [113] => Array ( [id] => 342 [title] => Song - 114 [time] => 114 [License] => MIT ) [84] => Array ( [id] => 340 [title] => Song - 85 [time] => 85 [License] => MIT ) [112] => Array ( [id] => 339 [title] => Song - 113 [time] => 113 [License] => MIT ) [83] => Array ( [id] => 336 [title] => Song - 84 [time] => 84 [License] => MIT ) [109] => Array ( [id] => 330 [title] => Song - 110 [time] => 110 [License] => MIT ) [108] => Array ( [id] => 327 [title] => Song - 109 [time] => 109 [License] => MIT ) [107] => Array ( [id] => 324 [title] => Song - 108 [time] => 108 [License] => MIT ) [105] => Array ( [id] => 318 [title] => Song - 106 [time] => 106 [License] => MIT ) [78] => Array ( [id] => 316 [title] => Song - 79 [time] => 79 [License] => MIT ) [77] => Array ( [id] => 312 [title] => Song - 78 [time] => 78 [License] => MIT ) [102] => Array ( [id] => 309 [title] => Song - 103 [time] => 103 [License] => MIT ) [149] => Array ( [id] => 300 [title] => Song - 150 [time] => 150 [License] => MIT ) [98] => Array ( [id] => 297 [title] => Song - 99 [time] => 99 [License] => MIT ) [73] => Array ( [id] => 296 [title] => Song - 74 [time] => 74 [License] => MIT ) [92] => Array ( [id] => 279 [title] => Song - 93 [time] => 93 [License] => MIT ) [138] => Array ( [id] => 278 [title] => Song - 139 [time] => 139 [License] => MIT ) [91] => Array ( [id] => 276 [title] => Song - 92 [time] => 92 [License] => MIT ) [137] => Array ( [id] => 276 [title] => Song - 138 [time] => 138 [License] => MIT ) [90] => Array ( [id] => 273 [title] => Song - 91 [time] => 91 [License] => MIT ) [89] => Array ( [id] => 270 [title] => Song - 90 [time] => 90 [License] => MIT ) [64] => Array ( [id] => 260 [title] => Song - 65 [time] => 65 [License] => MIT ) [82] => Array ( [id] => 249 [title] => Song - 83 [time] => 83 [License] => MIT ) [61] => Array ( [id] => 248 [title] => Song - 62 [time] => 62 [License] => MIT ) [120] => Array ( [id] => 242 [title] => Song - 121 [time] => 121 [License] => MIT ) [118] => Array ( [id] => 238 [title] => Song - 119 [time] => 119 [License] => MIT ) [116] => Array ( [id] => 234 [title] => Song - 117 [time] => 117 [License] => MIT ) [76] => Array ( [id] => 231 [title] => Song - 77 [time] => 77 [License] => MIT ) [75] => Array ( [id] => 228 [title] => Song - 76 [time] => 76 [License] => MIT ) [72] => Array ( [id] => 219 [title] => Song - 73 [time] => 73 [License] => MIT ) [71] => Array ( [id] => 216 [title] => Song - 72 [time] => 72 [License] => MIT ) [70] => Array ( [id] => 213 [title] => Song - 71 [time] => 71 [License] => MIT ) [52] => Array ( [id] => 212 [title] => Song - 53 [time] => 53 [License] => MIT ) [51] => Array ( [id] => 208 [title] => Song - 52 [time] => 52 [License] => MIT ) [68] => Array ( [id] => 207 [title] => Song - 69 [time] => 69 [License] => MIT ) [66] => Array ( [id] => 201 [title] => Song - 67 [time] => 67 [License] => MIT ) [99] => Array ( [id] => 200 [title] => Song - 100 [time] => 100 [License] => MIT ) [65] => Array ( [id] => 198 [title] => Song - 66 [time] => 66 [License] => MIT ) [95] => Array ( [id] => 192 [title] => Song - 96 [time] => 96 [License] => MIT ) [62] => Array ( [id] => 189 [title] => Song - 63 [time] => 63 [License] => MIT ) [93] => Array ( [id] => 188 [title] => Song - 94 [time] => 94 [License] => MIT ) [88] => Array ( [id] => 178 [title] => Song - 89 [time] => 89 [License] => MIT ) [42] => Array ( [id] => 172 [title] => Song - 43 [time] => 43 [License] => MIT ) [55] => Array ( [id] => 168 [title] => Song - 56 [time] => 56 [License] => MIT ) [41] => Array ( [id] => 168 [title] => Song - 42 [time] => 42 [License] => MIT ) [81] => Array ( [id] => 164 [title] => Song - 82 [time] => 82 [License] => MIT ) [53] => Array ( [id] => 162 [title] => Song - 54 [time] => 54 [License] => MIT ) [39] => Array ( [id] => 160 [title] => Song - 40 [time] => 40 [License] => MIT ) [37] => Array ( [id] => 152 [title] => Song - 38 [time] => 38 [License] => MIT ) [48] => Array ( [id] => 147 [title] => Song - 49 [time] => 49 [License] => MIT ) [144] => Array ( [id] => 145 [title] => Song - 145 [time] => 145 [License] => MIT ) [46] => Array ( [id] => 141 [title] => Song - 47 [time] => 47 [License] => MIT ) [139] => Array ( [id] => 140 [title] => Song - 140 [time] => 140 [License] => MIT ) [133] => Array ( [id] => 134 [title] => Song - 134 [time] => 134 [License] => MIT ) [130] => Array ( [id] => 131 [title] => Song - 131 [time] => 131 [License] => MIT ) [128] => Array ( [id] => 129 [title] => Song - 129 [time] => 129 [License] => MIT ) [63] => Array ( [id] => 128 [title] => Song - 64 [time] => 64 [License] => MIT ) [127] => Array ( [id] => 128 [title] => Song - 128 [time] => 128 [License] => MIT ) [125] => Array ( [id] => 126 [title] => Song - 126 [time] => 126 [License] => MIT ) [30] => Array ( [id] => 124 [title] => Song - 31 [time] => 31 [License] => MIT ) [40] => Array ( [id] => 123 [title] => Song - 41 [time] => 41 [License] => MIT ) [122] => Array ( [id] => 123 [title] => Song - 123 [time] => 123 [License] => MIT ) [60] => Array ( [id] => 122 [title] => Song - 61 [time] => 61 [License] => MIT ) [29] => Array ( [id] => 120 [title] => Song - 30 [time] => 30 [License] => MIT ) [58] => Array ( [id] => 118 [title] => Song - 59 [time] => 59 [License] => MIT ) [56] => Array ( [id] => 114 [title] => Song - 57 [time] => 57 [License] => MIT ) [111] => Array ( [id] => 112 [title] => Song - 112 [time] => 112 [License] => MIT ) [36] => Array ( [id] => 111 [title] => Song - 37 [time] => 37 [License] => MIT ) [106] => Array ( [id] => 107 [title] => Song - 107 [time] => 107 [License] => MIT ) [34] => Array ( [id] => 105 [title] => Song - 35 [time] => 35 [License] => MIT ) [104] => Array ( [id] => 105 [title] => Song - 105 [time] => 105 [License] => MIT ) [100] => Array ( [id] => 101 [title] => Song - 101 [time] => 101 [License] => MIT ) [96] => Array ( [id] => 97 [title] => Song - 97 [time] => 97 [License] => MIT ) [47] => Array ( [id] => 96 [title] => Song - 48 [time] => 48 [License] => MIT ) [31] => Array ( [id] => 96 [title] => Song - 32 [time] => 32 [License] => MIT ) [23] => Array ( [id] => 96 [title] => Song - 24 [time] => 24 [License] => MIT ) [44] => Array ( [id] => 90 [title] => Song - 45 [time] => 45 [License] => MIT ) [87] => Array ( [id] => 88 [title] => Song - 88 [time] => 88 [License] => MIT ) [43] => Array ( [id] => 88 [title] => Song - 44 [time] => 44 [License] => MIT ) [27] => Array ( [id] => 84 [title] => Song - 28 [time] => 28 [License] => MIT ) [80] => Array ( [id] => 81 [title] => Song - 81 [time] => 81 [License] => MIT ) [79] => Array ( [id] => 80 [title] => Song - 80 [time] => 80 [License] => MIT ) [38] => Array ( [id] => 78 [title] => Song - 39 [time] => 39 [License] => MIT ) [25] => Array ( [id] => 78 [title] => Song - 26 [time] => 26 [License] => MIT ) [18] => Array ( [id] => 76 [title] => Song - 19 [time] => 19 [License] => MIT ) [74] => Array ( [id] => 75 [title] => Song - 75 [time] => 75 [License] => MIT ) [17] => Array ( [id] => 72 [title] => Song - 18 [time] => 18 [License] => MIT ) [69] => Array ( [id] => 70 [title] => Song - 70 [time] => 70 [License] => MIT ) [67] => Array ( [id] => 68 [title] => Song - 68 [time] => 68 [License] => MIT ) [33] => Array ( [id] => 68 [title] => Song - 34 [time] => 34 [License] => MIT ) [16] => Array ( [id] => 68 [title] => Song - 17 [time] => 17 [License] => MIT ) [32] => Array ( [id] => 66 [title] => Song - 33 [time] => 33 [License] => MIT ) [20] => Array ( [id] => 63 [title] => Song - 21 [time] => 21 [License] => MIT ) [59] => Array ( [id] => 60 [title] => Song - 60 [time] => 60 [License] => MIT ) [19] => Array ( [id] => 60 [title] => Song - 20 [time] => 20 [License] => MIT ) [57] => Array ( [id] => 58 [title] => Song - 58 [time] => 58 [License] => MIT ) [54] => Array ( [id] => 55 [title] => Song - 55 [time] => 55 [License] => MIT ) [50] => Array ( [id] => 51 [title] => Song - 51 [time] => 51 [License] => MIT ) [49] => Array ( [id] => 50 [title] => Song - 50 [time] => 50 [License] => MIT ) [45] => Array ( [id] => 46 [title] => Song - 46 [time] => 46 [License] => MIT ) [14] => Array ( [id] => 45 [title] => Song - 15 [time] => 15 [License] => MIT ) [10] => Array ( [id] => 44 [title] => Song - 11 [time] => 11 [License] => MIT ) [35] => Array ( [id] => 36 [title] => Song - 36 [time] => 36 [License] => MIT ) [7] => Array ( [id] => 32 [title] => Song - 8 [time] => 8 [License] => MIT ) [28] => Array ( [id] => 29 [title] => Song - 29 [time] => 29 [License] => MIT ) [26] => Array ( [id] => 27 [title] => Song - 27 [time] => 27 [License] => MIT ) [12] => Array ( [id] => 26 [title] => Song - 13 [time] => 13 [License] => MIT ) [24] => Array ( [id] => 25 [title] => Song - 25 [time] => 25 [License] => MIT ) [22] => Array ( [id] => 23 [title] => Song - 23 [time] => 23 [License] => MIT ) [21] => Array ( [id] => 22 [title] => Song - 22 [time] => 22 [License] => MIT ) [9] => Array ( [id] => 20 [title] => Song - 10 [time] => 10 [License] => MIT ) [3] => Array ( [id] => 16 [title] => Song - 4 [time] => 4 [License] => MIT ) [15] => Array ( [id] => 16 [title] => Song - 16 [time] => 16 [License] => MIT ) [13] => Array ( [id] => 14 [title] => Song - 14 [time] => 14 [License] => MIT ) [2] => Array ( [id] => 12 [title] => Song - 3 [time] => 3 [License] => MIT ) [11] => Array ( [id] => 12 [title] => Song - 12 [time] => 12 [License] => MIT ) [4] => Array ( [id] => 10 [title] => Song - 5 [time] => 5 [License] => MIT ) [8] => Array ( [id] => 9 [title] => Song - 9 [time] => 9 [License] => MIT ) [1] => Array ( [id] => 8 [title] => Song - 2 [time] => 2 [License] => MIT ) [6] => Array ( [id] => 7 [title] => Song - 7 [time] => 7 [License] => MIT ) [5] => Array ( [id] => 6 [title] => Song - 6 [time] => 6 [License] => MIT ) [0] => Array ( [id] => 2 [title] => Song - 1 [time] => 1 [License] => MIT ) )
Output for 7.1.6
Array ( [141] => Array ( [id] => 568 [title] => Song - 142 [time] => 142 [License] => MIT ) [139] => Array ( [id] => 560 [title] => Song - 140 [time] => 140 [License] => MIT ) [138] => Array ( [id] => 556 [title] => Song - 139 [time] => 139 [License] => MIT ) [137] => Array ( [id] => 552 [title] => Song - 138 [time] => 138 [License] => MIT ) [135] => Array ( [id] => 544 [title] => Song - 136 [time] => 136 [License] => MIT ) [118] => Array ( [id] => 476 [title] => Song - 119 [time] => 119 [License] => MIT ) [117] => Array ( [id] => 472 [title] => Song - 118 [time] => 118 [License] => MIT ) [114] => Array ( [id] => 460 [title] => Song - 115 [time] => 115 [License] => MIT ) [149] => Array ( [id] => 450 [title] => Song - 150 [time] => 150 [License] => MIT ) [110] => Array ( [id] => 444 [title] => Song - 111 [time] => 111 [License] => MIT ) [146] => Array ( [id] => 441 [title] => Song - 147 [time] => 147 [License] => MIT ) [145] => Array ( [id] => 438 [title] => Song - 146 [time] => 146 [License] => MIT ) [106] => Array ( [id] => 428 [title] => Song - 107 [time] => 107 [License] => MIT ) [95] => Array ( [id] => 384 [title] => Song - 96 [time] => 96 [License] => MIT ) [93] => Array ( [id] => 376 [title] => Song - 94 [time] => 94 [License] => MIT ) [123] => Array ( [id] => 372 [title] => Song - 124 [time] => 124 [License] => MIT ) [122] => Array ( [id] => 369 [title] => Song - 123 [time] => 123 [License] => MIT ) [121] => Array ( [id] => 366 [title] => Song - 122 [time] => 122 [License] => MIT ) [120] => Array ( [id] => 363 [title] => Song - 121 [time] => 121 [License] => MIT ) [119] => Array ( [id] => 360 [title] => Song - 120 [time] => 120 [License] => MIT ) [87] => Array ( [id] => 352 [title] => Song - 88 [time] => 88 [License] => MIT ) [113] => Array ( [id] => 342 [title] => Song - 114 [time] => 114 [License] => MIT ) [108] => Array ( [id] => 327 [title] => Song - 109 [time] => 109 [License] => MIT ) [105] => Array ( [id] => 318 [title] => Song - 106 [time] => 106 [License] => MIT ) [101] => Array ( [id] => 306 [title] => Song - 102 [time] => 102 [License] => MIT ) [99] => Array ( [id] => 300 [title] => Song - 100 [time] => 100 [License] => MIT ) [98] => Array ( [id] => 297 [title] => Song - 99 [time] => 99 [License] => MIT ) [147] => Array ( [id] => 296 [title] => Song - 148 [time] => 148 [License] => MIT ) [96] => Array ( [id] => 291 [title] => Song - 97 [time] => 97 [License] => MIT ) [143] => Array ( [id] => 288 [title] => Song - 144 [time] => 144 [License] => MIT ) [70] => Array ( [id] => 284 [title] => Song - 71 [time] => 71 [License] => MIT ) [140] => Array ( [id] => 282 [title] => Song - 141 [time] => 141 [License] => MIT ) [136] => Array ( [id] => 274 [title] => Song - 137 [time] => 137 [License] => MIT ) [90] => Array ( [id] => 273 [title] => Song - 91 [time] => 91 [License] => MIT ) [89] => Array ( [id] => 270 [title] => Song - 90 [time] => 90 [License] => MIT ) [134] => Array ( [id] => 270 [title] => Song - 135 [time] => 135 [License] => MIT ) [66] => Array ( [id] => 268 [title] => Song - 67 [time] => 67 [License] => MIT ) [130] => Array ( [id] => 262 [title] => Song - 131 [time] => 131 [License] => MIT ) [128] => Array ( [id] => 258 [title] => Song - 129 [time] => 129 [License] => MIT ) [63] => Array ( [id] => 256 [title] => Song - 64 [time] => 64 [License] => MIT ) [126] => Array ( [id] => 254 [title] => Song - 127 [time] => 127 [License] => MIT ) [125] => Array ( [id] => 252 [title] => Song - 126 [time] => 126 [License] => MIT ) [78] => Array ( [id] => 237 [title] => Song - 79 [time] => 79 [License] => MIT ) [58] => Array ( [id] => 236 [title] => Song - 59 [time] => 59 [License] => MIT ) [116] => Array ( [id] => 234 [title] => Song - 117 [time] => 117 [License] => MIT ) [57] => Array ( [id] => 232 [title] => Song - 58 [time] => 58 [License] => MIT ) [111] => Array ( [id] => 224 [title] => Song - 112 [time] => 112 [License] => MIT ) [54] => Array ( [id] => 220 [title] => Song - 55 [time] => 55 [License] => MIT ) [109] => Array ( [id] => 220 [title] => Song - 110 [time] => 110 [License] => MIT ) [72] => Array ( [id] => 219 [title] => Song - 73 [time] => 73 [License] => MIT ) [107] => Array ( [id] => 216 [title] => Song - 108 [time] => 108 [License] => MIT ) [104] => Array ( [id] => 210 [title] => Song - 105 [time] => 105 [License] => MIT ) [103] => Array ( [id] => 208 [title] => Song - 104 [time] => 104 [License] => MIT ) [68] => Array ( [id] => 207 [title] => Song - 69 [time] => 69 [License] => MIT ) [65] => Array ( [id] => 198 [title] => Song - 66 [time] => 66 [License] => MIT ) [97] => Array ( [id] => 196 [title] => Song - 98 [time] => 98 [License] => MIT ) [47] => Array ( [id] => 192 [title] => Song - 48 [time] => 48 [License] => MIT ) [94] => Array ( [id] => 190 [title] => Song - 95 [time] => 95 [License] => MIT ) [62] => Array ( [id] => 189 [title] => Song - 63 [time] => 63 [License] => MIT ) [91] => Array ( [id] => 184 [title] => Song - 92 [time] => 92 [License] => MIT ) [59] => Array ( [id] => 180 [title] => Song - 60 [time] => 60 [License] => MIT ) [44] => Array ( [id] => 180 [title] => Song - 45 [time] => 45 [License] => MIT ) [86] => Array ( [id] => 174 [title] => Song - 87 [time] => 87 [License] => MIT ) [85] => Array ( [id] => 172 [title] => Song - 86 [time] => 86 [License] => MIT ) [42] => Array ( [id] => 172 [title] => Song - 43 [time] => 43 [License] => MIT ) [41] => Array ( [id] => 168 [title] => Song - 42 [time] => 42 [License] => MIT ) [82] => Array ( [id] => 166 [title] => Song - 83 [time] => 83 [License] => MIT ) [40] => Array ( [id] => 164 [title] => Song - 41 [time] => 41 [License] => MIT ) [80] => Array ( [id] => 162 [title] => Song - 81 [time] => 81 [License] => MIT ) [53] => Array ( [id] => 162 [title] => Song - 54 [time] => 54 [License] => MIT ) [79] => Array ( [id] => 160 [title] => Song - 80 [time] => 80 [License] => MIT ) [77] => Array ( [id] => 156 [title] => Song - 78 [time] => 78 [License] => MIT ) [76] => Array ( [id] => 154 [title] => Song - 77 [time] => 77 [License] => MIT ) [75] => Array ( [id] => 152 [title] => Song - 76 [time] => 76 [License] => MIT ) [37] => Array ( [id] => 152 [title] => Song - 38 [time] => 38 [License] => MIT ) [74] => Array ( [id] => 150 [title] => Song - 75 [time] => 75 [License] => MIT ) [148] => Array ( [id] => 149 [title] => Song - 149 [time] => 149 [License] => MIT ) [73] => Array ( [id] => 148 [title] => Song - 74 [time] => 74 [License] => MIT ) [36] => Array ( [id] => 148 [title] => Song - 37 [time] => 37 [License] => MIT ) [144] => Array ( [id] => 145 [title] => Song - 145 [time] => 145 [License] => MIT ) [71] => Array ( [id] => 144 [title] => Song - 72 [time] => 72 [License] => MIT ) [142] => Array ( [id] => 143 [title] => Song - 143 [time] => 143 [License] => MIT ) [46] => Array ( [id] => 141 [title] => Song - 47 [time] => 47 [License] => MIT ) [133] => Array ( [id] => 134 [title] => Song - 134 [time] => 134 [License] => MIT ) [132] => Array ( [id] => 133 [title] => Song - 133 [time] => 133 [License] => MIT ) [43] => Array ( [id] => 132 [title] => Song - 44 [time] => 44 [License] => MIT ) [32] => Array ( [id] => 132 [title] => Song - 33 [time] => 33 [License] => MIT ) [131] => Array ( [id] => 132 [title] => Song - 132 [time] => 132 [License] => MIT ) [129] => Array ( [id] => 130 [title] => Song - 130 [time] => 130 [License] => MIT ) [127] => Array ( [id] => 128 [title] => Song - 128 [time] => 128 [License] => MIT ) [124] => Array ( [id] => 125 [title] => Song - 125 [time] => 125 [License] => MIT ) [61] => Array ( [id] => 124 [title] => Song - 62 [time] => 62 [License] => MIT ) [38] => Array ( [id] => 117 [title] => Song - 39 [time] => 39 [License] => MIT ) [115] => Array ( [id] => 116 [title] => Song - 116 [time] => 116 [License] => MIT ) [112] => Array ( [id] => 113 [title] => Song - 113 [time] => 113 [License] => MIT ) [55] => Array ( [id] => 112 [title] => Song - 56 [time] => 56 [License] => MIT ) [27] => Array ( [id] => 112 [title] => Song - 28 [time] => 28 [License] => MIT ) [34] => Array ( [id] => 105 [title] => Song - 35 [time] => 35 [License] => MIT ) [51] => Array ( [id] => 104 [title] => Song - 52 [time] => 52 [License] => MIT ) [25] => Array ( [id] => 104 [title] => Song - 26 [time] => 26 [License] => MIT ) [102] => Array ( [id] => 103 [title] => Song - 103 [time] => 103 [License] => MIT ) [33] => Array ( [id] => 102 [title] => Song - 34 [time] => 34 [License] => MIT ) [100] => Array ( [id] => 101 [title] => Song - 101 [time] => 101 [License] => MIT ) [48] => Array ( [id] => 98 [title] => Song - 49 [time] => 49 [License] => MIT ) [23] => Array ( [id] => 96 [title] => Song - 24 [time] => 24 [License] => MIT ) [92] => Array ( [id] => 93 [title] => Song - 93 [time] => 93 [License] => MIT ) [45] => Array ( [id] => 92 [title] => Song - 46 [time] => 46 [License] => MIT ) [22] => Array ( [id] => 92 [title] => Song - 23 [time] => 23 [License] => MIT ) [29] => Array ( [id] => 90 [title] => Song - 30 [time] => 30 [License] => MIT ) [88] => Array ( [id] => 89 [title] => Song - 89 [time] => 89 [License] => MIT ) [21] => Array ( [id] => 88 [title] => Song - 22 [time] => 22 [License] => MIT ) [84] => Array ( [id] => 85 [title] => Song - 85 [time] => 85 [License] => MIT ) [83] => Array ( [id] => 84 [title] => Song - 84 [time] => 84 [License] => MIT ) [81] => Array ( [id] => 82 [title] => Song - 82 [time] => 82 [License] => MIT ) [19] => Array ( [id] => 80 [title] => Song - 20 [time] => 20 [License] => MIT ) [18] => Array ( [id] => 76 [title] => Song - 19 [time] => 19 [License] => MIT ) [17] => Array ( [id] => 72 [title] => Song - 18 [time] => 18 [License] => MIT ) [69] => Array ( [id] => 70 [title] => Song - 70 [time] => 70 [License] => MIT ) [67] => Array ( [id] => 68 [title] => Song - 68 [time] => 68 [License] => MIT ) [64] => Array ( [id] => 65 [title] => Song - 65 [time] => 65 [License] => MIT ) [31] => Array ( [id] => 64 [title] => Song - 32 [time] => 32 [License] => MIT ) [30] => Array ( [id] => 62 [title] => Song - 31 [time] => 31 [License] => MIT ) [60] => Array ( [id] => 61 [title] => Song - 61 [time] => 61 [License] => MIT ) [28] => Array ( [id] => 58 [title] => Song - 29 [time] => 29 [License] => MIT ) [56] => Array ( [id] => 57 [title] => Song - 57 [time] => 57 [License] => MIT ) [26] => Array ( [id] => 54 [title] => Song - 27 [time] => 27 [License] => MIT ) [52] => Array ( [id] => 53 [title] => Song - 53 [time] => 53 [License] => MIT ) [50] => Array ( [id] => 51 [title] => Song - 51 [time] => 51 [License] => MIT ) [16] => Array ( [id] => 51 [title] => Song - 17 [time] => 17 [License] => MIT ) [49] => Array ( [id] => 50 [title] => Song - 50 [time] => 50 [License] => MIT ) [24] => Array ( [id] => 50 [title] => Song - 25 [time] => 25 [License] => MIT ) [15] => Array ( [id] => 48 [title] => Song - 16 [time] => 16 [License] => MIT ) [20] => Array ( [id] => 42 [title] => Song - 21 [time] => 21 [License] => MIT ) [39] => Array ( [id] => 40 [title] => Song - 40 [time] => 40 [License] => MIT ) [35] => Array ( [id] => 36 [title] => Song - 36 [time] => 36 [License] => MIT ) [7] => Array ( [id] => 32 [title] => Song - 8 [time] => 8 [License] => MIT ) [14] => Array ( [id] => 30 [title] => Song - 15 [time] => 15 [License] => MIT ) [13] => Array ( [id] => 28 [title] => Song - 14 [time] => 14 [License] => MIT ) [5] => Array ( [id] => 24 [title] => Song - 6 [time] => 6 [License] => MIT ) [8] => Array ( [id] => 18 [title] => Song - 9 [time] => 9 [License] => MIT ) [4] => Array ( [id] => 15 [title] => Song - 5 [time] => 5 [License] => MIT ) [12] => Array ( [id] => 13 [title] => Song - 13 [time] => 13 [License] => MIT ) [11] => Array ( [id] => 12 [title] => Song - 12 [time] => 12 [License] => MIT ) [10] => Array ( [id] => 11 [title] => Song - 11 [time] => 11 [License] => MIT ) [9] => Array ( [id] => 10 [title] => Song - 10 [time] => 10 [License] => MIT ) [3] => Array ( [id] => 8 [title] => Song - 4 [time] => 4 [License] => MIT ) [6] => Array ( [id] => 7 [title] => Song - 7 [time] => 7 [License] => MIT ) [2] => Array ( [id] => 6 [title] => Song - 3 [time] => 3 [License] => MIT ) [1] => Array ( [id] => 2 [title] => Song - 2 [time] => 2 [License] => MIT ) [0] => Array ( [id] => 1 [title] => Song - 1 [time] => 1 [License] => MIT ) )
Output for 7.1.5
Array ( [145] => Array ( [id] => 584 [title] => Song - 146 [time] => 146 [License] => MIT ) [143] => Array ( [id] => 576 [title] => Song - 144 [time] => 144 [License] => MIT ) [139] => Array ( [id] => 560 [title] => Song - 140 [time] => 140 [License] => MIT ) [138] => Array ( [id] => 556 [title] => Song - 139 [time] => 139 [License] => MIT ) [135] => Array ( [id] => 544 [title] => Song - 136 [time] => 136 [License] => MIT ) [131] => Array ( [id] => 528 [title] => Song - 132 [time] => 132 [License] => MIT ) [127] => Array ( [id] => 512 [title] => Song - 128 [time] => 128 [License] => MIT ) [124] => Array ( [id] => 500 [title] => Song - 125 [time] => 125 [License] => MIT ) [123] => Array ( [id] => 496 [title] => Song - 124 [time] => 124 [License] => MIT ) [122] => Array ( [id] => 492 [title] => Song - 123 [time] => 123 [License] => MIT ) [114] => Array ( [id] => 460 [title] => Song - 115 [time] => 115 [License] => MIT ) [149] => Array ( [id] => 450 [title] => Song - 150 [time] => 150 [License] => MIT ) [109] => Array ( [id] => 440 [title] => Song - 110 [time] => 110 [License] => MIT ) [144] => Array ( [id] => 435 [title] => Song - 145 [time] => 145 [License] => MIT ) [107] => Array ( [id] => 432 [title] => Song - 108 [time] => 108 [License] => MIT ) [142] => Array ( [id] => 429 [title] => Song - 143 [time] => 143 [License] => MIT ) [141] => Array ( [id] => 426 [title] => Song - 142 [time] => 142 [License] => MIT ) [103] => Array ( [id] => 416 [title] => Song - 104 [time] => 104 [License] => MIT ) [129] => Array ( [id] => 390 [title] => Song - 130 [time] => 130 [License] => MIT ) [126] => Array ( [id] => 381 [title] => Song - 127 [time] => 127 [License] => MIT ) [93] => Array ( [id] => 376 [title] => Song - 94 [time] => 94 [License] => MIT ) [119] => Array ( [id] => 360 [title] => Song - 120 [time] => 120 [License] => MIT ) [116] => Array ( [id] => 351 [title] => Song - 117 [time] => 117 [License] => MIT ) [86] => Array ( [id] => 348 [title] => Song - 87 [time] => 87 [License] => MIT ) [106] => Array ( [id] => 321 [title] => Song - 107 [time] => 107 [License] => MIT ) [76] => Array ( [id] => 308 [title] => Song - 77 [time] => 77 [License] => MIT ) [73] => Array ( [id] => 296 [title] => Song - 74 [time] => 74 [License] => MIT ) [95] => Array ( [id] => 288 [title] => Song - 96 [time] => 96 [License] => MIT ) [140] => Array ( [id] => 282 [title] => Song - 141 [time] => 141 [License] => MIT ) [92] => Array ( [id] => 279 [title] => Song - 93 [time] => 93 [License] => MIT ) [90] => Array ( [id] => 273 [title] => Song - 91 [time] => 91 [License] => MIT ) [89] => Array ( [id] => 270 [title] => Song - 90 [time] => 90 [License] => MIT ) [134] => Array ( [id] => 270 [title] => Song - 135 [time] => 135 [License] => MIT ) [132] => Array ( [id] => 266 [title] => Song - 133 [time] => 133 [License] => MIT ) [130] => Array ( [id] => 262 [title] => Song - 131 [time] => 131 [License] => MIT ) [62] => Array ( [id] => 252 [title] => Song - 63 [time] => 63 [License] => MIT ) [82] => Array ( [id] => 249 [title] => Song - 83 [time] => 83 [License] => MIT ) [61] => Array ( [id] => 248 [title] => Song - 62 [time] => 62 [License] => MIT ) [121] => Array ( [id] => 244 [title] => Song - 122 [time] => 122 [License] => MIT ) [120] => Array ( [id] => 242 [title] => Song - 121 [time] => 121 [License] => MIT ) [79] => Array ( [id] => 240 [title] => Song - 80 [time] => 80 [License] => MIT ) [59] => Array ( [id] => 240 [title] => Song - 60 [time] => 60 [License] => MIT ) [118] => Array ( [id] => 238 [title] => Song - 119 [time] => 119 [License] => MIT ) [115] => Array ( [id] => 232 [title] => Song - 116 [time] => 116 [License] => MIT ) [113] => Array ( [id] => 228 [title] => Song - 114 [time] => 114 [License] => MIT ) [112] => Array ( [id] => 226 [title] => Song - 113 [time] => 113 [License] => MIT ) [74] => Array ( [id] => 225 [title] => Song - 75 [time] => 75 [License] => MIT ) [111] => Array ( [id] => 224 [title] => Song - 112 [time] => 112 [License] => MIT ) [110] => Array ( [id] => 222 [title] => Song - 111 [time] => 111 [License] => MIT ) [72] => Array ( [id] => 219 [title] => Song - 73 [time] => 73 [License] => MIT ) [108] => Array ( [id] => 218 [title] => Song - 109 [time] => 109 [License] => MIT ) [53] => Array ( [id] => 216 [title] => Song - 54 [time] => 54 [License] => MIT ) [52] => Array ( [id] => 212 [title] => Song - 53 [time] => 53 [License] => MIT ) [105] => Array ( [id] => 212 [title] => Song - 106 [time] => 106 [License] => MIT ) [69] => Array ( [id] => 210 [title] => Song - 70 [time] => 70 [License] => MIT ) [102] => Array ( [id] => 206 [title] => Song - 103 [time] => 103 [License] => MIT ) [101] => Array ( [id] => 204 [title] => Song - 102 [time] => 102 [License] => MIT ) [100] => Array ( [id] => 202 [title] => Song - 101 [time] => 101 [License] => MIT ) [65] => Array ( [id] => 198 [title] => Song - 66 [time] => 66 [License] => MIT ) [97] => Array ( [id] => 196 [title] => Song - 98 [time] => 98 [License] => MIT ) [64] => Array ( [id] => 195 [title] => Song - 65 [time] => 65 [License] => MIT ) [96] => Array ( [id] => 194 [title] => Song - 97 [time] => 97 [License] => MIT ) [63] => Array ( [id] => 192 [title] => Song - 64 [time] => 64 [License] => MIT ) [94] => Array ( [id] => 190 [title] => Song - 95 [time] => 95 [License] => MIT ) [45] => Array ( [id] => 184 [title] => Song - 46 [time] => 46 [License] => MIT ) [88] => Array ( [id] => 178 [title] => Song - 89 [time] => 89 [License] => MIT ) [56] => Array ( [id] => 171 [title] => Song - 57 [time] => 57 [License] => MIT ) [83] => Array ( [id] => 168 [title] => Song - 84 [time] => 84 [License] => MIT ) [55] => Array ( [id] => 168 [title] => Song - 56 [time] => 56 [License] => MIT ) [40] => Array ( [id] => 164 [title] => Song - 41 [time] => 41 [License] => MIT ) [39] => Array ( [id] => 160 [title] => Song - 40 [time] => 40 [License] => MIT ) [78] => Array ( [id] => 158 [title] => Song - 79 [time] => 79 [License] => MIT ) [51] => Array ( [id] => 156 [title] => Song - 52 [time] => 52 [License] => MIT ) [50] => Array ( [id] => 153 [title] => Song - 51 [time] => 51 [License] => MIT ) [75] => Array ( [id] => 152 [title] => Song - 76 [time] => 76 [License] => MIT ) [148] => Array ( [id] => 149 [title] => Song - 149 [time] => 149 [License] => MIT ) [147] => Array ( [id] => 148 [title] => Song - 148 [time] => 148 [License] => MIT ) [48] => Array ( [id] => 147 [title] => Song - 49 [time] => 49 [License] => MIT ) [146] => Array ( [id] => 147 [title] => Song - 147 [time] => 147 [License] => MIT ) [70] => Array ( [id] => 142 [title] => Song - 71 [time] => 71 [License] => MIT ) [68] => Array ( [id] => 138 [title] => Song - 69 [time] => 69 [License] => MIT ) [137] => Array ( [id] => 138 [title] => Song - 138 [time] => 138 [License] => MIT ) [136] => Array ( [id] => 137 [title] => Song - 137 [time] => 137 [License] => MIT ) [66] => Array ( [id] => 134 [title] => Song - 67 [time] => 67 [License] => MIT ) [133] => Array ( [id] => 134 [title] => Song - 134 [time] => 134 [License] => MIT ) [43] => Array ( [id] => 132 [title] => Song - 44 [time] => 44 [License] => MIT ) [128] => Array ( [id] => 129 [title] => Song - 129 [time] => 129 [License] => MIT ) [41] => Array ( [id] => 126 [title] => Song - 42 [time] => 42 [License] => MIT ) [125] => Array ( [id] => 126 [title] => Song - 126 [time] => 126 [License] => MIT ) [60] => Array ( [id] => 122 [title] => Song - 61 [time] => 61 [License] => MIT ) [58] => Array ( [id] => 118 [title] => Song - 59 [time] => 59 [License] => MIT ) [117] => Array ( [id] => 118 [title] => Song - 118 [time] => 118 [License] => MIT ) [37] => Array ( [id] => 114 [title] => Song - 38 [time] => 38 [License] => MIT ) [35] => Array ( [id] => 108 [title] => Song - 36 [time] => 36 [License] => MIT ) [104] => Array ( [id] => 105 [title] => Song - 105 [time] => 105 [License] => MIT ) [99] => Array ( [id] => 100 [title] => Song - 100 [time] => 100 [License] => MIT ) [98] => Array ( [id] => 99 [title] => Song - 99 [time] => 99 [License] => MIT ) [47] => Array ( [id] => 96 [title] => Song - 48 [time] => 48 [License] => MIT ) [23] => Array ( [id] => 96 [title] => Song - 24 [time] => 24 [License] => MIT ) [46] => Array ( [id] => 94 [title] => Song - 47 [time] => 47 [License] => MIT ) [91] => Array ( [id] => 92 [title] => Song - 92 [time] => 92 [License] => MIT ) [29] => Array ( [id] => 90 [title] => Song - 30 [time] => 30 [License] => MIT ) [87] => Array ( [id] => 88 [title] => Song - 88 [time] => 88 [License] => MIT ) [21] => Array ( [id] => 88 [title] => Song - 22 [time] => 22 [License] => MIT ) [85] => Array ( [id] => 86 [title] => Song - 86 [time] => 86 [License] => MIT ) [84] => Array ( [id] => 85 [title] => Song - 85 [time] => 85 [License] => MIT ) [27] => Array ( [id] => 84 [title] => Song - 28 [time] => 28 [License] => MIT ) [81] => Array ( [id] => 82 [title] => Song - 82 [time] => 82 [License] => MIT ) [80] => Array ( [id] => 81 [title] => Song - 81 [time] => 81 [License] => MIT ) [26] => Array ( [id] => 81 [title] => Song - 27 [time] => 27 [License] => MIT ) [77] => Array ( [id] => 78 [title] => Song - 78 [time] => 78 [License] => MIT ) [71] => Array ( [id] => 72 [title] => Song - 72 [time] => 72 [License] => MIT ) [34] => Array ( [id] => 70 [title] => Song - 35 [time] => 35 [License] => MIT ) [22] => Array ( [id] => 69 [title] => Song - 23 [time] => 23 [License] => MIT ) [67] => Array ( [id] => 68 [title] => Song - 68 [time] => 68 [License] => MIT ) [33] => Array ( [id] => 68 [title] => Song - 34 [time] => 34 [License] => MIT ) [16] => Array ( [id] => 68 [title] => Song - 17 [time] => 17 [License] => MIT ) [20] => Array ( [id] => 63 [title] => Song - 21 [time] => 21 [License] => MIT ) [30] => Array ( [id] => 62 [title] => Song - 31 [time] => 31 [License] => MIT ) [57] => Array ( [id] => 58 [title] => Song - 58 [time] => 58 [License] => MIT ) [28] => Array ( [id] => 58 [title] => Song - 29 [time] => 29 [License] => MIT ) [13] => Array ( [id] => 56 [title] => Song - 14 [time] => 14 [License] => MIT ) [54] => Array ( [id] => 55 [title] => Song - 55 [time] => 55 [License] => MIT ) [12] => Array ( [id] => 52 [title] => Song - 13 [time] => 13 [License] => MIT ) [49] => Array ( [id] => 50 [title] => Song - 50 [time] => 50 [License] => MIT ) [24] => Array ( [id] => 50 [title] => Song - 25 [time] => 25 [License] => MIT ) [15] => Array ( [id] => 48 [title] => Song - 16 [time] => 16 [License] => MIT ) [44] => Array ( [id] => 45 [title] => Song - 45 [time] => 45 [License] => MIT ) [14] => Array ( [id] => 45 [title] => Song - 15 [time] => 15 [License] => MIT ) [10] => Array ( [id] => 44 [title] => Song - 11 [time] => 11 [License] => MIT ) [42] => Array ( [id] => 43 [title] => Song - 43 [time] => 43 [License] => MIT ) [19] => Array ( [id] => 40 [title] => Song - 20 [time] => 20 [License] => MIT ) [38] => Array ( [id] => 39 [title] => Song - 39 [time] => 39 [License] => MIT ) [18] => Array ( [id] => 38 [title] => Song - 19 [time] => 19 [License] => MIT ) [36] => Array ( [id] => 37 [title] => Song - 37 [time] => 37 [License] => MIT ) [8] => Array ( [id] => 36 [title] => Song - 9 [time] => 9 [License] => MIT ) [17] => Array ( [id] => 36 [title] => Song - 18 [time] => 18 [License] => MIT ) [11] => Array ( [id] => 36 [title] => Song - 12 [time] => 12 [License] => MIT ) [32] => Array ( [id] => 33 [title] => Song - 33 [time] => 33 [License] => MIT ) [31] => Array ( [id] => 32 [title] => Song - 32 [time] => 32 [License] => MIT ) [6] => Array ( [id] => 28 [title] => Song - 7 [time] => 7 [License] => MIT ) [25] => Array ( [id] => 26 [title] => Song - 26 [time] => 26 [License] => MIT ) [7] => Array ( [id] => 24 [title] => Song - 8 [time] => 8 [License] => MIT ) [4] => Array ( [id] => 20 [title] => Song - 5 [time] => 5 [License] => MIT ) [9] => Array ( [id] => 20 [title] => Song - 10 [time] => 10 [License] => MIT ) [3] => Array ( [id] => 16 [title] => Song - 4 [time] => 4 [License] => MIT ) [5] => Array ( [id] => 12 [title] => Song - 6 [time] => 6 [License] => MIT ) [2] => Array ( [id] => 3 [title] => Song - 3 [time] => 3 [License] => MIT ) [1] => Array ( [id] => 2 [title] => Song - 2 [time] => 2 [License] => MIT ) [0] => Array ( [id] => 1 [title] => Song - 1 [time] => 1 [License] => MIT ) )
Output for 7.1.0
Array ( [149] => Array ( [id] => 600 [title] => Song - 150 [time] => 150 [License] => MIT ) [143] => Array ( [id] => 576 [title] => Song - 144 [time] => 144 [License] => MIT ) [136] => Array ( [id] => 548 [title] => Song - 137 [time] => 137 [License] => MIT ) [135] => Array ( [id] => 544 [title] => Song - 136 [time] => 136 [License] => MIT ) [133] => Array ( [id] => 536 [title] => Song - 134 [time] => 134 [License] => MIT ) [129] => Array ( [id] => 520 [title] => Song - 130 [time] => 130 [License] => MIT ) [127] => Array ( [id] => 512 [title] => Song - 128 [time] => 128 [License] => MIT ) [126] => Array ( [id] => 508 [title] => Song - 127 [time] => 127 [License] => MIT ) [114] => Array ( [id] => 460 [title] => Song - 115 [time] => 115 [License] => MIT ) [111] => Array ( [id] => 448 [title] => Song - 112 [time] => 112 [License] => MIT ) [148] => Array ( [id] => 447 [title] => Song - 149 [time] => 149 [License] => MIT ) [146] => Array ( [id] => 441 [title] => Song - 147 [time] => 147 [License] => MIT ) [109] => Array ( [id] => 440 [title] => Song - 110 [time] => 110 [License] => MIT ) [142] => Array ( [id] => 429 [title] => Song - 143 [time] => 143 [License] => MIT ) [105] => Array ( [id] => 424 [title] => Song - 106 [time] => 106 [License] => MIT ) [104] => Array ( [id] => 420 [title] => Song - 105 [time] => 105 [License] => MIT ) [99] => Array ( [id] => 400 [title] => Song - 100 [time] => 100 [License] => MIT ) [132] => Array ( [id] => 399 [title] => Song - 133 [time] => 133 [License] => MIT ) [98] => Array ( [id] => 396 [title] => Song - 99 [time] => 99 [License] => MIT ) [131] => Array ( [id] => 396 [title] => Song - 132 [time] => 132 [License] => MIT ) [130] => Array ( [id] => 393 [title] => Song - 131 [time] => 131 [License] => MIT ) [128] => Array ( [id] => 387 [title] => Song - 129 [time] => 129 [License] => MIT ) [124] => Array ( [id] => 375 [title] => Song - 125 [time] => 125 [License] => MIT ) [92] => Array ( [id] => 372 [title] => Song - 93 [time] => 93 [License] => MIT ) [123] => Array ( [id] => 372 [title] => Song - 124 [time] => 124 [License] => MIT ) [121] => Array ( [id] => 366 [title] => Song - 122 [time] => 122 [License] => MIT ) [88] => Array ( [id] => 356 [title] => Song - 89 [time] => 89 [License] => MIT ) [86] => Array ( [id] => 348 [title] => Song - 87 [time] => 87 [License] => MIT ) [112] => Array ( [id] => 339 [title] => Song - 113 [time] => 113 [License] => MIT ) [83] => Array ( [id] => 336 [title] => Song - 84 [time] => 84 [License] => MIT ) [81] => Array ( [id] => 328 [title] => Song - 82 [time] => 82 [License] => MIT ) [80] => Array ( [id] => 324 [title] => Song - 81 [time] => 81 [License] => MIT ) [107] => Array ( [id] => 324 [title] => Song - 108 [time] => 108 [License] => MIT ) [77] => Array ( [id] => 312 [title] => Song - 78 [time] => 78 [License] => MIT ) [103] => Array ( [id] => 312 [title] => Song - 104 [time] => 104 [License] => MIT ) [100] => Array ( [id] => 303 [title] => Song - 101 [time] => 101 [License] => MIT ) [74] => Array ( [id] => 300 [title] => Song - 75 [time] => 75 [License] => MIT ) [145] => Array ( [id] => 292 [title] => Song - 146 [time] => 146 [License] => MIT ) [96] => Array ( [id] => 291 [title] => Song - 97 [time] => 97 [License] => MIT ) [144] => Array ( [id] => 290 [title] => Song - 145 [time] => 145 [License] => MIT ) [95] => Array ( [id] => 288 [title] => Song - 96 [time] => 96 [License] => MIT ) [140] => Array ( [id] => 282 [title] => Song - 141 [time] => 141 [License] => MIT ) [139] => Array ( [id] => 280 [title] => Song - 140 [time] => 140 [License] => MIT ) [137] => Array ( [id] => 276 [title] => Song - 138 [time] => 138 [License] => MIT ) [67] => Array ( [id] => 272 [title] => Song - 68 [time] => 68 [License] => MIT ) [89] => Array ( [id] => 270 [title] => Song - 90 [time] => 90 [License] => MIT ) [66] => Array ( [id] => 268 [title] => Song - 67 [time] => 67 [License] => MIT ) [87] => Array ( [id] => 264 [title] => Song - 88 [time] => 88 [License] => MIT ) [65] => Array ( [id] => 264 [title] => Song - 66 [time] => 66 [License] => MIT ) [120] => Array ( [id] => 242 [title] => Song - 121 [time] => 121 [License] => MIT ) [59] => Array ( [id] => 240 [title] => Song - 60 [time] => 60 [License] => MIT ) [78] => Array ( [id] => 237 [title] => Song - 79 [time] => 79 [License] => MIT ) [117] => Array ( [id] => 236 [title] => Song - 118 [time] => 118 [License] => MIT ) [116] => Array ( [id] => 234 [title] => Song - 117 [time] => 117 [License] => MIT ) [75] => Array ( [id] => 228 [title] => Song - 76 [time] => 76 [License] => MIT ) [108] => Array ( [id] => 218 [title] => Song - 109 [time] => 109 [License] => MIT ) [53] => Array ( [id] => 216 [title] => Song - 54 [time] => 54 [License] => MIT ) [68] => Array ( [id] => 207 [title] => Song - 69 [time] => 69 [License] => MIT ) [101] => Array ( [id] => 204 [title] => Song - 102 [time] => 102 [License] => MIT ) [85] => Array ( [id] => 172 [title] => Song - 86 [time] => 86 [License] => MIT ) [56] => Array ( [id] => 171 [title] => Song - 57 [time] => 57 [License] => MIT ) [84] => Array ( [id] => 170 [title] => Song - 85 [time] => 85 [License] => MIT ) [41] => Array ( [id] => 168 [title] => Song - 42 [time] => 42 [License] => MIT ) [82] => Array ( [id] => 166 [title] => Song - 83 [time] => 83 [License] => MIT ) [40] => Array ( [id] => 164 [title] => Song - 41 [time] => 41 [License] => MIT ) [79] => Array ( [id] => 160 [title] => Song - 80 [time] => 80 [License] => MIT ) [52] => Array ( [id] => 159 [title] => Song - 53 [time] => 53 [License] => MIT ) [49] => Array ( [id] => 150 [title] => Song - 50 [time] => 50 [License] => MIT ) [73] => Array ( [id] => 148 [title] => Song - 74 [time] => 74 [License] => MIT ) [36] => Array ( [id] => 148 [title] => Song - 37 [time] => 37 [License] => MIT ) [147] => Array ( [id] => 148 [title] => Song - 148 [time] => 148 [License] => MIT ) [48] => Array ( [id] => 147 [title] => Song - 49 [time] => 49 [License] => MIT ) [72] => Array ( [id] => 146 [title] => Song - 73 [time] => 73 [License] => MIT ) [71] => Array ( [id] => 144 [title] => Song - 72 [time] => 72 [License] => MIT ) [35] => Array ( [id] => 144 [title] => Song - 36 [time] => 36 [License] => MIT ) [141] => Array ( [id] => 142 [title] => Song - 142 [time] => 142 [License] => MIT ) [34] => Array ( [id] => 140 [title] => Song - 35 [time] => 35 [License] => MIT ) [138] => Array ( [id] => 139 [title] => Song - 139 [time] => 139 [License] => MIT ) [45] => Array ( [id] => 138 [title] => Song - 46 [time] => 46 [License] => MIT ) [33] => Array ( [id] => 136 [title] => Song - 34 [time] => 34 [License] => MIT ) [134] => Array ( [id] => 135 [title] => Song - 135 [time] => 135 [License] => MIT ) [62] => Array ( [id] => 126 [title] => Song - 63 [time] => 63 [License] => MIT ) [125] => Array ( [id] => 126 [title] => Song - 126 [time] => 126 [License] => MIT ) [122] => Array ( [id] => 123 [title] => Song - 123 [time] => 123 [License] => MIT ) [39] => Array ( [id] => 120 [title] => Song - 40 [time] => 40 [License] => MIT ) [119] => Array ( [id] => 120 [title] => Song - 120 [time] => 120 [License] => MIT ) [118] => Array ( [id] => 119 [title] => Song - 119 [time] => 119 [License] => MIT ) [58] => Array ( [id] => 118 [title] => Song - 59 [time] => 59 [License] => MIT ) [38] => Array ( [id] => 117 [title] => Song - 39 [time] => 39 [License] => MIT ) [115] => Array ( [id] => 116 [title] => Song - 116 [time] => 116 [License] => MIT ) [113] => Array ( [id] => 114 [title] => Song - 114 [time] => 114 [License] => MIT ) [55] => Array ( [id] => 112 [title] => Song - 56 [time] => 56 [License] => MIT ) [110] => Array ( [id] => 111 [title] => Song - 111 [time] => 111 [License] => MIT ) [54] => Array ( [id] => 110 [title] => Song - 55 [time] => 55 [License] => MIT ) [106] => Array ( [id] => 107 [title] => Song - 107 [time] => 107 [License] => MIT ) [51] => Array ( [id] => 104 [title] => Song - 52 [time] => 52 [License] => MIT ) [102] => Array ( [id] => 103 [title] => Song - 103 [time] => 103 [License] => MIT ) [50] => Array ( [id] => 102 [title] => Song - 51 [time] => 51 [License] => MIT ) [24] => Array ( [id] => 100 [title] => Song - 25 [time] => 25 [License] => MIT ) [97] => Array ( [id] => 98 [title] => Song - 98 [time] => 98 [License] => MIT ) [94] => Array ( [id] => 95 [title] => Song - 95 [time] => 95 [License] => MIT ) [93] => Array ( [id] => 94 [title] => Song - 94 [time] => 94 [License] => MIT ) [91] => Array ( [id] => 92 [title] => Song - 92 [time] => 92 [License] => MIT ) [90] => Array ( [id] => 91 [title] => Song - 91 [time] => 91 [License] => MIT ) [44] => Array ( [id] => 90 [title] => Song - 45 [time] => 45 [License] => MIT ) [43] => Array ( [id] => 88 [title] => Song - 44 [time] => 44 [License] => MIT ) [28] => Array ( [id] => 87 [title] => Song - 29 [time] => 29 [License] => MIT ) [42] => Array ( [id] => 86 [title] => Song - 43 [time] => 43 [License] => MIT ) [26] => Array ( [id] => 81 [title] => Song - 27 [time] => 27 [License] => MIT ) [76] => Array ( [id] => 77 [title] => Song - 77 [time] => 77 [License] => MIT ) [37] => Array ( [id] => 76 [title] => Song - 38 [time] => 38 [License] => MIT ) [70] => Array ( [id] => 71 [title] => Song - 71 [time] => 71 [License] => MIT ) [69] => Array ( [id] => 70 [title] => Song - 70 [time] => 70 [License] => MIT ) [32] => Array ( [id] => 66 [title] => Song - 33 [time] => 33 [License] => MIT ) [21] => Array ( [id] => 66 [title] => Song - 22 [time] => 22 [License] => MIT ) [64] => Array ( [id] => 65 [title] => Song - 65 [time] => 65 [License] => MIT ) [63] => Array ( [id] => 64 [title] => Song - 64 [time] => 64 [License] => MIT ) [15] => Array ( [id] => 64 [title] => Song - 16 [time] => 16 [License] => MIT ) [61] => Array ( [id] => 62 [title] => Song - 62 [time] => 62 [License] => MIT ) [60] => Array ( [id] => 61 [title] => Song - 61 [time] => 61 [License] => MIT ) [29] => Array ( [id] => 60 [title] => Song - 30 [time] => 30 [License] => MIT ) [57] => Array ( [id] => 58 [title] => Song - 58 [time] => 58 [License] => MIT ) [13] => Array ( [id] => 56 [title] => Song - 14 [time] => 14 [License] => MIT ) [17] => Array ( [id] => 54 [title] => Song - 18 [time] => 18 [License] => MIT ) [25] => Array ( [id] => 52 [title] => Song - 26 [time] => 26 [License] => MIT ) [47] => Array ( [id] => 48 [title] => Song - 48 [time] => 48 [License] => MIT ) [23] => Array ( [id] => 48 [title] => Song - 24 [time] => 24 [License] => MIT ) [11] => Array ( [id] => 48 [title] => Song - 12 [time] => 12 [License] => MIT ) [46] => Array ( [id] => 47 [title] => Song - 47 [time] => 47 [License] => MIT ) [22] => Array ( [id] => 46 [title] => Song - 23 [time] => 23 [License] => MIT ) [9] => Array ( [id] => 40 [title] => Song - 10 [time] => 10 [License] => MIT ) [10] => Array ( [id] => 33 [title] => Song - 11 [time] => 11 [License] => MIT ) [31] => Array ( [id] => 32 [title] => Song - 32 [time] => 32 [License] => MIT ) [30] => Array ( [id] => 31 [title] => Song - 31 [time] => 31 [License] => MIT ) [27] => Array ( [id] => 28 [title] => Song - 28 [time] => 28 [License] => MIT ) [8] => Array ( [id] => 27 [title] => Song - 9 [time] => 9 [License] => MIT ) [12] => Array ( [id] => 26 [title] => Song - 13 [time] => 13 [License] => MIT ) [20] => Array ( [id] => 21 [title] => Song - 21 [time] => 21 [License] => MIT ) [4] => Array ( [id] => 20 [title] => Song - 5 [time] => 5 [License] => MIT ) [19] => Array ( [id] => 20 [title] => Song - 20 [time] => 20 [License] => MIT ) [18] => Array ( [id] => 19 [title] => Song - 19 [time] => 19 [License] => MIT ) [16] => Array ( [id] => 17 [title] => Song - 17 [time] => 17 [License] => MIT ) [7] => Array ( [id] => 16 [title] => Song - 8 [time] => 8 [License] => MIT ) [3] => Array ( [id] => 16 [title] => Song - 4 [time] => 4 [License] => MIT ) [14] => Array ( [id] => 15 [title] => Song - 15 [time] => 15 [License] => MIT ) [6] => Array ( [id] => 14 [title] => Song - 7 [time] => 7 [License] => MIT ) [5] => Array ( [id] => 12 [title] => Song - 6 [time] => 6 [License] => MIT ) [2] => Array ( [id] => 12 [title] => Song - 3 [time] => 3 [License] => MIT ) [1] => Array ( [id] => 4 [title] => Song - 2 [time] => 2 [License] => MIT ) [0] => Array ( [id] => 1 [title] => Song - 1 [time] => 1 [License] => MIT ) )
Output for 7.0.20
Array ( [148] => Array ( [id] => 596 [title] => Song - 149 [time] => 149 [License] => MIT ) [147] => Array ( [id] => 592 [title] => Song - 148 [time] => 148 [License] => MIT ) [146] => Array ( [id] => 588 [title] => Song - 147 [time] => 147 [License] => MIT ) [138] => Array ( [id] => 556 [title] => Song - 139 [time] => 139 [License] => MIT ) [136] => Array ( [id] => 548 [title] => Song - 137 [time] => 137 [License] => MIT ) [133] => Array ( [id] => 536 [title] => Song - 134 [time] => 134 [License] => MIT ) [124] => Array ( [id] => 500 [title] => Song - 125 [time] => 125 [License] => MIT ) [114] => Array ( [id] => 460 [title] => Song - 115 [time] => 115 [License] => MIT ) [113] => Array ( [id] => 456 [title] => Song - 114 [time] => 114 [License] => MIT ) [110] => Array ( [id] => 444 [title] => Song - 111 [time] => 111 [License] => MIT ) [109] => Array ( [id] => 440 [title] => Song - 110 [time] => 110 [License] => MIT ) [108] => Array ( [id] => 436 [title] => Song - 109 [time] => 109 [License] => MIT ) [144] => Array ( [id] => 435 [title] => Song - 145 [time] => 145 [License] => MIT ) [143] => Array ( [id] => 432 [title] => Song - 144 [time] => 144 [License] => MIT ) [142] => Array ( [id] => 429 [title] => Song - 143 [time] => 143 [License] => MIT ) [141] => Array ( [id] => 426 [title] => Song - 142 [time] => 142 [License] => MIT ) [140] => Array ( [id] => 423 [title] => Song - 141 [time] => 141 [License] => MIT ) [101] => Array ( [id] => 408 [title] => Song - 102 [time] => 102 [License] => MIT ) [130] => Array ( [id] => 393 [title] => Song - 131 [time] => 131 [License] => MIT ) [129] => Array ( [id] => 390 [title] => Song - 130 [time] => 130 [License] => MIT ) [128] => Array ( [id] => 387 [title] => Song - 129 [time] => 129 [License] => MIT ) [95] => Array ( [id] => 384 [title] => Song - 96 [time] => 96 [License] => MIT ) [127] => Array ( [id] => 384 [title] => Song - 128 [time] => 128 [License] => MIT ) [92] => Array ( [id] => 372 [title] => Song - 93 [time] => 93 [License] => MIT ) [123] => Array ( [id] => 372 [title] => Song - 124 [time] => 124 [License] => MIT ) [120] => Array ( [id] => 363 [title] => Song - 121 [time] => 121 [License] => MIT ) [118] => Array ( [id] => 357 [title] => Song - 119 [time] => 119 [License] => MIT ) [117] => Array ( [id] => 354 [title] => Song - 118 [time] => 118 [License] => MIT ) [85] => Array ( [id] => 344 [title] => Song - 86 [time] => 86 [License] => MIT ) [84] => Array ( [id] => 340 [title] => Song - 85 [time] => 85 [License] => MIT ) [100] => Array ( [id] => 303 [title] => Song - 101 [time] => 101 [License] => MIT ) [74] => Array ( [id] => 300 [title] => Song - 75 [time] => 75 [License] => MIT ) [96] => Array ( [id] => 291 [title] => Song - 97 [time] => 97 [License] => MIT ) [71] => Array ( [id] => 288 [title] => Song - 72 [time] => 72 [License] => MIT ) [94] => Array ( [id] => 285 [title] => Song - 95 [time] => 95 [License] => MIT ) [70] => Array ( [id] => 284 [title] => Song - 71 [time] => 71 [License] => MIT ) [93] => Array ( [id] => 282 [title] => Song - 94 [time] => 94 [License] => MIT ) [139] => Array ( [id] => 280 [title] => Song - 140 [time] => 140 [License] => MIT ) [67] => Array ( [id] => 272 [title] => Song - 68 [time] => 68 [License] => MIT ) [132] => Array ( [id] => 266 [title] => Song - 133 [time] => 133 [License] => MIT ) [64] => Array ( [id] => 260 [title] => Song - 65 [time] => 65 [License] => MIT ) [63] => Array ( [id] => 256 [title] => Song - 64 [time] => 64 [License] => MIT ) [126] => Array ( [id] => 254 [title] => Song - 127 [time] => 127 [License] => MIT ) [125] => Array ( [id] => 252 [title] => Song - 126 [time] => 126 [License] => MIT ) [122] => Array ( [id] => 246 [title] => Song - 123 [time] => 123 [License] => MIT ) [80] => Array ( [id] => 243 [title] => Song - 81 [time] => 81 [License] => MIT ) [119] => Array ( [id] => 240 [title] => Song - 120 [time] => 120 [License] => MIT ) [116] => Array ( [id] => 234 [title] => Song - 117 [time] => 117 [License] => MIT ) [56] => Array ( [id] => 228 [title] => Song - 57 [time] => 57 [License] => MIT ) [54] => Array ( [id] => 220 [title] => Song - 55 [time] => 55 [License] => MIT ) [106] => Array ( [id] => 214 [title] => Song - 107 [time] => 107 [License] => MIT ) [105] => Array ( [id] => 212 [title] => Song - 106 [time] => 106 [License] => MIT ) [104] => Array ( [id] => 210 [title] => Song - 105 [time] => 105 [License] => MIT ) [103] => Array ( [id] => 208 [title] => Song - 104 [time] => 104 [License] => MIT ) [98] => Array ( [id] => 198 [title] => Song - 99 [time] => 99 [License] => MIT ) [97] => Array ( [id] => 196 [title] => Song - 98 [time] => 98 [License] => MIT ) [48] => Array ( [id] => 196 [title] => Song - 49 [time] => 49 [License] => MIT ) [62] => Array ( [id] => 189 [title] => Song - 63 [time] => 63 [License] => MIT ) [91] => Array ( [id] => 184 [title] => Song - 92 [time] => 92 [License] => MIT ) [60] => Array ( [id] => 183 [title] => Song - 61 [time] => 61 [License] => MIT ) [58] => Array ( [id] => 177 [title] => Song - 59 [time] => 59 [License] => MIT ) [87] => Array ( [id] => 176 [title] => Song - 88 [time] => 88 [License] => MIT ) [42] => Array ( [id] => 172 [title] => Song - 43 [time] => 43 [License] => MIT ) [83] => Array ( [id] => 168 [title] => Song - 84 [time] => 84 [License] => MIT ) [55] => Array ( [id] => 168 [title] => Song - 56 [time] => 56 [License] => MIT ) [81] => Array ( [id] => 164 [title] => Song - 82 [time] => 82 [License] => MIT ) [79] => Array ( [id] => 160 [title] => Song - 80 [time] => 80 [License] => MIT ) [39] => Array ( [id] => 160 [title] => Song - 40 [time] => 40 [License] => MIT ) [78] => Array ( [id] => 158 [title] => Song - 79 [time] => 79 [License] => MIT ) [37] => Array ( [id] => 152 [title] => Song - 38 [time] => 38 [License] => MIT ) [149] => Array ( [id] => 150 [title] => Song - 150 [time] => 150 [License] => MIT ) [73] => Array ( [id] => 148 [title] => Song - 74 [time] => 74 [License] => MIT ) [72] => Array ( [id] => 146 [title] => Song - 73 [time] => 73 [License] => MIT ) [145] => Array ( [id] => 146 [title] => Song - 146 [time] => 146 [License] => MIT ) [47] => Array ( [id] => 144 [title] => Song - 48 [time] => 48 [License] => MIT ) [69] => Array ( [id] => 140 [title] => Song - 70 [time] => 70 [License] => MIT ) [68] => Array ( [id] => 138 [title] => Song - 69 [time] => 69 [License] => MIT ) [45] => Array ( [id] => 138 [title] => Song - 46 [time] => 46 [License] => MIT ) [137] => Array ( [id] => 138 [title] => Song - 138 [time] => 138 [License] => MIT ) [33] => Array ( [id] => 136 [title] => Song - 34 [time] => 34 [License] => MIT ) [135] => Array ( [id] => 136 [title] => Song - 136 [time] => 136 [License] => MIT ) [134] => Array ( [id] => 135 [title] => Song - 135 [time] => 135 [License] => MIT ) [66] => Array ( [id] => 134 [title] => Song - 67 [time] => 67 [License] => MIT ) [65] => Array ( [id] => 132 [title] => Song - 66 [time] => 66 [License] => MIT ) [131] => Array ( [id] => 132 [title] => Song - 132 [time] => 132 [License] => MIT ) [31] => Array ( [id] => 128 [title] => Song - 32 [time] => 32 [License] => MIT ) [30] => Array ( [id] => 124 [title] => Song - 31 [time] => 31 [License] => MIT ) [40] => Array ( [id] => 123 [title] => Song - 41 [time] => 41 [License] => MIT ) [121] => Array ( [id] => 122 [title] => Song - 122 [time] => 122 [License] => MIT ) [59] => Array ( [id] => 120 [title] => Song - 60 [time] => 60 [License] => MIT ) [38] => Array ( [id] => 117 [title] => Song - 39 [time] => 39 [License] => MIT ) [115] => Array ( [id] => 116 [title] => Song - 116 [time] => 116 [License] => MIT ) [112] => Array ( [id] => 113 [title] => Song - 113 [time] => 113 [License] => MIT ) [111] => Array ( [id] => 112 [title] => Song - 112 [time] => 112 [License] => MIT ) [36] => Array ( [id] => 111 [title] => Song - 37 [time] => 37 [License] => MIT ) [53] => Array ( [id] => 108 [title] => Song - 54 [time] => 54 [License] => MIT ) [107] => Array ( [id] => 108 [title] => Song - 108 [time] => 108 [License] => MIT ) [34] => Array ( [id] => 105 [title] => Song - 35 [time] => 35 [License] => MIT ) [102] => Array ( [id] => 103 [title] => Song - 103 [time] => 103 [License] => MIT ) [50] => Array ( [id] => 102 [title] => Song - 51 [time] => 51 [License] => MIT ) [49] => Array ( [id] => 100 [title] => Song - 50 [time] => 50 [License] => MIT ) [99] => Array ( [id] => 100 [title] => Song - 100 [time] => 100 [License] => MIT ) [32] => Array ( [id] => 99 [title] => Song - 33 [time] => 33 [License] => MIT ) [22] => Array ( [id] => 92 [title] => Song - 23 [time] => 23 [License] => MIT ) [90] => Array ( [id] => 91 [title] => Song - 91 [time] => 91 [License] => MIT ) [89] => Array ( [id] => 90 [title] => Song - 90 [time] => 90 [License] => MIT ) [44] => Array ( [id] => 90 [title] => Song - 45 [time] => 45 [License] => MIT ) [29] => Array ( [id] => 90 [title] => Song - 30 [time] => 30 [License] => MIT ) [88] => Array ( [id] => 89 [title] => Song - 89 [time] => 89 [License] => MIT ) [86] => Array ( [id] => 87 [title] => Song - 87 [time] => 87 [License] => MIT ) [27] => Array ( [id] => 84 [title] => Song - 28 [time] => 28 [License] => MIT ) [82] => Array ( [id] => 83 [title] => Song - 83 [time] => 83 [License] => MIT ) [19] => Array ( [id] => 80 [title] => Song - 20 [time] => 20 [License] => MIT ) [77] => Array ( [id] => 78 [title] => Song - 78 [time] => 78 [License] => MIT ) [76] => Array ( [id] => 77 [title] => Song - 77 [time] => 77 [License] => MIT ) [75] => Array ( [id] => 76 [title] => Song - 76 [time] => 76 [License] => MIT ) [61] => Array ( [id] => 62 [title] => Song - 62 [time] => 62 [License] => MIT ) [14] => Array ( [id] => 60 [title] => Song - 15 [time] => 15 [License] => MIT ) [57] => Array ( [id] => 58 [title] => Song - 58 [time] => 58 [License] => MIT ) [28] => Array ( [id] => 58 [title] => Song - 29 [time] => 29 [License] => MIT ) [26] => Array ( [id] => 54 [title] => Song - 27 [time] => 27 [License] => MIT ) [52] => Array ( [id] => 53 [title] => Song - 53 [time] => 53 [License] => MIT ) [51] => Array ( [id] => 52 [title] => Song - 52 [time] => 52 [License] => MIT ) [16] => Array ( [id] => 51 [title] => Song - 17 [time] => 17 [License] => MIT ) [23] => Array ( [id] => 48 [title] => Song - 24 [time] => 24 [License] => MIT ) [15] => Array ( [id] => 48 [title] => Song - 16 [time] => 16 [License] => MIT ) [46] => Array ( [id] => 47 [title] => Song - 47 [time] => 47 [License] => MIT ) [43] => Array ( [id] => 44 [title] => Song - 44 [time] => 44 [License] => MIT ) [21] => Array ( [id] => 44 [title] => Song - 22 [time] => 22 [License] => MIT ) [41] => Array ( [id] => 42 [title] => Song - 42 [time] => 42 [License] => MIT ) [20] => Array ( [id] => 42 [title] => Song - 21 [time] => 21 [License] => MIT ) [35] => Array ( [id] => 36 [title] => Song - 36 [time] => 36 [License] => MIT ) [17] => Array ( [id] => 36 [title] => Song - 18 [time] => 18 [License] => MIT ) [11] => Array ( [id] => 36 [title] => Song - 12 [time] => 12 [License] => MIT ) [13] => Array ( [id] => 28 [title] => Song - 14 [time] => 14 [License] => MIT ) [25] => Array ( [id] => 26 [title] => Song - 26 [time] => 26 [License] => MIT ) [12] => Array ( [id] => 26 [title] => Song - 13 [time] => 13 [License] => MIT ) [24] => Array ( [id] => 25 [title] => Song - 25 [time] => 25 [License] => MIT ) [7] => Array ( [id] => 24 [title] => Song - 8 [time] => 8 [License] => MIT ) [9] => Array ( [id] => 20 [title] => Song - 10 [time] => 10 [License] => MIT ) [18] => Array ( [id] => 19 [title] => Song - 19 [time] => 19 [License] => MIT ) [8] => Array ( [id] => 18 [title] => Song - 9 [time] => 9 [License] => MIT ) [6] => Array ( [id] => 14 [title] => Song - 7 [time] => 7 [License] => MIT ) [5] => Array ( [id] => 12 [title] => Song - 6 [time] => 6 [License] => MIT ) [10] => Array ( [id] => 11 [title] => Song - 11 [time] => 11 [License] => MIT ) [4] => Array ( [id] => 5 [title] => Song - 5 [time] => 5 [License] => MIT ) [3] => Array ( [id] => 4 [title] => Song - 4 [time] => 4 [License] => MIT ) [1] => Array ( [id] => 4 [title] => Song - 2 [time] => 2 [License] => MIT ) [0] => Array ( [id] => 4 [title] => Song - 1 [time] => 1 [License] => MIT ) [2] => Array ( [id] => 3 [title] => Song - 3 [time] => 3 [License] => MIT ) )
Output for 7.0.6
Array ( [147] => Array ( [id] => 592 [title] => Song - 148 [time] => 148 [License] => MIT ) [138] => Array ( [id] => 556 [title] => Song - 139 [time] => 139 [License] => MIT ) [131] => Array ( [id] => 528 [title] => Song - 132 [time] => 132 [License] => MIT ) [128] => Array ( [id] => 516 [title] => Song - 129 [time] => 129 [License] => MIT ) [123] => Array ( [id] => 496 [title] => Song - 124 [time] => 124 [License] => MIT ) [120] => Array ( [id] => 484 [title] => Song - 121 [time] => 121 [License] => MIT ) [119] => Array ( [id] => 480 [title] => Song - 120 [time] => 120 [License] => MIT ) [117] => Array ( [id] => 472 [title] => Song - 118 [time] => 118 [License] => MIT ) [115] => Array ( [id] => 464 [title] => Song - 116 [time] => 116 [License] => MIT ) [114] => Array ( [id] => 460 [title] => Song - 115 [time] => 115 [License] => MIT ) [113] => Array ( [id] => 456 [title] => Song - 114 [time] => 114 [License] => MIT ) [112] => Array ( [id] => 452 [title] => Song - 113 [time] => 113 [License] => MIT ) [149] => Array ( [id] => 450 [title] => Song - 150 [time] => 150 [License] => MIT ) [111] => Array ( [id] => 448 [title] => Song - 112 [time] => 112 [License] => MIT ) [108] => Array ( [id] => 436 [title] => Song - 109 [time] => 109 [License] => MIT ) [144] => Array ( [id] => 435 [title] => Song - 145 [time] => 145 [License] => MIT ) [143] => Array ( [id] => 432 [title] => Song - 144 [time] => 144 [License] => MIT ) [141] => Array ( [id] => 426 [title] => Song - 142 [time] => 142 [License] => MIT ) [100] => Array ( [id] => 404 [title] => Song - 101 [time] => 101 [License] => MIT ) [129] => Array ( [id] => 390 [title] => Song - 130 [time] => 130 [License] => MIT ) [127] => Array ( [id] => 384 [title] => Song - 128 [time] => 128 [License] => MIT ) [94] => Array ( [id] => 380 [title] => Song - 95 [time] => 95 [License] => MIT ) [88] => Array ( [id] => 356 [title] => Song - 89 [time] => 89 [License] => MIT ) [116] => Array ( [id] => 351 [title] => Song - 117 [time] => 117 [License] => MIT ) [110] => Array ( [id] => 333 [title] => Song - 111 [time] => 111 [License] => MIT ) [107] => Array ( [id] => 324 [title] => Song - 108 [time] => 108 [License] => MIT ) [106] => Array ( [id] => 321 [title] => Song - 107 [time] => 107 [License] => MIT ) [78] => Array ( [id] => 316 [title] => Song - 79 [time] => 79 [License] => MIT ) [77] => Array ( [id] => 312 [title] => Song - 78 [time] => 78 [License] => MIT ) [102] => Array ( [id] => 309 [title] => Song - 103 [time] => 103 [License] => MIT ) [76] => Array ( [id] => 308 [title] => Song - 77 [time] => 77 [License] => MIT ) [148] => Array ( [id] => 298 [title] => Song - 149 [time] => 149 [License] => MIT ) [98] => Array ( [id] => 297 [title] => Song - 99 [time] => 99 [License] => MIT ) [97] => Array ( [id] => 294 [title] => Song - 98 [time] => 98 [License] => MIT ) [146] => Array ( [id] => 294 [title] => Song - 147 [time] => 147 [License] => MIT ) [145] => Array ( [id] => 292 [title] => Song - 146 [time] => 146 [License] => MIT ) [142] => Array ( [id] => 286 [title] => Song - 143 [time] => 143 [License] => MIT ) [140] => Array ( [id] => 282 [title] => Song - 141 [time] => 141 [License] => MIT ) [69] => Array ( [id] => 280 [title] => Song - 70 [time] => 70 [License] => MIT ) [92] => Array ( [id] => 279 [title] => Song - 93 [time] => 93 [License] => MIT ) [91] => Array ( [id] => 276 [title] => Song - 92 [time] => 92 [License] => MIT ) [134] => Array ( [id] => 270 [title] => Song - 135 [time] => 135 [License] => MIT ) [133] => Array ( [id] => 268 [title] => Song - 134 [time] => 134 [License] => MIT ) [132] => Array ( [id] => 266 [title] => Song - 133 [time] => 133 [License] => MIT ) [65] => Array ( [id] => 264 [title] => Song - 66 [time] => 66 [License] => MIT ) [130] => Array ( [id] => 262 [title] => Song - 131 [time] => 131 [License] => MIT ) [86] => Array ( [id] => 261 [title] => Song - 87 [time] => 87 [License] => MIT ) [126] => Array ( [id] => 254 [title] => Song - 127 [time] => 127 [License] => MIT ) [122] => Array ( [id] => 246 [title] => Song - 123 [time] => 123 [License] => MIT ) [121] => Array ( [id] => 244 [title] => Song - 122 [time] => 122 [License] => MIT ) [79] => Array ( [id] => 240 [title] => Song - 80 [time] => 80 [License] => MIT ) [57] => Array ( [id] => 232 [title] => Song - 58 [time] => 58 [License] => MIT ) [75] => Array ( [id] => 228 [title] => Song - 76 [time] => 76 [License] => MIT ) [74] => Array ( [id] => 225 [title] => Song - 75 [time] => 75 [License] => MIT ) [52] => Array ( [id] => 212 [title] => Song - 53 [time] => 53 [License] => MIT ) [105] => Array ( [id] => 212 [title] => Song - 106 [time] => 106 [License] => MIT ) [104] => Array ( [id] => 210 [title] => Song - 105 [time] => 105 [License] => MIT ) [51] => Array ( [id] => 208 [title] => Song - 52 [time] => 52 [License] => MIT ) [103] => Array ( [id] => 208 [title] => Song - 104 [time] => 104 [License] => MIT ) [68] => Array ( [id] => 207 [title] => Song - 69 [time] => 69 [License] => MIT ) [50] => Array ( [id] => 204 [title] => Song - 51 [time] => 51 [License] => MIT ) [99] => Array ( [id] => 200 [title] => Song - 100 [time] => 100 [License] => MIT ) [64] => Array ( [id] => 195 [title] => Song - 65 [time] => 65 [License] => MIT ) [96] => Array ( [id] => 194 [title] => Song - 97 [time] => 97 [License] => MIT ) [95] => Array ( [id] => 192 [title] => Song - 96 [time] => 96 [License] => MIT ) [90] => Array ( [id] => 182 [title] => Song - 91 [time] => 91 [License] => MIT ) [89] => Array ( [id] => 180 [title] => Song - 90 [time] => 90 [License] => MIT ) [44] => Array ( [id] => 180 [title] => Song - 45 [time] => 45 [License] => MIT ) [87] => Array ( [id] => 176 [title] => Song - 88 [time] => 88 [License] => MIT ) [43] => Array ( [id] => 176 [title] => Song - 44 [time] => 44 [License] => MIT ) [85] => Array ( [id] => 172 [title] => Song - 86 [time] => 86 [License] => MIT ) [84] => Array ( [id] => 170 [title] => Song - 85 [time] => 85 [License] => MIT ) [83] => Array ( [id] => 168 [title] => Song - 84 [time] => 84 [License] => MIT ) [82] => Array ( [id] => 166 [title] => Song - 83 [time] => 83 [License] => MIT ) [81] => Array ( [id] => 164 [title] => Song - 82 [time] => 82 [License] => MIT ) [80] => Array ( [id] => 162 [title] => Song - 81 [time] => 81 [License] => MIT ) [49] => Array ( [id] => 150 [title] => Song - 50 [time] => 50 [License] => MIT ) [70] => Array ( [id] => 142 [title] => Song - 71 [time] => 71 [License] => MIT ) [46] => Array ( [id] => 141 [title] => Song - 47 [time] => 47 [License] => MIT ) [139] => Array ( [id] => 140 [title] => Song - 140 [time] => 140 [License] => MIT ) [137] => Array ( [id] => 138 [title] => Song - 138 [time] => 138 [License] => MIT ) [136] => Array ( [id] => 137 [title] => Song - 137 [time] => 137 [License] => MIT ) [67] => Array ( [id] => 136 [title] => Song - 68 [time] => 68 [License] => MIT ) [135] => Array ( [id] => 136 [title] => Song - 136 [time] => 136 [License] => MIT ) [66] => Array ( [id] => 134 [title] => Song - 67 [time] => 67 [License] => MIT ) [63] => Array ( [id] => 128 [title] => Song - 64 [time] => 64 [License] => MIT ) [62] => Array ( [id] => 126 [title] => Song - 63 [time] => 63 [License] => MIT ) [125] => Array ( [id] => 126 [title] => Song - 126 [time] => 126 [License] => MIT ) [124] => Array ( [id] => 125 [title] => Song - 125 [time] => 125 [License] => MIT ) [61] => Array ( [id] => 124 [title] => Song - 62 [time] => 62 [License] => MIT ) [118] => Array ( [id] => 119 [title] => Song - 119 [time] => 119 [License] => MIT ) [37] => Array ( [id] => 114 [title] => Song - 38 [time] => 38 [License] => MIT ) [55] => Array ( [id] => 112 [title] => Song - 56 [time] => 56 [License] => MIT ) [54] => Array ( [id] => 110 [title] => Song - 55 [time] => 55 [License] => MIT ) [109] => Array ( [id] => 110 [title] => Song - 110 [time] => 110 [License] => MIT ) [25] => Array ( [id] => 104 [title] => Song - 26 [time] => 26 [License] => MIT ) [33] => Array ( [id] => 102 [title] => Song - 34 [time] => 34 [License] => MIT ) [101] => Array ( [id] => 102 [title] => Song - 102 [time] => 102 [License] => MIT ) [93] => Array ( [id] => 94 [title] => Song - 94 [time] => 94 [License] => MIT ) [30] => Array ( [id] => 93 [title] => Song - 31 [time] => 31 [License] => MIT ) [45] => Array ( [id] => 92 [title] => Song - 46 [time] => 46 [License] => MIT ) [28] => Array ( [id] => 87 [title] => Song - 29 [time] => 29 [License] => MIT ) [41] => Array ( [id] => 84 [title] => Song - 42 [time] => 42 [License] => MIT ) [40] => Array ( [id] => 82 [title] => Song - 41 [time] => 41 [License] => MIT ) [39] => Array ( [id] => 80 [title] => Song - 40 [time] => 40 [License] => MIT ) [19] => Array ( [id] => 80 [title] => Song - 20 [time] => 20 [License] => MIT ) [18] => Array ( [id] => 76 [title] => Song - 19 [time] => 19 [License] => MIT ) [24] => Array ( [id] => 75 [title] => Song - 25 [time] => 25 [License] => MIT ) [73] => Array ( [id] => 74 [title] => Song - 74 [time] => 74 [License] => MIT ) [36] => Array ( [id] => 74 [title] => Song - 37 [time] => 37 [License] => MIT ) [72] => Array ( [id] => 73 [title] => Song - 73 [time] => 73 [License] => MIT ) [71] => Array ( [id] => 72 [title] => Song - 72 [time] => 72 [License] => MIT ) [32] => Array ( [id] => 66 [title] => Song - 33 [time] => 33 [License] => MIT ) [31] => Array ( [id] => 64 [title] => Song - 32 [time] => 32 [License] => MIT ) [20] => Array ( [id] => 63 [title] => Song - 21 [time] => 21 [License] => MIT ) [60] => Array ( [id] => 61 [title] => Song - 61 [time] => 61 [License] => MIT ) [59] => Array ( [id] => 60 [title] => Song - 60 [time] => 60 [License] => MIT ) [29] => Array ( [id] => 60 [title] => Song - 30 [time] => 30 [License] => MIT ) [14] => Array ( [id] => 60 [title] => Song - 15 [time] => 15 [License] => MIT ) [58] => Array ( [id] => 59 [title] => Song - 59 [time] => 59 [License] => MIT ) [56] => Array ( [id] => 57 [title] => Song - 57 [time] => 57 [License] => MIT ) [53] => Array ( [id] => 54 [title] => Song - 54 [time] => 54 [License] => MIT ) [26] => Array ( [id] => 54 [title] => Song - 27 [time] => 27 [License] => MIT ) [16] => Array ( [id] => 51 [title] => Song - 17 [time] => 17 [License] => MIT ) [48] => Array ( [id] => 49 [title] => Song - 49 [time] => 49 [License] => MIT ) [47] => Array ( [id] => 48 [title] => Song - 48 [time] => 48 [License] => MIT ) [42] => Array ( [id] => 43 [title] => Song - 43 [time] => 43 [License] => MIT ) [38] => Array ( [id] => 39 [title] => Song - 39 [time] => 39 [License] => MIT ) [35] => Array ( [id] => 36 [title] => Song - 36 [time] => 36 [License] => MIT ) [34] => Array ( [id] => 35 [title] => Song - 35 [time] => 35 [License] => MIT ) [9] => Array ( [id] => 30 [title] => Song - 10 [time] => 10 [License] => MIT ) [27] => Array ( [id] => 28 [title] => Song - 28 [time] => 28 [License] => MIT ) [7] => Array ( [id] => 24 [title] => Song - 8 [time] => 8 [License] => MIT ) [23] => Array ( [id] => 24 [title] => Song - 24 [time] => 24 [License] => MIT ) [11] => Array ( [id] => 24 [title] => Song - 12 [time] => 12 [License] => MIT ) [22] => Array ( [id] => 23 [title] => Song - 23 [time] => 23 [License] => MIT ) [21] => Array ( [id] => 22 [title] => Song - 22 [time] => 22 [License] => MIT ) [10] => Array ( [id] => 22 [title] => Song - 11 [time] => 11 [License] => MIT ) [4] => Array ( [id] => 20 [title] => Song - 5 [time] => 5 [License] => MIT ) [8] => Array ( [id] => 18 [title] => Song - 9 [time] => 9 [License] => MIT ) [17] => Array ( [id] => 18 [title] => Song - 18 [time] => 18 [License] => MIT ) [15] => Array ( [id] => 16 [title] => Song - 16 [time] => 16 [License] => MIT ) [6] => Array ( [id] => 14 [title] => Song - 7 [time] => 7 [License] => MIT ) [13] => Array ( [id] => 14 [title] => Song - 14 [time] => 14 [License] => MIT ) [12] => Array ( [id] => 13 [title] => Song - 13 [time] => 13 [License] => MIT ) [5] => Array ( [id] => 12 [title] => Song - 6 [time] => 6 [License] => MIT ) [3] => Array ( [id] => 12 [title] => Song - 4 [time] => 4 [License] => MIT ) [2] => Array ( [id] => 6 [title] => Song - 3 [time] => 3 [License] => MIT ) [1] => Array ( [id] => 4 [title] => Song - 2 [time] => 2 [License] => MIT ) [0] => Array ( [id] => 1 [title] => Song - 1 [time] => 1 [License] => MIT ) )
Output for 7.0.5
Array ( [135] => Array ( [id] => 544 [title] => Song - 136 [time] => 136 [License] => MIT ) [134] => Array ( [id] => 540 [title] => Song - 135 [time] => 135 [License] => MIT ) [133] => Array ( [id] => 536 [title] => Song - 134 [time] => 134 [License] => MIT ) [124] => Array ( [id] => 500 [title] => Song - 125 [time] => 125 [License] => MIT ) [119] => Array ( [id] => 480 [title] => Song - 120 [time] => 120 [License] => MIT ) [118] => Array ( [id] => 476 [title] => Song - 119 [time] => 119 [License] => MIT ) [116] => Array ( [id] => 468 [title] => Song - 117 [time] => 117 [License] => MIT ) [146] => Array ( [id] => 441 [title] => Song - 147 [time] => 147 [License] => MIT ) [141] => Array ( [id] => 426 [title] => Song - 142 [time] => 142 [License] => MIT ) [140] => Array ( [id] => 423 [title] => Song - 141 [time] => 141 [License] => MIT ) [138] => Array ( [id] => 417 [title] => Song - 139 [time] => 139 [License] => MIT ) [137] => Array ( [id] => 414 [title] => Song - 138 [time] => 138 [License] => MIT ) [136] => Array ( [id] => 411 [title] => Song - 137 [time] => 137 [License] => MIT ) [101] => Array ( [id] => 408 [title] => Song - 102 [time] => 102 [License] => MIT ) [99] => Array ( [id] => 400 [title] => Song - 100 [time] => 100 [License] => MIT ) [128] => Array ( [id] => 387 [title] => Song - 129 [time] => 129 [License] => MIT ) [126] => Array ( [id] => 381 [title] => Song - 127 [time] => 127 [License] => MIT ) [91] => Array ( [id] => 368 [title] => Song - 92 [time] => 92 [License] => MIT ) [121] => Array ( [id] => 366 [title] => Song - 122 [time] => 122 [License] => MIT ) [90] => Array ( [id] => 364 [title] => Song - 91 [time] => 91 [License] => MIT ) [117] => Array ( [id] => 354 [title] => Song - 118 [time] => 118 [License] => MIT ) [115] => Array ( [id] => 348 [title] => Song - 116 [time] => 116 [License] => MIT ) [113] => Array ( [id] => 342 [title] => Song - 114 [time] => 114 [License] => MIT ) [111] => Array ( [id] => 336 [title] => Song - 112 [time] => 112 [License] => MIT ) [82] => Array ( [id] => 332 [title] => Song - 83 [time] => 83 [License] => MIT ) [109] => Array ( [id] => 330 [title] => Song - 110 [time] => 110 [License] => MIT ) [81] => Array ( [id] => 328 [title] => Song - 82 [time] => 82 [License] => MIT ) [77] => Array ( [id] => 312 [title] => Song - 78 [time] => 78 [License] => MIT ) [74] => Array ( [id] => 300 [title] => Song - 75 [time] => 75 [License] => MIT ) [147] => Array ( [id] => 296 [title] => Song - 148 [time] => 148 [License] => MIT ) [97] => Array ( [id] => 294 [title] => Song - 98 [time] => 98 [License] => MIT ) [143] => Array ( [id] => 288 [title] => Song - 144 [time] => 144 [License] => MIT ) [142] => Array ( [id] => 286 [title] => Song - 143 [time] => 143 [License] => MIT ) [139] => Array ( [id] => 280 [title] => Song - 140 [time] => 140 [License] => MIT ) [131] => Array ( [id] => 264 [title] => Song - 132 [time] => 132 [License] => MIT ) [86] => Array ( [id] => 261 [title] => Song - 87 [time] => 87 [License] => MIT ) [64] => Array ( [id] => 260 [title] => Song - 65 [time] => 65 [License] => MIT ) [129] => Array ( [id] => 260 [title] => Song - 130 [time] => 130 [License] => MIT ) [63] => Array ( [id] => 256 [title] => Song - 64 [time] => 64 [License] => MIT ) [127] => Array ( [id] => 256 [title] => Song - 128 [time] => 128 [License] => MIT ) [62] => Array ( [id] => 252 [title] => Song - 63 [time] => 63 [License] => MIT ) [80] => Array ( [id] => 243 [title] => Song - 81 [time] => 81 [License] => MIT ) [76] => Array ( [id] => 231 [title] => Song - 77 [time] => 77 [License] => MIT ) [56] => Array ( [id] => 228 [title] => Song - 57 [time] => 57 [License] => MIT ) [55] => Array ( [id] => 224 [title] => Song - 56 [time] => 56 [License] => MIT ) [108] => Array ( [id] => 218 [title] => Song - 109 [time] => 109 [License] => MIT ) [53] => Array ( [id] => 216 [title] => Song - 54 [time] => 54 [License] => MIT ) [107] => Array ( [id] => 216 [title] => Song - 108 [time] => 108 [License] => MIT ) [106] => Array ( [id] => 214 [title] => Song - 107 [time] => 107 [License] => MIT ) [104] => Array ( [id] => 210 [title] => Song - 105 [time] => 105 [License] => MIT ) [68] => Array ( [id] => 207 [title] => Song - 69 [time] => 69 [License] => MIT ) [100] => Array ( [id] => 202 [title] => Song - 101 [time] => 101 [License] => MIT ) [65] => Array ( [id] => 198 [title] => Song - 66 [time] => 66 [License] => MIT ) [48] => Array ( [id] => 196 [title] => Song - 49 [time] => 49 [License] => MIT ) [96] => Array ( [id] => 194 [title] => Song - 97 [time] => 97 [License] => MIT ) [95] => Array ( [id] => 192 [title] => Song - 96 [time] => 96 [License] => MIT ) [43] => Array ( [id] => 176 [title] => Song - 44 [time] => 44 [License] => MIT ) [57] => Array ( [id] => 174 [title] => Song - 58 [time] => 58 [License] => MIT ) [85] => Array ( [id] => 172 [title] => Song - 86 [time] => 86 [License] => MIT ) [41] => Array ( [id] => 168 [title] => Song - 42 [time] => 42 [License] => MIT ) [39] => Array ( [id] => 160 [title] => Song - 40 [time] => 40 [License] => MIT ) [52] => Array ( [id] => 159 [title] => Song - 53 [time] => 53 [License] => MIT ) [50] => Array ( [id] => 153 [title] => Song - 51 [time] => 51 [License] => MIT ) [37] => Array ( [id] => 152 [title] => Song - 38 [time] => 38 [License] => MIT ) [149] => Array ( [id] => 150 [title] => Song - 150 [time] => 150 [License] => MIT ) [148] => Array ( [id] => 149 [title] => Song - 149 [time] => 149 [License] => MIT ) [36] => Array ( [id] => 148 [title] => Song - 37 [time] => 37 [License] => MIT ) [145] => Array ( [id] => 146 [title] => Song - 146 [time] => 146 [License] => MIT ) [144] => Array ( [id] => 145 [title] => Song - 145 [time] => 145 [License] => MIT ) [47] => Array ( [id] => 144 [title] => Song - 48 [time] => 48 [License] => MIT ) [70] => Array ( [id] => 142 [title] => Song - 71 [time] => 71 [License] => MIT ) [69] => Array ( [id] => 140 [title] => Song - 70 [time] => 70 [License] => MIT ) [45] => Array ( [id] => 138 [title] => Song - 46 [time] => 46 [License] => MIT ) [67] => Array ( [id] => 136 [title] => Song - 68 [time] => 68 [License] => MIT ) [33] => Array ( [id] => 136 [title] => Song - 34 [time] => 34 [License] => MIT ) [132] => Array ( [id] => 133 [title] => Song - 133 [time] => 133 [License] => MIT ) [32] => Array ( [id] => 132 [title] => Song - 33 [time] => 33 [License] => MIT ) [130] => Array ( [id] => 131 [title] => Song - 131 [time] => 131 [License] => MIT ) [31] => Array ( [id] => 128 [title] => Song - 32 [time] => 32 [License] => MIT ) [125] => Array ( [id] => 126 [title] => Song - 126 [time] => 126 [License] => MIT ) [61] => Array ( [id] => 124 [title] => Song - 62 [time] => 62 [License] => MIT ) [30] => Array ( [id] => 124 [title] => Song - 31 [time] => 31 [License] => MIT ) [123] => Array ( [id] => 124 [title] => Song - 124 [time] => 124 [License] => MIT ) [122] => Array ( [id] => 123 [title] => Song - 123 [time] => 123 [License] => MIT ) [60] => Array ( [id] => 122 [title] => Song - 61 [time] => 61 [License] => MIT ) [120] => Array ( [id] => 121 [title] => Song - 121 [time] => 121 [License] => MIT ) [58] => Array ( [id] => 118 [title] => Song - 59 [time] => 59 [License] => MIT ) [28] => Array ( [id] => 116 [title] => Song - 29 [time] => 29 [License] => MIT ) [114] => Array ( [id] => 115 [title] => Song - 115 [time] => 115 [License] => MIT ) [112] => Array ( [id] => 113 [title] => Song - 113 [time] => 113 [License] => MIT ) [110] => Array ( [id] => 111 [title] => Song - 111 [time] => 111 [License] => MIT ) [35] => Array ( [id] => 108 [title] => Song - 36 [time] => 36 [License] => MIT ) [105] => Array ( [id] => 106 [title] => Song - 106 [time] => 106 [License] => MIT ) [103] => Array ( [id] => 104 [title] => Song - 104 [time] => 104 [License] => MIT ) [102] => Array ( [id] => 103 [title] => Song - 103 [time] => 103 [License] => MIT ) [49] => Array ( [id] => 100 [title] => Song - 50 [time] => 50 [License] => MIT ) [24] => Array ( [id] => 100 [title] => Song - 25 [time] => 25 [License] => MIT ) [98] => Array ( [id] => 99 [title] => Song - 99 [time] => 99 [License] => MIT ) [94] => Array ( [id] => 95 [title] => Song - 95 [time] => 95 [License] => MIT ) [93] => Array ( [id] => 94 [title] => Song - 94 [time] => 94 [License] => MIT ) [92] => Array ( [id] => 93 [title] => Song - 93 [time] => 93 [License] => MIT ) [22] => Array ( [id] => 92 [title] => Song - 23 [time] => 23 [License] => MIT ) [89] => Array ( [id] => 90 [title] => Song - 90 [time] => 90 [License] => MIT ) [44] => Array ( [id] => 90 [title] => Song - 45 [time] => 45 [License] => MIT ) [29] => Array ( [id] => 90 [title] => Song - 30 [time] => 30 [License] => MIT ) [88] => Array ( [id] => 89 [title] => Song - 89 [time] => 89 [License] => MIT ) [87] => Array ( [id] => 88 [title] => Song - 88 [time] => 88 [License] => MIT ) [42] => Array ( [id] => 86 [title] => Song - 43 [time] => 43 [License] => MIT ) [84] => Array ( [id] => 85 [title] => Song - 85 [time] => 85 [License] => MIT ) [83] => Array ( [id] => 84 [title] => Song - 84 [time] => 84 [License] => MIT ) [26] => Array ( [id] => 81 [title] => Song - 27 [time] => 27 [License] => MIT ) [79] => Array ( [id] => 80 [title] => Song - 80 [time] => 80 [License] => MIT ) [78] => Array ( [id] => 79 [title] => Song - 79 [time] => 79 [License] => MIT ) [75] => Array ( [id] => 76 [title] => Song - 76 [time] => 76 [License] => MIT ) [18] => Array ( [id] => 76 [title] => Song - 19 [time] => 19 [License] => MIT ) [73] => Array ( [id] => 74 [title] => Song - 74 [time] => 74 [License] => MIT ) [72] => Array ( [id] => 73 [title] => Song - 73 [time] => 73 [License] => MIT ) [71] => Array ( [id] => 72 [title] => Song - 72 [time] => 72 [License] => MIT ) [23] => Array ( [id] => 72 [title] => Song - 24 [time] => 24 [License] => MIT ) [66] => Array ( [id] => 67 [title] => Song - 67 [time] => 67 [License] => MIT ) [59] => Array ( [id] => 60 [title] => Song - 60 [time] => 60 [License] => MIT ) [54] => Array ( [id] => 55 [title] => Song - 55 [time] => 55 [License] => MIT ) [51] => Array ( [id] => 52 [title] => Song - 52 [time] => 52 [License] => MIT ) [25] => Array ( [id] => 52 [title] => Song - 26 [time] => 26 [License] => MIT ) [11] => Array ( [id] => 48 [title] => Song - 12 [time] => 12 [License] => MIT ) [46] => Array ( [id] => 47 [title] => Song - 47 [time] => 47 [License] => MIT ) [40] => Array ( [id] => 41 [title] => Song - 41 [time] => 41 [License] => MIT ) [19] => Array ( [id] => 40 [title] => Song - 20 [time] => 20 [License] => MIT ) [38] => Array ( [id] => 39 [title] => Song - 39 [time] => 39 [License] => MIT ) [17] => Array ( [id] => 36 [title] => Song - 18 [time] => 18 [License] => MIT ) [34] => Array ( [id] => 35 [title] => Song - 35 [time] => 35 [License] => MIT ) [10] => Array ( [id] => 33 [title] => Song - 11 [time] => 11 [License] => MIT ) [15] => Array ( [id] => 32 [title] => Song - 16 [time] => 16 [License] => MIT ) [27] => Array ( [id] => 28 [title] => Song - 28 [time] => 28 [License] => MIT ) [8] => Array ( [id] => 27 [title] => Song - 9 [time] => 9 [License] => MIT ) [21] => Array ( [id] => 22 [title] => Song - 22 [time] => 22 [License] => MIT ) [6] => Array ( [id] => 21 [title] => Song - 7 [time] => 7 [License] => MIT ) [20] => Array ( [id] => 21 [title] => Song - 21 [time] => 21 [License] => MIT ) [5] => Array ( [id] => 18 [title] => Song - 6 [time] => 6 [License] => MIT ) [16] => Array ( [id] => 17 [title] => Song - 17 [time] => 17 [License] => MIT ) [7] => Array ( [id] => 16 [title] => Song - 8 [time] => 8 [License] => MIT ) [14] => Array ( [id] => 15 [title] => Song - 15 [time] => 15 [License] => MIT ) [13] => Array ( [id] => 14 [title] => Song - 14 [time] => 14 [License] => MIT ) [12] => Array ( [id] => 13 [title] => Song - 13 [time] => 13 [License] => MIT ) [4] => Array ( [id] => 10 [title] => Song - 5 [time] => 5 [License] => MIT ) [9] => Array ( [id] => 10 [title] => Song - 10 [time] => 10 [License] => MIT ) [2] => Array ( [id] => 9 [title] => Song - 3 [time] => 3 [License] => MIT ) [1] => Array ( [id] => 8 [title] => Song - 2 [time] => 2 [License] => MIT ) [3] => Array ( [id] => 4 [title] => Song - 4 [time] => 4 [License] => MIT ) [0] => Array ( [id] => 4 [title] => Song - 1 [time] => 1 [License] => MIT ) )
Output for 7.0.4
Array ( [136] => Array ( [id] => 548 [title] => Song - 137 [time] => 137 [License] => MIT ) [129] => Array ( [id] => 520 [title] => Song - 130 [time] => 130 [License] => MIT ) [119] => Array ( [id] => 480 [title] => Song - 120 [time] => 120 [License] => MIT ) [116] => Array ( [id] => 468 [title] => Song - 117 [time] => 117 [License] => MIT ) [115] => Array ( [id] => 464 [title] => Song - 116 [time] => 116 [License] => MIT ) [114] => Array ( [id] => 460 [title] => Song - 115 [time] => 115 [License] => MIT ) [148] => Array ( [id] => 447 [title] => Song - 149 [time] => 149 [License] => MIT ) [147] => Array ( [id] => 444 [title] => Song - 148 [time] => 148 [License] => MIT ) [109] => Array ( [id] => 440 [title] => Song - 110 [time] => 110 [License] => MIT ) [108] => Array ( [id] => 436 [title] => Song - 109 [time] => 109 [License] => MIT ) [139] => Array ( [id] => 420 [title] => Song - 140 [time] => 140 [License] => MIT ) [138] => Array ( [id] => 417 [title] => Song - 139 [time] => 139 [License] => MIT ) [133] => Array ( [id] => 402 [title] => Song - 134 [time] => 134 [License] => MIT ) [99] => Array ( [id] => 400 [title] => Song - 100 [time] => 100 [License] => MIT ) [132] => Array ( [id] => 399 [title] => Song - 133 [time] => 133 [License] => MIT ) [130] => Array ( [id] => 393 [title] => Song - 131 [time] => 131 [License] => MIT ) [127] => Array ( [id] => 384 [title] => Song - 128 [time] => 128 [License] => MIT ) [93] => Array ( [id] => 376 [title] => Song - 94 [time] => 94 [License] => MIT ) [124] => Array ( [id] => 375 [title] => Song - 125 [time] => 125 [License] => MIT ) [92] => Array ( [id] => 372 [title] => Song - 93 [time] => 93 [License] => MIT ) [123] => Array ( [id] => 372 [title] => Song - 124 [time] => 124 [License] => MIT ) [118] => Array ( [id] => 357 [title] => Song - 119 [time] => 119 [License] => MIT ) [88] => Array ( [id] => 356 [title] => Song - 89 [time] => 89 [License] => MIT ) [113] => Array ( [id] => 342 [title] => Song - 114 [time] => 114 [License] => MIT ) [83] => Array ( [id] => 336 [title] => Song - 84 [time] => 84 [License] => MIT ) [81] => Array ( [id] => 328 [title] => Song - 82 [time] => 82 [License] => MIT ) [79] => Array ( [id] => 320 [title] => Song - 80 [time] => 80 [License] => MIT ) [105] => Array ( [id] => 318 [title] => Song - 106 [time] => 106 [License] => MIT ) [77] => Array ( [id] => 312 [title] => Song - 78 [time] => 78 [License] => MIT ) [103] => Array ( [id] => 312 [title] => Song - 104 [time] => 104 [License] => MIT ) [149] => Array ( [id] => 300 [title] => Song - 150 [time] => 150 [License] => MIT ) [98] => Array ( [id] => 297 [title] => Song - 99 [time] => 99 [License] => MIT ) [97] => Array ( [id] => 294 [title] => Song - 98 [time] => 98 [License] => MIT ) [146] => Array ( [id] => 294 [title] => Song - 147 [time] => 147 [License] => MIT ) [144] => Array ( [id] => 290 [title] => Song - 145 [time] => 145 [License] => MIT ) [95] => Array ( [id] => 288 [title] => Song - 96 [time] => 96 [License] => MIT ) [142] => Array ( [id] => 286 [title] => Song - 143 [time] => 143 [License] => MIT ) [94] => Array ( [id] => 285 [title] => Song - 95 [time] => 95 [License] => MIT ) [140] => Array ( [id] => 282 [title] => Song - 141 [time] => 141 [License] => MIT ) [69] => Array ( [id] => 280 [title] => Song - 70 [time] => 70 [License] => MIT ) [68] => Array ( [id] => 276 [title] => Song - 69 [time] => 69 [License] => MIT ) [90] => Array ( [id] => 273 [title] => Song - 91 [time] => 91 [License] => MIT ) [135] => Array ( [id] => 272 [title] => Song - 136 [time] => 136 [License] => MIT ) [66] => Array ( [id] => 268 [title] => Song - 67 [time] => 67 [License] => MIT ) [65] => Array ( [id] => 264 [title] => Song - 66 [time] => 66 [License] => MIT ) [126] => Array ( [id] => 254 [title] => Song - 127 [time] => 127 [License] => MIT ) [125] => Array ( [id] => 252 [title] => Song - 126 [time] => 126 [License] => MIT ) [122] => Array ( [id] => 246 [title] => Song - 123 [time] => 123 [License] => MIT ) [121] => Array ( [id] => 244 [title] => Song - 122 [time] => 122 [License] => MIT ) [120] => Array ( [id] => 242 [title] => Song - 121 [time] => 121 [License] => MIT ) [59] => Array ( [id] => 240 [title] => Song - 60 [time] => 60 [License] => MIT ) [117] => Array ( [id] => 236 [title] => Song - 118 [time] => 118 [License] => MIT ) [57] => Array ( [id] => 232 [title] => Song - 58 [time] => 58 [License] => MIT ) [76] => Array ( [id] => 231 [title] => Song - 77 [time] => 77 [License] => MIT ) [112] => Array ( [id] => 226 [title] => Song - 113 [time] => 113 [License] => MIT ) [73] => Array ( [id] => 222 [title] => Song - 74 [time] => 74 [License] => MIT ) [110] => Array ( [id] => 222 [title] => Song - 111 [time] => 111 [License] => MIT ) [71] => Array ( [id] => 216 [title] => Song - 72 [time] => 72 [License] => MIT ) [107] => Array ( [id] => 216 [title] => Song - 108 [time] => 108 [License] => MIT ) [70] => Array ( [id] => 213 [title] => Song - 71 [time] => 71 [License] => MIT ) [104] => Array ( [id] => 210 [title] => Song - 105 [time] => 105 [License] => MIT ) [50] => Array ( [id] => 204 [title] => Song - 51 [time] => 51 [License] => MIT ) [100] => Array ( [id] => 202 [title] => Song - 101 [time] => 101 [License] => MIT ) [62] => Array ( [id] => 189 [title] => Song - 63 [time] => 63 [License] => MIT ) [45] => Array ( [id] => 184 [title] => Song - 46 [time] => 46 [License] => MIT ) [89] => Array ( [id] => 180 [title] => Song - 90 [time] => 90 [License] => MIT ) [58] => Array ( [id] => 177 [title] => Song - 59 [time] => 59 [License] => MIT ) [87] => Array ( [id] => 176 [title] => Song - 88 [time] => 88 [License] => MIT ) [43] => Array ( [id] => 176 [title] => Song - 44 [time] => 44 [License] => MIT ) [86] => Array ( [id] => 174 [title] => Song - 87 [time] => 87 [License] => MIT ) [84] => Array ( [id] => 170 [title] => Song - 85 [time] => 85 [License] => MIT ) [55] => Array ( [id] => 168 [title] => Song - 56 [time] => 56 [License] => MIT ) [80] => Array ( [id] => 162 [title] => Song - 81 [time] => 81 [License] => MIT ) [39] => Array ( [id] => 160 [title] => Song - 40 [time] => 40 [License] => MIT ) [78] => Array ( [id] => 158 [title] => Song - 79 [time] => 79 [License] => MIT ) [38] => Array ( [id] => 156 [title] => Song - 39 [time] => 39 [License] => MIT ) [74] => Array ( [id] => 150 [title] => Song - 75 [time] => 75 [License] => MIT ) [36] => Array ( [id] => 148 [title] => Song - 37 [time] => 37 [License] => MIT ) [72] => Array ( [id] => 146 [title] => Song - 73 [time] => 73 [License] => MIT ) [145] => Array ( [id] => 146 [title] => Song - 146 [time] => 146 [License] => MIT ) [143] => Array ( [id] => 144 [title] => Song - 144 [time] => 144 [License] => MIT ) [141] => Array ( [id] => 142 [title] => Song - 142 [time] => 142 [License] => MIT ) [137] => Array ( [id] => 138 [title] => Song - 138 [time] => 138 [License] => MIT ) [44] => Array ( [id] => 135 [title] => Song - 45 [time] => 45 [License] => MIT ) [134] => Array ( [id] => 135 [title] => Song - 135 [time] => 135 [License] => MIT ) [32] => Array ( [id] => 132 [title] => Song - 33 [time] => 33 [License] => MIT ) [131] => Array ( [id] => 132 [title] => Song - 132 [time] => 132 [License] => MIT ) [42] => Array ( [id] => 129 [title] => Song - 43 [time] => 43 [License] => MIT ) [128] => Array ( [id] => 129 [title] => Song - 129 [time] => 129 [License] => MIT ) [63] => Array ( [id] => 128 [title] => Song - 64 [time] => 64 [License] => MIT ) [61] => Array ( [id] => 124 [title] => Song - 62 [time] => 62 [License] => MIT ) [30] => Array ( [id] => 124 [title] => Song - 31 [time] => 31 [License] => MIT ) [29] => Array ( [id] => 120 [title] => Song - 30 [time] => 30 [License] => MIT ) [111] => Array ( [id] => 112 [title] => Song - 112 [time] => 112 [License] => MIT ) [53] => Array ( [id] => 108 [title] => Song - 54 [time] => 54 [License] => MIT ) [35] => Array ( [id] => 108 [title] => Song - 36 [time] => 36 [License] => MIT ) [106] => Array ( [id] => 107 [title] => Song - 107 [time] => 107 [License] => MIT ) [52] => Array ( [id] => 106 [title] => Song - 53 [time] => 53 [License] => MIT ) [102] => Array ( [id] => 103 [title] => Song - 103 [time] => 103 [License] => MIT ) [33] => Array ( [id] => 102 [title] => Song - 34 [time] => 34 [License] => MIT ) [101] => Array ( [id] => 102 [title] => Song - 102 [time] => 102 [License] => MIT ) [24] => Array ( [id] => 100 [title] => Song - 25 [time] => 25 [License] => MIT ) [96] => Array ( [id] => 97 [title] => Song - 97 [time] => 97 [License] => MIT ) [47] => Array ( [id] => 96 [title] => Song - 48 [time] => 48 [License] => MIT ) [31] => Array ( [id] => 96 [title] => Song - 32 [time] => 32 [License] => MIT ) [46] => Array ( [id] => 94 [title] => Song - 47 [time] => 47 [License] => MIT ) [91] => Array ( [id] => 92 [title] => Song - 92 [time] => 92 [License] => MIT ) [28] => Array ( [id] => 87 [title] => Song - 29 [time] => 29 [License] => MIT ) [85] => Array ( [id] => 86 [title] => Song - 86 [time] => 86 [License] => MIT ) [20] => Array ( [id] => 84 [title] => Song - 21 [time] => 21 [License] => MIT ) [82] => Array ( [id] => 83 [title] => Song - 83 [time] => 83 [License] => MIT ) [40] => Array ( [id] => 82 [title] => Song - 41 [time] => 41 [License] => MIT ) [75] => Array ( [id] => 76 [title] => Song - 76 [time] => 76 [License] => MIT ) [37] => Array ( [id] => 76 [title] => Song - 38 [time] => 38 [License] => MIT ) [18] => Array ( [id] => 76 [title] => Song - 19 [time] => 19 [License] => MIT ) [34] => Array ( [id] => 70 [title] => Song - 35 [time] => 35 [License] => MIT ) [67] => Array ( [id] => 68 [title] => Song - 68 [time] => 68 [License] => MIT ) [16] => Array ( [id] => 68 [title] => Song - 17 [time] => 17 [License] => MIT ) [64] => Array ( [id] => 65 [title] => Song - 65 [time] => 65 [License] => MIT ) [60] => Array ( [id] => 61 [title] => Song - 61 [time] => 61 [License] => MIT ) [56] => Array ( [id] => 57 [title] => Song - 57 [time] => 57 [License] => MIT ) [54] => Array ( [id] => 55 [title] => Song - 55 [time] => 55 [License] => MIT ) [26] => Array ( [id] => 54 [title] => Song - 27 [time] => 27 [License] => MIT ) [17] => Array ( [id] => 54 [title] => Song - 18 [time] => 18 [License] => MIT ) [51] => Array ( [id] => 52 [title] => Song - 52 [time] => 52 [License] => MIT ) [49] => Array ( [id] => 50 [title] => Song - 50 [time] => 50 [License] => MIT ) [48] => Array ( [id] => 49 [title] => Song - 49 [time] => 49 [License] => MIT ) [15] => Array ( [id] => 48 [title] => Song - 16 [time] => 16 [License] => MIT ) [22] => Array ( [id] => 46 [title] => Song - 23 [time] => 23 [License] => MIT ) [21] => Array ( [id] => 44 [title] => Song - 22 [time] => 22 [License] => MIT ) [41] => Array ( [id] => 42 [title] => Song - 42 [time] => 42 [License] => MIT ) [9] => Array ( [id] => 40 [title] => Song - 10 [time] => 10 [License] => MIT ) [8] => Array ( [id] => 36 [title] => Song - 9 [time] => 9 [License] => MIT ) [11] => Array ( [id] => 36 [title] => Song - 12 [time] => 12 [License] => MIT ) [27] => Array ( [id] => 28 [title] => Song - 28 [time] => 28 [License] => MIT ) [25] => Array ( [id] => 26 [title] => Song - 26 [time] => 26 [License] => MIT ) [12] => Array ( [id] => 26 [title] => Song - 13 [time] => 13 [License] => MIT ) [23] => Array ( [id] => 24 [title] => Song - 24 [time] => 24 [License] => MIT ) [10] => Array ( [id] => 22 [title] => Song - 11 [time] => 11 [License] => MIT ) [6] => Array ( [id] => 21 [title] => Song - 7 [time] => 7 [License] => MIT ) [19] => Array ( [id] => 20 [title] => Song - 20 [time] => 20 [License] => MIT ) [3] => Array ( [id] => 16 [title] => Song - 4 [time] => 4 [License] => MIT ) [4] => Array ( [id] => 15 [title] => Song - 5 [time] => 5 [License] => MIT ) [14] => Array ( [id] => 15 [title] => Song - 15 [time] => 15 [License] => MIT ) [13] => Array ( [id] => 14 [title] => Song - 14 [time] => 14 [License] => MIT ) [2] => Array ( [id] => 9 [title] => Song - 3 [time] => 3 [License] => MIT ) [7] => Array ( [id] => 8 [title] => Song - 8 [time] => 8 [License] => MIT ) [5] => Array ( [id] => 6 [title] => Song - 6 [time] => 6 [License] => MIT ) [1] => Array ( [id] => 4 [title] => Song - 2 [time] => 2 [License] => MIT ) [0] => Array ( [id] => 1 [title] => Song - 1 [time] => 1 [License] => MIT ) )
Output for 7.0.3
Array ( [141] => Array ( [id] => 568 [title] => Song - 142 [time] => 142 [License] => MIT ) [136] => Array ( [id] => 548 [title] => Song - 137 [time] => 137 [License] => MIT ) [133] => Array ( [id] => 536 [title] => Song - 134 [time] => 134 [License] => MIT ) [132] => Array ( [id] => 532 [title] => Song - 133 [time] => 133 [License] => MIT ) [130] => Array ( [id] => 524 [title] => Song - 131 [time] => 131 [License] => MIT ) [119] => Array ( [id] => 480 [title] => Song - 120 [time] => 120 [License] => MIT ) [148] => Array ( [id] => 447 [title] => Song - 149 [time] => 149 [License] => MIT ) [146] => Array ( [id] => 441 [title] => Song - 147 [time] => 147 [License] => MIT ) [145] => Array ( [id] => 438 [title] => Song - 146 [time] => 146 [License] => MIT ) [143] => Array ( [id] => 432 [title] => Song - 144 [time] => 144 [License] => MIT ) [106] => Array ( [id] => 428 [title] => Song - 107 [time] => 107 [License] => MIT ) [140] => Array ( [id] => 423 [title] => Song - 141 [time] => 141 [License] => MIT ) [103] => Array ( [id] => 416 [title] => Song - 104 [time] => 104 [License] => MIT ) [137] => Array ( [id] => 414 [title] => Song - 138 [time] => 138 [License] => MIT ) [102] => Array ( [id] => 412 [title] => Song - 103 [time] => 103 [License] => MIT ) [101] => Array ( [id] => 408 [title] => Song - 102 [time] => 102 [License] => MIT ) [128] => Array ( [id] => 387 [title] => Song - 129 [time] => 129 [License] => MIT ) [124] => Array ( [id] => 375 [title] => Song - 125 [time] => 125 [License] => MIT ) [122] => Array ( [id] => 369 [title] => Song - 123 [time] => 123 [License] => MIT ) [120] => Array ( [id] => 363 [title] => Song - 121 [time] => 121 [License] => MIT ) [89] => Array ( [id] => 360 [title] => Song - 90 [time] => 90 [License] => MIT ) [118] => Array ( [id] => 357 [title] => Song - 119 [time] => 119 [License] => MIT ) [85] => Array ( [id] => 344 [title] => Song - 86 [time] => 86 [License] => MIT ) [83] => Array ( [id] => 336 [title] => Song - 84 [time] => 84 [License] => MIT ) [80] => Array ( [id] => 324 [title] => Song - 81 [time] => 81 [License] => MIT ) [107] => Array ( [id] => 324 [title] => Song - 108 [time] => 108 [License] => MIT ) [105] => Array ( [id] => 318 [title] => Song - 106 [time] => 106 [License] => MIT ) [104] => Array ( [id] => 315 [title] => Song - 105 [time] => 105 [License] => MIT ) [149] => Array ( [id] => 300 [title] => Song - 150 [time] => 150 [License] => MIT ) [73] => Array ( [id] => 296 [title] => Song - 74 [time] => 74 [License] => MIT ) [147] => Array ( [id] => 296 [title] => Song - 148 [time] => 148 [License] => MIT ) [96] => Array ( [id] => 291 [title] => Song - 97 [time] => 97 [License] => MIT ) [144] => Array ( [id] => 290 [title] => Song - 145 [time] => 145 [License] => MIT ) [70] => Array ( [id] => 284 [title] => Song - 71 [time] => 71 [License] => MIT ) [138] => Array ( [id] => 278 [title] => Song - 139 [time] => 139 [License] => MIT ) [91] => Array ( [id] => 276 [title] => Song - 92 [time] => 92 [License] => MIT ) [68] => Array ( [id] => 276 [title] => Song - 69 [time] => 69 [License] => MIT ) [90] => Array ( [id] => 273 [title] => Song - 91 [time] => 91 [License] => MIT ) [135] => Array ( [id] => 272 [title] => Song - 136 [time] => 136 [License] => MIT ) [134] => Array ( [id] => 270 [title] => Song - 135 [time] => 135 [License] => MIT ) [88] => Array ( [id] => 267 [title] => Song - 89 [time] => 89 [License] => MIT ) [131] => Array ( [id] => 264 [title] => Song - 132 [time] => 132 [License] => MIT ) [64] => Array ( [id] => 260 [title] => Song - 65 [time] => 65 [License] => MIT ) [62] => Array ( [id] => 252 [title] => Song - 63 [time] => 63 [License] => MIT ) [61] => Array ( [id] => 248 [title] => Song - 62 [time] => 62 [License] => MIT ) [123] => Array ( [id] => 248 [title] => Song - 124 [time] => 124 [License] => MIT ) [81] => Array ( [id] => 246 [title] => Song - 82 [time] => 82 [License] => MIT ) [60] => Array ( [id] => 244 [title] => Song - 61 [time] => 61 [License] => MIT ) [117] => Array ( [id] => 236 [title] => Song - 118 [time] => 118 [License] => MIT ) [116] => Array ( [id] => 234 [title] => Song - 117 [time] => 117 [License] => MIT ) [57] => Array ( [id] => 232 [title] => Song - 58 [time] => 58 [License] => MIT ) [114] => Array ( [id] => 230 [title] => Song - 115 [time] => 115 [License] => MIT ) [75] => Array ( [id] => 228 [title] => Song - 76 [time] => 76 [License] => MIT ) [56] => Array ( [id] => 228 [title] => Song - 57 [time] => 57 [License] => MIT ) [113] => Array ( [id] => 228 [title] => Song - 114 [time] => 114 [License] => MIT ) [74] => Array ( [id] => 225 [title] => Song - 75 [time] => 75 [License] => MIT ) [111] => Array ( [id] => 224 [title] => Song - 112 [time] => 112 [License] => MIT ) [110] => Array ( [id] => 222 [title] => Song - 111 [time] => 111 [License] => MIT ) [67] => Array ( [id] => 204 [title] => Song - 68 [time] => 68 [License] => MIT ) [66] => Array ( [id] => 201 [title] => Song - 67 [time] => 67 [License] => MIT ) [97] => Array ( [id] => 196 [title] => Song - 98 [time] => 98 [License] => MIT ) [63] => Array ( [id] => 192 [title] => Song - 64 [time] => 64 [License] => MIT ) [47] => Array ( [id] => 192 [title] => Song - 48 [time] => 48 [License] => MIT ) [94] => Array ( [id] => 190 [title] => Song - 95 [time] => 95 [License] => MIT ) [93] => Array ( [id] => 188 [title] => Song - 94 [time] => 94 [License] => MIT ) [92] => Array ( [id] => 186 [title] => Song - 93 [time] => 93 [License] => MIT ) [59] => Array ( [id] => 180 [title] => Song - 60 [time] => 60 [License] => MIT ) [44] => Array ( [id] => 180 [title] => Song - 45 [time] => 45 [License] => MIT ) [43] => Array ( [id] => 176 [title] => Song - 44 [time] => 44 [License] => MIT ) [55] => Array ( [id] => 168 [title] => Song - 56 [time] => 56 [License] => MIT ) [54] => Array ( [id] => 165 [title] => Song - 55 [time] => 55 [License] => MIT ) [53] => Array ( [id] => 162 [title] => Song - 54 [time] => 54 [License] => MIT ) [79] => Array ( [id] => 160 [title] => Song - 80 [time] => 80 [License] => MIT ) [51] => Array ( [id] => 156 [title] => Song - 52 [time] => 52 [License] => MIT ) [50] => Array ( [id] => 153 [title] => Song - 51 [time] => 51 [License] => MIT ) [142] => Array ( [id] => 143 [title] => Song - 143 [time] => 143 [License] => MIT ) [69] => Array ( [id] => 140 [title] => Song - 70 [time] => 70 [License] => MIT ) [139] => Array ( [id] => 140 [title] => Song - 140 [time] => 140 [License] => MIT ) [65] => Array ( [id] => 132 [title] => Song - 66 [time] => 66 [License] => MIT ) [129] => Array ( [id] => 130 [title] => Song - 130 [time] => 130 [License] => MIT ) [127] => Array ( [id] => 128 [title] => Song - 128 [time] => 128 [License] => MIT ) [126] => Array ( [id] => 127 [title] => Song - 127 [time] => 127 [License] => MIT ) [41] => Array ( [id] => 126 [title] => Song - 42 [time] => 42 [License] => MIT ) [125] => Array ( [id] => 126 [title] => Song - 126 [time] => 126 [License] => MIT ) [30] => Array ( [id] => 124 [title] => Song - 31 [time] => 31 [License] => MIT ) [121] => Array ( [id] => 122 [title] => Song - 122 [time] => 122 [License] => MIT ) [28] => Array ( [id] => 116 [title] => Song - 29 [time] => 29 [License] => MIT ) [115] => Array ( [id] => 116 [title] => Song - 116 [time] => 116 [License] => MIT ) [37] => Array ( [id] => 114 [title] => Song - 38 [time] => 38 [License] => MIT ) [112] => Array ( [id] => 113 [title] => Song - 113 [time] => 113 [License] => MIT ) [109] => Array ( [id] => 110 [title] => Song - 110 [time] => 110 [License] => MIT ) [108] => Array ( [id] => 109 [title] => Song - 109 [time] => 109 [License] => MIT ) [35] => Array ( [id] => 108 [title] => Song - 36 [time] => 36 [License] => MIT ) [33] => Array ( [id] => 102 [title] => Song - 34 [time] => 34 [License] => MIT ) [100] => Array ( [id] => 101 [title] => Song - 101 [time] => 101 [License] => MIT ) [99] => Array ( [id] => 100 [title] => Song - 100 [time] => 100 [License] => MIT ) [98] => Array ( [id] => 99 [title] => Song - 99 [time] => 99 [License] => MIT ) [32] => Array ( [id] => 99 [title] => Song - 33 [time] => 33 [License] => MIT ) [95] => Array ( [id] => 96 [title] => Song - 96 [time] => 96 [License] => MIT ) [45] => Array ( [id] => 92 [title] => Song - 46 [time] => 46 [License] => MIT ) [22] => Array ( [id] => 92 [title] => Song - 23 [time] => 23 [License] => MIT ) [87] => Array ( [id] => 88 [title] => Song - 88 [time] => 88 [License] => MIT ) [86] => Array ( [id] => 87 [title] => Song - 87 [time] => 87 [License] => MIT ) [42] => Array ( [id] => 86 [title] => Song - 43 [time] => 43 [License] => MIT ) [84] => Array ( [id] => 85 [title] => Song - 85 [time] => 85 [License] => MIT ) [20] => Array ( [id] => 84 [title] => Song - 21 [time] => 21 [License] => MIT ) [82] => Array ( [id] => 83 [title] => Song - 83 [time] => 83 [License] => MIT ) [40] => Array ( [id] => 82 [title] => Song - 41 [time] => 41 [License] => MIT ) [26] => Array ( [id] => 81 [title] => Song - 27 [time] => 27 [License] => MIT ) [78] => Array ( [id] => 79 [title] => Song - 79 [time] => 79 [License] => MIT ) [77] => Array ( [id] => 78 [title] => Song - 78 [time] => 78 [License] => MIT ) [38] => Array ( [id] => 78 [title] => Song - 39 [time] => 39 [License] => MIT ) [76] => Array ( [id] => 77 [title] => Song - 77 [time] => 77 [License] => MIT ) [18] => Array ( [id] => 76 [title] => Song - 19 [time] => 19 [License] => MIT ) [24] => Array ( [id] => 75 [title] => Song - 25 [time] => 25 [License] => MIT ) [72] => Array ( [id] => 73 [title] => Song - 73 [time] => 73 [License] => MIT ) [71] => Array ( [id] => 72 [title] => Song - 72 [time] => 72 [License] => MIT ) [23] => Array ( [id] => 72 [title] => Song - 24 [time] => 24 [License] => MIT ) [31] => Array ( [id] => 64 [title] => Song - 32 [time] => 32 [License] => MIT ) [58] => Array ( [id] => 59 [title] => Song - 59 [time] => 59 [License] => MIT ) [52] => Array ( [id] => 53 [title] => Song - 53 [time] => 53 [License] => MIT ) [25] => Array ( [id] => 52 [title] => Song - 26 [time] => 26 [License] => MIT ) [49] => Array ( [id] => 50 [title] => Song - 50 [time] => 50 [License] => MIT ) [48] => Array ( [id] => 49 [title] => Song - 49 [time] => 49 [License] => MIT ) [46] => Array ( [id] => 47 [title] => Song - 47 [time] => 47 [License] => MIT ) [13] => Array ( [id] => 42 [title] => Song - 14 [time] => 14 [License] => MIT ) [39] => Array ( [id] => 40 [title] => Song - 40 [time] => 40 [License] => MIT ) [36] => Array ( [id] => 37 [title] => Song - 37 [time] => 37 [License] => MIT ) [17] => Array ( [id] => 36 [title] => Song - 18 [time] => 18 [License] => MIT ) [11] => Array ( [id] => 36 [title] => Song - 12 [time] => 12 [License] => MIT ) [34] => Array ( [id] => 35 [title] => Song - 35 [time] => 35 [License] => MIT ) [10] => Array ( [id] => 33 [title] => Song - 11 [time] => 11 [License] => MIT ) [15] => Array ( [id] => 32 [title] => Song - 16 [time] => 16 [License] => MIT ) [29] => Array ( [id] => 30 [title] => Song - 30 [time] => 30 [License] => MIT ) [14] => Array ( [id] => 30 [title] => Song - 15 [time] => 15 [License] => MIT ) [27] => Array ( [id] => 28 [title] => Song - 28 [time] => 28 [License] => MIT ) [7] => Array ( [id] => 24 [title] => Song - 8 [time] => 8 [License] => MIT ) [21] => Array ( [id] => 22 [title] => Song - 22 [time] => 22 [License] => MIT ) [19] => Array ( [id] => 20 [title] => Song - 20 [time] => 20 [License] => MIT ) [9] => Array ( [id] => 20 [title] => Song - 10 [time] => 10 [License] => MIT ) [8] => Array ( [id] => 18 [title] => Song - 9 [time] => 9 [License] => MIT ) [5] => Array ( [id] => 18 [title] => Song - 6 [time] => 6 [License] => MIT ) [16] => Array ( [id] => 17 [title] => Song - 17 [time] => 17 [License] => MIT ) [3] => Array ( [id] => 16 [title] => Song - 4 [time] => 4 [License] => MIT ) [4] => Array ( [id] => 15 [title] => Song - 5 [time] => 5 [License] => MIT ) [6] => Array ( [id] => 14 [title] => Song - 7 [time] => 7 [License] => MIT ) [12] => Array ( [id] => 13 [title] => Song - 13 [time] => 13 [License] => MIT ) [2] => Array ( [id] => 12 [title] => Song - 3 [time] => 3 [License] => MIT ) [1] => Array ( [id] => 8 [title] => Song - 2 [time] => 2 [License] => MIT ) [0] => Array ( [id] => 3 [title] => Song - 1 [time] => 1 [License] => MIT ) )
Output for 7.0.2
Array ( [143] => Array ( [id] => 576 [title] => Song - 144 [time] => 144 [License] => MIT ) [142] => Array ( [id] => 572 [title] => Song - 143 [time] => 143 [License] => MIT ) [140] => Array ( [id] => 564 [title] => Song - 141 [time] => 141 [License] => MIT ) [139] => Array ( [id] => 560 [title] => Song - 140 [time] => 140 [License] => MIT ) [138] => Array ( [id] => 556 [title] => Song - 139 [time] => 139 [License] => MIT ) [133] => Array ( [id] => 536 [title] => Song - 134 [time] => 134 [License] => MIT ) [131] => Array ( [id] => 528 [title] => Song - 132 [time] => 132 [License] => MIT ) [127] => Array ( [id] => 512 [title] => Song - 128 [time] => 128 [License] => MIT ) [126] => Array ( [id] => 508 [title] => Song - 127 [time] => 127 [License] => MIT ) [122] => Array ( [id] => 492 [title] => Song - 123 [time] => 123 [License] => MIT ) [119] => Array ( [id] => 480 [title] => Song - 120 [time] => 120 [License] => MIT ) [112] => Array ( [id] => 452 [title] => Song - 113 [time] => 113 [License] => MIT ) [148] => Array ( [id] => 447 [title] => Song - 149 [time] => 149 [License] => MIT ) [110] => Array ( [id] => 444 [title] => Song - 111 [time] => 111 [License] => MIT ) [107] => Array ( [id] => 432 [title] => Song - 108 [time] => 108 [License] => MIT ) [106] => Array ( [id] => 428 [title] => Song - 107 [time] => 107 [License] => MIT ) [134] => Array ( [id] => 405 [title] => Song - 135 [time] => 135 [License] => MIT ) [130] => Array ( [id] => 393 [title] => Song - 131 [time] => 131 [License] => MIT ) [97] => Array ( [id] => 392 [title] => Song - 98 [time] => 98 [License] => MIT ) [129] => Array ( [id] => 390 [title] => Song - 130 [time] => 130 [License] => MIT ) [96] => Array ( [id] => 388 [title] => Song - 97 [time] => 97 [License] => MIT ) [92] => Array ( [id] => 372 [title] => Song - 93 [time] => 93 [License] => MIT ) [123] => Array ( [id] => 372 [title] => Song - 124 [time] => 124 [License] => MIT ) [121] => Array ( [id] => 366 [title] => Song - 122 [time] => 122 [License] => MIT ) [120] => Array ( [id] => 363 [title] => Song - 121 [time] => 121 [License] => MIT ) [117] => Array ( [id] => 354 [title] => Song - 118 [time] => 118 [License] => MIT ) [81] => Array ( [id] => 328 [title] => Song - 82 [time] => 82 [License] => MIT ) [108] => Array ( [id] => 327 [title] => Song - 109 [time] => 109 [License] => MIT ) [80] => Array ( [id] => 324 [title] => Song - 81 [time] => 81 [License] => MIT ) [104] => Array ( [id] => 315 [title] => Song - 105 [time] => 105 [License] => MIT ) [77] => Array ( [id] => 312 [title] => Song - 78 [time] => 78 [License] => MIT ) [76] => Array ( [id] => 308 [title] => Song - 77 [time] => 77 [License] => MIT ) [75] => Array ( [id] => 304 [title] => Song - 76 [time] => 76 [License] => MIT ) [100] => Array ( [id] => 303 [title] => Song - 101 [time] => 101 [License] => MIT ) [149] => Array ( [id] => 300 [title] => Song - 150 [time] => 150 [License] => MIT ) [145] => Array ( [id] => 292 [title] => Song - 146 [time] => 146 [License] => MIT ) [95] => Array ( [id] => 288 [title] => Song - 96 [time] => 96 [License] => MIT ) [71] => Array ( [id] => 288 [title] => Song - 72 [time] => 72 [License] => MIT ) [70] => Array ( [id] => 284 [title] => Song - 71 [time] => 71 [License] => MIT ) [141] => Array ( [id] => 284 [title] => Song - 142 [time] => 142 [License] => MIT ) [93] => Array ( [id] => 282 [title] => Song - 94 [time] => 94 [License] => MIT ) [91] => Array ( [id] => 276 [title] => Song - 92 [time] => 92 [License] => MIT ) [68] => Array ( [id] => 276 [title] => Song - 69 [time] => 69 [License] => MIT ) [137] => Array ( [id] => 276 [title] => Song - 138 [time] => 138 [License] => MIT ) [90] => Array ( [id] => 273 [title] => Song - 91 [time] => 91 [License] => MIT ) [67] => Array ( [id] => 272 [title] => Song - 68 [time] => 68 [License] => MIT ) [135] => Array ( [id] => 272 [title] => Song - 136 [time] => 136 [License] => MIT ) [89] => Array ( [id] => 270 [title] => Song - 90 [time] => 90 [License] => MIT ) [66] => Array ( [id] => 268 [title] => Song - 67 [time] => 67 [License] => MIT ) [88] => Array ( [id] => 267 [title] => Song - 89 [time] => 89 [License] => MIT ) [132] => Array ( [id] => 266 [title] => Song - 133 [time] => 133 [License] => MIT ) [87] => Array ( [id] => 264 [title] => Song - 88 [time] => 88 [License] => MIT ) [65] => Array ( [id] => 264 [title] => Song - 66 [time] => 66 [License] => MIT ) [64] => Array ( [id] => 260 [title] => Song - 65 [time] => 65 [License] => MIT ) [85] => Array ( [id] => 258 [title] => Song - 86 [time] => 86 [License] => MIT ) [128] => Array ( [id] => 258 [title] => Song - 129 [time] => 129 [License] => MIT ) [84] => Array ( [id] => 255 [title] => Song - 85 [time] => 85 [License] => MIT ) [83] => Array ( [id] => 252 [title] => Song - 84 [time] => 84 [License] => MIT ) [125] => Array ( [id] => 252 [title] => Song - 126 [time] => 126 [License] => MIT ) [82] => Array ( [id] => 249 [title] => Song - 83 [time] => 83 [License] => MIT ) [118] => Array ( [id] => 238 [title] => Song - 119 [time] => 119 [License] => MIT ) [78] => Array ( [id] => 237 [title] => Song - 79 [time] => 79 [License] => MIT ) [116] => Array ( [id] => 234 [title] => Song - 117 [time] => 117 [License] => MIT ) [115] => Array ( [id] => 232 [title] => Song - 116 [time] => 116 [License] => MIT ) [113] => Array ( [id] => 228 [title] => Song - 114 [time] => 114 [License] => MIT ) [55] => Array ( [id] => 224 [title] => Song - 56 [time] => 56 [License] => MIT ) [73] => Array ( [id] => 222 [title] => Song - 74 [time] => 74 [License] => MIT ) [109] => Array ( [id] => 220 [title] => Song - 110 [time] => 110 [License] => MIT ) [72] => Array ( [id] => 219 [title] => Song - 73 [time] => 73 [License] => MIT ) [105] => Array ( [id] => 212 [title] => Song - 106 [time] => 106 [License] => MIT ) [69] => Array ( [id] => 210 [title] => Song - 70 [time] => 70 [License] => MIT ) [102] => Array ( [id] => 206 [title] => Song - 103 [time] => 103 [License] => MIT ) [50] => Array ( [id] => 204 [title] => Song - 51 [time] => 51 [License] => MIT ) [99] => Array ( [id] => 200 [title] => Song - 100 [time] => 100 [License] => MIT ) [98] => Array ( [id] => 198 [title] => Song - 99 [time] => 99 [License] => MIT ) [47] => Array ( [id] => 192 [title] => Song - 48 [time] => 48 [License] => MIT ) [54] => Array ( [id] => 165 [title] => Song - 55 [time] => 55 [License] => MIT ) [79] => Array ( [id] => 160 [title] => Song - 80 [time] => 80 [License] => MIT ) [74] => Array ( [id] => 150 [title] => Song - 75 [time] => 75 [License] => MIT ) [36] => Array ( [id] => 148 [title] => Song - 37 [time] => 37 [License] => MIT ) [147] => Array ( [id] => 148 [title] => Song - 148 [time] => 148 [License] => MIT ) [146] => Array ( [id] => 147 [title] => Song - 147 [time] => 147 [License] => MIT ) [144] => Array ( [id] => 145 [title] => Song - 145 [time] => 145 [License] => MIT ) [136] => Array ( [id] => 137 [title] => Song - 137 [time] => 137 [License] => MIT ) [43] => Array ( [id] => 132 [title] => Song - 44 [time] => 44 [License] => MIT ) [124] => Array ( [id] => 125 [title] => Song - 125 [time] => 125 [License] => MIT ) [61] => Array ( [id] => 124 [title] => Song - 62 [time] => 62 [License] => MIT ) [30] => Array ( [id] => 124 [title] => Song - 31 [time] => 31 [License] => MIT ) [60] => Array ( [id] => 122 [title] => Song - 61 [time] => 61 [License] => MIT ) [59] => Array ( [id] => 120 [title] => Song - 60 [time] => 60 [License] => MIT ) [114] => Array ( [id] => 115 [title] => Song - 115 [time] => 115 [License] => MIT ) [56] => Array ( [id] => 114 [title] => Song - 57 [time] => 57 [License] => MIT ) [111] => Array ( [id] => 112 [title] => Song - 112 [time] => 112 [License] => MIT ) [51] => Array ( [id] => 104 [title] => Song - 52 [time] => 52 [License] => MIT ) [103] => Array ( [id] => 104 [title] => Song - 104 [time] => 104 [License] => MIT ) [33] => Array ( [id] => 102 [title] => Song - 34 [time] => 34 [License] => MIT ) [101] => Array ( [id] => 102 [title] => Song - 102 [time] => 102 [License] => MIT ) [49] => Array ( [id] => 100 [title] => Song - 50 [time] => 50 [License] => MIT ) [32] => Array ( [id] => 99 [title] => Song - 33 [time] => 33 [License] => MIT ) [48] => Array ( [id] => 98 [title] => Song - 49 [time] => 49 [License] => MIT ) [94] => Array ( [id] => 95 [title] => Song - 95 [time] => 95 [License] => MIT ) [45] => Array ( [id] => 92 [title] => Song - 46 [time] => 46 [License] => MIT ) [44] => Array ( [id] => 90 [title] => Song - 45 [time] => 45 [License] => MIT ) [86] => Array ( [id] => 87 [title] => Song - 87 [time] => 87 [License] => MIT ) [42] => Array ( [id] => 86 [title] => Song - 43 [time] => 43 [License] => MIT ) [41] => Array ( [id] => 84 [title] => Song - 42 [time] => 42 [License] => MIT ) [27] => Array ( [id] => 84 [title] => Song - 28 [time] => 28 [License] => MIT ) [20] => Array ( [id] => 84 [title] => Song - 21 [time] => 21 [License] => MIT ) [40] => Array ( [id] => 82 [title] => Song - 41 [time] => 41 [License] => MIT ) [26] => Array ( [id] => 81 [title] => Song - 27 [time] => 27 [License] => MIT ) [39] => Array ( [id] => 80 [title] => Song - 40 [time] => 40 [License] => MIT ) [19] => Array ( [id] => 80 [title] => Song - 20 [time] => 20 [License] => MIT ) [38] => Array ( [id] => 78 [title] => Song - 39 [time] => 39 [License] => MIT ) [18] => Array ( [id] => 76 [title] => Song - 19 [time] => 19 [License] => MIT ) [35] => Array ( [id] => 72 [title] => Song - 36 [time] => 36 [License] => MIT ) [22] => Array ( [id] => 69 [title] => Song - 23 [time] => 23 [License] => MIT ) [21] => Array ( [id] => 66 [title] => Song - 22 [time] => 22 [License] => MIT ) [63] => Array ( [id] => 64 [title] => Song - 64 [time] => 64 [License] => MIT ) [31] => Array ( [id] => 64 [title] => Song - 32 [time] => 32 [License] => MIT ) [62] => Array ( [id] => 63 [title] => Song - 63 [time] => 63 [License] => MIT ) [29] => Array ( [id] => 60 [title] => Song - 30 [time] => 30 [License] => MIT ) [58] => Array ( [id] => 59 [title] => Song - 59 [time] => 59 [License] => MIT ) [57] => Array ( [id] => 58 [title] => Song - 58 [time] => 58 [License] => MIT ) [53] => Array ( [id] => 54 [title] => Song - 54 [time] => 54 [License] => MIT ) [52] => Array ( [id] => 53 [title] => Song - 53 [time] => 53 [License] => MIT ) [23] => Array ( [id] => 48 [title] => Song - 24 [time] => 24 [License] => MIT ) [15] => Array ( [id] => 48 [title] => Song - 16 [time] => 16 [License] => MIT ) [46] => Array ( [id] => 47 [title] => Song - 47 [time] => 47 [License] => MIT ) [13] => Array ( [id] => 42 [title] => Song - 14 [time] => 14 [License] => MIT ) [37] => Array ( [id] => 38 [title] => Song - 38 [time] => 38 [License] => MIT ) [11] => Array ( [id] => 36 [title] => Song - 12 [time] => 12 [License] => MIT ) [34] => Array ( [id] => 35 [title] => Song - 35 [time] => 35 [License] => MIT ) [7] => Array ( [id] => 32 [title] => Song - 8 [time] => 8 [License] => MIT ) [14] => Array ( [id] => 30 [title] => Song - 15 [time] => 15 [License] => MIT ) [28] => Array ( [id] => 29 [title] => Song - 29 [time] => 29 [License] => MIT ) [25] => Array ( [id] => 26 [title] => Song - 26 [time] => 26 [License] => MIT ) [24] => Array ( [id] => 25 [title] => Song - 25 [time] => 25 [License] => MIT ) [10] => Array ( [id] => 22 [title] => Song - 11 [time] => 11 [License] => MIT ) [6] => Array ( [id] => 21 [title] => Song - 7 [time] => 7 [License] => MIT ) [17] => Array ( [id] => 18 [title] => Song - 18 [time] => 18 [License] => MIT ) [16] => Array ( [id] => 17 [title] => Song - 17 [time] => 17 [License] => MIT ) [3] => Array ( [id] => 16 [title] => Song - 4 [time] => 4 [License] => MIT ) [12] => Array ( [id] => 13 [title] => Song - 13 [time] => 13 [License] => MIT ) [9] => Array ( [id] => 10 [title] => Song - 10 [time] => 10 [License] => MIT ) [8] => Array ( [id] => 9 [title] => Song - 9 [time] => 9 [License] => MIT ) [5] => Array ( [id] => 6 [title] => Song - 6 [time] => 6 [License] => MIT ) [2] => Array ( [id] => 6 [title] => Song - 3 [time] => 3 [License] => MIT ) [4] => Array ( [id] => 5 [title] => Song - 5 [time] => 5 [License] => MIT ) [0] => Array ( [id] => 4 [title] => Song - 1 [time] => 1 [License] => MIT ) [1] => Array ( [id] => 2 [title] => Song - 2 [time] => 2 [License] => MIT ) )
Output for 7.0.1
Array ( [149] => Array ( [id] => 600 [title] => Song - 150 [time] => 150 [License] => MIT ) [144] => Array ( [id] => 580 [title] => Song - 145 [time] => 145 [License] => MIT ) [136] => Array ( [id] => 548 [title] => Song - 137 [time] => 137 [License] => MIT ) [133] => Array ( [id] => 536 [title] => Song - 134 [time] => 134 [License] => MIT ) [131] => Array ( [id] => 528 [title] => Song - 132 [time] => 132 [License] => MIT ) [126] => Array ( [id] => 508 [title] => Song - 127 [time] => 127 [License] => MIT ) [118] => Array ( [id] => 476 [title] => Song - 119 [time] => 119 [License] => MIT ) [116] => Array ( [id] => 468 [title] => Song - 117 [time] => 117 [License] => MIT ) [113] => Array ( [id] => 456 [title] => Song - 114 [time] => 114 [License] => MIT ) [112] => Array ( [id] => 452 [title] => Song - 113 [time] => 113 [License] => MIT ) [111] => Array ( [id] => 448 [title] => Song - 112 [time] => 112 [License] => MIT ) [148] => Array ( [id] => 447 [title] => Song - 149 [time] => 149 [License] => MIT ) [146] => Array ( [id] => 441 [title] => Song - 147 [time] => 147 [License] => MIT ) [109] => Array ( [id] => 440 [title] => Song - 110 [time] => 110 [License] => MIT ) [105] => Array ( [id] => 424 [title] => Song - 106 [time] => 106 [License] => MIT ) [140] => Array ( [id] => 423 [title] => Song - 141 [time] => 141 [License] => MIT ) [139] => Array ( [id] => 420 [title] => Song - 140 [time] => 140 [License] => MIT ) [134] => Array ( [id] => 405 [title] => Song - 135 [time] => 135 [License] => MIT ) [96] => Array ( [id] => 388 [title] => Song - 97 [time] => 97 [License] => MIT ) [95] => Array ( [id] => 384 [title] => Song - 96 [time] => 96 [License] => MIT ) [93] => Array ( [id] => 376 [title] => Song - 94 [time] => 94 [License] => MIT ) [92] => Array ( [id] => 372 [title] => Song - 93 [time] => 93 [License] => MIT ) [123] => Array ( [id] => 372 [title] => Song - 124 [time] => 124 [License] => MIT ) [91] => Array ( [id] => 368 [title] => Song - 92 [time] => 92 [License] => MIT ) [86] => Array ( [id] => 348 [title] => Song - 87 [time] => 87 [License] => MIT ) [115] => Array ( [id] => 348 [title] => Song - 116 [time] => 116 [License] => MIT ) [114] => Array ( [id] => 345 [title] => Song - 115 [time] => 115 [License] => MIT ) [110] => Array ( [id] => 333 [title] => Song - 111 [time] => 111 [License] => MIT ) [82] => Array ( [id] => 332 [title] => Song - 83 [time] => 83 [License] => MIT ) [106] => Array ( [id] => 321 [title] => Song - 107 [time] => 107 [License] => MIT ) [104] => Array ( [id] => 315 [title] => Song - 105 [time] => 105 [License] => MIT ) [102] => Array ( [id] => 309 [title] => Song - 103 [time] => 103 [License] => MIT ) [100] => Array ( [id] => 303 [title] => Song - 101 [time] => 101 [License] => MIT ) [98] => Array ( [id] => 297 [title] => Song - 99 [time] => 99 [License] => MIT ) [97] => Array ( [id] => 294 [title] => Song - 98 [time] => 98 [License] => MIT ) [145] => Array ( [id] => 292 [title] => Song - 146 [time] => 146 [License] => MIT ) [71] => Array ( [id] => 288 [title] => Song - 72 [time] => 72 [License] => MIT ) [143] => Array ( [id] => 288 [title] => Song - 144 [time] => 144 [License] => MIT ) [142] => Array ( [id] => 286 [title] => Song - 143 [time] => 143 [License] => MIT ) [70] => Array ( [id] => 284 [title] => Song - 71 [time] => 71 [License] => MIT ) [141] => Array ( [id] => 284 [title] => Song - 142 [time] => 142 [License] => MIT ) [65] => Array ( [id] => 264 [title] => Song - 66 [time] => 66 [License] => MIT ) [128] => Array ( [id] => 258 [title] => Song - 129 [time] => 129 [License] => MIT ) [84] => Array ( [id] => 255 [title] => Song - 85 [time] => 85 [License] => MIT ) [62] => Array ( [id] => 252 [title] => Song - 63 [time] => 63 [License] => MIT ) [125] => Array ( [id] => 252 [title] => Song - 126 [time] => 126 [License] => MIT ) [124] => Array ( [id] => 250 [title] => Song - 125 [time] => 125 [License] => MIT ) [80] => Array ( [id] => 243 [title] => Song - 81 [time] => 81 [License] => MIT ) [120] => Array ( [id] => 242 [title] => Song - 121 [time] => 121 [License] => MIT ) [78] => Array ( [id] => 237 [title] => Song - 79 [time] => 79 [License] => MIT ) [117] => Array ( [id] => 236 [title] => Song - 118 [time] => 118 [License] => MIT ) [57] => Array ( [id] => 232 [title] => Song - 58 [time] => 58 [License] => MIT ) [75] => Array ( [id] => 228 [title] => Song - 76 [time] => 76 [License] => MIT ) [74] => Array ( [id] => 225 [title] => Song - 75 [time] => 75 [License] => MIT ) [55] => Array ( [id] => 224 [title] => Song - 56 [time] => 56 [License] => MIT ) [54] => Array ( [id] => 220 [title] => Song - 55 [time] => 55 [License] => MIT ) [108] => Array ( [id] => 218 [title] => Song - 109 [time] => 109 [License] => MIT ) [53] => Array ( [id] => 216 [title] => Song - 54 [time] => 54 [License] => MIT ) [103] => Array ( [id] => 208 [title] => Song - 104 [time] => 104 [License] => MIT ) [67] => Array ( [id] => 204 [title] => Song - 68 [time] => 68 [License] => MIT ) [64] => Array ( [id] => 195 [title] => Song - 65 [time] => 65 [License] => MIT ) [63] => Array ( [id] => 192 [title] => Song - 64 [time] => 64 [License] => MIT ) [90] => Array ( [id] => 182 [title] => Song - 91 [time] => 91 [License] => MIT ) [89] => Array ( [id] => 180 [title] => Song - 90 [time] => 90 [License] => MIT ) [59] => Array ( [id] => 180 [title] => Song - 60 [time] => 60 [License] => MIT ) [88] => Array ( [id] => 178 [title] => Song - 89 [time] => 89 [License] => MIT ) [87] => Array ( [id] => 176 [title] => Song - 88 [time] => 88 [License] => MIT ) [85] => Array ( [id] => 172 [title] => Song - 86 [time] => 86 [License] => MIT ) [42] => Array ( [id] => 172 [title] => Song - 43 [time] => 43 [License] => MIT ) [56] => Array ( [id] => 171 [title] => Song - 57 [time] => 57 [License] => MIT ) [83] => Array ( [id] => 168 [title] => Song - 84 [time] => 84 [License] => MIT ) [40] => Array ( [id] => 164 [title] => Song - 41 [time] => 41 [License] => MIT ) [79] => Array ( [id] => 160 [title] => Song - 80 [time] => 80 [License] => MIT ) [52] => Array ( [id] => 159 [title] => Song - 53 [time] => 53 [License] => MIT ) [76] => Array ( [id] => 154 [title] => Song - 77 [time] => 77 [License] => MIT ) [147] => Array ( [id] => 148 [title] => Song - 148 [time] => 148 [License] => MIT ) [47] => Array ( [id] => 144 [title] => Song - 48 [time] => 48 [License] => MIT ) [69] => Array ( [id] => 140 [title] => Song - 70 [time] => 70 [License] => MIT ) [34] => Array ( [id] => 140 [title] => Song - 35 [time] => 35 [License] => MIT ) [138] => Array ( [id] => 139 [title] => Song - 139 [time] => 139 [License] => MIT ) [68] => Array ( [id] => 138 [title] => Song - 69 [time] => 69 [License] => MIT ) [137] => Array ( [id] => 138 [title] => Song - 138 [time] => 138 [License] => MIT ) [135] => Array ( [id] => 136 [title] => Song - 136 [time] => 136 [License] => MIT ) [66] => Array ( [id] => 134 [title] => Song - 67 [time] => 67 [License] => MIT ) [132] => Array ( [id] => 133 [title] => Song - 133 [time] => 133 [License] => MIT ) [32] => Array ( [id] => 132 [title] => Song - 33 [time] => 33 [License] => MIT ) [130] => Array ( [id] => 131 [title] => Song - 131 [time] => 131 [License] => MIT ) [129] => Array ( [id] => 130 [title] => Song - 130 [time] => 130 [License] => MIT ) [127] => Array ( [id] => 128 [title] => Song - 128 [time] => 128 [License] => MIT ) [61] => Array ( [id] => 124 [title] => Song - 62 [time] => 62 [License] => MIT ) [122] => Array ( [id] => 123 [title] => Song - 123 [time] => 123 [License] => MIT ) [60] => Array ( [id] => 122 [title] => Song - 61 [time] => 61 [License] => MIT ) [121] => Array ( [id] => 122 [title] => Song - 122 [time] => 122 [License] => MIT ) [119] => Array ( [id] => 120 [title] => Song - 120 [time] => 120 [License] => MIT ) [58] => Array ( [id] => 118 [title] => Song - 59 [time] => 59 [License] => MIT ) [28] => Array ( [id] => 116 [title] => Song - 29 [time] => 29 [License] => MIT ) [35] => Array ( [id] => 108 [title] => Song - 36 [time] => 36 [License] => MIT ) [107] => Array ( [id] => 108 [title] => Song - 108 [time] => 108 [License] => MIT ) [33] => Array ( [id] => 102 [title] => Song - 34 [time] => 34 [License] => MIT ) [101] => Array ( [id] => 102 [title] => Song - 102 [time] => 102 [License] => MIT ) [49] => Array ( [id] => 100 [title] => Song - 50 [time] => 50 [License] => MIT ) [99] => Array ( [id] => 100 [title] => Song - 100 [time] => 100 [License] => MIT ) [94] => Array ( [id] => 95 [title] => Song - 95 [time] => 95 [License] => MIT ) [22] => Array ( [id] => 92 [title] => Song - 23 [time] => 23 [License] => MIT ) [29] => Array ( [id] => 90 [title] => Song - 30 [time] => 30 [License] => MIT ) [27] => Array ( [id] => 84 [title] => Song - 28 [time] => 28 [License] => MIT ) [81] => Array ( [id] => 82 [title] => Song - 82 [time] => 82 [License] => MIT ) [26] => Array ( [id] => 81 [title] => Song - 27 [time] => 27 [License] => MIT ) [19] => Array ( [id] => 80 [title] => Song - 20 [time] => 20 [License] => MIT ) [77] => Array ( [id] => 78 [title] => Song - 78 [time] => 78 [License] => MIT ) [25] => Array ( [id] => 78 [title] => Song - 26 [time] => 26 [License] => MIT ) [18] => Array ( [id] => 76 [title] => Song - 19 [time] => 19 [License] => MIT ) [73] => Array ( [id] => 74 [title] => Song - 74 [time] => 74 [License] => MIT ) [36] => Array ( [id] => 74 [title] => Song - 37 [time] => 37 [License] => MIT ) [72] => Array ( [id] => 73 [title] => Song - 73 [time] => 73 [License] => MIT ) [23] => Array ( [id] => 72 [title] => Song - 24 [time] => 24 [License] => MIT ) [17] => Array ( [id] => 72 [title] => Song - 18 [time] => 18 [License] => MIT ) [30] => Array ( [id] => 62 [title] => Song - 31 [time] => 31 [License] => MIT ) [13] => Array ( [id] => 56 [title] => Song - 14 [time] => 14 [License] => MIT ) [51] => Array ( [id] => 52 [title] => Song - 52 [time] => 52 [License] => MIT ) [50] => Array ( [id] => 51 [title] => Song - 51 [time] => 51 [License] => MIT ) [16] => Array ( [id] => 51 [title] => Song - 17 [time] => 17 [License] => MIT ) [24] => Array ( [id] => 50 [title] => Song - 25 [time] => 25 [License] => MIT ) [48] => Array ( [id] => 49 [title] => Song - 49 [time] => 49 [License] => MIT ) [46] => Array ( [id] => 47 [title] => Song - 47 [time] => 47 [License] => MIT ) [45] => Array ( [id] => 46 [title] => Song - 46 [time] => 46 [License] => MIT ) [44] => Array ( [id] => 45 [title] => Song - 45 [time] => 45 [License] => MIT ) [43] => Array ( [id] => 44 [title] => Song - 44 [time] => 44 [License] => MIT ) [21] => Array ( [id] => 44 [title] => Song - 22 [time] => 22 [License] => MIT ) [41] => Array ( [id] => 42 [title] => Song - 42 [time] => 42 [License] => MIT ) [20] => Array ( [id] => 42 [title] => Song - 21 [time] => 21 [License] => MIT ) [39] => Array ( [id] => 40 [title] => Song - 40 [time] => 40 [License] => MIT ) [38] => Array ( [id] => 39 [title] => Song - 39 [time] => 39 [License] => MIT ) [37] => Array ( [id] => 38 [title] => Song - 38 [time] => 38 [License] => MIT ) [10] => Array ( [id] => 33 [title] => Song - 11 [time] => 11 [License] => MIT ) [7] => Array ( [id] => 32 [title] => Song - 8 [time] => 8 [License] => MIT ) [31] => Array ( [id] => 32 [title] => Song - 32 [time] => 32 [License] => MIT ) [15] => Array ( [id] => 32 [title] => Song - 16 [time] => 16 [License] => MIT ) [14] => Array ( [id] => 30 [title] => Song - 15 [time] => 15 [License] => MIT ) [8] => Array ( [id] => 27 [title] => Song - 9 [time] => 9 [License] => MIT ) [12] => Array ( [id] => 26 [title] => Song - 13 [time] => 13 [License] => MIT ) [6] => Array ( [id] => 21 [title] => Song - 7 [time] => 7 [License] => MIT ) [9] => Array ( [id] => 20 [title] => Song - 10 [time] => 10 [License] => MIT ) [4] => Array ( [id] => 15 [title] => Song - 5 [time] => 5 [License] => MIT ) [11] => Array ( [id] => 12 [title] => Song - 12 [time] => 12 [License] => MIT ) [2] => Array ( [id] => 9 [title] => Song - 3 [time] => 3 [License] => MIT ) [3] => Array ( [id] => 8 [title] => Song - 4 [time] => 4 [License] => MIT ) [5] => Array ( [id] => 6 [title] => Song - 6 [time] => 6 [License] => MIT ) [1] => Array ( [id] => 2 [title] => Song - 2 [time] => 2 [License] => MIT ) [0] => Array ( [id] => 2 [title] => Song - 1 [time] => 1 [License] => MIT ) )
Output for 7.0.0
Array ( [149] => Array ( [id] => 600 [title] => Song - 150 [time] => 150 [License] => MIT ) [145] => Array ( [id] => 584 [title] => Song - 146 [time] => 146 [License] => MIT ) [142] => Array ( [id] => 572 [title] => Song - 143 [time] => 143 [License] => MIT ) [139] => Array ( [id] => 560 [title] => Song - 140 [time] => 140 [License] => MIT ) [138] => Array ( [id] => 556 [title] => Song - 139 [time] => 139 [License] => MIT ) [130] => Array ( [id] => 524 [title] => Song - 131 [time] => 131 [License] => MIT ) [126] => Array ( [id] => 508 [title] => Song - 127 [time] => 127 [License] => MIT ) [124] => Array ( [id] => 500 [title] => Song - 125 [time] => 125 [License] => MIT ) [120] => Array ( [id] => 484 [title] => Song - 121 [time] => 121 [License] => MIT ) [117] => Array ( [id] => 472 [title] => Song - 118 [time] => 118 [License] => MIT ) [113] => Array ( [id] => 456 [title] => Song - 114 [time] => 114 [License] => MIT ) [112] => Array ( [id] => 452 [title] => Song - 113 [time] => 113 [License] => MIT ) [147] => Array ( [id] => 444 [title] => Song - 148 [time] => 148 [License] => MIT ) [143] => Array ( [id] => 432 [title] => Song - 144 [time] => 144 [License] => MIT ) [107] => Array ( [id] => 432 [title] => Song - 108 [time] => 108 [License] => MIT ) [106] => Array ( [id] => 428 [title] => Song - 107 [time] => 107 [License] => MIT ) [141] => Array ( [id] => 426 [title] => Song - 142 [time] => 142 [License] => MIT ) [136] => Array ( [id] => 411 [title] => Song - 137 [time] => 137 [License] => MIT ) [133] => Array ( [id] => 402 [title] => Song - 134 [time] => 134 [License] => MIT ) [132] => Array ( [id] => 399 [title] => Song - 133 [time] => 133 [License] => MIT ) [98] => Array ( [id] => 396 [title] => Song - 99 [time] => 99 [License] => MIT ) [131] => Array ( [id] => 396 [title] => Song - 132 [time] => 132 [License] => MIT ) [129] => Array ( [id] => 390 [title] => Song - 130 [time] => 130 [License] => MIT ) [128] => Array ( [id] => 387 [title] => Song - 129 [time] => 129 [License] => MIT ) [94] => Array ( [id] => 380 [title] => Song - 95 [time] => 95 [License] => MIT ) [125] => Array ( [id] => 378 [title] => Song - 126 [time] => 126 [License] => MIT ) [93] => Array ( [id] => 376 [title] => Song - 94 [time] => 94 [License] => MIT ) [123] => Array ( [id] => 372 [title] => Song - 124 [time] => 124 [License] => MIT ) [89] => Array ( [id] => 360 [title] => Song - 90 [time] => 90 [License] => MIT ) [119] => Array ( [id] => 360 [title] => Song - 120 [time] => 120 [License] => MIT ) [88] => Array ( [id] => 356 [title] => Song - 89 [time] => 89 [License] => MIT ) [87] => Array ( [id] => 352 [title] => Song - 88 [time] => 88 [License] => MIT ) [84] => Array ( [id] => 340 [title] => Song - 85 [time] => 85 [License] => MIT ) [83] => Array ( [id] => 336 [title] => Song - 84 [time] => 84 [License] => MIT ) [111] => Array ( [id] => 336 [title] => Song - 112 [time] => 112 [License] => MIT ) [82] => Array ( [id] => 332 [title] => Song - 83 [time] => 83 [License] => MIT ) [108] => Array ( [id] => 327 [title] => Song - 109 [time] => 109 [License] => MIT ) [80] => Array ( [id] => 324 [title] => Song - 81 [time] => 81 [License] => MIT ) [79] => Array ( [id] => 320 [title] => Song - 80 [time] => 80 [License] => MIT ) [105] => Array ( [id] => 318 [title] => Song - 106 [time] => 106 [License] => MIT ) [104] => Array ( [id] => 315 [title] => Song - 105 [time] => 105 [License] => MIT ) [99] => Array ( [id] => 300 [title] => Song - 100 [time] => 100 [License] => MIT ) [148] => Array ( [id] => 298 [title] => Song - 149 [time] => 149 [License] => MIT ) [72] => Array ( [id] => 292 [title] => Song - 73 [time] => 73 [License] => MIT ) [96] => Array ( [id] => 291 [title] => Song - 97 [time] => 97 [License] => MIT ) [144] => Array ( [id] => 290 [title] => Song - 145 [time] => 145 [License] => MIT ) [95] => Array ( [id] => 288 [title] => Song - 96 [time] => 96 [License] => MIT ) [70] => Array ( [id] => 284 [title] => Song - 71 [time] => 71 [License] => MIT ) [69] => Array ( [id] => 280 [title] => Song - 70 [time] => 70 [License] => MIT ) [92] => Array ( [id] => 279 [title] => Song - 93 [time] => 93 [License] => MIT ) [137] => Array ( [id] => 276 [title] => Song - 138 [time] => 138 [License] => MIT ) [135] => Array ( [id] => 272 [title] => Song - 136 [time] => 136 [License] => MIT ) [86] => Array ( [id] => 261 [title] => Song - 87 [time] => 87 [License] => MIT ) [63] => Array ( [id] => 256 [title] => Song - 64 [time] => 64 [License] => MIT ) [127] => Array ( [id] => 256 [title] => Song - 128 [time] => 128 [License] => MIT ) [121] => Array ( [id] => 244 [title] => Song - 122 [time] => 122 [License] => MIT ) [78] => Array ( [id] => 237 [title] => Song - 79 [time] => 79 [License] => MIT ) [77] => Array ( [id] => 234 [title] => Song - 78 [time] => 78 [License] => MIT ) [116] => Array ( [id] => 234 [title] => Song - 117 [time] => 117 [License] => MIT ) [57] => Array ( [id] => 232 [title] => Song - 58 [time] => 58 [License] => MIT ) [76] => Array ( [id] => 231 [title] => Song - 77 [time] => 77 [License] => MIT ) [74] => Array ( [id] => 225 [title] => Song - 75 [time] => 75 [License] => MIT ) [73] => Array ( [id] => 222 [title] => Song - 74 [time] => 74 [License] => MIT ) [110] => Array ( [id] => 222 [title] => Song - 111 [time] => 111 [License] => MIT ) [51] => Array ( [id] => 208 [title] => Song - 52 [time] => 52 [License] => MIT ) [102] => Array ( [id] => 206 [title] => Song - 103 [time] => 103 [License] => MIT ) [50] => Array ( [id] => 204 [title] => Song - 51 [time] => 51 [License] => MIT ) [101] => Array ( [id] => 204 [title] => Song - 102 [time] => 102 [License] => MIT ) [100] => Array ( [id] => 202 [title] => Song - 101 [time] => 101 [License] => MIT ) [66] => Array ( [id] => 201 [title] => Song - 67 [time] => 67 [License] => MIT ) [49] => Array ( [id] => 200 [title] => Song - 50 [time] => 50 [License] => MIT ) [97] => Array ( [id] => 196 [title] => Song - 98 [time] => 98 [License] => MIT ) [48] => Array ( [id] => 196 [title] => Song - 49 [time] => 49 [License] => MIT ) [64] => Array ( [id] => 195 [title] => Song - 65 [time] => 65 [License] => MIT ) [47] => Array ( [id] => 192 [title] => Song - 48 [time] => 48 [License] => MIT ) [60] => Array ( [id] => 183 [title] => Song - 61 [time] => 61 [License] => MIT ) [90] => Array ( [id] => 182 [title] => Song - 91 [time] => 91 [License] => MIT ) [59] => Array ( [id] => 180 [title] => Song - 60 [time] => 60 [License] => MIT ) [44] => Array ( [id] => 180 [title] => Song - 45 [time] => 45 [License] => MIT ) [43] => Array ( [id] => 176 [title] => Song - 44 [time] => 44 [License] => MIT ) [55] => Array ( [id] => 168 [title] => Song - 56 [time] => 56 [License] => MIT ) [41] => Array ( [id] => 168 [title] => Song - 42 [time] => 42 [License] => MIT ) [54] => Array ( [id] => 165 [title] => Song - 55 [time] => 55 [License] => MIT ) [81] => Array ( [id] => 164 [title] => Song - 82 [time] => 82 [License] => MIT ) [53] => Array ( [id] => 162 [title] => Song - 54 [time] => 54 [License] => MIT ) [75] => Array ( [id] => 152 [title] => Song - 76 [time] => 76 [License] => MIT ) [36] => Array ( [id] => 148 [title] => Song - 37 [time] => 37 [License] => MIT ) [146] => Array ( [id] => 147 [title] => Song - 147 [time] => 147 [License] => MIT ) [71] => Array ( [id] => 144 [title] => Song - 72 [time] => 72 [License] => MIT ) [140] => Array ( [id] => 141 [title] => Song - 141 [time] => 141 [License] => MIT ) [134] => Array ( [id] => 135 [title] => Song - 135 [time] => 135 [License] => MIT ) [65] => Array ( [id] => 132 [title] => Song - 66 [time] => 66 [License] => MIT ) [62] => Array ( [id] => 126 [title] => Song - 63 [time] => 63 [License] => MIT ) [61] => Array ( [id] => 124 [title] => Song - 62 [time] => 62 [License] => MIT ) [40] => Array ( [id] => 123 [title] => Song - 41 [time] => 41 [License] => MIT ) [122] => Array ( [id] => 123 [title] => Song - 123 [time] => 123 [License] => MIT ) [39] => Array ( [id] => 120 [title] => Song - 40 [time] => 40 [License] => MIT ) [118] => Array ( [id] => 119 [title] => Song - 119 [time] => 119 [License] => MIT ) [58] => Array ( [id] => 118 [title] => Song - 59 [time] => 59 [License] => MIT ) [38] => Array ( [id] => 117 [title] => Song - 39 [time] => 39 [License] => MIT ) [28] => Array ( [id] => 116 [title] => Song - 29 [time] => 29 [License] => MIT ) [115] => Array ( [id] => 116 [title] => Song - 116 [time] => 116 [License] => MIT ) [114] => Array ( [id] => 115 [title] => Song - 115 [time] => 115 [License] => MIT ) [56] => Array ( [id] => 114 [title] => Song - 57 [time] => 57 [License] => MIT ) [37] => Array ( [id] => 114 [title] => Song - 38 [time] => 38 [License] => MIT ) [109] => Array ( [id] => 110 [title] => Song - 110 [time] => 110 [License] => MIT ) [103] => Array ( [id] => 104 [title] => Song - 104 [time] => 104 [License] => MIT ) [33] => Array ( [id] => 102 [title] => Song - 34 [time] => 34 [License] => MIT ) [46] => Array ( [id] => 94 [title] => Song - 47 [time] => 47 [License] => MIT ) [91] => Array ( [id] => 92 [title] => Song - 92 [time] => 92 [License] => MIT ) [85] => Array ( [id] => 86 [title] => Song - 86 [time] => 86 [License] => MIT ) [23] => Array ( [id] => 72 [title] => Song - 24 [time] => 24 [License] => MIT ) [68] => Array ( [id] => 69 [title] => Song - 69 [time] => 69 [License] => MIT ) [67] => Array ( [id] => 68 [title] => Song - 68 [time] => 68 [License] => MIT ) [32] => Array ( [id] => 66 [title] => Song - 33 [time] => 33 [License] => MIT ) [31] => Array ( [id] => 64 [title] => Song - 32 [time] => 32 [License] => MIT ) [30] => Array ( [id] => 62 [title] => Song - 31 [time] => 31 [License] => MIT ) [29] => Array ( [id] => 60 [title] => Song - 30 [time] => 30 [License] => MIT ) [19] => Array ( [id] => 60 [title] => Song - 20 [time] => 20 [License] => MIT ) [26] => Array ( [id] => 54 [title] => Song - 27 [time] => 27 [License] => MIT ) [52] => Array ( [id] => 53 [title] => Song - 53 [time] => 53 [License] => MIT ) [12] => Array ( [id] => 52 [title] => Song - 13 [time] => 13 [License] => MIT ) [15] => Array ( [id] => 48 [title] => Song - 16 [time] => 16 [License] => MIT ) [45] => Array ( [id] => 46 [title] => Song - 46 [time] => 46 [License] => MIT ) [21] => Array ( [id] => 44 [title] => Song - 22 [time] => 22 [License] => MIT ) [42] => Array ( [id] => 43 [title] => Song - 43 [time] => 43 [License] => MIT ) [20] => Array ( [id] => 42 [title] => Song - 21 [time] => 21 [License] => MIT ) [13] => Array ( [id] => 42 [title] => Song - 14 [time] => 14 [License] => MIT ) [9] => Array ( [id] => 40 [title] => Song - 10 [time] => 10 [License] => MIT ) [8] => Array ( [id] => 36 [title] => Song - 9 [time] => 9 [License] => MIT ) [35] => Array ( [id] => 36 [title] => Song - 36 [time] => 36 [License] => MIT ) [34] => Array ( [id] => 35 [title] => Song - 35 [time] => 35 [License] => MIT ) [7] => Array ( [id] => 32 [title] => Song - 8 [time] => 8 [License] => MIT ) [14] => Array ( [id] => 30 [title] => Song - 15 [time] => 15 [License] => MIT ) [27] => Array ( [id] => 28 [title] => Song - 28 [time] => 28 [License] => MIT ) [25] => Array ( [id] => 26 [title] => Song - 26 [time] => 26 [License] => MIT ) [24] => Array ( [id] => 25 [title] => Song - 25 [time] => 25 [License] => MIT ) [11] => Array ( [id] => 24 [title] => Song - 12 [time] => 12 [License] => MIT ) [22] => Array ( [id] => 23 [title] => Song - 23 [time] => 23 [License] => MIT ) [10] => Array ( [id] => 22 [title] => Song - 11 [time] => 11 [License] => MIT ) [4] => Array ( [id] => 20 [title] => Song - 5 [time] => 5 [License] => MIT ) [18] => Array ( [id] => 19 [title] => Song - 19 [time] => 19 [License] => MIT ) [17] => Array ( [id] => 18 [title] => Song - 18 [time] => 18 [License] => MIT ) [16] => Array ( [id] => 17 [title] => Song - 17 [time] => 17 [License] => MIT ) [2] => Array ( [id] => 9 [title] => Song - 3 [time] => 3 [License] => MIT ) [3] => Array ( [id] => 8 [title] => Song - 4 [time] => 4 [License] => MIT ) [6] => Array ( [id] => 7 [title] => Song - 7 [time] => 7 [License] => MIT ) [5] => Array ( [id] => 6 [title] => Song - 6 [time] => 6 [License] => MIT ) [0] => Array ( [id] => 3 [title] => Song - 1 [time] => 1 [License] => MIT ) [1] => Array ( [id] => 2 [title] => Song - 2 [time] => 2 [License] => MIT ) )
Output for 5.6.28
Array ( [145] => Array ( [id] => 584 [title] => Song - 146 [time] => 146 [License] => MIT ) [144] => Array ( [id] => 580 [title] => Song - 145 [time] => 145 [License] => MIT ) [138] => Array ( [id] => 556 [title] => Song - 139 [time] => 139 [License] => MIT ) [130] => Array ( [id] => 524 [title] => Song - 131 [time] => 131 [License] => MIT ) [127] => Array ( [id] => 512 [title] => Song - 128 [time] => 128 [License] => MIT ) [125] => Array ( [id] => 504 [title] => Song - 126 [time] => 126 [License] => MIT ) [116] => Array ( [id] => 468 [title] => Song - 117 [time] => 117 [License] => MIT ) [149] => Array ( [id] => 450 [title] => Song - 150 [time] => 150 [License] => MIT ) [111] => Array ( [id] => 448 [title] => Song - 112 [time] => 112 [License] => MIT ) [147] => Array ( [id] => 444 [title] => Song - 148 [time] => 148 [License] => MIT ) [110] => Array ( [id] => 444 [title] => Song - 111 [time] => 111 [License] => MIT ) [143] => Array ( [id] => 432 [title] => Song - 144 [time] => 144 [License] => MIT ) [142] => Array ( [id] => 429 [title] => Song - 143 [time] => 143 [License] => MIT ) [137] => Array ( [id] => 414 [title] => Song - 138 [time] => 138 [License] => MIT ) [102] => Array ( [id] => 412 [title] => Song - 103 [time] => 103 [License] => MIT ) [136] => Array ( [id] => 411 [title] => Song - 137 [time] => 137 [License] => MIT ) [101] => Array ( [id] => 408 [title] => Song - 102 [time] => 102 [License] => MIT ) [134] => Array ( [id] => 405 [title] => Song - 135 [time] => 135 [License] => MIT ) [99] => Array ( [id] => 400 [title] => Song - 100 [time] => 100 [License] => MIT ) [132] => Array ( [id] => 399 [title] => Song - 133 [time] => 133 [License] => MIT ) [93] => Array ( [id] => 376 [title] => Song - 94 [time] => 94 [License] => MIT ) [122] => Array ( [id] => 369 [title] => Song - 123 [time] => 123 [License] => MIT ) [118] => Array ( [id] => 357 [title] => Song - 119 [time] => 119 [License] => MIT ) [87] => Array ( [id] => 352 [title] => Song - 88 [time] => 88 [License] => MIT ) [84] => Array ( [id] => 340 [title] => Song - 85 [time] => 85 [License] => MIT ) [112] => Array ( [id] => 339 [title] => Song - 113 [time] => 113 [License] => MIT ) [82] => Array ( [id] => 332 [title] => Song - 83 [time] => 83 [License] => MIT ) [109] => Array ( [id] => 330 [title] => Song - 110 [time] => 110 [License] => MIT ) [108] => Array ( [id] => 327 [title] => Song - 109 [time] => 109 [License] => MIT ) [105] => Array ( [id] => 318 [title] => Song - 106 [time] => 106 [License] => MIT ) [103] => Array ( [id] => 312 [title] => Song - 104 [time] => 104 [License] => MIT ) [75] => Array ( [id] => 304 [title] => Song - 76 [time] => 76 [License] => MIT ) [73] => Array ( [id] => 296 [title] => Song - 74 [time] => 74 [License] => MIT ) [146] => Array ( [id] => 294 [title] => Song - 147 [time] => 147 [License] => MIT ) [94] => Array ( [id] => 285 [title] => Song - 95 [time] => 95 [License] => MIT ) [90] => Array ( [id] => 273 [title] => Song - 91 [time] => 91 [License] => MIT ) [67] => Array ( [id] => 272 [title] => Song - 68 [time] => 68 [License] => MIT ) [135] => Array ( [id] => 272 [title] => Song - 136 [time] => 136 [License] => MIT ) [89] => Array ( [id] => 270 [title] => Song - 90 [time] => 90 [License] => MIT ) [66] => Array ( [id] => 268 [title] => Song - 67 [time] => 67 [License] => MIT ) [133] => Array ( [id] => 268 [title] => Song - 134 [time] => 134 [License] => MIT ) [88] => Array ( [id] => 267 [title] => Song - 89 [time] => 89 [License] => MIT ) [131] => Array ( [id] => 264 [title] => Song - 132 [time] => 132 [License] => MIT ) [64] => Array ( [id] => 260 [title] => Song - 65 [time] => 65 [License] => MIT ) [129] => Array ( [id] => 260 [title] => Song - 130 [time] => 130 [License] => MIT ) [85] => Array ( [id] => 258 [title] => Song - 86 [time] => 86 [License] => MIT ) [128] => Array ( [id] => 258 [title] => Song - 129 [time] => 129 [License] => MIT ) [83] => Array ( [id] => 252 [title] => Song - 84 [time] => 84 [License] => MIT ) [121] => Array ( [id] => 244 [title] => Song - 122 [time] => 122 [License] => MIT ) [120] => Array ( [id] => 242 [title] => Song - 121 [time] => 121 [License] => MIT ) [119] => Array ( [id] => 240 [title] => Song - 120 [time] => 120 [License] => MIT ) [117] => Array ( [id] => 236 [title] => Song - 118 [time] => 118 [License] => MIT ) [77] => Array ( [id] => 234 [title] => Song - 78 [time] => 78 [License] => MIT ) [76] => Array ( [id] => 231 [title] => Song - 77 [time] => 77 [License] => MIT ) [114] => Array ( [id] => 230 [title] => Song - 115 [time] => 115 [License] => MIT ) [113] => Array ( [id] => 228 [title] => Song - 114 [time] => 114 [License] => MIT ) [71] => Array ( [id] => 216 [title] => Song - 72 [time] => 72 [License] => MIT ) [104] => Array ( [id] => 210 [title] => Song - 105 [time] => 105 [License] => MIT ) [100] => Array ( [id] => 202 [title] => Song - 101 [time] => 101 [License] => MIT ) [98] => Array ( [id] => 198 [title] => Song - 99 [time] => 99 [License] => MIT ) [96] => Array ( [id] => 194 [title] => Song - 97 [time] => 97 [License] => MIT ) [47] => Array ( [id] => 192 [title] => Song - 48 [time] => 48 [License] => MIT ) [46] => Array ( [id] => 188 [title] => Song - 47 [time] => 47 [License] => MIT ) [92] => Array ( [id] => 186 [title] => Song - 93 [time] => 93 [License] => MIT ) [58] => Array ( [id] => 177 [title] => Song - 59 [time] => 59 [License] => MIT ) [43] => Array ( [id] => 176 [title] => Song - 44 [time] => 44 [License] => MIT ) [56] => Array ( [id] => 171 [title] => Song - 57 [time] => 57 [License] => MIT ) [41] => Array ( [id] => 168 [title] => Song - 42 [time] => 42 [License] => MIT ) [54] => Array ( [id] => 165 [title] => Song - 55 [time] => 55 [License] => MIT ) [40] => Array ( [id] => 164 [title] => Song - 41 [time] => 41 [License] => MIT ) [52] => Array ( [id] => 159 [title] => Song - 53 [time] => 53 [License] => MIT ) [78] => Array ( [id] => 158 [title] => Song - 79 [time] => 79 [License] => MIT ) [51] => Array ( [id] => 156 [title] => Song - 52 [time] => 52 [License] => MIT ) [148] => Array ( [id] => 149 [title] => Song - 149 [time] => 149 [License] => MIT ) [36] => Array ( [id] => 148 [title] => Song - 37 [time] => 37 [License] => MIT ) [72] => Array ( [id] => 146 [title] => Song - 73 [time] => 73 [License] => MIT ) [35] => Array ( [id] => 144 [title] => Song - 36 [time] => 36 [License] => MIT ) [70] => Array ( [id] => 142 [title] => Song - 71 [time] => 71 [License] => MIT ) [141] => Array ( [id] => 142 [title] => Song - 142 [time] => 142 [License] => MIT ) [140] => Array ( [id] => 141 [title] => Song - 141 [time] => 141 [License] => MIT ) [34] => Array ( [id] => 140 [title] => Song - 35 [time] => 35 [License] => MIT ) [139] => Array ( [id] => 140 [title] => Song - 140 [time] => 140 [License] => MIT ) [44] => Array ( [id] => 135 [title] => Song - 45 [time] => 45 [License] => MIT ) [65] => Array ( [id] => 132 [title] => Song - 66 [time] => 66 [License] => MIT ) [126] => Array ( [id] => 127 [title] => Song - 127 [time] => 127 [License] => MIT ) [124] => Array ( [id] => 125 [title] => Song - 125 [time] => 125 [License] => MIT ) [61] => Array ( [id] => 124 [title] => Song - 62 [time] => 62 [License] => MIT ) [123] => Array ( [id] => 124 [title] => Song - 124 [time] => 124 [License] => MIT ) [60] => Array ( [id] => 122 [title] => Song - 61 [time] => 61 [License] => MIT ) [29] => Array ( [id] => 120 [title] => Song - 30 [time] => 30 [License] => MIT ) [38] => Array ( [id] => 117 [title] => Song - 39 [time] => 39 [License] => MIT ) [57] => Array ( [id] => 116 [title] => Song - 58 [time] => 58 [License] => MIT ) [28] => Array ( [id] => 116 [title] => Song - 29 [time] => 29 [License] => MIT ) [115] => Array ( [id] => 116 [title] => Song - 116 [time] => 116 [License] => MIT ) [27] => Array ( [id] => 112 [title] => Song - 28 [time] => 28 [License] => MIT ) [107] => Array ( [id] => 108 [title] => Song - 108 [time] => 108 [License] => MIT ) [106] => Array ( [id] => 107 [title] => Song - 107 [time] => 107 [License] => MIT ) [50] => Array ( [id] => 102 [title] => Song - 51 [time] => 51 [License] => MIT ) [97] => Array ( [id] => 98 [title] => Song - 98 [time] => 98 [License] => MIT ) [48] => Array ( [id] => 98 [title] => Song - 49 [time] => 49 [License] => MIT ) [95] => Array ( [id] => 96 [title] => Song - 96 [time] => 96 [License] => MIT ) [23] => Array ( [id] => 96 [title] => Song - 24 [time] => 24 [License] => MIT ) [91] => Array ( [id] => 92 [title] => Song - 92 [time] => 92 [License] => MIT ) [21] => Array ( [id] => 88 [title] => Song - 22 [time] => 22 [License] => MIT ) [86] => Array ( [id] => 87 [title] => Song - 87 [time] => 87 [License] => MIT ) [42] => Array ( [id] => 86 [title] => Song - 43 [time] => 43 [License] => MIT ) [81] => Array ( [id] => 82 [title] => Song - 82 [time] => 82 [License] => MIT ) [80] => Array ( [id] => 81 [title] => Song - 81 [time] => 81 [License] => MIT ) [79] => Array ( [id] => 80 [title] => Song - 80 [time] => 80 [License] => MIT ) [39] => Array ( [id] => 80 [title] => Song - 40 [time] => 40 [License] => MIT ) [25] => Array ( [id] => 78 [title] => Song - 26 [time] => 26 [License] => MIT ) [37] => Array ( [id] => 76 [title] => Song - 38 [time] => 38 [License] => MIT ) [74] => Array ( [id] => 75 [title] => Song - 75 [time] => 75 [License] => MIT ) [24] => Array ( [id] => 75 [title] => Song - 25 [time] => 25 [License] => MIT ) [69] => Array ( [id] => 70 [title] => Song - 70 [time] => 70 [License] => MIT ) [68] => Array ( [id] => 69 [title] => Song - 69 [time] => 69 [License] => MIT ) [16] => Array ( [id] => 68 [title] => Song - 17 [time] => 17 [License] => MIT ) [32] => Array ( [id] => 66 [title] => Song - 33 [time] => 33 [License] => MIT ) [63] => Array ( [id] => 64 [title] => Song - 64 [time] => 64 [License] => MIT ) [31] => Array ( [id] => 64 [title] => Song - 32 [time] => 32 [License] => MIT ) [62] => Array ( [id] => 63 [title] => Song - 63 [time] => 63 [License] => MIT ) [30] => Array ( [id] => 62 [title] => Song - 31 [time] => 31 [License] => MIT ) [59] => Array ( [id] => 60 [title] => Song - 60 [time] => 60 [License] => MIT ) [14] => Array ( [id] => 60 [title] => Song - 15 [time] => 15 [License] => MIT ) [55] => Array ( [id] => 56 [title] => Song - 56 [time] => 56 [License] => MIT ) [53] => Array ( [id] => 54 [title] => Song - 54 [time] => 54 [License] => MIT ) [49] => Array ( [id] => 50 [title] => Song - 50 [time] => 50 [License] => MIT ) [45] => Array ( [id] => 46 [title] => Song - 46 [time] => 46 [License] => MIT ) [20] => Array ( [id] => 42 [title] => Song - 21 [time] => 21 [License] => MIT ) [19] => Array ( [id] => 40 [title] => Song - 20 [time] => 20 [License] => MIT ) [12] => Array ( [id] => 39 [title] => Song - 13 [time] => 13 [License] => MIT ) [18] => Array ( [id] => 38 [title] => Song - 19 [time] => 19 [License] => MIT ) [33] => Array ( [id] => 34 [title] => Song - 34 [time] => 34 [License] => MIT ) [10] => Array ( [id] => 33 [title] => Song - 11 [time] => 11 [License] => MIT ) [7] => Array ( [id] => 32 [title] => Song - 8 [time] => 8 [License] => MIT ) [15] => Array ( [id] => 32 [title] => Song - 16 [time] => 16 [License] => MIT ) [13] => Array ( [id] => 28 [title] => Song - 14 [time] => 14 [License] => MIT ) [26] => Array ( [id] => 27 [title] => Song - 27 [time] => 27 [License] => MIT ) [22] => Array ( [id] => 23 [title] => Song - 23 [time] => 23 [License] => MIT ) [6] => Array ( [id] => 21 [title] => Song - 7 [time] => 7 [License] => MIT ) [4] => Array ( [id] => 20 [title] => Song - 5 [time] => 5 [License] => MIT ) [9] => Array ( [id] => 20 [title] => Song - 10 [time] => 10 [License] => MIT ) [17] => Array ( [id] => 18 [title] => Song - 18 [time] => 18 [License] => MIT ) [11] => Array ( [id] => 12 [title] => Song - 12 [time] => 12 [License] => MIT ) [8] => Array ( [id] => 9 [title] => Song - 9 [time] => 9 [License] => MIT ) [2] => Array ( [id] => 9 [title] => Song - 3 [time] => 3 [License] => MIT ) [5] => Array ( [id] => 6 [title] => Song - 6 [time] => 6 [License] => MIT ) [3] => Array ( [id] => 4 [title] => Song - 4 [time] => 4 [License] => MIT ) [1] => Array ( [id] => 4 [title] => Song - 2 [time] => 2 [License] => MIT ) [0] => Array ( [id] => 4 [title] => Song - 1 [time] => 1 [License] => MIT ) )
Output for 5.6.21
Array ( [145] => Array ( [id] => 584 [title] => Song - 146 [time] => 146 [License] => MIT ) [144] => Array ( [id] => 580 [title] => Song - 145 [time] => 145 [License] => MIT ) [141] => Array ( [id] => 568 [title] => Song - 142 [time] => 142 [License] => MIT ) [138] => Array ( [id] => 556 [title] => Song - 139 [time] => 139 [License] => MIT ) [137] => Array ( [id] => 552 [title] => Song - 138 [time] => 138 [License] => MIT ) [131] => Array ( [id] => 528 [title] => Song - 132 [time] => 132 [License] => MIT ) [130] => Array ( [id] => 524 [title] => Song - 131 [time] => 131 [License] => MIT ) [124] => Array ( [id] => 500 [title] => Song - 125 [time] => 125 [License] => MIT ) [119] => Array ( [id] => 480 [title] => Song - 120 [time] => 120 [License] => MIT ) [117] => Array ( [id] => 472 [title] => Song - 118 [time] => 118 [License] => MIT ) [112] => Array ( [id] => 452 [title] => Song - 113 [time] => 113 [License] => MIT ) [149] => Array ( [id] => 450 [title] => Song - 150 [time] => 150 [License] => MIT ) [148] => Array ( [id] => 447 [title] => Song - 149 [time] => 149 [License] => MIT ) [147] => Array ( [id] => 444 [title] => Song - 148 [time] => 148 [License] => MIT ) [109] => Array ( [id] => 440 [title] => Song - 110 [time] => 110 [License] => MIT ) [142] => Array ( [id] => 429 [title] => Song - 143 [time] => 143 [License] => MIT ) [105] => Array ( [id] => 424 [title] => Song - 106 [time] => 106 [License] => MIT ) [103] => Array ( [id] => 416 [title] => Song - 104 [time] => 104 [License] => MIT ) [102] => Array ( [id] => 412 [title] => Song - 103 [time] => 103 [License] => MIT ) [136] => Array ( [id] => 411 [title] => Song - 137 [time] => 137 [License] => MIT ) [135] => Array ( [id] => 408 [title] => Song - 136 [time] => 136 [License] => MIT ) [95] => Array ( [id] => 384 [title] => Song - 96 [time] => 96 [License] => MIT ) [121] => Array ( [id] => 366 [title] => Song - 122 [time] => 122 [License] => MIT ) [120] => Array ( [id] => 363 [title] => Song - 121 [time] => 121 [License] => MIT ) [88] => Array ( [id] => 356 [title] => Song - 89 [time] => 89 [License] => MIT ) [114] => Array ( [id] => 345 [title] => Song - 115 [time] => 115 [License] => MIT ) [110] => Array ( [id] => 333 [title] => Song - 111 [time] => 111 [License] => MIT ) [106] => Array ( [id] => 321 [title] => Song - 107 [time] => 107 [License] => MIT ) [79] => Array ( [id] => 320 [title] => Song - 80 [time] => 80 [License] => MIT ) [104] => Array ( [id] => 315 [title] => Song - 105 [time] => 105 [License] => MIT ) [77] => Array ( [id] => 312 [title] => Song - 78 [time] => 78 [License] => MIT ) [101] => Array ( [id] => 306 [title] => Song - 102 [time] => 102 [License] => MIT ) [73] => Array ( [id] => 296 [title] => Song - 74 [time] => 74 [License] => MIT ) [146] => Array ( [id] => 294 [title] => Song - 147 [time] => 147 [License] => MIT ) [72] => Array ( [id] => 292 [title] => Song - 73 [time] => 73 [License] => MIT ) [71] => Array ( [id] => 288 [title] => Song - 72 [time] => 72 [License] => MIT ) [140] => Array ( [id] => 282 [title] => Song - 141 [time] => 141 [License] => MIT ) [91] => Array ( [id] => 276 [title] => Song - 92 [time] => 92 [License] => MIT ) [134] => Array ( [id] => 270 [title] => Song - 135 [time] => 135 [License] => MIT ) [133] => Array ( [id] => 268 [title] => Song - 134 [time] => 134 [License] => MIT ) [87] => Array ( [id] => 264 [title] => Song - 88 [time] => 88 [License] => MIT ) [129] => Array ( [id] => 260 [title] => Song - 130 [time] => 130 [License] => MIT ) [127] => Array ( [id] => 256 [title] => Song - 128 [time] => 128 [License] => MIT ) [126] => Array ( [id] => 254 [title] => Song - 127 [time] => 127 [License] => MIT ) [125] => Array ( [id] => 252 [title] => Song - 126 [time] => 126 [License] => MIT ) [123] => Array ( [id] => 248 [title] => Song - 124 [time] => 124 [License] => MIT ) [122] => Array ( [id] => 246 [title] => Song - 123 [time] => 123 [License] => MIT ) [118] => Array ( [id] => 238 [title] => Song - 119 [time] => 119 [License] => MIT ) [78] => Array ( [id] => 237 [title] => Song - 79 [time] => 79 [License] => MIT ) [116] => Array ( [id] => 234 [title] => Song - 117 [time] => 117 [License] => MIT ) [76] => Array ( [id] => 231 [title] => Song - 77 [time] => 77 [License] => MIT ) [75] => Array ( [id] => 228 [title] => Song - 76 [time] => 76 [License] => MIT ) [74] => Array ( [id] => 225 [title] => Song - 75 [time] => 75 [License] => MIT ) [111] => Array ( [id] => 224 [title] => Song - 112 [time] => 112 [License] => MIT ) [54] => Array ( [id] => 220 [title] => Song - 55 [time] => 55 [License] => MIT ) [108] => Array ( [id] => 218 [title] => Song - 109 [time] => 109 [License] => MIT ) [107] => Array ( [id] => 216 [title] => Song - 108 [time] => 108 [License] => MIT ) [70] => Array ( [id] => 213 [title] => Song - 71 [time] => 71 [License] => MIT ) [52] => Array ( [id] => 212 [title] => Song - 53 [time] => 53 [License] => MIT ) [67] => Array ( [id] => 204 [title] => Song - 68 [time] => 68 [License] => MIT ) [66] => Array ( [id] => 201 [title] => Song - 67 [time] => 67 [License] => MIT ) [49] => Array ( [id] => 200 [title] => Song - 50 [time] => 50 [License] => MIT ) [99] => Array ( [id] => 200 [title] => Song - 100 [time] => 100 [License] => MIT ) [98] => Array ( [id] => 198 [title] => Song - 99 [time] => 99 [License] => MIT ) [97] => Array ( [id] => 196 [title] => Song - 98 [time] => 98 [License] => MIT ) [96] => Array ( [id] => 194 [title] => Song - 97 [time] => 97 [License] => MIT ) [63] => Array ( [id] => 192 [title] => Song - 64 [time] => 64 [License] => MIT ) [47] => Array ( [id] => 192 [title] => Song - 48 [time] => 48 [License] => MIT ) [94] => Array ( [id] => 190 [title] => Song - 95 [time] => 95 [License] => MIT ) [93] => Array ( [id] => 188 [title] => Song - 94 [time] => 94 [License] => MIT ) [46] => Array ( [id] => 188 [title] => Song - 47 [time] => 47 [License] => MIT ) [92] => Array ( [id] => 186 [title] => Song - 93 [time] => 93 [License] => MIT ) [61] => Array ( [id] => 186 [title] => Song - 62 [time] => 62 [License] => MIT ) [90] => Array ( [id] => 182 [title] => Song - 91 [time] => 91 [License] => MIT ) [89] => Array ( [id] => 180 [title] => Song - 90 [time] => 90 [License] => MIT ) [85] => Array ( [id] => 172 [title] => Song - 86 [time] => 86 [License] => MIT ) [84] => Array ( [id] => 170 [title] => Song - 85 [time] => 85 [License] => MIT ) [55] => Array ( [id] => 168 [title] => Song - 56 [time] => 56 [License] => MIT ) [81] => Array ( [id] => 164 [title] => Song - 82 [time] => 82 [License] => MIT ) [40] => Array ( [id] => 164 [title] => Song - 41 [time] => 41 [License] => MIT ) [80] => Array ( [id] => 162 [title] => Song - 81 [time] => 81 [License] => MIT ) [39] => Array ( [id] => 160 [title] => Song - 40 [time] => 40 [License] => MIT ) [143] => Array ( [id] => 144 [title] => Song - 144 [time] => 144 [License] => MIT ) [34] => Array ( [id] => 140 [title] => Song - 35 [time] => 35 [License] => MIT ) [139] => Array ( [id] => 140 [title] => Song - 140 [time] => 140 [License] => MIT ) [68] => Array ( [id] => 138 [title] => Song - 69 [time] => 69 [License] => MIT ) [33] => Array ( [id] => 136 [title] => Song - 34 [time] => 34 [License] => MIT ) [44] => Array ( [id] => 135 [title] => Song - 45 [time] => 45 [License] => MIT ) [132] => Array ( [id] => 133 [title] => Song - 133 [time] => 133 [License] => MIT ) [65] => Array ( [id] => 132 [title] => Song - 66 [time] => 66 [License] => MIT ) [32] => Array ( [id] => 132 [title] => Song - 33 [time] => 33 [License] => MIT ) [42] => Array ( [id] => 129 [title] => Song - 43 [time] => 43 [License] => MIT ) [128] => Array ( [id] => 129 [title] => Song - 129 [time] => 129 [License] => MIT ) [31] => Array ( [id] => 128 [title] => Song - 32 [time] => 32 [License] => MIT ) [59] => Array ( [id] => 120 [title] => Song - 60 [time] => 60 [License] => MIT ) [29] => Array ( [id] => 120 [title] => Song - 30 [time] => 30 [License] => MIT ) [38] => Array ( [id] => 117 [title] => Song - 39 [time] => 39 [License] => MIT ) [57] => Array ( [id] => 116 [title] => Song - 58 [time] => 58 [License] => MIT ) [115] => Array ( [id] => 116 [title] => Song - 116 [time] => 116 [License] => MIT ) [56] => Array ( [id] => 114 [title] => Song - 57 [time] => 57 [License] => MIT ) [37] => Array ( [id] => 114 [title] => Song - 38 [time] => 38 [License] => MIT ) [113] => Array ( [id] => 114 [title] => Song - 114 [time] => 114 [License] => MIT ) [36] => Array ( [id] => 111 [title] => Song - 37 [time] => 37 [License] => MIT ) [35] => Array ( [id] => 108 [title] => Song - 36 [time] => 36 [License] => MIT ) [100] => Array ( [id] => 101 [title] => Song - 101 [time] => 101 [License] => MIT ) [48] => Array ( [id] => 98 [title] => Song - 49 [time] => 49 [License] => MIT ) [23] => Array ( [id] => 96 [title] => Song - 24 [time] => 24 [License] => MIT ) [30] => Array ( [id] => 93 [title] => Song - 31 [time] => 31 [License] => MIT ) [45] => Array ( [id] => 92 [title] => Song - 46 [time] => 46 [License] => MIT ) [22] => Array ( [id] => 92 [title] => Song - 23 [time] => 23 [License] => MIT ) [43] => Array ( [id] => 88 [title] => Song - 44 [time] => 44 [License] => MIT ) [86] => Array ( [id] => 87 [title] => Song - 87 [time] => 87 [License] => MIT ) [83] => Array ( [id] => 84 [title] => Song - 84 [time] => 84 [License] => MIT ) [82] => Array ( [id] => 83 [title] => Song - 83 [time] => 83 [License] => MIT ) [25] => Array ( [id] => 78 [title] => Song - 26 [time] => 26 [License] => MIT ) [17] => Array ( [id] => 72 [title] => Song - 18 [time] => 18 [License] => MIT ) [69] => Array ( [id] => 70 [title] => Song - 70 [time] => 70 [License] => MIT ) [64] => Array ( [id] => 65 [title] => Song - 65 [time] => 65 [License] => MIT ) [15] => Array ( [id] => 64 [title] => Song - 16 [time] => 16 [License] => MIT ) [62] => Array ( [id] => 63 [title] => Song - 63 [time] => 63 [License] => MIT ) [60] => Array ( [id] => 61 [title] => Song - 61 [time] => 61 [License] => MIT ) [58] => Array ( [id] => 59 [title] => Song - 59 [time] => 59 [License] => MIT ) [53] => Array ( [id] => 54 [title] => Song - 54 [time] => 54 [License] => MIT ) [26] => Array ( [id] => 54 [title] => Song - 27 [time] => 27 [License] => MIT ) [51] => Array ( [id] => 52 [title] => Song - 52 [time] => 52 [License] => MIT ) [12] => Array ( [id] => 52 [title] => Song - 13 [time] => 13 [License] => MIT ) [50] => Array ( [id] => 51 [title] => Song - 51 [time] => 51 [License] => MIT ) [24] => Array ( [id] => 50 [title] => Song - 25 [time] => 25 [License] => MIT ) [10] => Array ( [id] => 44 [title] => Song - 11 [time] => 11 [License] => MIT ) [41] => Array ( [id] => 42 [title] => Song - 42 [time] => 42 [License] => MIT ) [20] => Array ( [id] => 42 [title] => Song - 21 [time] => 21 [License] => MIT ) [14] => Array ( [id] => 30 [title] => Song - 15 [time] => 15 [License] => MIT ) [28] => Array ( [id] => 29 [title] => Song - 29 [time] => 29 [License] => MIT ) [27] => Array ( [id] => 28 [title] => Song - 28 [time] => 28 [License] => MIT ) [7] => Array ( [id] => 24 [title] => Song - 8 [time] => 8 [License] => MIT ) [21] => Array ( [id] => 22 [title] => Song - 22 [time] => 22 [License] => MIT ) [19] => Array ( [id] => 20 [title] => Song - 20 [time] => 20 [License] => MIT ) [9] => Array ( [id] => 20 [title] => Song - 10 [time] => 10 [License] => MIT ) [18] => Array ( [id] => 19 [title] => Song - 19 [time] => 19 [License] => MIT ) [8] => Array ( [id] => 18 [title] => Song - 9 [time] => 9 [License] => MIT ) [5] => Array ( [id] => 18 [title] => Song - 6 [time] => 6 [License] => MIT ) [16] => Array ( [id] => 17 [title] => Song - 17 [time] => 17 [License] => MIT ) [13] => Array ( [id] => 14 [title] => Song - 14 [time] => 14 [License] => MIT ) [11] => Array ( [id] => 12 [title] => Song - 12 [time] => 12 [License] => MIT ) [6] => Array ( [id] => 7 [title] => Song - 7 [time] => 7 [License] => MIT ) [1] => Array ( [id] => 6 [title] => Song - 2 [time] => 2 [License] => MIT ) [4] => Array ( [id] => 5 [title] => Song - 5 [time] => 5 [License] => MIT ) [3] => Array ( [id] => 4 [title] => Song - 4 [time] => 4 [License] => MIT ) [2] => Array ( [id] => 3 [title] => Song - 3 [time] => 3 [License] => MIT ) [0] => Array ( [id] => 1 [title] => Song - 1 [time] => 1 [License] => MIT ) )
Output for 5.6.20
Array ( [147] => Array ( [id] => 592 [title] => Song - 148 [time] => 148 [License] => MIT ) [144] => Array ( [id] => 580 [title] => Song - 145 [time] => 145 [License] => MIT ) [131] => Array ( [id] => 528 [title] => Song - 132 [time] => 132 [License] => MIT ) [124] => Array ( [id] => 500 [title] => Song - 125 [time] => 125 [License] => MIT ) [123] => Array ( [id] => 496 [title] => Song - 124 [time] => 124 [License] => MIT ) [118] => Array ( [id] => 476 [title] => Song - 119 [time] => 119 [License] => MIT ) [149] => Array ( [id] => 450 [title] => Song - 150 [time] => 150 [License] => MIT ) [148] => Array ( [id] => 447 [title] => Song - 149 [time] => 149 [License] => MIT ) [110] => Array ( [id] => 444 [title] => Song - 111 [time] => 111 [License] => MIT ) [143] => Array ( [id] => 432 [title] => Song - 144 [time] => 144 [License] => MIT ) [107] => Array ( [id] => 432 [title] => Song - 108 [time] => 108 [License] => MIT ) [138] => Array ( [id] => 417 [title] => Song - 139 [time] => 139 [License] => MIT ) [136] => Array ( [id] => 411 [title] => Song - 137 [time] => 137 [License] => MIT ) [133] => Array ( [id] => 402 [title] => Song - 134 [time] => 134 [License] => MIT ) [132] => Array ( [id] => 399 [title] => Song - 133 [time] => 133 [License] => MIT ) [128] => Array ( [id] => 387 [title] => Song - 129 [time] => 129 [License] => MIT ) [93] => Array ( [id] => 376 [title] => Song - 94 [time] => 94 [License] => MIT ) [122] => Array ( [id] => 369 [title] => Song - 123 [time] => 123 [License] => MIT ) [121] => Array ( [id] => 366 [title] => Song - 122 [time] => 122 [License] => MIT ) [90] => Array ( [id] => 364 [title] => Song - 91 [time] => 91 [License] => MIT ) [89] => Array ( [id] => 360 [title] => Song - 90 [time] => 90 [License] => MIT ) [86] => Array ( [id] => 348 [title] => Song - 87 [time] => 87 [License] => MIT ) [114] => Array ( [id] => 345 [title] => Song - 115 [time] => 115 [License] => MIT ) [113] => Array ( [id] => 342 [title] => Song - 114 [time] => 114 [License] => MIT ) [112] => Array ( [id] => 339 [title] => Song - 113 [time] => 113 [License] => MIT ) [108] => Array ( [id] => 327 [title] => Song - 109 [time] => 109 [License] => MIT ) [106] => Array ( [id] => 321 [title] => Song - 107 [time] => 107 [License] => MIT ) [79] => Array ( [id] => 320 [title] => Song - 80 [time] => 80 [License] => MIT ) [102] => Array ( [id] => 309 [title] => Song - 103 [time] => 103 [License] => MIT ) [101] => Array ( [id] => 306 [title] => Song - 102 [time] => 102 [License] => MIT ) [99] => Array ( [id] => 300 [title] => Song - 100 [time] => 100 [License] => MIT ) [96] => Array ( [id] => 291 [title] => Song - 97 [time] => 97 [License] => MIT ) [95] => Array ( [id] => 288 [title] => Song - 96 [time] => 96 [License] => MIT ) [71] => Array ( [id] => 288 [title] => Song - 72 [time] => 72 [License] => MIT ) [140] => Array ( [id] => 282 [title] => Song - 141 [time] => 141 [License] => MIT ) [139] => Array ( [id] => 280 [title] => Song - 140 [time] => 140 [License] => MIT ) [92] => Array ( [id] => 279 [title] => Song - 93 [time] => 93 [License] => MIT ) [135] => Array ( [id] => 272 [title] => Song - 136 [time] => 136 [License] => MIT ) [134] => Array ( [id] => 270 [title] => Song - 135 [time] => 135 [License] => MIT ) [66] => Array ( [id] => 268 [title] => Song - 67 [time] => 67 [License] => MIT ) [87] => Array ( [id] => 264 [title] => Song - 88 [time] => 88 [License] => MIT ) [65] => Array ( [id] => 264 [title] => Song - 66 [time] => 66 [License] => MIT ) [130] => Array ( [id] => 262 [title] => Song - 131 [time] => 131 [License] => MIT ) [129] => Array ( [id] => 260 [title] => Song - 130 [time] => 130 [License] => MIT ) [84] => Array ( [id] => 255 [title] => Song - 85 [time] => 85 [License] => MIT ) [126] => Array ( [id] => 254 [title] => Song - 127 [time] => 127 [License] => MIT ) [81] => Array ( [id] => 246 [title] => Song - 82 [time] => 82 [License] => MIT ) [120] => Array ( [id] => 242 [title] => Song - 121 [time] => 121 [License] => MIT ) [78] => Array ( [id] => 237 [title] => Song - 79 [time] => 79 [License] => MIT ) [76] => Array ( [id] => 231 [title] => Song - 77 [time] => 77 [License] => MIT ) [111] => Array ( [id] => 224 [title] => Song - 112 [time] => 112 [License] => MIT ) [54] => Array ( [id] => 220 [title] => Song - 55 [time] => 55 [License] => MIT ) [109] => Array ( [id] => 220 [title] => Song - 110 [time] => 110 [License] => MIT ) [105] => Array ( [id] => 212 [title] => Song - 106 [time] => 106 [License] => MIT ) [69] => Array ( [id] => 210 [title] => Song - 70 [time] => 70 [License] => MIT ) [68] => Array ( [id] => 207 [title] => Song - 69 [time] => 69 [License] => MIT ) [98] => Array ( [id] => 198 [title] => Song - 99 [time] => 99 [License] => MIT ) [61] => Array ( [id] => 186 [title] => Song - 62 [time] => 62 [License] => MIT ) [60] => Array ( [id] => 183 [title] => Song - 61 [time] => 61 [License] => MIT ) [88] => Array ( [id] => 178 [title] => Song - 89 [time] => 89 [License] => MIT ) [83] => Array ( [id] => 168 [title] => Song - 84 [time] => 84 [License] => MIT ) [55] => Array ( [id] => 168 [title] => Song - 56 [time] => 56 [License] => MIT ) [41] => Array ( [id] => 168 [title] => Song - 42 [time] => 42 [License] => MIT ) [82] => Array ( [id] => 166 [title] => Song - 83 [time] => 83 [License] => MIT ) [40] => Array ( [id] => 164 [title] => Song - 41 [time] => 41 [License] => MIT ) [53] => Array ( [id] => 162 [title] => Song - 54 [time] => 54 [License] => MIT ) [51] => Array ( [id] => 156 [title] => Song - 52 [time] => 52 [License] => MIT ) [75] => Array ( [id] => 152 [title] => Song - 76 [time] => 76 [License] => MIT ) [74] => Array ( [id] => 150 [title] => Song - 75 [time] => 75 [License] => MIT ) [48] => Array ( [id] => 147 [title] => Song - 49 [time] => 49 [License] => MIT ) [146] => Array ( [id] => 147 [title] => Song - 147 [time] => 147 [License] => MIT ) [145] => Array ( [id] => 146 [title] => Song - 146 [time] => 146 [License] => MIT ) [142] => Array ( [id] => 143 [title] => Song - 143 [time] => 143 [License] => MIT ) [141] => Array ( [id] => 142 [title] => Song - 142 [time] => 142 [License] => MIT ) [45] => Array ( [id] => 138 [title] => Song - 46 [time] => 46 [License] => MIT ) [137] => Array ( [id] => 138 [title] => Song - 138 [time] => 138 [License] => MIT ) [67] => Array ( [id] => 136 [title] => Song - 68 [time] => 68 [License] => MIT ) [42] => Array ( [id] => 129 [title] => Song - 43 [time] => 43 [License] => MIT ) [127] => Array ( [id] => 128 [title] => Song - 128 [time] => 128 [License] => MIT ) [125] => Array ( [id] => 126 [title] => Song - 126 [time] => 126 [License] => MIT ) [59] => Array ( [id] => 120 [title] => Song - 60 [time] => 60 [License] => MIT ) [39] => Array ( [id] => 120 [title] => Song - 40 [time] => 40 [License] => MIT ) [29] => Array ( [id] => 120 [title] => Song - 30 [time] => 30 [License] => MIT ) [119] => Array ( [id] => 120 [title] => Song - 120 [time] => 120 [License] => MIT ) [58] => Array ( [id] => 118 [title] => Song - 59 [time] => 59 [License] => MIT ) [117] => Array ( [id] => 118 [title] => Song - 118 [time] => 118 [License] => MIT ) [116] => Array ( [id] => 117 [title] => Song - 117 [time] => 117 [License] => MIT ) [115] => Array ( [id] => 116 [title] => Song - 116 [time] => 116 [License] => MIT ) [27] => Array ( [id] => 112 [title] => Song - 28 [time] => 28 [License] => MIT ) [52] => Array ( [id] => 106 [title] => Song - 53 [time] => 53 [License] => MIT ) [104] => Array ( [id] => 105 [title] => Song - 105 [time] => 105 [License] => MIT ) [25] => Array ( [id] => 104 [title] => Song - 26 [time] => 26 [License] => MIT ) [103] => Array ( [id] => 104 [title] => Song - 104 [time] => 104 [License] => MIT ) [100] => Array ( [id] => 101 [title] => Song - 101 [time] => 101 [License] => MIT ) [97] => Array ( [id] => 98 [title] => Song - 98 [time] => 98 [License] => MIT ) [94] => Array ( [id] => 95 [title] => Song - 95 [time] => 95 [License] => MIT ) [46] => Array ( [id] => 94 [title] => Song - 47 [time] => 47 [License] => MIT ) [30] => Array ( [id] => 93 [title] => Song - 31 [time] => 31 [License] => MIT ) [91] => Array ( [id] => 92 [title] => Song - 92 [time] => 92 [License] => MIT ) [21] => Array ( [id] => 88 [title] => Song - 22 [time] => 22 [License] => MIT ) [85] => Array ( [id] => 86 [title] => Song - 86 [time] => 86 [License] => MIT ) [20] => Array ( [id] => 84 [title] => Song - 21 [time] => 21 [License] => MIT ) [80] => Array ( [id] => 81 [title] => Song - 81 [time] => 81 [License] => MIT ) [77] => Array ( [id] => 78 [title] => Song - 78 [time] => 78 [License] => MIT ) [37] => Array ( [id] => 76 [title] => Song - 38 [time] => 38 [License] => MIT ) [73] => Array ( [id] => 74 [title] => Song - 74 [time] => 74 [License] => MIT ) [72] => Array ( [id] => 73 [title] => Song - 73 [time] => 73 [License] => MIT ) [70] => Array ( [id] => 71 [title] => Song - 71 [time] => 71 [License] => MIT ) [64] => Array ( [id] => 65 [title] => Song - 65 [time] => 65 [License] => MIT ) [63] => Array ( [id] => 64 [title] => Song - 64 [time] => 64 [License] => MIT ) [15] => Array ( [id] => 64 [title] => Song - 16 [time] => 16 [License] => MIT ) [62] => Array ( [id] => 63 [title] => Song - 63 [time] => 63 [License] => MIT ) [19] => Array ( [id] => 60 [title] => Song - 20 [time] => 20 [License] => MIT ) [57] => Array ( [id] => 58 [title] => Song - 58 [time] => 58 [License] => MIT ) [56] => Array ( [id] => 57 [title] => Song - 57 [time] => 57 [License] => MIT ) [26] => Array ( [id] => 54 [title] => Song - 27 [time] => 27 [License] => MIT ) [50] => Array ( [id] => 51 [title] => Song - 51 [time] => 51 [License] => MIT ) [49] => Array ( [id] => 50 [title] => Song - 50 [time] => 50 [License] => MIT ) [24] => Array ( [id] => 50 [title] => Song - 25 [time] => 25 [License] => MIT ) [47] => Array ( [id] => 48 [title] => Song - 48 [time] => 48 [License] => MIT ) [44] => Array ( [id] => 45 [title] => Song - 45 [time] => 45 [License] => MIT ) [43] => Array ( [id] => 44 [title] => Song - 44 [time] => 44 [License] => MIT ) [38] => Array ( [id] => 39 [title] => Song - 39 [time] => 39 [License] => MIT ) [12] => Array ( [id] => 39 [title] => Song - 13 [time] => 13 [License] => MIT ) [18] => Array ( [id] => 38 [title] => Song - 19 [time] => 19 [License] => MIT ) [36] => Array ( [id] => 37 [title] => Song - 37 [time] => 37 [License] => MIT ) [35] => Array ( [id] => 36 [title] => Song - 36 [time] => 36 [License] => MIT ) [17] => Array ( [id] => 36 [title] => Song - 18 [time] => 18 [License] => MIT ) [34] => Array ( [id] => 35 [title] => Song - 35 [time] => 35 [License] => MIT ) [33] => Array ( [id] => 34 [title] => Song - 34 [time] => 34 [License] => MIT ) [16] => Array ( [id] => 34 [title] => Song - 17 [time] => 17 [License] => MIT ) [32] => Array ( [id] => 33 [title] => Song - 33 [time] => 33 [License] => MIT ) [7] => Array ( [id] => 32 [title] => Song - 8 [time] => 8 [License] => MIT ) [31] => Array ( [id] => 32 [title] => Song - 32 [time] => 32 [License] => MIT ) [14] => Array ( [id] => 30 [title] => Song - 15 [time] => 15 [License] => MIT ) [28] => Array ( [id] => 29 [title] => Song - 29 [time] => 29 [License] => MIT ) [13] => Array ( [id] => 28 [title] => Song - 14 [time] => 14 [License] => MIT ) [5] => Array ( [id] => 24 [title] => Song - 6 [time] => 6 [License] => MIT ) [23] => Array ( [id] => 24 [title] => Song - 24 [time] => 24 [License] => MIT ) [22] => Array ( [id] => 23 [title] => Song - 23 [time] => 23 [License] => MIT ) [4] => Array ( [id] => 20 [title] => Song - 5 [time] => 5 [License] => MIT ) [8] => Array ( [id] => 18 [title] => Song - 9 [time] => 9 [License] => MIT ) [6] => Array ( [id] => 14 [title] => Song - 7 [time] => 7 [License] => MIT ) [11] => Array ( [id] => 12 [title] => Song - 12 [time] => 12 [License] => MIT ) [10] => Array ( [id] => 11 [title] => Song - 11 [time] => 11 [License] => MIT ) [9] => Array ( [id] => 10 [title] => Song - 10 [time] => 10 [License] => MIT ) [3] => Array ( [id] => 4 [title] => Song - 4 [time] => 4 [License] => MIT ) [2] => Array ( [id] => 3 [title] => Song - 3 [time] => 3 [License] => MIT ) [1] => Array ( [id] => 2 [title] => Song - 2 [time] => 2 [License] => MIT ) [0] => Array ( [id] => 1 [title] => Song - 1 [time] => 1 [License] => MIT ) )
Output for 5.6.19
Array ( [149] => Array ( [id] => 600 [title] => Song - 150 [time] => 150 [License] => MIT ) [140] => Array ( [id] => 564 [title] => Song - 141 [time] => 141 [License] => MIT ) [136] => Array ( [id] => 548 [title] => Song - 137 [time] => 137 [License] => MIT ) [129] => Array ( [id] => 520 [title] => Song - 130 [time] => 130 [License] => MIT ) [115] => Array ( [id] => 464 [title] => Song - 116 [time] => 116 [License] => MIT ) [111] => Array ( [id] => 448 [title] => Song - 112 [time] => 112 [License] => MIT ) [148] => Array ( [id] => 447 [title] => Song - 149 [time] => 149 [License] => MIT ) [146] => Array ( [id] => 441 [title] => Song - 147 [time] => 147 [License] => MIT ) [144] => Array ( [id] => 435 [title] => Song - 145 [time] => 145 [License] => MIT ) [141] => Array ( [id] => 426 [title] => Song - 142 [time] => 142 [License] => MIT ) [105] => Array ( [id] => 424 [title] => Song - 106 [time] => 106 [License] => MIT ) [103] => Array ( [id] => 416 [title] => Song - 104 [time] => 104 [License] => MIT ) [137] => Array ( [id] => 414 [title] => Song - 138 [time] => 138 [License] => MIT ) [101] => Array ( [id] => 408 [title] => Song - 102 [time] => 102 [License] => MIT ) [133] => Array ( [id] => 402 [title] => Song - 134 [time] => 134 [License] => MIT ) [99] => Array ( [id] => 400 [title] => Song - 100 [time] => 100 [License] => MIT ) [132] => Array ( [id] => 399 [title] => Song - 133 [time] => 133 [License] => MIT ) [97] => Array ( [id] => 392 [title] => Song - 98 [time] => 98 [License] => MIT ) [127] => Array ( [id] => 384 [title] => Song - 128 [time] => 128 [License] => MIT ) [121] => Array ( [id] => 366 [title] => Song - 122 [time] => 122 [License] => MIT ) [120] => Array ( [id] => 363 [title] => Song - 121 [time] => 121 [License] => MIT ) [117] => Array ( [id] => 354 [title] => Song - 118 [time] => 118 [License] => MIT ) [113] => Array ( [id] => 342 [title] => Song - 114 [time] => 114 [License] => MIT ) [108] => Array ( [id] => 327 [title] => Song - 109 [time] => 109 [License] => MIT ) [75] => Array ( [id] => 304 [title] => Song - 76 [time] => 76 [License] => MIT ) [73] => Array ( [id] => 296 [title] => Song - 74 [time] => 74 [License] => MIT ) [145] => Array ( [id] => 292 [title] => Song - 146 [time] => 146 [License] => MIT ) [143] => Array ( [id] => 288 [title] => Song - 144 [time] => 144 [License] => MIT ) [70] => Array ( [id] => 284 [title] => Song - 71 [time] => 71 [License] => MIT ) [139] => Array ( [id] => 280 [title] => Song - 140 [time] => 140 [License] => MIT ) [138] => Array ( [id] => 278 [title] => Song - 139 [time] => 139 [License] => MIT ) [91] => Array ( [id] => 276 [title] => Song - 92 [time] => 92 [License] => MIT ) [135] => Array ( [id] => 272 [title] => Song - 136 [time] => 136 [License] => MIT ) [66] => Array ( [id] => 268 [title] => Song - 67 [time] => 67 [License] => MIT ) [88] => Array ( [id] => 267 [title] => Song - 89 [time] => 89 [License] => MIT ) [130] => Array ( [id] => 262 [title] => Song - 131 [time] => 131 [License] => MIT ) [64] => Array ( [id] => 260 [title] => Song - 65 [time] => 65 [License] => MIT ) [126] => Array ( [id] => 254 [title] => Song - 127 [time] => 127 [License] => MIT ) [83] => Array ( [id] => 252 [title] => Song - 84 [time] => 84 [License] => MIT ) [125] => Array ( [id] => 252 [title] => Song - 126 [time] => 126 [License] => MIT ) [122] => Array ( [id] => 246 [title] => Song - 123 [time] => 123 [License] => MIT ) [80] => Array ( [id] => 243 [title] => Song - 81 [time] => 81 [License] => MIT ) [79] => Array ( [id] => 240 [title] => Song - 80 [time] => 80 [License] => MIT ) [59] => Array ( [id] => 240 [title] => Song - 60 [time] => 60 [License] => MIT ) [119] => Array ( [id] => 240 [title] => Song - 120 [time] => 120 [License] => MIT ) [118] => Array ( [id] => 238 [title] => Song - 119 [time] => 119 [License] => MIT ) [56] => Array ( [id] => 228 [title] => Song - 57 [time] => 57 [License] => MIT ) [54] => Array ( [id] => 220 [title] => Song - 55 [time] => 55 [License] => MIT ) [107] => Array ( [id] => 216 [title] => Song - 108 [time] => 108 [License] => MIT ) [106] => Array ( [id] => 214 [title] => Song - 107 [time] => 107 [License] => MIT ) [67] => Array ( [id] => 204 [title] => Song - 68 [time] => 68 [License] => MIT ) [100] => Array ( [id] => 202 [title] => Song - 101 [time] => 101 [License] => MIT ) [49] => Array ( [id] => 200 [title] => Song - 50 [time] => 50 [License] => MIT ) [98] => Array ( [id] => 198 [title] => Song - 99 [time] => 99 [License] => MIT ) [96] => Array ( [id] => 194 [title] => Song - 97 [time] => 97 [License] => MIT ) [93] => Array ( [id] => 188 [title] => Song - 94 [time] => 94 [License] => MIT ) [46] => Array ( [id] => 188 [title] => Song - 47 [time] => 47 [License] => MIT ) [90] => Array ( [id] => 182 [title] => Song - 91 [time] => 91 [License] => MIT ) [89] => Array ( [id] => 180 [title] => Song - 90 [time] => 90 [License] => MIT ) [87] => Array ( [id] => 176 [title] => Song - 88 [time] => 88 [License] => MIT ) [55] => Array ( [id] => 168 [title] => Song - 56 [time] => 56 [License] => MIT ) [53] => Array ( [id] => 162 [title] => Song - 54 [time] => 54 [License] => MIT ) [78] => Array ( [id] => 158 [title] => Song - 79 [time] => 79 [License] => MIT ) [38] => Array ( [id] => 156 [title] => Song - 39 [time] => 39 [License] => MIT ) [50] => Array ( [id] => 153 [title] => Song - 51 [time] => 51 [License] => MIT ) [74] => Array ( [id] => 150 [title] => Song - 75 [time] => 75 [License] => MIT ) [147] => Array ( [id] => 148 [title] => Song - 148 [time] => 148 [License] => MIT ) [71] => Array ( [id] => 144 [title] => Song - 72 [time] => 72 [License] => MIT ) [47] => Array ( [id] => 144 [title] => Song - 48 [time] => 48 [License] => MIT ) [35] => Array ( [id] => 144 [title] => Song - 36 [time] => 36 [License] => MIT ) [142] => Array ( [id] => 143 [title] => Song - 143 [time] => 143 [License] => MIT ) [69] => Array ( [id] => 140 [title] => Song - 70 [time] => 70 [License] => MIT ) [34] => Array ( [id] => 140 [title] => Song - 35 [time] => 35 [License] => MIT ) [68] => Array ( [id] => 138 [title] => Song - 69 [time] => 69 [License] => MIT ) [134] => Array ( [id] => 135 [title] => Song - 135 [time] => 135 [License] => MIT ) [131] => Array ( [id] => 132 [title] => Song - 132 [time] => 132 [License] => MIT ) [128] => Array ( [id] => 129 [title] => Song - 129 [time] => 129 [License] => MIT ) [62] => Array ( [id] => 126 [title] => Song - 63 [time] => 63 [License] => MIT ) [124] => Array ( [id] => 125 [title] => Song - 125 [time] => 125 [License] => MIT ) [61] => Array ( [id] => 124 [title] => Song - 62 [time] => 62 [License] => MIT ) [123] => Array ( [id] => 124 [title] => Song - 124 [time] => 124 [License] => MIT ) [40] => Array ( [id] => 123 [title] => Song - 41 [time] => 41 [License] => MIT ) [58] => Array ( [id] => 118 [title] => Song - 59 [time] => 59 [License] => MIT ) [116] => Array ( [id] => 117 [title] => Song - 117 [time] => 117 [License] => MIT ) [57] => Array ( [id] => 116 [title] => Song - 58 [time] => 58 [License] => MIT ) [114] => Array ( [id] => 115 [title] => Song - 115 [time] => 115 [License] => MIT ) [112] => Array ( [id] => 113 [title] => Song - 113 [time] => 113 [License] => MIT ) [36] => Array ( [id] => 111 [title] => Song - 37 [time] => 37 [License] => MIT ) [110] => Array ( [id] => 111 [title] => Song - 111 [time] => 111 [License] => MIT ) [109] => Array ( [id] => 110 [title] => Song - 110 [time] => 110 [License] => MIT ) [104] => Array ( [id] => 105 [title] => Song - 105 [time] => 105 [License] => MIT ) [102] => Array ( [id] => 103 [title] => Song - 103 [time] => 103 [License] => MIT ) [24] => Array ( [id] => 100 [title] => Song - 25 [time] => 25 [License] => MIT ) [32] => Array ( [id] => 99 [title] => Song - 33 [time] => 33 [License] => MIT ) [48] => Array ( [id] => 98 [title] => Song - 49 [time] => 49 [License] => MIT ) [95] => Array ( [id] => 96 [title] => Song - 96 [time] => 96 [License] => MIT ) [94] => Array ( [id] => 95 [title] => Song - 95 [time] => 95 [License] => MIT ) [92] => Array ( [id] => 93 [title] => Song - 93 [time] => 93 [License] => MIT ) [45] => Array ( [id] => 92 [title] => Song - 46 [time] => 46 [License] => MIT ) [44] => Array ( [id] => 90 [title] => Song - 45 [time] => 45 [License] => MIT ) [43] => Array ( [id] => 88 [title] => Song - 44 [time] => 44 [License] => MIT ) [21] => Array ( [id] => 88 [title] => Song - 22 [time] => 22 [License] => MIT ) [86] => Array ( [id] => 87 [title] => Song - 87 [time] => 87 [License] => MIT ) [85] => Array ( [id] => 86 [title] => Song - 86 [time] => 86 [License] => MIT ) [84] => Array ( [id] => 85 [title] => Song - 85 [time] => 85 [License] => MIT ) [41] => Array ( [id] => 84 [title] => Song - 42 [time] => 42 [License] => MIT ) [27] => Array ( [id] => 84 [title] => Song - 28 [time] => 28 [License] => MIT ) [82] => Array ( [id] => 83 [title] => Song - 83 [time] => 83 [License] => MIT ) [81] => Array ( [id] => 82 [title] => Song - 82 [time] => 82 [License] => MIT ) [39] => Array ( [id] => 80 [title] => Song - 40 [time] => 40 [License] => MIT ) [19] => Array ( [id] => 80 [title] => Song - 20 [time] => 20 [License] => MIT ) [77] => Array ( [id] => 78 [title] => Song - 78 [time] => 78 [License] => MIT ) [25] => Array ( [id] => 78 [title] => Song - 26 [time] => 26 [License] => MIT ) [76] => Array ( [id] => 77 [title] => Song - 77 [time] => 77 [License] => MIT ) [37] => Array ( [id] => 76 [title] => Song - 38 [time] => 38 [License] => MIT ) [72] => Array ( [id] => 73 [title] => Song - 73 [time] => 73 [License] => MIT ) [22] => Array ( [id] => 69 [title] => Song - 23 [time] => 23 [License] => MIT ) [33] => Array ( [id] => 68 [title] => Song - 34 [time] => 34 [License] => MIT ) [65] => Array ( [id] => 66 [title] => Song - 66 [time] => 66 [License] => MIT ) [63] => Array ( [id] => 64 [title] => Song - 64 [time] => 64 [License] => MIT ) [30] => Array ( [id] => 62 [title] => Song - 31 [time] => 31 [License] => MIT ) [60] => Array ( [id] => 61 [title] => Song - 61 [time] => 61 [License] => MIT ) [28] => Array ( [id] => 58 [title] => Song - 29 [time] => 29 [License] => MIT ) [26] => Array ( [id] => 54 [title] => Song - 27 [time] => 27 [License] => MIT ) [17] => Array ( [id] => 54 [title] => Song - 18 [time] => 18 [License] => MIT ) [52] => Array ( [id] => 53 [title] => Song - 53 [time] => 53 [License] => MIT ) [51] => Array ( [id] => 52 [title] => Song - 52 [time] => 52 [License] => MIT ) [23] => Array ( [id] => 48 [title] => Song - 24 [time] => 24 [License] => MIT ) [14] => Array ( [id] => 45 [title] => Song - 15 [time] => 15 [License] => MIT ) [42] => Array ( [id] => 43 [title] => Song - 43 [time] => 43 [License] => MIT ) [20] => Array ( [id] => 42 [title] => Song - 21 [time] => 21 [License] => MIT ) [11] => Array ( [id] => 36 [title] => Song - 12 [time] => 12 [License] => MIT ) [31] => Array ( [id] => 32 [title] => Song - 32 [time] => 32 [License] => MIT ) [15] => Array ( [id] => 32 [title] => Song - 16 [time] => 16 [License] => MIT ) [29] => Array ( [id] => 30 [title] => Song - 30 [time] => 30 [License] => MIT ) [10] => Array ( [id] => 22 [title] => Song - 11 [time] => 11 [License] => MIT ) [18] => Array ( [id] => 19 [title] => Song - 19 [time] => 19 [License] => MIT ) [16] => Array ( [id] => 17 [title] => Song - 17 [time] => 17 [License] => MIT ) [3] => Array ( [id] => 16 [title] => Song - 4 [time] => 4 [License] => MIT ) [6] => Array ( [id] => 14 [title] => Song - 7 [time] => 7 [License] => MIT ) [13] => Array ( [id] => 14 [title] => Song - 14 [time] => 14 [License] => MIT ) [12] => Array ( [id] => 13 [title] => Song - 13 [time] => 13 [License] => MIT ) [5] => Array ( [id] => 12 [title] => Song - 6 [time] => 6 [License] => MIT ) [9] => Array ( [id] => 10 [title] => Song - 10 [time] => 10 [License] => MIT ) [8] => Array ( [id] => 9 [title] => Song - 9 [time] => 9 [License] => MIT ) [2] => Array ( [id] => 9 [title] => Song - 3 [time] => 3 [License] => MIT ) [7] => Array ( [id] => 8 [title] => Song - 8 [time] => 8 [License] => MIT ) [1] => Array ( [id] => 8 [title] => Song - 2 [time] => 2 [License] => MIT ) [4] => Array ( [id] => 5 [title] => Song - 5 [time] => 5 [License] => MIT ) [0] => Array ( [id] => 4 [title] => Song - 1 [time] => 1 [License] => MIT ) )
Output for 5.6.18
Array ( [148] => Array ( [id] => 596 [title] => Song - 149 [time] => 149 [License] => MIT ) [131] => Array ( [id] => 528 [title] => Song - 132 [time] => 132 [License] => MIT ) [122] => Array ( [id] => 492 [title] => Song - 123 [time] => 123 [License] => MIT ) [117] => Array ( [id] => 472 [title] => Song - 118 [time] => 118 [License] => MIT ) [115] => Array ( [id] => 464 [title] => Song - 116 [time] => 116 [License] => MIT ) [149] => Array ( [id] => 450 [title] => Song - 150 [time] => 150 [License] => MIT ) [110] => Array ( [id] => 444 [title] => Song - 111 [time] => 111 [License] => MIT ) [146] => Array ( [id] => 441 [title] => Song - 147 [time] => 147 [License] => MIT ) [109] => Array ( [id] => 440 [title] => Song - 110 [time] => 110 [License] => MIT ) [108] => Array ( [id] => 436 [title] => Song - 109 [time] => 109 [License] => MIT ) [143] => Array ( [id] => 432 [title] => Song - 144 [time] => 144 [License] => MIT ) [106] => Array ( [id] => 428 [title] => Song - 107 [time] => 107 [License] => MIT ) [105] => Array ( [id] => 424 [title] => Song - 106 [time] => 106 [License] => MIT ) [140] => Array ( [id] => 423 [title] => Song - 141 [time] => 141 [License] => MIT ) [136] => Array ( [id] => 411 [title] => Song - 137 [time] => 137 [License] => MIT ) [135] => Array ( [id] => 408 [title] => Song - 136 [time] => 136 [License] => MIT ) [100] => Array ( [id] => 404 [title] => Song - 101 [time] => 101 [License] => MIT ) [96] => Array ( [id] => 388 [title] => Song - 97 [time] => 97 [License] => MIT ) [128] => Array ( [id] => 387 [title] => Song - 129 [time] => 129 [License] => MIT ) [125] => Array ( [id] => 378 [title] => Song - 126 [time] => 126 [License] => MIT ) [124] => Array ( [id] => 375 [title] => Song - 125 [time] => 125 [License] => MIT ) [121] => Array ( [id] => 366 [title] => Song - 122 [time] => 122 [License] => MIT ) [89] => Array ( [id] => 360 [title] => Song - 90 [time] => 90 [License] => MIT ) [119] => Array ( [id] => 360 [title] => Song - 120 [time] => 120 [License] => MIT ) [111] => Array ( [id] => 336 [title] => Song - 112 [time] => 112 [License] => MIT ) [81] => Array ( [id] => 328 [title] => Song - 82 [time] => 82 [License] => MIT ) [80] => Array ( [id] => 324 [title] => Song - 81 [time] => 81 [License] => MIT ) [79] => Array ( [id] => 320 [title] => Song - 80 [time] => 80 [License] => MIT ) [104] => Array ( [id] => 315 [title] => Song - 105 [time] => 105 [License] => MIT ) [77] => Array ( [id] => 312 [title] => Song - 78 [time] => 78 [License] => MIT ) [102] => Array ( [id] => 309 [title] => Song - 103 [time] => 103 [License] => MIT ) [101] => Array ( [id] => 306 [title] => Song - 102 [time] => 102 [License] => MIT ) [147] => Array ( [id] => 296 [title] => Song - 148 [time] => 148 [License] => MIT ) [145] => Array ( [id] => 292 [title] => Song - 146 [time] => 146 [License] => MIT ) [95] => Array ( [id] => 288 [title] => Song - 96 [time] => 96 [License] => MIT ) [142] => Array ( [id] => 286 [title] => Song - 143 [time] => 143 [License] => MIT ) [92] => Array ( [id] => 279 [title] => Song - 93 [time] => 93 [License] => MIT ) [138] => Array ( [id] => 278 [title] => Song - 139 [time] => 139 [License] => MIT ) [90] => Array ( [id] => 273 [title] => Song - 91 [time] => 91 [License] => MIT ) [88] => Array ( [id] => 267 [title] => Song - 89 [time] => 89 [License] => MIT ) [132] => Array ( [id] => 266 [title] => Song - 133 [time] => 133 [License] => MIT ) [130] => Array ( [id] => 262 [title] => Song - 131 [time] => 131 [License] => MIT ) [129] => Array ( [id] => 260 [title] => Song - 130 [time] => 130 [License] => MIT ) [127] => Array ( [id] => 256 [title] => Song - 128 [time] => 128 [License] => MIT ) [84] => Array ( [id] => 255 [title] => Song - 85 [time] => 85 [License] => MIT ) [83] => Array ( [id] => 252 [title] => Song - 84 [time] => 84 [License] => MIT ) [123] => Array ( [id] => 248 [title] => Song - 124 [time] => 124 [License] => MIT ) [118] => Array ( [id] => 238 [title] => Song - 119 [time] => 119 [License] => MIT ) [78] => Array ( [id] => 237 [title] => Song - 79 [time] => 79 [License] => MIT ) [116] => Array ( [id] => 234 [title] => Song - 117 [time] => 117 [License] => MIT ) [112] => Array ( [id] => 226 [title] => Song - 113 [time] => 113 [License] => MIT ) [55] => Array ( [id] => 224 [title] => Song - 56 [time] => 56 [License] => MIT ) [73] => Array ( [id] => 222 [title] => Song - 74 [time] => 74 [License] => MIT ) [53] => Array ( [id] => 216 [title] => Song - 54 [time] => 54 [License] => MIT ) [107] => Array ( [id] => 216 [title] => Song - 108 [time] => 108 [License] => MIT ) [67] => Array ( [id] => 204 [title] => Song - 68 [time] => 68 [License] => MIT ) [50] => Array ( [id] => 204 [title] => Song - 51 [time] => 51 [License] => MIT ) [97] => Array ( [id] => 196 [title] => Song - 98 [time] => 98 [License] => MIT ) [64] => Array ( [id] => 195 [title] => Song - 65 [time] => 65 [License] => MIT ) [94] => Array ( [id] => 190 [title] => Song - 95 [time] => 95 [License] => MIT ) [61] => Array ( [id] => 186 [title] => Song - 62 [time] => 62 [License] => MIT ) [91] => Array ( [id] => 184 [title] => Song - 92 [time] => 92 [License] => MIT ) [45] => Array ( [id] => 184 [title] => Song - 46 [time] => 46 [License] => MIT ) [43] => Array ( [id] => 176 [title] => Song - 44 [time] => 44 [License] => MIT ) [85] => Array ( [id] => 172 [title] => Song - 86 [time] => 86 [License] => MIT ) [42] => Array ( [id] => 172 [title] => Song - 43 [time] => 43 [License] => MIT ) [41] => Array ( [id] => 168 [title] => Song - 42 [time] => 42 [License] => MIT ) [75] => Array ( [id] => 152 [title] => Song - 76 [time] => 76 [License] => MIT ) [144] => Array ( [id] => 145 [title] => Song - 145 [time] => 145 [License] => MIT ) [35] => Array ( [id] => 144 [title] => Song - 36 [time] => 36 [License] => MIT ) [70] => Array ( [id] => 142 [title] => Song - 71 [time] => 71 [License] => MIT ) [141] => Array ( [id] => 142 [title] => Song - 142 [time] => 142 [License] => MIT ) [69] => Array ( [id] => 140 [title] => Song - 70 [time] => 70 [License] => MIT ) [139] => Array ( [id] => 140 [title] => Song - 140 [time] => 140 [License] => MIT ) [68] => Array ( [id] => 138 [title] => Song - 69 [time] => 69 [License] => MIT ) [137] => Array ( [id] => 138 [title] => Song - 138 [time] => 138 [License] => MIT ) [134] => Array ( [id] => 135 [title] => Song - 135 [time] => 135 [License] => MIT ) [133] => Array ( [id] => 134 [title] => Song - 134 [time] => 134 [License] => MIT ) [65] => Array ( [id] => 132 [title] => Song - 66 [time] => 66 [License] => MIT ) [126] => Array ( [id] => 127 [title] => Song - 127 [time] => 127 [License] => MIT ) [62] => Array ( [id] => 126 [title] => Song - 63 [time] => 63 [License] => MIT ) [40] => Array ( [id] => 123 [title] => Song - 41 [time] => 41 [License] => MIT ) [60] => Array ( [id] => 122 [title] => Song - 61 [time] => 61 [License] => MIT ) [120] => Array ( [id] => 121 [title] => Song - 121 [time] => 121 [License] => MIT ) [59] => Array ( [id] => 120 [title] => Song - 60 [time] => 60 [License] => MIT ) [39] => Array ( [id] => 120 [title] => Song - 40 [time] => 40 [License] => MIT ) [29] => Array ( [id] => 120 [title] => Song - 30 [time] => 30 [License] => MIT ) [58] => Array ( [id] => 118 [title] => Song - 59 [time] => 59 [License] => MIT ) [38] => Array ( [id] => 117 [title] => Song - 39 [time] => 39 [License] => MIT ) [114] => Array ( [id] => 115 [title] => Song - 115 [time] => 115 [License] => MIT ) [37] => Array ( [id] => 114 [title] => Song - 38 [time] => 38 [License] => MIT ) [113] => Array ( [id] => 114 [title] => Song - 114 [time] => 114 [License] => MIT ) [51] => Array ( [id] => 104 [title] => Song - 52 [time] => 52 [License] => MIT ) [103] => Array ( [id] => 104 [title] => Song - 104 [time] => 104 [License] => MIT ) [24] => Array ( [id] => 100 [title] => Song - 25 [time] => 25 [License] => MIT ) [99] => Array ( [id] => 100 [title] => Song - 100 [time] => 100 [License] => MIT ) [98] => Array ( [id] => 99 [title] => Song - 99 [time] => 99 [License] => MIT ) [32] => Array ( [id] => 99 [title] => Song - 33 [time] => 33 [License] => MIT ) [31] => Array ( [id] => 96 [title] => Song - 32 [time] => 32 [License] => MIT ) [93] => Array ( [id] => 94 [title] => Song - 94 [time] => 94 [License] => MIT ) [30] => Array ( [id] => 93 [title] => Song - 31 [time] => 31 [License] => MIT ) [87] => Array ( [id] => 88 [title] => Song - 88 [time] => 88 [License] => MIT ) [86] => Array ( [id] => 87 [title] => Song - 87 [time] => 87 [License] => MIT ) [82] => Array ( [id] => 83 [title] => Song - 83 [time] => 83 [License] => MIT ) [26] => Array ( [id] => 81 [title] => Song - 27 [time] => 27 [License] => MIT ) [76] => Array ( [id] => 77 [title] => Song - 77 [time] => 77 [License] => MIT ) [18] => Array ( [id] => 76 [title] => Song - 19 [time] => 19 [License] => MIT ) [74] => Array ( [id] => 75 [title] => Song - 75 [time] => 75 [License] => MIT ) [72] => Array ( [id] => 73 [title] => Song - 73 [time] => 73 [License] => MIT ) [71] => Array ( [id] => 72 [title] => Song - 72 [time] => 72 [License] => MIT ) [66] => Array ( [id] => 67 [title] => Song - 67 [time] => 67 [License] => MIT ) [63] => Array ( [id] => 64 [title] => Song - 64 [time] => 64 [License] => MIT ) [19] => Array ( [id] => 60 [title] => Song - 20 [time] => 20 [License] => MIT ) [57] => Array ( [id] => 58 [title] => Song - 58 [time] => 58 [License] => MIT ) [56] => Array ( [id] => 57 [title] => Song - 57 [time] => 57 [License] => MIT ) [54] => Array ( [id] => 55 [title] => Song - 55 [time] => 55 [License] => MIT ) [17] => Array ( [id] => 54 [title] => Song - 18 [time] => 18 [License] => MIT ) [52] => Array ( [id] => 53 [title] => Song - 53 [time] => 53 [License] => MIT ) [25] => Array ( [id] => 52 [title] => Song - 26 [time] => 26 [License] => MIT ) [12] => Array ( [id] => 52 [title] => Song - 13 [time] => 13 [License] => MIT ) [16] => Array ( [id] => 51 [title] => Song - 17 [time] => 17 [License] => MIT ) [49] => Array ( [id] => 50 [title] => Song - 50 [time] => 50 [License] => MIT ) [48] => Array ( [id] => 49 [title] => Song - 49 [time] => 49 [License] => MIT ) [47] => Array ( [id] => 48 [title] => Song - 48 [time] => 48 [License] => MIT ) [15] => Array ( [id] => 48 [title] => Song - 16 [time] => 16 [License] => MIT ) [46] => Array ( [id] => 47 [title] => Song - 47 [time] => 47 [License] => MIT ) [44] => Array ( [id] => 45 [title] => Song - 45 [time] => 45 [License] => MIT ) [20] => Array ( [id] => 42 [title] => Song - 21 [time] => 21 [License] => MIT ) [13] => Array ( [id] => 42 [title] => Song - 14 [time] => 14 [License] => MIT ) [9] => Array ( [id] => 40 [title] => Song - 10 [time] => 10 [License] => MIT ) [36] => Array ( [id] => 37 [title] => Song - 37 [time] => 37 [License] => MIT ) [34] => Array ( [id] => 35 [title] => Song - 35 [time] => 35 [License] => MIT ) [33] => Array ( [id] => 34 [title] => Song - 34 [time] => 34 [License] => MIT ) [7] => Array ( [id] => 32 [title] => Song - 8 [time] => 8 [License] => MIT ) [14] => Array ( [id] => 30 [title] => Song - 15 [time] => 15 [License] => MIT ) [28] => Array ( [id] => 29 [title] => Song - 29 [time] => 29 [License] => MIT ) [27] => Array ( [id] => 28 [title] => Song - 28 [time] => 28 [License] => MIT ) [23] => Array ( [id] => 24 [title] => Song - 24 [time] => 24 [License] => MIT ) [22] => Array ( [id] => 23 [title] => Song - 23 [time] => 23 [License] => MIT ) [21] => Array ( [id] => 22 [title] => Song - 22 [time] => 22 [License] => MIT ) [10] => Array ( [id] => 22 [title] => Song - 11 [time] => 11 [License] => MIT ) [8] => Array ( [id] => 18 [title] => Song - 9 [time] => 9 [License] => MIT ) [3] => Array ( [id] => 16 [title] => Song - 4 [time] => 4 [License] => MIT ) [5] => Array ( [id] => 12 [title] => Song - 6 [time] => 6 [License] => MIT ) [11] => Array ( [id] => 12 [title] => Song - 12 [time] => 12 [License] => MIT ) [6] => Array ( [id] => 7 [title] => Song - 7 [time] => 7 [License] => MIT ) [2] => Array ( [id] => 6 [title] => Song - 3 [time] => 3 [License] => MIT ) [4] => Array ( [id] => 5 [title] => Song - 5 [time] => 5 [License] => MIT ) [1] => Array ( [id] => 2 [title] => Song - 2 [time] => 2 [License] => MIT ) [0] => Array ( [id] => 2 [title] => Song - 1 [time] => 1 [License] => MIT ) )
Output for 5.6.17
Array ( [140] => Array ( [id] => 564 [title] => Song - 141 [time] => 141 [License] => MIT ) [136] => Array ( [id] => 548 [title] => Song - 137 [time] => 137 [License] => MIT ) [134] => Array ( [id] => 540 [title] => Song - 135 [time] => 135 [License] => MIT ) [132] => Array ( [id] => 532 [title] => Song - 133 [time] => 133 [License] => MIT ) [122] => Array ( [id] => 492 [title] => Song - 123 [time] => 123 [License] => MIT ) [121] => Array ( [id] => 488 [title] => Song - 122 [time] => 122 [License] => MIT ) [118] => Array ( [id] => 476 [title] => Song - 119 [time] => 119 [License] => MIT ) [113] => Array ( [id] => 456 [title] => Song - 114 [time] => 114 [License] => MIT ) [149] => Array ( [id] => 450 [title] => Song - 150 [time] => 150 [License] => MIT ) [147] => Array ( [id] => 444 [title] => Song - 148 [time] => 148 [License] => MIT ) [145] => Array ( [id] => 438 [title] => Song - 146 [time] => 146 [License] => MIT ) [108] => Array ( [id] => 436 [title] => Song - 109 [time] => 109 [License] => MIT ) [139] => Array ( [id] => 420 [title] => Song - 140 [time] => 140 [License] => MIT ) [103] => Array ( [id] => 416 [title] => Song - 104 [time] => 104 [License] => MIT ) [135] => Array ( [id] => 408 [title] => Song - 136 [time] => 136 [License] => MIT ) [100] => Array ( [id] => 404 [title] => Song - 101 [time] => 101 [License] => MIT ) [99] => Array ( [id] => 400 [title] => Song - 100 [time] => 100 [License] => MIT ) [128] => Array ( [id] => 387 [title] => Song - 129 [time] => 129 [License] => MIT ) [91] => Array ( [id] => 368 [title] => Song - 92 [time] => 92 [License] => MIT ) [120] => Array ( [id] => 363 [title] => Song - 121 [time] => 121 [License] => MIT ) [119] => Array ( [id] => 360 [title] => Song - 120 [time] => 120 [License] => MIT ) [86] => Array ( [id] => 348 [title] => Song - 87 [time] => 87 [License] => MIT ) [111] => Array ( [id] => 336 [title] => Song - 112 [time] => 112 [License] => MIT ) [81] => Array ( [id] => 328 [title] => Song - 82 [time] => 82 [License] => MIT ) [78] => Array ( [id] => 316 [title] => Song - 79 [time] => 79 [License] => MIT ) [104] => Array ( [id] => 315 [title] => Song - 105 [time] => 105 [License] => MIT ) [77] => Array ( [id] => 312 [title] => Song - 78 [time] => 78 [License] => MIT ) [148] => Array ( [id] => 298 [title] => Song - 149 [time] => 149 [License] => MIT ) [72] => Array ( [id] => 292 [title] => Song - 73 [time] => 73 [License] => MIT ) [144] => Array ( [id] => 290 [title] => Song - 145 [time] => 145 [License] => MIT ) [71] => Array ( [id] => 288 [title] => Song - 72 [time] => 72 [License] => MIT ) [143] => Array ( [id] => 288 [title] => Song - 144 [time] => 144 [License] => MIT ) [94] => Array ( [id] => 285 [title] => Song - 95 [time] => 95 [License] => MIT ) [93] => Array ( [id] => 282 [title] => Song - 94 [time] => 94 [License] => MIT ) [69] => Array ( [id] => 280 [title] => Song - 70 [time] => 70 [License] => MIT ) [138] => Array ( [id] => 278 [title] => Song - 139 [time] => 139 [License] => MIT ) [67] => Array ( [id] => 272 [title] => Song - 68 [time] => 68 [License] => MIT ) [89] => Array ( [id] => 270 [title] => Song - 90 [time] => 90 [License] => MIT ) [66] => Array ( [id] => 268 [title] => Song - 67 [time] => 67 [License] => MIT ) [65] => Array ( [id] => 264 [title] => Song - 66 [time] => 66 [License] => MIT ) [131] => Array ( [id] => 264 [title] => Song - 132 [time] => 132 [License] => MIT ) [130] => Array ( [id] => 262 [title] => Song - 131 [time] => 131 [License] => MIT ) [64] => Array ( [id] => 260 [title] => Song - 65 [time] => 65 [License] => MIT ) [129] => Array ( [id] => 260 [title] => Song - 130 [time] => 130 [License] => MIT ) [127] => Array ( [id] => 256 [title] => Song - 128 [time] => 128 [License] => MIT ) [126] => Array ( [id] => 254 [title] => Song - 127 [time] => 127 [License] => MIT ) [123] => Array ( [id] => 248 [title] => Song - 124 [time] => 124 [License] => MIT ) [79] => Array ( [id] => 240 [title] => Song - 80 [time] => 80 [License] => MIT ) [116] => Array ( [id] => 234 [title] => Song - 117 [time] => 117 [License] => MIT ) [75] => Array ( [id] => 228 [title] => Song - 76 [time] => 76 [License] => MIT ) [112] => Array ( [id] => 226 [title] => Song - 113 [time] => 113 [License] => MIT ) [73] => Array ( [id] => 222 [title] => Song - 74 [time] => 74 [License] => MIT ) [110] => Array ( [id] => 222 [title] => Song - 111 [time] => 111 [License] => MIT ) [109] => Array ( [id] => 220 [title] => Song - 110 [time] => 110 [License] => MIT ) [107] => Array ( [id] => 216 [title] => Song - 108 [time] => 108 [License] => MIT ) [106] => Array ( [id] => 214 [title] => Song - 107 [time] => 107 [License] => MIT ) [50] => Array ( [id] => 204 [title] => Song - 51 [time] => 51 [License] => MIT ) [97] => Array ( [id] => 196 [title] => Song - 98 [time] => 98 [License] => MIT ) [48] => Array ( [id] => 196 [title] => Song - 49 [time] => 49 [License] => MIT ) [96] => Array ( [id] => 194 [title] => Song - 97 [time] => 97 [License] => MIT ) [95] => Array ( [id] => 192 [title] => Song - 96 [time] => 96 [License] => MIT ) [62] => Array ( [id] => 189 [title] => Song - 63 [time] => 63 [License] => MIT ) [92] => Array ( [id] => 186 [title] => Song - 93 [time] => 93 [License] => MIT ) [61] => Array ( [id] => 186 [title] => Song - 62 [time] => 62 [License] => MIT ) [60] => Array ( [id] => 183 [title] => Song - 61 [time] => 61 [License] => MIT ) [59] => Array ( [id] => 180 [title] => Song - 60 [time] => 60 [License] => MIT ) [44] => Array ( [id] => 180 [title] => Song - 45 [time] => 45 [License] => MIT ) [88] => Array ( [id] => 178 [title] => Song - 89 [time] => 89 [License] => MIT ) [58] => Array ( [id] => 177 [title] => Song - 59 [time] => 59 [License] => MIT ) [85] => Array ( [id] => 172 [title] => Song - 86 [time] => 86 [License] => MIT ) [56] => Array ( [id] => 171 [title] => Song - 57 [time] => 57 [License] => MIT ) [55] => Array ( [id] => 168 [title] => Song - 56 [time] => 56 [License] => MIT ) [41] => Array ( [id] => 168 [title] => Song - 42 [time] => 42 [License] => MIT ) [82] => Array ( [id] => 166 [title] => Song - 83 [time] => 83 [License] => MIT ) [53] => Array ( [id] => 162 [title] => Song - 54 [time] => 54 [License] => MIT ) [51] => Array ( [id] => 156 [title] => Song - 52 [time] => 52 [License] => MIT ) [146] => Array ( [id] => 147 [title] => Song - 147 [time] => 147 [License] => MIT ) [142] => Array ( [id] => 143 [title] => Song - 143 [time] => 143 [License] => MIT ) [141] => Array ( [id] => 142 [title] => Song - 142 [time] => 142 [License] => MIT ) [46] => Array ( [id] => 141 [title] => Song - 47 [time] => 47 [License] => MIT ) [68] => Array ( [id] => 138 [title] => Song - 69 [time] => 69 [License] => MIT ) [137] => Array ( [id] => 138 [title] => Song - 138 [time] => 138 [License] => MIT ) [133] => Array ( [id] => 134 [title] => Song - 134 [time] => 134 [License] => MIT ) [63] => Array ( [id] => 128 [title] => Song - 64 [time] => 64 [License] => MIT ) [125] => Array ( [id] => 126 [title] => Song - 126 [time] => 126 [License] => MIT ) [124] => Array ( [id] => 125 [title] => Song - 125 [time] => 125 [License] => MIT ) [39] => Array ( [id] => 120 [title] => Song - 40 [time] => 40 [License] => MIT ) [29] => Array ( [id] => 120 [title] => Song - 30 [time] => 30 [License] => MIT ) [117] => Array ( [id] => 118 [title] => Song - 118 [time] => 118 [License] => MIT ) [38] => Array ( [id] => 117 [title] => Song - 39 [time] => 39 [License] => MIT ) [115] => Array ( [id] => 116 [title] => Song - 116 [time] => 116 [License] => MIT ) [114] => Array ( [id] => 115 [title] => Song - 115 [time] => 115 [License] => MIT ) [37] => Array ( [id] => 114 [title] => Song - 38 [time] => 38 [License] => MIT ) [54] => Array ( [id] => 110 [title] => Song - 55 [time] => 55 [License] => MIT ) [52] => Array ( [id] => 106 [title] => Song - 53 [time] => 53 [License] => MIT ) [105] => Array ( [id] => 106 [title] => Song - 106 [time] => 106 [License] => MIT ) [102] => Array ( [id] => 103 [title] => Song - 103 [time] => 103 [License] => MIT ) [101] => Array ( [id] => 102 [title] => Song - 102 [time] => 102 [License] => MIT ) [98] => Array ( [id] => 99 [title] => Song - 99 [time] => 99 [License] => MIT ) [47] => Array ( [id] => 96 [title] => Song - 48 [time] => 48 [License] => MIT ) [30] => Array ( [id] => 93 [title] => Song - 31 [time] => 31 [License] => MIT ) [90] => Array ( [id] => 91 [title] => Song - 91 [time] => 91 [License] => MIT ) [87] => Array ( [id] => 88 [title] => Song - 88 [time] => 88 [License] => MIT ) [21] => Array ( [id] => 88 [title] => Song - 22 [time] => 22 [License] => MIT ) [28] => Array ( [id] => 87 [title] => Song - 29 [time] => 29 [License] => MIT ) [42] => Array ( [id] => 86 [title] => Song - 43 [time] => 43 [License] => MIT ) [84] => Array ( [id] => 85 [title] => Song - 85 [time] => 85 [License] => MIT ) [83] => Array ( [id] => 84 [title] => Song - 84 [time] => 84 [License] => MIT ) [27] => Array ( [id] => 84 [title] => Song - 28 [time] => 28 [License] => MIT ) [80] => Array ( [id] => 81 [title] => Song - 81 [time] => 81 [License] => MIT ) [76] => Array ( [id] => 77 [title] => Song - 77 [time] => 77 [License] => MIT ) [74] => Array ( [id] => 75 [title] => Song - 75 [time] => 75 [License] => MIT ) [35] => Array ( [id] => 72 [title] => Song - 36 [time] => 36 [License] => MIT ) [70] => Array ( [id] => 71 [title] => Song - 71 [time] => 71 [License] => MIT ) [34] => Array ( [id] => 70 [title] => Song - 35 [time] => 35 [License] => MIT ) [22] => Array ( [id] => 69 [title] => Song - 23 [time] => 23 [License] => MIT ) [33] => Array ( [id] => 68 [title] => Song - 34 [time] => 34 [License] => MIT ) [32] => Array ( [id] => 66 [title] => Song - 33 [time] => 33 [License] => MIT ) [31] => Array ( [id] => 64 [title] => Song - 32 [time] => 32 [License] => MIT ) [20] => Array ( [id] => 63 [title] => Song - 21 [time] => 21 [License] => MIT ) [19] => Array ( [id] => 60 [title] => Song - 20 [time] => 20 [License] => MIT ) [57] => Array ( [id] => 58 [title] => Song - 58 [time] => 58 [License] => MIT ) [13] => Array ( [id] => 56 [title] => Song - 14 [time] => 14 [License] => MIT ) [26] => Array ( [id] => 54 [title] => Song - 27 [time] => 27 [License] => MIT ) [17] => Array ( [id] => 54 [title] => Song - 18 [time] => 18 [License] => MIT ) [49] => Array ( [id] => 50 [title] => Song - 50 [time] => 50 [License] => MIT ) [24] => Array ( [id] => 50 [title] => Song - 25 [time] => 25 [License] => MIT ) [15] => Array ( [id] => 48 [title] => Song - 16 [time] => 16 [License] => MIT ) [11] => Array ( [id] => 48 [title] => Song - 12 [time] => 12 [License] => MIT ) [45] => Array ( [id] => 46 [title] => Song - 46 [time] => 46 [License] => MIT ) [43] => Array ( [id] => 44 [title] => Song - 44 [time] => 44 [License] => MIT ) [40] => Array ( [id] => 41 [title] => Song - 41 [time] => 41 [License] => MIT ) [12] => Array ( [id] => 39 [title] => Song - 13 [time] => 13 [License] => MIT ) [36] => Array ( [id] => 37 [title] => Song - 37 [time] => 37 [License] => MIT ) [16] => Array ( [id] => 34 [title] => Song - 17 [time] => 17 [License] => MIT ) [14] => Array ( [id] => 30 [title] => Song - 15 [time] => 15 [License] => MIT ) [6] => Array ( [id] => 28 [title] => Song - 7 [time] => 7 [License] => MIT ) [8] => Array ( [id] => 27 [title] => Song - 9 [time] => 9 [License] => MIT ) [25] => Array ( [id] => 26 [title] => Song - 26 [time] => 26 [License] => MIT ) [23] => Array ( [id] => 24 [title] => Song - 24 [time] => 24 [License] => MIT ) [9] => Array ( [id] => 20 [title] => Song - 10 [time] => 10 [License] => MIT ) [18] => Array ( [id] => 19 [title] => Song - 19 [time] => 19 [License] => MIT ) [5] => Array ( [id] => 12 [title] => Song - 6 [time] => 6 [License] => MIT ) [3] => Array ( [id] => 12 [title] => Song - 4 [time] => 4 [License] => MIT ) [10] => Array ( [id] => 11 [title] => Song - 11 [time] => 11 [License] => MIT ) [4] => Array ( [id] => 10 [title] => Song - 5 [time] => 5 [License] => MIT ) [7] => Array ( [id] => 8 [title] => Song - 8 [time] => 8 [License] => MIT ) [2] => Array ( [id] => 6 [title] => Song - 3 [time] => 3 [License] => MIT ) [1] => Array ( [id] => 4 [title] => Song - 2 [time] => 2 [License] => MIT ) [0] => Array ( [id] => 2 [title] => Song - 1 [time] => 1 [License] => MIT ) )
Output for 5.6.16
Array ( [148] => Array ( [id] => 596 [title] => Song - 149 [time] => 149 [License] => MIT ) [147] => Array ( [id] => 592 [title] => Song - 148 [time] => 148 [License] => MIT ) [143] => Array ( [id] => 576 [title] => Song - 144 [time] => 144 [License] => MIT ) [139] => Array ( [id] => 560 [title] => Song - 140 [time] => 140 [License] => MIT ) [136] => Array ( [id] => 548 [title] => Song - 137 [time] => 137 [License] => MIT ) [135] => Array ( [id] => 544 [title] => Song - 136 [time] => 136 [License] => MIT ) [134] => Array ( [id] => 540 [title] => Song - 135 [time] => 135 [License] => MIT ) [133] => Array ( [id] => 536 [title] => Song - 134 [time] => 134 [License] => MIT ) [132] => Array ( [id] => 532 [title] => Song - 133 [time] => 133 [License] => MIT ) [121] => Array ( [id] => 488 [title] => Song - 122 [time] => 122 [License] => MIT ) [118] => Array ( [id] => 476 [title] => Song - 119 [time] => 119 [License] => MIT ) [108] => Array ( [id] => 436 [title] => Song - 109 [time] => 109 [License] => MIT ) [144] => Array ( [id] => 435 [title] => Song - 145 [time] => 145 [License] => MIT ) [107] => Array ( [id] => 432 [title] => Song - 108 [time] => 108 [License] => MIT ) [142] => Array ( [id] => 429 [title] => Song - 143 [time] => 143 [License] => MIT ) [105] => Array ( [id] => 424 [title] => Song - 106 [time] => 106 [License] => MIT ) [137] => Array ( [id] => 414 [title] => Song - 138 [time] => 138 [License] => MIT ) [102] => Array ( [id] => 412 [title] => Song - 103 [time] => 103 [License] => MIT ) [101] => Array ( [id] => 408 [title] => Song - 102 [time] => 102 [License] => MIT ) [98] => Array ( [id] => 396 [title] => Song - 99 [time] => 99 [License] => MIT ) [131] => Array ( [id] => 396 [title] => Song - 132 [time] => 132 [License] => MIT ) [130] => Array ( [id] => 393 [title] => Song - 131 [time] => 131 [License] => MIT ) [126] => Array ( [id] => 381 [title] => Song - 127 [time] => 127 [License] => MIT ) [92] => Array ( [id] => 372 [title] => Song - 93 [time] => 93 [License] => MIT ) [122] => Array ( [id] => 369 [title] => Song - 123 [time] => 123 [License] => MIT ) [91] => Array ( [id] => 368 [title] => Song - 92 [time] => 92 [License] => MIT ) [88] => Array ( [id] => 356 [title] => Song - 89 [time] => 89 [License] => MIT ) [115] => Array ( [id] => 348 [title] => Song - 116 [time] => 116 [License] => MIT ) [114] => Array ( [id] => 345 [title] => Song - 115 [time] => 115 [License] => MIT ) [113] => Array ( [id] => 342 [title] => Song - 114 [time] => 114 [License] => MIT ) [110] => Array ( [id] => 333 [title] => Song - 111 [time] => 111 [License] => MIT ) [79] => Array ( [id] => 320 [title] => Song - 80 [time] => 80 [License] => MIT ) [104] => Array ( [id] => 315 [title] => Song - 105 [time] => 105 [License] => MIT ) [103] => Array ( [id] => 312 [title] => Song - 104 [time] => 104 [License] => MIT ) [76] => Array ( [id] => 308 [title] => Song - 77 [time] => 77 [License] => MIT ) [75] => Array ( [id] => 304 [title] => Song - 76 [time] => 76 [License] => MIT ) [100] => Array ( [id] => 303 [title] => Song - 101 [time] => 101 [License] => MIT ) [149] => Array ( [id] => 300 [title] => Song - 150 [time] => 150 [License] => MIT ) [72] => Array ( [id] => 292 [title] => Song - 73 [time] => 73 [License] => MIT ) [145] => Array ( [id] => 292 [title] => Song - 146 [time] => 146 [License] => MIT ) [71] => Array ( [id] => 288 [title] => Song - 72 [time] => 72 [License] => MIT ) [94] => Array ( [id] => 285 [title] => Song - 95 [time] => 95 [License] => MIT ) [93] => Array ( [id] => 282 [title] => Song - 94 [time] => 94 [License] => MIT ) [87] => Array ( [id] => 264 [title] => Song - 88 [time] => 88 [License] => MIT ) [65] => Array ( [id] => 264 [title] => Song - 66 [time] => 66 [License] => MIT ) [86] => Array ( [id] => 261 [title] => Song - 87 [time] => 87 [License] => MIT ) [85] => Array ( [id] => 258 [title] => Song - 86 [time] => 86 [License] => MIT ) [128] => Array ( [id] => 258 [title] => Song - 129 [time] => 129 [License] => MIT ) [84] => Array ( [id] => 255 [title] => Song - 85 [time] => 85 [License] => MIT ) [125] => Array ( [id] => 252 [title] => Song - 126 [time] => 126 [License] => MIT ) [124] => Array ( [id] => 250 [title] => Song - 125 [time] => 125 [License] => MIT ) [82] => Array ( [id] => 249 [title] => Song - 83 [time] => 83 [License] => MIT ) [81] => Array ( [id] => 246 [title] => Song - 82 [time] => 82 [License] => MIT ) [78] => Array ( [id] => 237 [title] => Song - 79 [time] => 79 [License] => MIT ) [58] => Array ( [id] => 236 [title] => Song - 59 [time] => 59 [License] => MIT ) [117] => Array ( [id] => 236 [title] => Song - 118 [time] => 118 [License] => MIT ) [77] => Array ( [id] => 234 [title] => Song - 78 [time] => 78 [License] => MIT ) [57] => Array ( [id] => 232 [title] => Song - 58 [time] => 58 [License] => MIT ) [56] => Array ( [id] => 228 [title] => Song - 57 [time] => 57 [License] => MIT ) [109] => Array ( [id] => 220 [title] => Song - 110 [time] => 110 [License] => MIT ) [106] => Array ( [id] => 214 [title] => Song - 107 [time] => 107 [License] => MIT ) [68] => Array ( [id] => 207 [title] => Song - 69 [time] => 69 [License] => MIT ) [50] => Array ( [id] => 204 [title] => Song - 51 [time] => 51 [License] => MIT ) [66] => Array ( [id] => 201 [title] => Song - 67 [time] => 67 [License] => MIT ) [97] => Array ( [id] => 196 [title] => Song - 98 [time] => 98 [License] => MIT ) [48] => Array ( [id] => 196 [title] => Song - 49 [time] => 49 [License] => MIT ) [64] => Array ( [id] => 195 [title] => Song - 65 [time] => 65 [License] => MIT ) [96] => Array ( [id] => 194 [title] => Song - 97 [time] => 97 [License] => MIT ) [95] => Array ( [id] => 192 [title] => Song - 96 [time] => 96 [License] => MIT ) [61] => Array ( [id] => 186 [title] => Song - 62 [time] => 62 [License] => MIT ) [60] => Array ( [id] => 183 [title] => Song - 61 [time] => 61 [License] => MIT ) [44] => Array ( [id] => 180 [title] => Song - 45 [time] => 45 [License] => MIT ) [43] => Array ( [id] => 176 [title] => Song - 44 [time] => 44 [License] => MIT ) [83] => Array ( [id] => 168 [title] => Song - 84 [time] => 84 [License] => MIT ) [40] => Array ( [id] => 164 [title] => Song - 41 [time] => 41 [License] => MIT ) [53] => Array ( [id] => 162 [title] => Song - 54 [time] => 54 [License] => MIT ) [52] => Array ( [id] => 159 [title] => Song - 53 [time] => 53 [License] => MIT ) [38] => Array ( [id] => 156 [title] => Song - 39 [time] => 39 [License] => MIT ) [74] => Array ( [id] => 150 [title] => Song - 75 [time] => 75 [License] => MIT ) [146] => Array ( [id] => 147 [title] => Song - 147 [time] => 147 [License] => MIT ) [47] => Array ( [id] => 144 [title] => Song - 48 [time] => 48 [License] => MIT ) [141] => Array ( [id] => 142 [title] => Song - 142 [time] => 142 [License] => MIT ) [140] => Array ( [id] => 141 [title] => Song - 141 [time] => 141 [License] => MIT ) [69] => Array ( [id] => 140 [title] => Song - 70 [time] => 70 [License] => MIT ) [138] => Array ( [id] => 139 [title] => Song - 139 [time] => 139 [License] => MIT ) [33] => Array ( [id] => 136 [title] => Song - 34 [time] => 34 [License] => MIT ) [32] => Array ( [id] => 132 [title] => Song - 33 [time] => 33 [License] => MIT ) [129] => Array ( [id] => 130 [title] => Song - 130 [time] => 130 [License] => MIT ) [42] => Array ( [id] => 129 [title] => Song - 43 [time] => 43 [License] => MIT ) [127] => Array ( [id] => 128 [title] => Song - 128 [time] => 128 [License] => MIT ) [41] => Array ( [id] => 126 [title] => Song - 42 [time] => 42 [License] => MIT ) [30] => Array ( [id] => 124 [title] => Song - 31 [time] => 31 [License] => MIT ) [123] => Array ( [id] => 124 [title] => Song - 124 [time] => 124 [License] => MIT ) [120] => Array ( [id] => 121 [title] => Song - 121 [time] => 121 [License] => MIT ) [59] => Array ( [id] => 120 [title] => Song - 60 [time] => 60 [License] => MIT ) [29] => Array ( [id] => 120 [title] => Song - 30 [time] => 30 [License] => MIT ) [119] => Array ( [id] => 120 [title] => Song - 120 [time] => 120 [License] => MIT ) [116] => Array ( [id] => 117 [title] => Song - 117 [time] => 117 [License] => MIT ) [28] => Array ( [id] => 116 [title] => Song - 29 [time] => 29 [License] => MIT ) [112] => Array ( [id] => 113 [title] => Song - 113 [time] => 113 [License] => MIT ) [55] => Array ( [id] => 112 [title] => Song - 56 [time] => 56 [License] => MIT ) [111] => Array ( [id] => 112 [title] => Song - 112 [time] => 112 [License] => MIT ) [35] => Array ( [id] => 108 [title] => Song - 36 [time] => 36 [License] => MIT ) [49] => Array ( [id] => 100 [title] => Song - 50 [time] => 50 [License] => MIT ) [99] => Array ( [id] => 100 [title] => Song - 100 [time] => 100 [License] => MIT ) [31] => Array ( [id] => 96 [title] => Song - 32 [time] => 32 [License] => MIT ) [46] => Array ( [id] => 94 [title] => Song - 47 [time] => 47 [License] => MIT ) [90] => Array ( [id] => 91 [title] => Song - 91 [time] => 91 [License] => MIT ) [89] => Array ( [id] => 90 [title] => Song - 90 [time] => 90 [License] => MIT ) [80] => Array ( [id] => 81 [title] => Song - 81 [time] => 81 [License] => MIT ) [37] => Array ( [id] => 76 [title] => Song - 38 [time] => 38 [License] => MIT ) [24] => Array ( [id] => 75 [title] => Song - 25 [time] => 25 [License] => MIT ) [73] => Array ( [id] => 74 [title] => Song - 74 [time] => 74 [License] => MIT ) [23] => Array ( [id] => 72 [title] => Song - 24 [time] => 24 [License] => MIT ) [17] => Array ( [id] => 72 [title] => Song - 18 [time] => 18 [License] => MIT ) [70] => Array ( [id] => 71 [title] => Song - 71 [time] => 71 [License] => MIT ) [67] => Array ( [id] => 68 [title] => Song - 68 [time] => 68 [License] => MIT ) [63] => Array ( [id] => 64 [title] => Song - 64 [time] => 64 [License] => MIT ) [62] => Array ( [id] => 63 [title] => Song - 63 [time] => 63 [License] => MIT ) [19] => Array ( [id] => 60 [title] => Song - 20 [time] => 20 [License] => MIT ) [14] => Array ( [id] => 60 [title] => Song - 15 [time] => 15 [License] => MIT ) [27] => Array ( [id] => 56 [title] => Song - 28 [time] => 28 [License] => MIT ) [13] => Array ( [id] => 56 [title] => Song - 14 [time] => 14 [License] => MIT ) [54] => Array ( [id] => 55 [title] => Song - 55 [time] => 55 [License] => MIT ) [26] => Array ( [id] => 54 [title] => Song - 27 [time] => 27 [License] => MIT ) [51] => Array ( [id] => 52 [title] => Song - 52 [time] => 52 [License] => MIT ) [12] => Array ( [id] => 52 [title] => Song - 13 [time] => 13 [License] => MIT ) [15] => Array ( [id] => 48 [title] => Song - 16 [time] => 16 [License] => MIT ) [45] => Array ( [id] => 46 [title] => Song - 46 [time] => 46 [License] => MIT ) [20] => Array ( [id] => 42 [title] => Song - 21 [time] => 21 [License] => MIT ) [39] => Array ( [id] => 40 [title] => Song - 40 [time] => 40 [License] => MIT ) [36] => Array ( [id] => 37 [title] => Song - 37 [time] => 37 [License] => MIT ) [34] => Array ( [id] => 35 [title] => Song - 35 [time] => 35 [License] => MIT ) [16] => Array ( [id] => 34 [title] => Song - 17 [time] => 17 [License] => MIT ) [10] => Array ( [id] => 33 [title] => Song - 11 [time] => 11 [License] => MIT ) [7] => Array ( [id] => 32 [title] => Song - 8 [time] => 8 [License] => MIT ) [25] => Array ( [id] => 26 [title] => Song - 26 [time] => 26 [License] => MIT ) [22] => Array ( [id] => 23 [title] => Song - 23 [time] => 23 [License] => MIT ) [21] => Array ( [id] => 22 [title] => Song - 22 [time] => 22 [License] => MIT ) [9] => Array ( [id] => 20 [title] => Song - 10 [time] => 10 [License] => MIT ) [18] => Array ( [id] => 19 [title] => Song - 19 [time] => 19 [License] => MIT ) [8] => Array ( [id] => 18 [title] => Song - 9 [time] => 9 [License] => MIT ) [4] => Array ( [id] => 15 [title] => Song - 5 [time] => 5 [License] => MIT ) [5] => Array ( [id] => 12 [title] => Song - 6 [time] => 6 [License] => MIT ) [11] => Array ( [id] => 12 [title] => Song - 12 [time] => 12 [License] => MIT ) [2] => Array ( [id] => 9 [title] => Song - 3 [time] => 3 [License] => MIT ) [1] => Array ( [id] => 8 [title] => Song - 2 [time] => 2 [License] => MIT ) [6] => Array ( [id] => 7 [title] => Song - 7 [time] => 7 [License] => MIT ) [3] => Array ( [id] => 4 [title] => Song - 4 [time] => 4 [License] => MIT ) [0] => Array ( [id] => 2 [title] => Song - 1 [time] => 1 [License] => MIT ) )
Output for 5.6.15
Array ( [148] => Array ( [id] => 596 [title] => Song - 149 [time] => 149 [License] => MIT ) [147] => Array ( [id] => 592 [title] => Song - 148 [time] => 148 [License] => MIT ) [146] => Array ( [id] => 588 [title] => Song - 147 [time] => 147 [License] => MIT ) [145] => Array ( [id] => 584 [title] => Song - 146 [time] => 146 [License] => MIT ) [143] => Array ( [id] => 576 [title] => Song - 144 [time] => 144 [License] => MIT ) [141] => Array ( [id] => 568 [title] => Song - 142 [time] => 142 [License] => MIT ) [132] => Array ( [id] => 532 [title] => Song - 133 [time] => 133 [License] => MIT ) [125] => Array ( [id] => 504 [title] => Song - 126 [time] => 126 [License] => MIT ) [123] => Array ( [id] => 496 [title] => Song - 124 [time] => 124 [License] => MIT ) [122] => Array ( [id] => 492 [title] => Song - 123 [time] => 123 [License] => MIT ) [118] => Array ( [id] => 476 [title] => Song - 119 [time] => 119 [License] => MIT ) [117] => Array ( [id] => 472 [title] => Song - 118 [time] => 118 [License] => MIT ) [110] => Array ( [id] => 444 [title] => Song - 111 [time] => 111 [License] => MIT ) [108] => Array ( [id] => 436 [title] => Song - 109 [time] => 109 [License] => MIT ) [144] => Array ( [id] => 435 [title] => Song - 145 [time] => 145 [License] => MIT ) [104] => Array ( [id] => 420 [title] => Song - 105 [time] => 105 [License] => MIT ) [138] => Array ( [id] => 417 [title] => Song - 139 [time] => 139 [License] => MIT ) [134] => Array ( [id] => 405 [title] => Song - 135 [time] => 135 [License] => MIT ) [99] => Array ( [id] => 400 [title] => Song - 100 [time] => 100 [License] => MIT ) [129] => Array ( [id] => 390 [title] => Song - 130 [time] => 130 [License] => MIT ) [126] => Array ( [id] => 381 [title] => Song - 127 [time] => 127 [License] => MIT ) [91] => Array ( [id] => 368 [title] => Song - 92 [time] => 92 [License] => MIT ) [84] => Array ( [id] => 340 [title] => Song - 85 [time] => 85 [License] => MIT ) [111] => Array ( [id] => 336 [title] => Song - 112 [time] => 112 [License] => MIT ) [109] => Array ( [id] => 330 [title] => Song - 110 [time] => 110 [License] => MIT ) [81] => Array ( [id] => 328 [title] => Song - 82 [time] => 82 [License] => MIT ) [107] => Array ( [id] => 324 [title] => Song - 108 [time] => 108 [License] => MIT ) [106] => Array ( [id] => 321 [title] => Song - 107 [time] => 107 [License] => MIT ) [77] => Array ( [id] => 312 [title] => Song - 78 [time] => 78 [License] => MIT ) [98] => Array ( [id] => 297 [title] => Song - 99 [time] => 99 [License] => MIT ) [97] => Array ( [id] => 294 [title] => Song - 98 [time] => 98 [License] => MIT ) [72] => Array ( [id] => 292 [title] => Song - 73 [time] => 73 [License] => MIT ) [95] => Array ( [id] => 288 [title] => Song - 96 [time] => 96 [License] => MIT ) [71] => Array ( [id] => 288 [title] => Song - 72 [time] => 72 [License] => MIT ) [142] => Array ( [id] => 286 [title] => Song - 143 [time] => 143 [License] => MIT ) [140] => Array ( [id] => 282 [title] => Song - 141 [time] => 141 [License] => MIT ) [139] => Array ( [id] => 280 [title] => Song - 140 [time] => 140 [License] => MIT ) [68] => Array ( [id] => 276 [title] => Song - 69 [time] => 69 [License] => MIT ) [137] => Array ( [id] => 276 [title] => Song - 138 [time] => 138 [License] => MIT ) [90] => Array ( [id] => 273 [title] => Song - 91 [time] => 91 [License] => MIT ) [135] => Array ( [id] => 272 [title] => Song - 136 [time] => 136 [License] => MIT ) [89] => Array ( [id] => 270 [title] => Song - 90 [time] => 90 [License] => MIT ) [66] => Array ( [id] => 268 [title] => Song - 67 [time] => 67 [License] => MIT ) [133] => Array ( [id] => 268 [title] => Song - 134 [time] => 134 [License] => MIT ) [87] => Array ( [id] => 264 [title] => Song - 88 [time] => 88 [License] => MIT ) [131] => Array ( [id] => 264 [title] => Song - 132 [time] => 132 [License] => MIT ) [86] => Array ( [id] => 261 [title] => Song - 87 [time] => 87 [License] => MIT ) [128] => Array ( [id] => 258 [title] => Song - 129 [time] => 129 [License] => MIT ) [63] => Array ( [id] => 256 [title] => Song - 64 [time] => 64 [License] => MIT ) [127] => Array ( [id] => 256 [title] => Song - 128 [time] => 128 [License] => MIT ) [62] => Array ( [id] => 252 [title] => Song - 63 [time] => 63 [License] => MIT ) [82] => Array ( [id] => 249 [title] => Song - 83 [time] => 83 [License] => MIT ) [61] => Array ( [id] => 248 [title] => Song - 62 [time] => 62 [License] => MIT ) [121] => Array ( [id] => 244 [title] => Song - 122 [time] => 122 [License] => MIT ) [59] => Array ( [id] => 240 [title] => Song - 60 [time] => 60 [License] => MIT ) [119] => Array ( [id] => 240 [title] => Song - 120 [time] => 120 [License] => MIT ) [78] => Array ( [id] => 237 [title] => Song - 79 [time] => 79 [License] => MIT ) [75] => Array ( [id] => 228 [title] => Song - 76 [time] => 76 [License] => MIT ) [113] => Array ( [id] => 228 [title] => Song - 114 [time] => 114 [License] => MIT ) [53] => Array ( [id] => 216 [title] => Song - 54 [time] => 54 [License] => MIT ) [102] => Array ( [id] => 206 [title] => Song - 103 [time] => 103 [License] => MIT ) [101] => Array ( [id] => 204 [title] => Song - 102 [time] => 102 [License] => MIT ) [47] => Array ( [id] => 192 [title] => Song - 48 [time] => 48 [License] => MIT ) [92] => Array ( [id] => 186 [title] => Song - 93 [time] => 93 [License] => MIT ) [45] => Array ( [id] => 184 [title] => Song - 46 [time] => 46 [License] => MIT ) [60] => Array ( [id] => 183 [title] => Song - 61 [time] => 61 [License] => MIT ) [83] => Array ( [id] => 168 [title] => Song - 84 [time] => 84 [License] => MIT ) [41] => Array ( [id] => 168 [title] => Song - 42 [time] => 42 [License] => MIT ) [54] => Array ( [id] => 165 [title] => Song - 55 [time] => 55 [License] => MIT ) [39] => Array ( [id] => 160 [title] => Song - 40 [time] => 40 [License] => MIT ) [76] => Array ( [id] => 154 [title] => Song - 77 [time] => 77 [License] => MIT ) [74] => Array ( [id] => 150 [title] => Song - 75 [time] => 75 [License] => MIT ) [149] => Array ( [id] => 150 [title] => Song - 150 [time] => 150 [License] => MIT ) [136] => Array ( [id] => 137 [title] => Song - 137 [time] => 137 [License] => MIT ) [67] => Array ( [id] => 136 [title] => Song - 68 [time] => 68 [License] => MIT ) [130] => Array ( [id] => 131 [title] => Song - 131 [time] => 131 [License] => MIT ) [64] => Array ( [id] => 130 [title] => Song - 65 [time] => 65 [License] => MIT ) [124] => Array ( [id] => 125 [title] => Song - 125 [time] => 125 [License] => MIT ) [30] => Array ( [id] => 124 [title] => Song - 31 [time] => 31 [License] => MIT ) [40] => Array ( [id] => 123 [title] => Song - 41 [time] => 41 [License] => MIT ) [120] => Array ( [id] => 121 [title] => Song - 121 [time] => 121 [License] => MIT ) [29] => Array ( [id] => 120 [title] => Song - 30 [time] => 30 [License] => MIT ) [116] => Array ( [id] => 117 [title] => Song - 117 [time] => 117 [License] => MIT ) [57] => Array ( [id] => 116 [title] => Song - 58 [time] => 58 [License] => MIT ) [115] => Array ( [id] => 116 [title] => Song - 116 [time] => 116 [License] => MIT ) [114] => Array ( [id] => 115 [title] => Song - 115 [time] => 115 [License] => MIT ) [37] => Array ( [id] => 114 [title] => Song - 38 [time] => 38 [License] => MIT ) [112] => Array ( [id] => 113 [title] => Song - 113 [time] => 113 [License] => MIT ) [26] => Array ( [id] => 108 [title] => Song - 27 [time] => 27 [License] => MIT ) [52] => Array ( [id] => 106 [title] => Song - 53 [time] => 53 [License] => MIT ) [105] => Array ( [id] => 106 [title] => Song - 106 [time] => 106 [License] => MIT ) [34] => Array ( [id] => 105 [title] => Song - 35 [time] => 35 [License] => MIT ) [103] => Array ( [id] => 104 [title] => Song - 104 [time] => 104 [License] => MIT ) [50] => Array ( [id] => 102 [title] => Song - 51 [time] => 51 [License] => MIT ) [100] => Array ( [id] => 101 [title] => Song - 101 [time] => 101 [License] => MIT ) [24] => Array ( [id] => 100 [title] => Song - 25 [time] => 25 [License] => MIT ) [48] => Array ( [id] => 98 [title] => Song - 49 [time] => 49 [License] => MIT ) [96] => Array ( [id] => 97 [title] => Song - 97 [time] => 97 [License] => MIT ) [94] => Array ( [id] => 95 [title] => Song - 95 [time] => 95 [License] => MIT ) [93] => Array ( [id] => 94 [title] => Song - 94 [time] => 94 [License] => MIT ) [88] => Array ( [id] => 89 [title] => Song - 89 [time] => 89 [License] => MIT ) [43] => Array ( [id] => 88 [title] => Song - 44 [time] => 44 [License] => MIT ) [28] => Array ( [id] => 87 [title] => Song - 29 [time] => 29 [License] => MIT ) [85] => Array ( [id] => 86 [title] => Song - 86 [time] => 86 [License] => MIT ) [80] => Array ( [id] => 81 [title] => Song - 81 [time] => 81 [License] => MIT ) [79] => Array ( [id] => 80 [title] => Song - 80 [time] => 80 [License] => MIT ) [18] => Array ( [id] => 76 [title] => Song - 19 [time] => 19 [License] => MIT ) [73] => Array ( [id] => 74 [title] => Song - 74 [time] => 74 [License] => MIT ) [36] => Array ( [id] => 74 [title] => Song - 37 [time] => 37 [License] => MIT ) [23] => Array ( [id] => 72 [title] => Song - 24 [time] => 24 [License] => MIT ) [70] => Array ( [id] => 71 [title] => Song - 71 [time] => 71 [License] => MIT ) [69] => Array ( [id] => 70 [title] => Song - 70 [time] => 70 [License] => MIT ) [16] => Array ( [id] => 68 [title] => Song - 17 [time] => 17 [License] => MIT ) [65] => Array ( [id] => 66 [title] => Song - 66 [time] => 66 [License] => MIT ) [21] => Array ( [id] => 66 [title] => Song - 22 [time] => 22 [License] => MIT ) [31] => Array ( [id] => 64 [title] => Song - 32 [time] => 32 [License] => MIT ) [15] => Array ( [id] => 64 [title] => Song - 16 [time] => 16 [License] => MIT ) [14] => Array ( [id] => 60 [title] => Song - 15 [time] => 15 [License] => MIT ) [58] => Array ( [id] => 59 [title] => Song - 59 [time] => 59 [License] => MIT ) [56] => Array ( [id] => 57 [title] => Song - 57 [time] => 57 [License] => MIT ) [55] => Array ( [id] => 56 [title] => Song - 56 [time] => 56 [License] => MIT ) [13] => Array ( [id] => 56 [title] => Song - 14 [time] => 14 [License] => MIT ) [17] => Array ( [id] => 54 [title] => Song - 18 [time] => 18 [License] => MIT ) [51] => Array ( [id] => 52 [title] => Song - 52 [time] => 52 [License] => MIT ) [49] => Array ( [id] => 50 [title] => Song - 50 [time] => 50 [License] => MIT ) [46] => Array ( [id] => 47 [title] => Song - 47 [time] => 47 [License] => MIT ) [22] => Array ( [id] => 46 [title] => Song - 23 [time] => 23 [License] => MIT ) [44] => Array ( [id] => 45 [title] => Song - 45 [time] => 45 [License] => MIT ) [42] => Array ( [id] => 43 [title] => Song - 43 [time] => 43 [License] => MIT ) [20] => Array ( [id] => 42 [title] => Song - 21 [time] => 21 [License] => MIT ) [19] => Array ( [id] => 40 [title] => Song - 20 [time] => 20 [License] => MIT ) [9] => Array ( [id] => 40 [title] => Song - 10 [time] => 10 [License] => MIT ) [38] => Array ( [id] => 39 [title] => Song - 39 [time] => 39 [License] => MIT ) [8] => Array ( [id] => 36 [title] => Song - 9 [time] => 9 [License] => MIT ) [35] => Array ( [id] => 36 [title] => Song - 36 [time] => 36 [License] => MIT ) [11] => Array ( [id] => 36 [title] => Song - 12 [time] => 12 [License] => MIT ) [33] => Array ( [id] => 34 [title] => Song - 34 [time] => 34 [License] => MIT ) [32] => Array ( [id] => 33 [title] => Song - 33 [time] => 33 [License] => MIT ) [7] => Array ( [id] => 32 [title] => Song - 8 [time] => 8 [License] => MIT ) [27] => Array ( [id] => 28 [title] => Song - 28 [time] => 28 [License] => MIT ) [25] => Array ( [id] => 26 [title] => Song - 26 [time] => 26 [License] => MIT ) [12] => Array ( [id] => 26 [title] => Song - 13 [time] => 13 [License] => MIT ) [10] => Array ( [id] => 22 [title] => Song - 11 [time] => 11 [License] => MIT ) [6] => Array ( [id] => 14 [title] => Song - 7 [time] => 7 [License] => MIT ) [5] => Array ( [id] => 12 [title] => Song - 6 [time] => 6 [License] => MIT ) [4] => Array ( [id] => 10 [title] => Song - 5 [time] => 5 [License] => MIT ) [3] => Array ( [id] => 8 [title] => Song - 4 [time] => 4 [License] => MIT ) [1] => Array ( [id] => 4 [title] => Song - 2 [time] => 2 [License] => MIT ) [2] => Array ( [id] => 3 [title] => Song - 3 [time] => 3 [License] => MIT ) [0] => Array ( [id] => 1 [title] => Song - 1 [time] => 1 [License] => MIT ) )
Output for 5.6.14
Array ( [146] => Array ( [id] => 588 [title] => Song - 147 [time] => 147 [License] => MIT ) [144] => Array ( [id] => 580 [title] => Song - 145 [time] => 145 [License] => MIT ) [139] => Array ( [id] => 560 [title] => Song - 140 [time] => 140 [License] => MIT ) [133] => Array ( [id] => 536 [title] => Song - 134 [time] => 134 [License] => MIT ) [130] => Array ( [id] => 524 [title] => Song - 131 [time] => 131 [License] => MIT ) [127] => Array ( [id] => 512 [title] => Song - 128 [time] => 128 [License] => MIT ) [124] => Array ( [id] => 500 [title] => Song - 125 [time] => 125 [License] => MIT ) [123] => Array ( [id] => 496 [title] => Song - 124 [time] => 124 [License] => MIT ) [120] => Array ( [id] => 484 [title] => Song - 121 [time] => 121 [License] => MIT ) [115] => Array ( [id] => 464 [title] => Song - 116 [time] => 116 [License] => MIT ) [149] => Array ( [id] => 450 [title] => Song - 150 [time] => 150 [License] => MIT ) [148] => Array ( [id] => 447 [title] => Song - 149 [time] => 149 [License] => MIT ) [142] => Array ( [id] => 429 [title] => Song - 143 [time] => 143 [License] => MIT ) [141] => Array ( [id] => 426 [title] => Song - 142 [time] => 142 [License] => MIT ) [137] => Array ( [id] => 414 [title] => Song - 138 [time] => 138 [License] => MIT ) [100] => Array ( [id] => 404 [title] => Song - 101 [time] => 101 [License] => MIT ) [132] => Array ( [id] => 399 [title] => Song - 133 [time] => 133 [License] => MIT ) [97] => Array ( [id] => 392 [title] => Song - 98 [time] => 98 [License] => MIT ) [128] => Array ( [id] => 387 [title] => Song - 129 [time] => 129 [License] => MIT ) [93] => Array ( [id] => 376 [title] => Song - 94 [time] => 94 [License] => MIT ) [92] => Array ( [id] => 372 [title] => Song - 93 [time] => 93 [License] => MIT ) [121] => Array ( [id] => 366 [title] => Song - 122 [time] => 122 [License] => MIT ) [118] => Array ( [id] => 357 [title] => Song - 119 [time] => 119 [License] => MIT ) [117] => Array ( [id] => 354 [title] => Song - 118 [time] => 118 [License] => MIT ) [114] => Array ( [id] => 345 [title] => Song - 115 [time] => 115 [License] => MIT ) [113] => Array ( [id] => 342 [title] => Song - 114 [time] => 114 [License] => MIT ) [112] => Array ( [id] => 339 [title] => Song - 113 [time] => 113 [License] => MIT ) [111] => Array ( [id] => 336 [title] => Song - 112 [time] => 112 [License] => MIT ) [106] => Array ( [id] => 321 [title] => Song - 107 [time] => 107 [License] => MIT ) [79] => Array ( [id] => 320 [title] => Song - 80 [time] => 80 [License] => MIT ) [77] => Array ( [id] => 312 [title] => Song - 78 [time] => 78 [License] => MIT ) [101] => Array ( [id] => 306 [title] => Song - 102 [time] => 102 [License] => MIT ) [75] => Array ( [id] => 304 [title] => Song - 76 [time] => 76 [License] => MIT ) [74] => Array ( [id] => 300 [title] => Song - 75 [time] => 75 [License] => MIT ) [143] => Array ( [id] => 288 [title] => Song - 144 [time] => 144 [License] => MIT ) [68] => Array ( [id] => 276 [title] => Song - 69 [time] => 69 [License] => MIT ) [136] => Array ( [id] => 274 [title] => Song - 137 [time] => 137 [License] => MIT ) [66] => Array ( [id] => 268 [title] => Song - 67 [time] => 67 [License] => MIT ) [88] => Array ( [id] => 267 [title] => Song - 89 [time] => 89 [License] => MIT ) [87] => Array ( [id] => 264 [title] => Song - 88 [time] => 88 [License] => MIT ) [85] => Array ( [id] => 258 [title] => Song - 86 [time] => 86 [License] => MIT ) [84] => Array ( [id] => 255 [title] => Song - 85 [time] => 85 [License] => MIT ) [126] => Array ( [id] => 254 [title] => Song - 127 [time] => 127 [License] => MIT ) [83] => Array ( [id] => 252 [title] => Song - 84 [time] => 84 [License] => MIT ) [80] => Array ( [id] => 243 [title] => Song - 81 [time] => 81 [License] => MIT ) [119] => Array ( [id] => 240 [title] => Song - 120 [time] => 120 [License] => MIT ) [116] => Array ( [id] => 234 [title] => Song - 117 [time] => 117 [License] => MIT ) [70] => Array ( [id] => 213 [title] => Song - 71 [time] => 71 [License] => MIT ) [69] => Array ( [id] => 210 [title] => Song - 70 [time] => 70 [License] => MIT ) [104] => Array ( [id] => 210 [title] => Song - 105 [time] => 105 [License] => MIT ) [102] => Array ( [id] => 206 [title] => Song - 103 [time] => 103 [License] => MIT ) [96] => Array ( [id] => 194 [title] => Song - 97 [time] => 97 [License] => MIT ) [95] => Array ( [id] => 192 [title] => Song - 96 [time] => 96 [License] => MIT ) [63] => Array ( [id] => 192 [title] => Song - 64 [time] => 64 [License] => MIT ) [47] => Array ( [id] => 192 [title] => Song - 48 [time] => 48 [License] => MIT ) [94] => Array ( [id] => 190 [title] => Song - 95 [time] => 95 [License] => MIT ) [62] => Array ( [id] => 189 [title] => Song - 63 [time] => 63 [License] => MIT ) [91] => Array ( [id] => 184 [title] => Song - 92 [time] => 92 [License] => MIT ) [45] => Array ( [id] => 184 [title] => Song - 46 [time] => 46 [License] => MIT ) [60] => Array ( [id] => 183 [title] => Song - 61 [time] => 61 [License] => MIT ) [86] => Array ( [id] => 174 [title] => Song - 87 [time] => 87 [License] => MIT ) [57] => Array ( [id] => 174 [title] => Song - 58 [time] => 58 [License] => MIT ) [56] => Array ( [id] => 171 [title] => Song - 57 [time] => 57 [License] => MIT ) [82] => Array ( [id] => 166 [title] => Song - 83 [time] => 83 [License] => MIT ) [38] => Array ( [id] => 156 [title] => Song - 39 [time] => 39 [License] => MIT ) [50] => Array ( [id] => 153 [title] => Song - 51 [time] => 51 [License] => MIT ) [49] => Array ( [id] => 150 [title] => Song - 50 [time] => 50 [License] => MIT ) [147] => Array ( [id] => 148 [title] => Song - 148 [time] => 148 [License] => MIT ) [48] => Array ( [id] => 147 [title] => Song - 49 [time] => 49 [License] => MIT ) [72] => Array ( [id] => 146 [title] => Song - 73 [time] => 73 [License] => MIT ) [145] => Array ( [id] => 146 [title] => Song - 146 [time] => 146 [License] => MIT ) [71] => Array ( [id] => 144 [title] => Song - 72 [time] => 72 [License] => MIT ) [140] => Array ( [id] => 141 [title] => Song - 141 [time] => 141 [License] => MIT ) [138] => Array ( [id] => 139 [title] => Song - 139 [time] => 139 [License] => MIT ) [135] => Array ( [id] => 136 [title] => Song - 136 [time] => 136 [License] => MIT ) [134] => Array ( [id] => 135 [title] => Song - 135 [time] => 135 [License] => MIT ) [43] => Array ( [id] => 132 [title] => Song - 44 [time] => 44 [License] => MIT ) [32] => Array ( [id] => 132 [title] => Song - 33 [time] => 33 [License] => MIT ) [131] => Array ( [id] => 132 [title] => Song - 132 [time] => 132 [License] => MIT ) [129] => Array ( [id] => 130 [title] => Song - 130 [time] => 130 [License] => MIT ) [125] => Array ( [id] => 126 [title] => Song - 126 [time] => 126 [License] => MIT ) [40] => Array ( [id] => 123 [title] => Song - 41 [time] => 41 [License] => MIT ) [122] => Array ( [id] => 123 [title] => Song - 123 [time] => 123 [License] => MIT ) [39] => Array ( [id] => 120 [title] => Song - 40 [time] => 40 [License] => MIT ) [55] => Array ( [id] => 112 [title] => Song - 56 [time] => 56 [License] => MIT ) [110] => Array ( [id] => 111 [title] => Song - 111 [time] => 111 [License] => MIT ) [54] => Array ( [id] => 110 [title] => Song - 55 [time] => 55 [License] => MIT ) [109] => Array ( [id] => 110 [title] => Song - 110 [time] => 110 [License] => MIT ) [108] => Array ( [id] => 109 [title] => Song - 109 [time] => 109 [License] => MIT ) [53] => Array ( [id] => 108 [title] => Song - 54 [time] => 54 [License] => MIT ) [107] => Array ( [id] => 108 [title] => Song - 108 [time] => 108 [License] => MIT ) [105] => Array ( [id] => 106 [title] => Song - 106 [time] => 106 [License] => MIT ) [51] => Array ( [id] => 104 [title] => Song - 52 [time] => 52 [License] => MIT ) [103] => Array ( [id] => 104 [title] => Song - 104 [time] => 104 [License] => MIT ) [24] => Array ( [id] => 100 [title] => Song - 25 [time] => 25 [License] => MIT ) [99] => Array ( [id] => 100 [title] => Song - 100 [time] => 100 [License] => MIT ) [98] => Array ( [id] => 99 [title] => Song - 99 [time] => 99 [License] => MIT ) [30] => Array ( [id] => 93 [title] => Song - 31 [time] => 31 [License] => MIT ) [90] => Array ( [id] => 91 [title] => Song - 91 [time] => 91 [License] => MIT ) [89] => Array ( [id] => 90 [title] => Song - 90 [time] => 90 [License] => MIT ) [42] => Array ( [id] => 86 [title] => Song - 43 [time] => 43 [License] => MIT ) [41] => Array ( [id] => 84 [title] => Song - 42 [time] => 42 [License] => MIT ) [20] => Array ( [id] => 84 [title] => Song - 21 [time] => 21 [License] => MIT ) [81] => Array ( [id] => 82 [title] => Song - 82 [time] => 82 [License] => MIT ) [78] => Array ( [id] => 79 [title] => Song - 79 [time] => 79 [License] => MIT ) [76] => Array ( [id] => 77 [title] => Song - 77 [time] => 77 [License] => MIT ) [73] => Array ( [id] => 74 [title] => Song - 74 [time] => 74 [License] => MIT ) [34] => Array ( [id] => 70 [title] => Song - 35 [time] => 35 [License] => MIT ) [22] => Array ( [id] => 69 [title] => Song - 23 [time] => 23 [License] => MIT ) [67] => Array ( [id] => 68 [title] => Song - 68 [time] => 68 [License] => MIT ) [33] => Array ( [id] => 68 [title] => Song - 34 [time] => 34 [License] => MIT ) [65] => Array ( [id] => 66 [title] => Song - 66 [time] => 66 [License] => MIT ) [64] => Array ( [id] => 65 [title] => Song - 65 [time] => 65 [License] => MIT ) [15] => Array ( [id] => 64 [title] => Song - 16 [time] => 16 [License] => MIT ) [61] => Array ( [id] => 62 [title] => Song - 62 [time] => 62 [License] => MIT ) [59] => Array ( [id] => 60 [title] => Song - 60 [time] => 60 [License] => MIT ) [58] => Array ( [id] => 59 [title] => Song - 59 [time] => 59 [License] => MIT ) [28] => Array ( [id] => 58 [title] => Song - 29 [time] => 29 [License] => MIT ) [52] => Array ( [id] => 53 [title] => Song - 53 [time] => 53 [License] => MIT ) [25] => Array ( [id] => 52 [title] => Song - 26 [time] => 26 [License] => MIT ) [16] => Array ( [id] => 51 [title] => Song - 17 [time] => 17 [License] => MIT ) [23] => Array ( [id] => 48 [title] => Song - 24 [time] => 24 [License] => MIT ) [46] => Array ( [id] => 47 [title] => Song - 47 [time] => 47 [License] => MIT ) [44] => Array ( [id] => 45 [title] => Song - 45 [time] => 45 [License] => MIT ) [14] => Array ( [id] => 45 [title] => Song - 15 [time] => 15 [License] => MIT ) [21] => Array ( [id] => 44 [title] => Song - 22 [time] => 22 [License] => MIT ) [10] => Array ( [id] => 44 [title] => Song - 11 [time] => 11 [License] => MIT ) [13] => Array ( [id] => 42 [title] => Song - 14 [time] => 14 [License] => MIT ) [9] => Array ( [id] => 40 [title] => Song - 10 [time] => 10 [License] => MIT ) [37] => Array ( [id] => 38 [title] => Song - 38 [time] => 38 [License] => MIT ) [36] => Array ( [id] => 37 [title] => Song - 37 [time] => 37 [License] => MIT ) [35] => Array ( [id] => 36 [title] => Song - 36 [time] => 36 [License] => MIT ) [31] => Array ( [id] => 32 [title] => Song - 32 [time] => 32 [License] => MIT ) [29] => Array ( [id] => 30 [title] => Song - 30 [time] => 30 [License] => MIT ) [27] => Array ( [id] => 28 [title] => Song - 28 [time] => 28 [License] => MIT ) [26] => Array ( [id] => 27 [title] => Song - 27 [time] => 27 [License] => MIT ) [5] => Array ( [id] => 24 [title] => Song - 6 [time] => 6 [License] => MIT ) [11] => Array ( [id] => 24 [title] => Song - 12 [time] => 12 [License] => MIT ) [6] => Array ( [id] => 21 [title] => Song - 7 [time] => 7 [License] => MIT ) [19] => Array ( [id] => 20 [title] => Song - 20 [time] => 20 [License] => MIT ) [18] => Array ( [id] => 19 [title] => Song - 19 [time] => 19 [License] => MIT ) [8] => Array ( [id] => 18 [title] => Song - 9 [time] => 9 [License] => MIT ) [17] => Array ( [id] => 18 [title] => Song - 18 [time] => 18 [License] => MIT ) [12] => Array ( [id] => 13 [title] => Song - 13 [time] => 13 [License] => MIT ) [2] => Array ( [id] => 12 [title] => Song - 3 [time] => 3 [License] => MIT ) [4] => Array ( [id] => 10 [title] => Song - 5 [time] => 5 [License] => MIT ) [7] => Array ( [id] => 8 [title] => Song - 8 [time] => 8 [License] => MIT ) [3] => Array ( [id] => 4 [title] => Song - 4 [time] => 4 [License] => MIT ) [1] => Array ( [id] => 4 [title] => Song - 2 [time] => 2 [License] => MIT ) [0] => Array ( [id] => 4 [title] => Song - 1 [time] => 1 [License] => MIT ) )
Output for 5.6.13
Array ( [147] => Array ( [id] => 592 [title] => Song - 148 [time] => 148 [License] => MIT ) [140] => Array ( [id] => 564 [title] => Song - 141 [time] => 141 [License] => MIT ) [138] => Array ( [id] => 556 [title] => Song - 139 [time] => 139 [License] => MIT ) [129] => Array ( [id] => 520 [title] => Song - 130 [time] => 130 [License] => MIT ) [127] => Array ( [id] => 512 [title] => Song - 128 [time] => 128 [License] => MIT ) [125] => Array ( [id] => 504 [title] => Song - 126 [time] => 126 [License] => MIT ) [124] => Array ( [id] => 500 [title] => Song - 125 [time] => 125 [License] => MIT ) [119] => Array ( [id] => 480 [title] => Song - 120 [time] => 120 [License] => MIT ) [118] => Array ( [id] => 476 [title] => Song - 119 [time] => 119 [License] => MIT ) [115] => Array ( [id] => 464 [title] => Song - 116 [time] => 116 [License] => MIT ) [148] => Array ( [id] => 447 [title] => Song - 149 [time] => 149 [License] => MIT ) [110] => Array ( [id] => 444 [title] => Song - 111 [time] => 111 [License] => MIT ) [145] => Array ( [id] => 438 [title] => Song - 146 [time] => 146 [License] => MIT ) [143] => Array ( [id] => 432 [title] => Song - 144 [time] => 144 [License] => MIT ) [139] => Array ( [id] => 420 [title] => Song - 140 [time] => 140 [License] => MIT ) [102] => Array ( [id] => 412 [title] => Song - 103 [time] => 103 [License] => MIT ) [135] => Array ( [id] => 408 [title] => Song - 136 [time] => 136 [License] => MIT ) [134] => Array ( [id] => 405 [title] => Song - 135 [time] => 135 [License] => MIT ) [98] => Array ( [id] => 396 [title] => Song - 99 [time] => 99 [License] => MIT ) [130] => Array ( [id] => 393 [title] => Song - 131 [time] => 131 [License] => MIT ) [128] => Array ( [id] => 387 [title] => Song - 129 [time] => 129 [License] => MIT ) [95] => Array ( [id] => 384 [title] => Song - 96 [time] => 96 [License] => MIT ) [93] => Array ( [id] => 376 [title] => Song - 94 [time] => 94 [License] => MIT ) [89] => Array ( [id] => 360 [title] => Song - 90 [time] => 90 [License] => MIT ) [117] => Array ( [id] => 354 [title] => Song - 118 [time] => 118 [License] => MIT ) [116] => Array ( [id] => 351 [title] => Song - 117 [time] => 117 [License] => MIT ) [86] => Array ( [id] => 348 [title] => Song - 87 [time] => 87 [License] => MIT ) [82] => Array ( [id] => 332 [title] => Song - 83 [time] => 83 [License] => MIT ) [81] => Array ( [id] => 328 [title] => Song - 82 [time] => 82 [License] => MIT ) [106] => Array ( [id] => 321 [title] => Song - 107 [time] => 107 [License] => MIT ) [105] => Array ( [id] => 318 [title] => Song - 106 [time] => 106 [License] => MIT ) [76] => Array ( [id] => 308 [title] => Song - 77 [time] => 77 [License] => MIT ) [75] => Array ( [id] => 304 [title] => Song - 76 [time] => 76 [License] => MIT ) [146] => Array ( [id] => 294 [title] => Song - 147 [time] => 147 [License] => MIT ) [132] => Array ( [id] => 266 [title] => Song - 133 [time] => 133 [License] => MIT ) [87] => Array ( [id] => 264 [title] => Song - 88 [time] => 88 [License] => MIT ) [131] => Array ( [id] => 264 [title] => Song - 132 [time] => 132 [License] => MIT ) [64] => Array ( [id] => 260 [title] => Song - 65 [time] => 65 [License] => MIT ) [123] => Array ( [id] => 248 [title] => Song - 124 [time] => 124 [License] => MIT ) [122] => Array ( [id] => 246 [title] => Song - 123 [time] => 123 [License] => MIT ) [121] => Array ( [id] => 244 [title] => Song - 122 [time] => 122 [License] => MIT ) [80] => Array ( [id] => 243 [title] => Song - 81 [time] => 81 [License] => MIT ) [120] => Array ( [id] => 242 [title] => Song - 121 [time] => 121 [License] => MIT ) [113] => Array ( [id] => 228 [title] => Song - 114 [time] => 114 [License] => MIT ) [111] => Array ( [id] => 224 [title] => Song - 112 [time] => 112 [License] => MIT ) [71] => Array ( [id] => 216 [title] => Song - 72 [time] => 72 [License] => MIT ) [70] => Array ( [id] => 213 [title] => Song - 71 [time] => 71 [License] => MIT ) [52] => Array ( [id] => 212 [title] => Song - 53 [time] => 53 [License] => MIT ) [69] => Array ( [id] => 210 [title] => Song - 70 [time] => 70 [License] => MIT ) [104] => Array ( [id] => 210 [title] => Song - 105 [time] => 105 [License] => MIT ) [99] => Array ( [id] => 200 [title] => Song - 100 [time] => 100 [License] => MIT ) [97] => Array ( [id] => 196 [title] => Song - 98 [time] => 98 [License] => MIT ) [96] => Array ( [id] => 194 [title] => Song - 97 [time] => 97 [License] => MIT ) [94] => Array ( [id] => 190 [title] => Song - 95 [time] => 95 [License] => MIT ) [62] => Array ( [id] => 189 [title] => Song - 63 [time] => 63 [License] => MIT ) [90] => Array ( [id] => 182 [title] => Song - 91 [time] => 91 [License] => MIT ) [59] => Array ( [id] => 180 [title] => Song - 60 [time] => 60 [License] => MIT ) [44] => Array ( [id] => 180 [title] => Song - 45 [time] => 45 [License] => MIT ) [88] => Array ( [id] => 178 [title] => Song - 89 [time] => 89 [License] => MIT ) [43] => Array ( [id] => 176 [title] => Song - 44 [time] => 44 [License] => MIT ) [42] => Array ( [id] => 172 [title] => Song - 43 [time] => 43 [License] => MIT ) [84] => Array ( [id] => 170 [title] => Song - 85 [time] => 85 [License] => MIT ) [83] => Array ( [id] => 168 [title] => Song - 84 [time] => 84 [License] => MIT ) [41] => Array ( [id] => 168 [title] => Song - 42 [time] => 42 [License] => MIT ) [53] => Array ( [id] => 162 [title] => Song - 54 [time] => 54 [License] => MIT ) [79] => Array ( [id] => 160 [title] => Song - 80 [time] => 80 [License] => MIT ) [39] => Array ( [id] => 160 [title] => Song - 40 [time] => 40 [License] => MIT ) [38] => Array ( [id] => 156 [title] => Song - 39 [time] => 39 [License] => MIT ) [74] => Array ( [id] => 150 [title] => Song - 75 [time] => 75 [License] => MIT ) [149] => Array ( [id] => 150 [title] => Song - 150 [time] => 150 [License] => MIT ) [73] => Array ( [id] => 148 [title] => Song - 74 [time] => 74 [License] => MIT ) [72] => Array ( [id] => 146 [title] => Song - 73 [time] => 73 [License] => MIT ) [144] => Array ( [id] => 145 [title] => Song - 145 [time] => 145 [License] => MIT ) [35] => Array ( [id] => 144 [title] => Song - 36 [time] => 36 [License] => MIT ) [142] => Array ( [id] => 143 [title] => Song - 143 [time] => 143 [License] => MIT ) [141] => Array ( [id] => 142 [title] => Song - 142 [time] => 142 [License] => MIT ) [68] => Array ( [id] => 138 [title] => Song - 69 [time] => 69 [License] => MIT ) [45] => Array ( [id] => 138 [title] => Song - 46 [time] => 46 [License] => MIT ) [137] => Array ( [id] => 138 [title] => Song - 138 [time] => 138 [License] => MIT ) [136] => Array ( [id] => 137 [title] => Song - 137 [time] => 137 [License] => MIT ) [33] => Array ( [id] => 136 [title] => Song - 34 [time] => 34 [License] => MIT ) [133] => Array ( [id] => 134 [title] => Song - 134 [time] => 134 [License] => MIT ) [65] => Array ( [id] => 132 [title] => Song - 66 [time] => 66 [License] => MIT ) [63] => Array ( [id] => 128 [title] => Song - 64 [time] => 64 [License] => MIT ) [126] => Array ( [id] => 127 [title] => Song - 127 [time] => 127 [License] => MIT ) [60] => Array ( [id] => 122 [title] => Song - 61 [time] => 61 [License] => MIT ) [29] => Array ( [id] => 120 [title] => Song - 30 [time] => 30 [License] => MIT ) [57] => Array ( [id] => 116 [title] => Song - 58 [time] => 58 [License] => MIT ) [114] => Array ( [id] => 115 [title] => Song - 115 [time] => 115 [License] => MIT ) [56] => Array ( [id] => 114 [title] => Song - 57 [time] => 57 [License] => MIT ) [37] => Array ( [id] => 114 [title] => Song - 38 [time] => 38 [License] => MIT ) [112] => Array ( [id] => 113 [title] => Song - 113 [time] => 113 [License] => MIT ) [55] => Array ( [id] => 112 [title] => Song - 56 [time] => 56 [License] => MIT ) [54] => Array ( [id] => 110 [title] => Song - 55 [time] => 55 [License] => MIT ) [109] => Array ( [id] => 110 [title] => Song - 110 [time] => 110 [License] => MIT ) [108] => Array ( [id] => 109 [title] => Song - 109 [time] => 109 [License] => MIT ) [107] => Array ( [id] => 108 [title] => Song - 108 [time] => 108 [License] => MIT ) [51] => Array ( [id] => 104 [title] => Song - 52 [time] => 52 [License] => MIT ) [103] => Array ( [id] => 104 [title] => Song - 104 [time] => 104 [License] => MIT ) [50] => Array ( [id] => 102 [title] => Song - 51 [time] => 51 [License] => MIT ) [101] => Array ( [id] => 102 [title] => Song - 102 [time] => 102 [License] => MIT ) [100] => Array ( [id] => 101 [title] => Song - 101 [time] => 101 [License] => MIT ) [49] => Array ( [id] => 100 [title] => Song - 50 [time] => 50 [License] => MIT ) [46] => Array ( [id] => 94 [title] => Song - 47 [time] => 47 [License] => MIT ) [92] => Array ( [id] => 93 [title] => Song - 93 [time] => 93 [License] => MIT ) [91] => Array ( [id] => 92 [title] => Song - 92 [time] => 92 [License] => MIT ) [22] => Array ( [id] => 92 [title] => Song - 23 [time] => 23 [License] => MIT ) [85] => Array ( [id] => 86 [title] => Song - 86 [time] => 86 [License] => MIT ) [78] => Array ( [id] => 79 [title] => Song - 79 [time] => 79 [License] => MIT ) [77] => Array ( [id] => 78 [title] => Song - 78 [time] => 78 [License] => MIT ) [36] => Array ( [id] => 74 [title] => Song - 37 [time] => 37 [License] => MIT ) [23] => Array ( [id] => 72 [title] => Song - 24 [time] => 24 [License] => MIT ) [34] => Array ( [id] => 70 [title] => Song - 35 [time] => 35 [License] => MIT ) [67] => Array ( [id] => 68 [title] => Song - 68 [time] => 68 [License] => MIT ) [16] => Array ( [id] => 68 [title] => Song - 17 [time] => 17 [License] => MIT ) [66] => Array ( [id] => 67 [title] => Song - 67 [time] => 67 [License] => MIT ) [32] => Array ( [id] => 66 [title] => Song - 33 [time] => 33 [License] => MIT ) [21] => Array ( [id] => 66 [title] => Song - 22 [time] => 22 [License] => MIT ) [15] => Array ( [id] => 64 [title] => Song - 16 [time] => 16 [License] => MIT ) [61] => Array ( [id] => 62 [title] => Song - 62 [time] => 62 [License] => MIT ) [30] => Array ( [id] => 62 [title] => Song - 31 [time] => 31 [License] => MIT ) [58] => Array ( [id] => 59 [title] => Song - 59 [time] => 59 [License] => MIT ) [28] => Array ( [id] => 58 [title] => Song - 29 [time] => 29 [License] => MIT ) [18] => Array ( [id] => 57 [title] => Song - 19 [time] => 19 [License] => MIT ) [27] => Array ( [id] => 56 [title] => Song - 28 [time] => 28 [License] => MIT ) [13] => Array ( [id] => 56 [title] => Song - 14 [time] => 14 [License] => MIT ) [26] => Array ( [id] => 54 [title] => Song - 27 [time] => 27 [License] => MIT ) [25] => Array ( [id] => 52 [title] => Song - 26 [time] => 26 [License] => MIT ) [24] => Array ( [id] => 50 [title] => Song - 25 [time] => 25 [License] => MIT ) [48] => Array ( [id] => 49 [title] => Song - 49 [time] => 49 [License] => MIT ) [47] => Array ( [id] => 48 [title] => Song - 48 [time] => 48 [License] => MIT ) [11] => Array ( [id] => 48 [title] => Song - 12 [time] => 12 [License] => MIT ) [40] => Array ( [id] => 41 [title] => Song - 41 [time] => 41 [License] => MIT ) [19] => Array ( [id] => 40 [title] => Song - 20 [time] => 20 [License] => MIT ) [7] => Array ( [id] => 32 [title] => Song - 8 [time] => 8 [License] => MIT ) [31] => Array ( [id] => 32 [title] => Song - 32 [time] => 32 [License] => MIT ) [9] => Array ( [id] => 30 [title] => Song - 10 [time] => 10 [License] => MIT ) [6] => Array ( [id] => 28 [title] => Song - 7 [time] => 7 [License] => MIT ) [10] => Array ( [id] => 22 [title] => Song - 11 [time] => 11 [License] => MIT ) [20] => Array ( [id] => 21 [title] => Song - 21 [time] => 21 [License] => MIT ) [8] => Array ( [id] => 18 [title] => Song - 9 [time] => 9 [License] => MIT ) [5] => Array ( [id] => 18 [title] => Song - 6 [time] => 6 [License] => MIT ) [17] => Array ( [id] => 18 [title] => Song - 18 [time] => 18 [License] => MIT ) [4] => Array ( [id] => 15 [title] => Song - 5 [time] => 5 [License] => MIT ) [14] => Array ( [id] => 15 [title] => Song - 15 [time] => 15 [License] => MIT ) [12] => Array ( [id] => 13 [title] => Song - 13 [time] => 13 [License] => MIT ) [3] => Array ( [id] => 12 [title] => Song - 4 [time] => 4 [License] => MIT ) [2] => Array ( [id] => 9 [title] => Song - 3 [time] => 3 [License] => MIT ) [1] => Array ( [id] => 6 [title] => Song - 2 [time] => 2 [License] => MIT ) [0] => Array ( [id] => 2 [title] => Song - 1 [time] => 1 [License] => MIT ) )
Output for 5.6.12
Array ( [146] => Array ( [id] => 588 [title] => Song - 147 [time] => 147 [License] => MIT ) [145] => Array ( [id] => 584 [title] => Song - 146 [time] => 146 [License] => MIT ) [141] => Array ( [id] => 568 [title] => Song - 142 [time] => 142 [License] => MIT ) [137] => Array ( [id] => 552 [title] => Song - 138 [time] => 138 [License] => MIT ) [136] => Array ( [id] => 548 [title] => Song - 137 [time] => 137 [License] => MIT ) [130] => Array ( [id] => 524 [title] => Song - 131 [time] => 131 [License] => MIT ) [114] => Array ( [id] => 460 [title] => Song - 115 [time] => 115 [License] => MIT ) [147] => Array ( [id] => 444 [title] => Song - 148 [time] => 148 [License] => MIT ) [143] => Array ( [id] => 432 [title] => Song - 144 [time] => 144 [License] => MIT ) [142] => Array ( [id] => 429 [title] => Song - 143 [time] => 143 [License] => MIT ) [103] => Array ( [id] => 416 [title] => Song - 104 [time] => 104 [License] => MIT ) [134] => Array ( [id] => 405 [title] => Song - 135 [time] => 135 [License] => MIT ) [99] => Array ( [id] => 400 [title] => Song - 100 [time] => 100 [License] => MIT ) [97] => Array ( [id] => 392 [title] => Song - 98 [time] => 98 [License] => MIT ) [129] => Array ( [id] => 390 [title] => Song - 130 [time] => 130 [License] => MIT ) [96] => Array ( [id] => 388 [title] => Song - 97 [time] => 97 [License] => MIT ) [128] => Array ( [id] => 387 [title] => Song - 129 [time] => 129 [License] => MIT ) [126] => Array ( [id] => 381 [title] => Song - 127 [time] => 127 [License] => MIT ) [125] => Array ( [id] => 378 [title] => Song - 126 [time] => 126 [License] => MIT ) [123] => Array ( [id] => 372 [title] => Song - 124 [time] => 124 [License] => MIT ) [122] => Array ( [id] => 369 [title] => Song - 123 [time] => 123 [License] => MIT ) [121] => Array ( [id] => 366 [title] => Song - 122 [time] => 122 [License] => MIT ) [120] => Array ( [id] => 363 [title] => Song - 121 [time] => 121 [License] => MIT ) [118] => Array ( [id] => 357 [title] => Song - 119 [time] => 119 [License] => MIT ) [117] => Array ( [id] => 354 [title] => Song - 118 [time] => 118 [License] => MIT ) [87] => Array ( [id] => 352 [title] => Song - 88 [time] => 88 [License] => MIT ) [116] => Array ( [id] => 351 [title] => Song - 117 [time] => 117 [License] => MIT ) [85] => Array ( [id] => 344 [title] => Song - 86 [time] => 86 [License] => MIT ) [112] => Array ( [id] => 339 [title] => Song - 113 [time] => 113 [License] => MIT ) [111] => Array ( [id] => 336 [title] => Song - 112 [time] => 112 [License] => MIT ) [110] => Array ( [id] => 333 [title] => Song - 111 [time] => 111 [License] => MIT ) [81] => Array ( [id] => 328 [title] => Song - 82 [time] => 82 [License] => MIT ) [107] => Array ( [id] => 324 [title] => Song - 108 [time] => 108 [License] => MIT ) [106] => Array ( [id] => 321 [title] => Song - 107 [time] => 107 [License] => MIT ) [100] => Array ( [id] => 303 [title] => Song - 101 [time] => 101 [License] => MIT ) [149] => Array ( [id] => 300 [title] => Song - 150 [time] => 150 [License] => MIT ) [148] => Array ( [id] => 298 [title] => Song - 149 [time] => 149 [License] => MIT ) [144] => Array ( [id] => 290 [title] => Song - 145 [time] => 145 [License] => MIT ) [70] => Array ( [id] => 284 [title] => Song - 71 [time] => 71 [License] => MIT ) [69] => Array ( [id] => 280 [title] => Song - 70 [time] => 70 [License] => MIT ) [139] => Array ( [id] => 280 [title] => Song - 140 [time] => 140 [License] => MIT ) [138] => Array ( [id] => 278 [title] => Song - 139 [time] => 139 [License] => MIT ) [91] => Array ( [id] => 276 [title] => Song - 92 [time] => 92 [License] => MIT ) [90] => Array ( [id] => 273 [title] => Song - 91 [time] => 91 [License] => MIT ) [89] => Array ( [id] => 270 [title] => Song - 90 [time] => 90 [License] => MIT ) [66] => Array ( [id] => 268 [title] => Song - 67 [time] => 67 [License] => MIT ) [133] => Array ( [id] => 268 [title] => Song - 134 [time] => 134 [License] => MIT ) [88] => Array ( [id] => 267 [title] => Song - 89 [time] => 89 [License] => MIT ) [127] => Array ( [id] => 256 [title] => Song - 128 [time] => 128 [License] => MIT ) [83] => Array ( [id] => 252 [title] => Song - 84 [time] => 84 [License] => MIT ) [62] => Array ( [id] => 252 [title] => Song - 63 [time] => 63 [License] => MIT ) [124] => Array ( [id] => 250 [title] => Song - 125 [time] => 125 [License] => MIT ) [82] => Array ( [id] => 249 [title] => Song - 83 [time] => 83 [License] => MIT ) [80] => Array ( [id] => 243 [title] => Song - 81 [time] => 81 [License] => MIT ) [119] => Array ( [id] => 240 [title] => Song - 120 [time] => 120 [License] => MIT ) [78] => Array ( [id] => 237 [title] => Song - 79 [time] => 79 [License] => MIT ) [58] => Array ( [id] => 236 [title] => Song - 59 [time] => 59 [License] => MIT ) [57] => Array ( [id] => 232 [title] => Song - 58 [time] => 58 [License] => MIT ) [115] => Array ( [id] => 232 [title] => Song - 116 [time] => 116 [License] => MIT ) [76] => Array ( [id] => 231 [title] => Song - 77 [time] => 77 [License] => MIT ) [75] => Array ( [id] => 228 [title] => Song - 76 [time] => 76 [License] => MIT ) [55] => Array ( [id] => 224 [title] => Song - 56 [time] => 56 [License] => MIT ) [54] => Array ( [id] => 220 [title] => Song - 55 [time] => 55 [License] => MIT ) [109] => Array ( [id] => 220 [title] => Song - 110 [time] => 110 [License] => MIT ) [72] => Array ( [id] => 219 [title] => Song - 73 [time] => 73 [License] => MIT ) [108] => Array ( [id] => 218 [title] => Song - 109 [time] => 109 [License] => MIT ) [104] => Array ( [id] => 210 [title] => Song - 105 [time] => 105 [License] => MIT ) [101] => Array ( [id] => 204 [title] => Song - 102 [time] => 102 [License] => MIT ) [98] => Array ( [id] => 198 [title] => Song - 99 [time] => 99 [License] => MIT ) [65] => Array ( [id] => 198 [title] => Song - 66 [time] => 66 [License] => MIT ) [94] => Array ( [id] => 190 [title] => Song - 95 [time] => 95 [License] => MIT ) [93] => Array ( [id] => 188 [title] => Song - 94 [time] => 94 [License] => MIT ) [61] => Array ( [id] => 186 [title] => Song - 62 [time] => 62 [License] => MIT ) [45] => Array ( [id] => 184 [title] => Song - 46 [time] => 46 [License] => MIT ) [43] => Array ( [id] => 176 [title] => Song - 44 [time] => 44 [License] => MIT ) [86] => Array ( [id] => 174 [title] => Song - 87 [time] => 87 [License] => MIT ) [84] => Array ( [id] => 170 [title] => Song - 85 [time] => 85 [License] => MIT ) [41] => Array ( [id] => 168 [title] => Song - 42 [time] => 42 [License] => MIT ) [40] => Array ( [id] => 164 [title] => Song - 41 [time] => 41 [License] => MIT ) [53] => Array ( [id] => 162 [title] => Song - 54 [time] => 54 [License] => MIT ) [77] => Array ( [id] => 156 [title] => Song - 78 [time] => 78 [License] => MIT ) [38] => Array ( [id] => 156 [title] => Song - 39 [time] => 39 [License] => MIT ) [37] => Array ( [id] => 152 [title] => Song - 38 [time] => 38 [License] => MIT ) [74] => Array ( [id] => 150 [title] => Song - 75 [time] => 75 [License] => MIT ) [48] => Array ( [id] => 147 [title] => Song - 49 [time] => 49 [License] => MIT ) [140] => Array ( [id] => 141 [title] => Song - 141 [time] => 141 [License] => MIT ) [135] => Array ( [id] => 136 [title] => Song - 136 [time] => 136 [License] => MIT ) [132] => Array ( [id] => 133 [title] => Song - 133 [time] => 133 [License] => MIT ) [131] => Array ( [id] => 132 [title] => Song - 132 [time] => 132 [License] => MIT ) [31] => Array ( [id] => 128 [title] => Song - 32 [time] => 32 [License] => MIT ) [60] => Array ( [id] => 122 [title] => Song - 61 [time] => 61 [License] => MIT ) [29] => Array ( [id] => 120 [title] => Song - 30 [time] => 30 [License] => MIT ) [28] => Array ( [id] => 116 [title] => Song - 29 [time] => 29 [License] => MIT ) [113] => Array ( [id] => 114 [title] => Song - 114 [time] => 114 [License] => MIT ) [35] => Array ( [id] => 108 [title] => Song - 36 [time] => 36 [License] => MIT ) [105] => Array ( [id] => 106 [title] => Song - 106 [time] => 106 [License] => MIT ) [51] => Array ( [id] => 104 [title] => Song - 52 [time] => 52 [License] => MIT ) [25] => Array ( [id] => 104 [title] => Song - 26 [time] => 26 [License] => MIT ) [102] => Array ( [id] => 103 [title] => Song - 103 [time] => 103 [License] => MIT ) [50] => Array ( [id] => 102 [title] => Song - 51 [time] => 51 [License] => MIT ) [33] => Array ( [id] => 102 [title] => Song - 34 [time] => 34 [License] => MIT ) [32] => Array ( [id] => 99 [title] => Song - 33 [time] => 33 [License] => MIT ) [95] => Array ( [id] => 96 [title] => Song - 96 [time] => 96 [License] => MIT ) [47] => Array ( [id] => 96 [title] => Song - 48 [time] => 48 [License] => MIT ) [23] => Array ( [id] => 96 [title] => Song - 24 [time] => 24 [License] => MIT ) [46] => Array ( [id] => 94 [title] => Song - 47 [time] => 47 [License] => MIT ) [92] => Array ( [id] => 93 [title] => Song - 93 [time] => 93 [License] => MIT ) [30] => Array ( [id] => 93 [title] => Song - 31 [time] => 31 [License] => MIT ) [79] => Array ( [id] => 80 [title] => Song - 80 [time] => 80 [License] => MIT ) [39] => Array ( [id] => 80 [title] => Song - 40 [time] => 40 [License] => MIT ) [73] => Array ( [id] => 74 [title] => Song - 74 [time] => 74 [License] => MIT ) [71] => Array ( [id] => 72 [title] => Song - 72 [time] => 72 [License] => MIT ) [17] => Array ( [id] => 72 [title] => Song - 18 [time] => 18 [License] => MIT ) [34] => Array ( [id] => 70 [title] => Song - 35 [time] => 35 [License] => MIT ) [68] => Array ( [id] => 69 [title] => Song - 69 [time] => 69 [License] => MIT ) [67] => Array ( [id] => 68 [title] => Song - 68 [time] => 68 [License] => MIT ) [64] => Array ( [id] => 65 [title] => Song - 65 [time] => 65 [License] => MIT ) [63] => Array ( [id] => 64 [title] => Song - 64 [time] => 64 [License] => MIT ) [59] => Array ( [id] => 60 [title] => Song - 60 [time] => 60 [License] => MIT ) [19] => Array ( [id] => 60 [title] => Song - 20 [time] => 20 [License] => MIT ) [56] => Array ( [id] => 57 [title] => Song - 57 [time] => 57 [License] => MIT ) [27] => Array ( [id] => 56 [title] => Song - 28 [time] => 28 [License] => MIT ) [13] => Array ( [id] => 56 [title] => Song - 14 [time] => 14 [License] => MIT ) [26] => Array ( [id] => 54 [title] => Song - 27 [time] => 27 [License] => MIT ) [52] => Array ( [id] => 53 [title] => Song - 53 [time] => 53 [License] => MIT ) [49] => Array ( [id] => 50 [title] => Song - 50 [time] => 50 [License] => MIT ) [24] => Array ( [id] => 50 [title] => Song - 25 [time] => 25 [License] => MIT ) [11] => Array ( [id] => 48 [title] => Song - 12 [time] => 12 [License] => MIT ) [22] => Array ( [id] => 46 [title] => Song - 23 [time] => 23 [License] => MIT ) [44] => Array ( [id] => 45 [title] => Song - 45 [time] => 45 [License] => MIT ) [14] => Array ( [id] => 45 [title] => Song - 15 [time] => 15 [License] => MIT ) [42] => Array ( [id] => 43 [title] => Song - 43 [time] => 43 [License] => MIT ) [18] => Array ( [id] => 38 [title] => Song - 19 [time] => 19 [License] => MIT ) [36] => Array ( [id] => 37 [title] => Song - 37 [time] => 37 [License] => MIT ) [8] => Array ( [id] => 36 [title] => Song - 9 [time] => 9 [License] => MIT ) [16] => Array ( [id] => 34 [title] => Song - 17 [time] => 17 [License] => MIT ) [5] => Array ( [id] => 24 [title] => Song - 6 [time] => 6 [License] => MIT ) [21] => Array ( [id] => 22 [title] => Song - 22 [time] => 22 [License] => MIT ) [20] => Array ( [id] => 21 [title] => Song - 21 [time] => 21 [License] => MIT ) [9] => Array ( [id] => 20 [title] => Song - 10 [time] => 10 [License] => MIT ) [7] => Array ( [id] => 16 [title] => Song - 8 [time] => 8 [License] => MIT ) [15] => Array ( [id] => 16 [title] => Song - 16 [time] => 16 [License] => MIT ) [12] => Array ( [id] => 13 [title] => Song - 13 [time] => 13 [License] => MIT ) [3] => Array ( [id] => 12 [title] => Song - 4 [time] => 4 [License] => MIT ) [10] => Array ( [id] => 11 [title] => Song - 11 [time] => 11 [License] => MIT ) [4] => Array ( [id] => 10 [title] => Song - 5 [time] => 5 [License] => MIT ) [6] => Array ( [id] => 7 [title] => Song - 7 [time] => 7 [License] => MIT ) [2] => Array ( [id] => 6 [title] => Song - 3 [time] => 3 [License] => MIT ) [1] => Array ( [id] => 2 [title] => Song - 2 [time] => 2 [License] => MIT ) [0] => Array ( [id] => 2 [title] => Song - 1 [time] => 1 [License] => MIT ) )
Output for 5.6.11
Array ( [135] => Array ( [id] => 544 [title] => Song - 136 [time] => 136 [License] => MIT ) [134] => Array ( [id] => 540 [title] => Song - 135 [time] => 135 [License] => MIT ) [128] => Array ( [id] => 516 [title] => Song - 129 [time] => 129 [License] => MIT ) [125] => Array ( [id] => 504 [title] => Song - 126 [time] => 126 [License] => MIT ) [123] => Array ( [id] => 496 [title] => Song - 124 [time] => 124 [License] => MIT ) [121] => Array ( [id] => 488 [title] => Song - 122 [time] => 122 [License] => MIT ) [114] => Array ( [id] => 460 [title] => Song - 115 [time] => 115 [License] => MIT ) [113] => Array ( [id] => 456 [title] => Song - 114 [time] => 114 [License] => MIT ) [147] => Array ( [id] => 444 [title] => Song - 148 [time] => 148 [License] => MIT ) [108] => Array ( [id] => 436 [title] => Song - 109 [time] => 109 [License] => MIT ) [105] => Array ( [id] => 424 [title] => Song - 106 [time] => 106 [License] => MIT ) [132] => Array ( [id] => 399 [title] => Song - 133 [time] => 133 [License] => MIT ) [130] => Array ( [id] => 393 [title] => Song - 131 [time] => 131 [License] => MIT ) [97] => Array ( [id] => 392 [title] => Song - 98 [time] => 98 [License] => MIT ) [129] => Array ( [id] => 390 [title] => Song - 130 [time] => 130 [License] => MIT ) [96] => Array ( [id] => 388 [title] => Song - 97 [time] => 97 [License] => MIT ) [126] => Array ( [id] => 381 [title] => Song - 127 [time] => 127 [License] => MIT ) [122] => Array ( [id] => 369 [title] => Song - 123 [time] => 123 [License] => MIT ) [120] => Array ( [id] => 363 [title] => Song - 121 [time] => 121 [License] => MIT ) [118] => Array ( [id] => 357 [title] => Song - 119 [time] => 119 [License] => MIT ) [87] => Array ( [id] => 352 [title] => Song - 88 [time] => 88 [License] => MIT ) [86] => Array ( [id] => 348 [title] => Song - 87 [time] => 87 [License] => MIT ) [115] => Array ( [id] => 348 [title] => Song - 116 [time] => 116 [License] => MIT ) [80] => Array ( [id] => 324 [title] => Song - 81 [time] => 81 [License] => MIT ) [107] => Array ( [id] => 324 [title] => Song - 108 [time] => 108 [License] => MIT ) [79] => Array ( [id] => 320 [title] => Song - 80 [time] => 80 [License] => MIT ) [77] => Array ( [id] => 312 [title] => Song - 78 [time] => 78 [License] => MIT ) [103] => Array ( [id] => 312 [title] => Song - 104 [time] => 104 [License] => MIT ) [100] => Array ( [id] => 303 [title] => Song - 101 [time] => 101 [License] => MIT ) [74] => Array ( [id] => 300 [title] => Song - 75 [time] => 75 [License] => MIT ) [148] => Array ( [id] => 298 [title] => Song - 149 [time] => 149 [License] => MIT ) [72] => Array ( [id] => 292 [title] => Song - 73 [time] => 73 [License] => MIT ) [144] => Array ( [id] => 290 [title] => Song - 145 [time] => 145 [License] => MIT ) [143] => Array ( [id] => 288 [title] => Song - 144 [time] => 144 [License] => MIT ) [142] => Array ( [id] => 286 [title] => Song - 143 [time] => 143 [License] => MIT ) [70] => Array ( [id] => 284 [title] => Song - 71 [time] => 71 [License] => MIT ) [141] => Array ( [id] => 284 [title] => Song - 142 [time] => 142 [License] => MIT ) [93] => Array ( [id] => 282 [title] => Song - 94 [time] => 94 [License] => MIT ) [69] => Array ( [id] => 280 [title] => Song - 70 [time] => 70 [License] => MIT ) [139] => Array ( [id] => 280 [title] => Song - 140 [time] => 140 [License] => MIT ) [137] => Array ( [id] => 276 [title] => Song - 138 [time] => 138 [License] => MIT ) [136] => Array ( [id] => 274 [title] => Song - 137 [time] => 137 [License] => MIT ) [90] => Array ( [id] => 273 [title] => Song - 91 [time] => 91 [License] => MIT ) [67] => Array ( [id] => 272 [title] => Song - 68 [time] => 68 [License] => MIT ) [89] => Array ( [id] => 270 [title] => Song - 90 [time] => 90 [License] => MIT ) [66] => Array ( [id] => 268 [title] => Song - 67 [time] => 67 [License] => MIT ) [65] => Array ( [id] => 264 [title] => Song - 66 [time] => 66 [License] => MIT ) [131] => Array ( [id] => 264 [title] => Song - 132 [time] => 132 [License] => MIT ) [84] => Array ( [id] => 255 [title] => Song - 85 [time] => 85 [License] => MIT ) [83] => Array ( [id] => 252 [title] => Song - 84 [time] => 84 [License] => MIT ) [124] => Array ( [id] => 250 [title] => Song - 125 [time] => 125 [License] => MIT ) [81] => Array ( [id] => 246 [title] => Song - 82 [time] => 82 [License] => MIT ) [59] => Array ( [id] => 240 [title] => Song - 60 [time] => 60 [License] => MIT ) [117] => Array ( [id] => 236 [title] => Song - 118 [time] => 118 [License] => MIT ) [76] => Array ( [id] => 231 [title] => Song - 77 [time] => 77 [License] => MIT ) [75] => Array ( [id] => 228 [title] => Song - 76 [time] => 76 [License] => MIT ) [73] => Array ( [id] => 222 [title] => Song - 74 [time] => 74 [License] => MIT ) [110] => Array ( [id] => 222 [title] => Song - 111 [time] => 111 [License] => MIT ) [54] => Array ( [id] => 220 [title] => Song - 55 [time] => 55 [License] => MIT ) [53] => Array ( [id] => 216 [title] => Song - 54 [time] => 54 [License] => MIT ) [104] => Array ( [id] => 210 [title] => Song - 105 [time] => 105 [License] => MIT ) [99] => Array ( [id] => 200 [title] => Song - 100 [time] => 100 [License] => MIT ) [48] => Array ( [id] => 196 [title] => Song - 49 [time] => 49 [License] => MIT ) [64] => Array ( [id] => 195 [title] => Song - 65 [time] => 65 [License] => MIT ) [95] => Array ( [id] => 192 [title] => Song - 96 [time] => 96 [License] => MIT ) [46] => Array ( [id] => 188 [title] => Song - 47 [time] => 47 [License] => MIT ) [92] => Array ( [id] => 186 [title] => Song - 93 [time] => 93 [License] => MIT ) [60] => Array ( [id] => 183 [title] => Song - 61 [time] => 61 [License] => MIT ) [44] => Array ( [id] => 180 [title] => Song - 45 [time] => 45 [License] => MIT ) [88] => Array ( [id] => 178 [title] => Song - 89 [time] => 89 [License] => MIT ) [58] => Array ( [id] => 177 [title] => Song - 59 [time] => 59 [License] => MIT ) [43] => Array ( [id] => 176 [title] => Song - 44 [time] => 44 [License] => MIT ) [82] => Array ( [id] => 166 [title] => Song - 83 [time] => 83 [License] => MIT ) [40] => Array ( [id] => 164 [title] => Song - 41 [time] => 41 [License] => MIT ) [39] => Array ( [id] => 160 [title] => Song - 40 [time] => 40 [License] => MIT ) [78] => Array ( [id] => 158 [title] => Song - 79 [time] => 79 [License] => MIT ) [149] => Array ( [id] => 150 [title] => Song - 150 [time] => 150 [License] => MIT ) [146] => Array ( [id] => 147 [title] => Song - 147 [time] => 147 [License] => MIT ) [145] => Array ( [id] => 146 [title] => Song - 146 [time] => 146 [License] => MIT ) [71] => Array ( [id] => 144 [title] => Song - 72 [time] => 72 [License] => MIT ) [47] => Array ( [id] => 144 [title] => Song - 48 [time] => 48 [License] => MIT ) [140] => Array ( [id] => 141 [title] => Song - 141 [time] => 141 [License] => MIT ) [138] => Array ( [id] => 139 [title] => Song - 139 [time] => 139 [License] => MIT ) [68] => Array ( [id] => 138 [title] => Song - 69 [time] => 69 [License] => MIT ) [45] => Array ( [id] => 138 [title] => Song - 46 [time] => 46 [License] => MIT ) [133] => Array ( [id] => 134 [title] => Song - 134 [time] => 134 [License] => MIT ) [63] => Array ( [id] => 128 [title] => Song - 64 [time] => 64 [License] => MIT ) [127] => Array ( [id] => 128 [title] => Song - 128 [time] => 128 [License] => MIT ) [62] => Array ( [id] => 126 [title] => Song - 63 [time] => 63 [License] => MIT ) [61] => Array ( [id] => 124 [title] => Song - 62 [time] => 62 [License] => MIT ) [119] => Array ( [id] => 120 [title] => Song - 120 [time] => 120 [License] => MIT ) [116] => Array ( [id] => 117 [title] => Song - 117 [time] => 117 [License] => MIT ) [57] => Array ( [id] => 116 [title] => Song - 58 [time] => 58 [License] => MIT ) [112] => Array ( [id] => 113 [title] => Song - 113 [time] => 113 [License] => MIT ) [55] => Array ( [id] => 112 [title] => Song - 56 [time] => 56 [License] => MIT ) [111] => Array ( [id] => 112 [title] => Song - 112 [time] => 112 [License] => MIT ) [109] => Array ( [id] => 110 [title] => Song - 110 [time] => 110 [License] => MIT ) [106] => Array ( [id] => 107 [title] => Song - 107 [time] => 107 [License] => MIT ) [52] => Array ( [id] => 106 [title] => Song - 53 [time] => 53 [License] => MIT ) [102] => Array ( [id] => 103 [title] => Song - 103 [time] => 103 [License] => MIT ) [33] => Array ( [id] => 102 [title] => Song - 34 [time] => 34 [License] => MIT ) [101] => Array ( [id] => 102 [title] => Song - 102 [time] => 102 [License] => MIT ) [49] => Array ( [id] => 100 [title] => Song - 50 [time] => 50 [License] => MIT ) [98] => Array ( [id] => 99 [title] => Song - 99 [time] => 99 [License] => MIT ) [32] => Array ( [id] => 99 [title] => Song - 33 [time] => 33 [License] => MIT ) [94] => Array ( [id] => 95 [title] => Song - 95 [time] => 95 [License] => MIT ) [30] => Array ( [id] => 93 [title] => Song - 31 [time] => 31 [License] => MIT ) [91] => Array ( [id] => 92 [title] => Song - 92 [time] => 92 [License] => MIT ) [22] => Array ( [id] => 92 [title] => Song - 23 [time] => 23 [License] => MIT ) [29] => Array ( [id] => 90 [title] => Song - 30 [time] => 30 [License] => MIT ) [85] => Array ( [id] => 86 [title] => Song - 86 [time] => 86 [License] => MIT ) [42] => Array ( [id] => 86 [title] => Song - 43 [time] => 43 [License] => MIT ) [41] => Array ( [id] => 84 [title] => Song - 42 [time] => 42 [License] => MIT ) [26] => Array ( [id] => 81 [title] => Song - 27 [time] => 27 [License] => MIT ) [38] => Array ( [id] => 78 [title] => Song - 39 [time] => 39 [License] => MIT ) [25] => Array ( [id] => 78 [title] => Song - 26 [time] => 26 [License] => MIT ) [37] => Array ( [id] => 76 [title] => Song - 38 [time] => 38 [License] => MIT ) [24] => Array ( [id] => 75 [title] => Song - 25 [time] => 25 [License] => MIT ) [36] => Array ( [id] => 74 [title] => Song - 37 [time] => 37 [License] => MIT ) [35] => Array ( [id] => 72 [title] => Song - 36 [time] => 36 [License] => MIT ) [31] => Array ( [id] => 64 [title] => Song - 32 [time] => 32 [License] => MIT ) [19] => Array ( [id] => 60 [title] => Song - 20 [time] => 20 [License] => MIT ) [56] => Array ( [id] => 57 [title] => Song - 57 [time] => 57 [License] => MIT ) [18] => Array ( [id] => 57 [title] => Song - 19 [time] => 19 [License] => MIT ) [51] => Array ( [id] => 52 [title] => Song - 52 [time] => 52 [License] => MIT ) [50] => Array ( [id] => 51 [title] => Song - 51 [time] => 51 [License] => MIT ) [16] => Array ( [id] => 51 [title] => Song - 17 [time] => 17 [License] => MIT ) [23] => Array ( [id] => 48 [title] => Song - 24 [time] => 24 [License] => MIT ) [15] => Array ( [id] => 48 [title] => Song - 16 [time] => 16 [License] => MIT ) [21] => Array ( [id] => 44 [title] => Song - 22 [time] => 22 [License] => MIT ) [20] => Array ( [id] => 42 [title] => Song - 21 [time] => 21 [License] => MIT ) [13] => Array ( [id] => 42 [title] => Song - 14 [time] => 14 [License] => MIT ) [9] => Array ( [id] => 40 [title] => Song - 10 [time] => 10 [License] => MIT ) [8] => Array ( [id] => 36 [title] => Song - 9 [time] => 9 [License] => MIT ) [17] => Array ( [id] => 36 [title] => Song - 18 [time] => 18 [License] => MIT ) [34] => Array ( [id] => 35 [title] => Song - 35 [time] => 35 [License] => MIT ) [14] => Array ( [id] => 30 [title] => Song - 15 [time] => 15 [License] => MIT ) [28] => Array ( [id] => 29 [title] => Song - 29 [time] => 29 [License] => MIT ) [6] => Array ( [id] => 28 [title] => Song - 7 [time] => 7 [License] => MIT ) [27] => Array ( [id] => 28 [title] => Song - 28 [time] => 28 [License] => MIT ) [7] => Array ( [id] => 24 [title] => Song - 8 [time] => 8 [License] => MIT ) [10] => Array ( [id] => 22 [title] => Song - 11 [time] => 11 [License] => MIT ) [12] => Array ( [id] => 13 [title] => Song - 13 [time] => 13 [License] => MIT ) [5] => Array ( [id] => 12 [title] => Song - 6 [time] => 6 [License] => MIT ) [3] => Array ( [id] => 12 [title] => Song - 4 [time] => 4 [License] => MIT ) [11] => Array ( [id] => 12 [title] => Song - 12 [time] => 12 [License] => MIT ) [4] => Array ( [id] => 10 [title] => Song - 5 [time] => 5 [License] => MIT ) [2] => Array ( [id] => 9 [title] => Song - 3 [time] => 3 [License] => MIT ) [1] => Array ( [id] => 2 [title] => Song - 2 [time] => 2 [License] => MIT ) [0] => Array ( [id] => 2 [title] => Song - 1 [time] => 1 [License] => MIT ) )
Output for 5.6.10
Array ( [143] => Array ( [id] => 576 [title] => Song - 144 [time] => 144 [License] => MIT ) [141] => Array ( [id] => 568 [title] => Song - 142 [time] => 142 [License] => MIT ) [133] => Array ( [id] => 536 [title] => Song - 134 [time] => 134 [License] => MIT ) [130] => Array ( [id] => 524 [title] => Song - 131 [time] => 131 [License] => MIT ) [127] => Array ( [id] => 512 [title] => Song - 128 [time] => 128 [License] => MIT ) [124] => Array ( [id] => 500 [title] => Song - 125 [time] => 125 [License] => MIT ) [118] => Array ( [id] => 476 [title] => Song - 119 [time] => 119 [License] => MIT ) [148] => Array ( [id] => 447 [title] => Song - 149 [time] => 149 [License] => MIT ) [110] => Array ( [id] => 444 [title] => Song - 111 [time] => 111 [License] => MIT ) [146] => Array ( [id] => 441 [title] => Song - 147 [time] => 147 [License] => MIT ) [109] => Array ( [id] => 440 [title] => Song - 110 [time] => 110 [License] => MIT ) [145] => Array ( [id] => 438 [title] => Song - 146 [time] => 146 [License] => MIT ) [142] => Array ( [id] => 429 [title] => Song - 143 [time] => 143 [License] => MIT ) [139] => Array ( [id] => 420 [title] => Song - 140 [time] => 140 [License] => MIT ) [132] => Array ( [id] => 399 [title] => Song - 133 [time] => 133 [License] => MIT ) [96] => Array ( [id] => 388 [title] => Song - 97 [time] => 97 [License] => MIT ) [126] => Array ( [id] => 381 [title] => Song - 127 [time] => 127 [License] => MIT ) [94] => Array ( [id] => 380 [title] => Song - 95 [time] => 95 [License] => MIT ) [125] => Array ( [id] => 378 [title] => Song - 126 [time] => 126 [License] => MIT ) [123] => Array ( [id] => 372 [title] => Song - 124 [time] => 124 [License] => MIT ) [117] => Array ( [id] => 354 [title] => Song - 118 [time] => 118 [License] => MIT ) [114] => Array ( [id] => 345 [title] => Song - 115 [time] => 115 [License] => MIT ) [112] => Array ( [id] => 339 [title] => Song - 113 [time] => 113 [License] => MIT ) [80] => Array ( [id] => 324 [title] => Song - 81 [time] => 81 [License] => MIT ) [77] => Array ( [id] => 312 [title] => Song - 78 [time] => 78 [License] => MIT ) [103] => Array ( [id] => 312 [title] => Song - 104 [time] => 104 [License] => MIT ) [102] => Array ( [id] => 309 [title] => Song - 103 [time] => 103 [License] => MIT ) [147] => Array ( [id] => 296 [title] => Song - 148 [time] => 148 [License] => MIT ) [97] => Array ( [id] => 294 [title] => Song - 98 [time] => 98 [License] => MIT ) [144] => Array ( [id] => 290 [title] => Song - 145 [time] => 145 [License] => MIT ) [95] => Array ( [id] => 288 [title] => Song - 96 [time] => 96 [License] => MIT ) [140] => Array ( [id] => 282 [title] => Song - 141 [time] => 141 [License] => MIT ) [138] => Array ( [id] => 278 [title] => Song - 139 [time] => 139 [License] => MIT ) [91] => Array ( [id] => 276 [title] => Song - 92 [time] => 92 [License] => MIT ) [90] => Array ( [id] => 273 [title] => Song - 91 [time] => 91 [License] => MIT ) [134] => Array ( [id] => 270 [title] => Song - 135 [time] => 135 [License] => MIT ) [87] => Array ( [id] => 264 [title] => Song - 88 [time] => 88 [License] => MIT ) [65] => Array ( [id] => 264 [title] => Song - 66 [time] => 66 [License] => MIT ) [131] => Array ( [id] => 264 [title] => Song - 132 [time] => 132 [License] => MIT ) [86] => Array ( [id] => 261 [title] => Song - 87 [time] => 87 [License] => MIT ) [129] => Array ( [id] => 260 [title] => Song - 130 [time] => 130 [License] => MIT ) [85] => Array ( [id] => 258 [title] => Song - 86 [time] => 86 [License] => MIT ) [128] => Array ( [id] => 258 [title] => Song - 129 [time] => 129 [License] => MIT ) [83] => Array ( [id] => 252 [title] => Song - 84 [time] => 84 [License] => MIT ) [82] => Array ( [id] => 249 [title] => Song - 83 [time] => 83 [License] => MIT ) [122] => Array ( [id] => 246 [title] => Song - 123 [time] => 123 [License] => MIT ) [120] => Array ( [id] => 242 [title] => Song - 121 [time] => 121 [License] => MIT ) [59] => Array ( [id] => 240 [title] => Song - 60 [time] => 60 [License] => MIT ) [115] => Array ( [id] => 232 [title] => Song - 116 [time] => 116 [License] => MIT ) [75] => Array ( [id] => 228 [title] => Song - 76 [time] => 76 [License] => MIT ) [113] => Array ( [id] => 228 [title] => Song - 114 [time] => 114 [License] => MIT ) [74] => Array ( [id] => 225 [title] => Song - 75 [time] => 75 [License] => MIT ) [54] => Array ( [id] => 220 [title] => Song - 55 [time] => 55 [License] => MIT ) [71] => Array ( [id] => 216 [title] => Song - 72 [time] => 72 [License] => MIT ) [107] => Array ( [id] => 216 [title] => Song - 108 [time] => 108 [License] => MIT ) [70] => Array ( [id] => 213 [title] => Song - 71 [time] => 71 [License] => MIT ) [105] => Array ( [id] => 212 [title] => Song - 106 [time] => 106 [License] => MIT ) [104] => Array ( [id] => 210 [title] => Song - 105 [time] => 105 [License] => MIT ) [68] => Array ( [id] => 207 [title] => Song - 69 [time] => 69 [License] => MIT ) [50] => Array ( [id] => 204 [title] => Song - 51 [time] => 51 [License] => MIT ) [101] => Array ( [id] => 204 [title] => Song - 102 [time] => 102 [License] => MIT ) [47] => Array ( [id] => 192 [title] => Song - 48 [time] => 48 [License] => MIT ) [62] => Array ( [id] => 189 [title] => Song - 63 [time] => 63 [License] => MIT ) [58] => Array ( [id] => 177 [title] => Song - 59 [time] => 59 [License] => MIT ) [42] => Array ( [id] => 172 [title] => Song - 43 [time] => 43 [License] => MIT ) [79] => Array ( [id] => 160 [title] => Song - 80 [time] => 80 [License] => MIT ) [78] => Array ( [id] => 158 [title] => Song - 79 [time] => 79 [License] => MIT ) [38] => Array ( [id] => 156 [title] => Song - 39 [time] => 39 [License] => MIT ) [76] => Array ( [id] => 154 [title] => Song - 77 [time] => 77 [License] => MIT ) [37] => Array ( [id] => 152 [title] => Song - 38 [time] => 38 [License] => MIT ) [149] => Array ( [id] => 150 [title] => Song - 150 [time] => 150 [License] => MIT ) [35] => Array ( [id] => 144 [title] => Song - 36 [time] => 36 [License] => MIT ) [46] => Array ( [id] => 141 [title] => Song - 47 [time] => 47 [License] => MIT ) [69] => Array ( [id] => 140 [title] => Song - 70 [time] => 70 [License] => MIT ) [45] => Array ( [id] => 138 [title] => Song - 46 [time] => 46 [License] => MIT ) [137] => Array ( [id] => 138 [title] => Song - 138 [time] => 138 [License] => MIT ) [136] => Array ( [id] => 137 [title] => Song - 137 [time] => 137 [License] => MIT ) [67] => Array ( [id] => 136 [title] => Song - 68 [time] => 68 [License] => MIT ) [135] => Array ( [id] => 136 [title] => Song - 136 [time] => 136 [License] => MIT ) [66] => Array ( [id] => 134 [title] => Song - 67 [time] => 67 [License] => MIT ) [43] => Array ( [id] => 132 [title] => Song - 44 [time] => 44 [License] => MIT ) [64] => Array ( [id] => 130 [title] => Song - 65 [time] => 65 [License] => MIT ) [63] => Array ( [id] => 128 [title] => Song - 64 [time] => 64 [License] => MIT ) [31] => Array ( [id] => 128 [title] => Song - 32 [time] => 32 [License] => MIT ) [30] => Array ( [id] => 124 [title] => Song - 31 [time] => 31 [License] => MIT ) [121] => Array ( [id] => 122 [title] => Song - 122 [time] => 122 [License] => MIT ) [39] => Array ( [id] => 120 [title] => Song - 40 [time] => 40 [License] => MIT ) [119] => Array ( [id] => 120 [title] => Song - 120 [time] => 120 [License] => MIT ) [116] => Array ( [id] => 117 [title] => Song - 117 [time] => 117 [License] => MIT ) [56] => Array ( [id] => 114 [title] => Song - 57 [time] => 57 [License] => MIT ) [111] => Array ( [id] => 112 [title] => Song - 112 [time] => 112 [License] => MIT ) [108] => Array ( [id] => 109 [title] => Song - 109 [time] => 109 [License] => MIT ) [106] => Array ( [id] => 107 [title] => Song - 107 [time] => 107 [License] => MIT ) [52] => Array ( [id] => 106 [title] => Song - 53 [time] => 53 [License] => MIT ) [51] => Array ( [id] => 104 [title] => Song - 52 [time] => 52 [License] => MIT ) [25] => Array ( [id] => 104 [title] => Song - 26 [time] => 26 [License] => MIT ) [100] => Array ( [id] => 101 [title] => Song - 101 [time] => 101 [License] => MIT ) [49] => Array ( [id] => 100 [title] => Song - 50 [time] => 50 [License] => MIT ) [99] => Array ( [id] => 100 [title] => Song - 100 [time] => 100 [License] => MIT ) [98] => Array ( [id] => 99 [title] => Song - 99 [time] => 99 [License] => MIT ) [32] => Array ( [id] => 99 [title] => Song - 33 [time] => 33 [License] => MIT ) [48] => Array ( [id] => 98 [title] => Song - 49 [time] => 49 [License] => MIT ) [23] => Array ( [id] => 96 [title] => Song - 24 [time] => 24 [License] => MIT ) [93] => Array ( [id] => 94 [title] => Song - 94 [time] => 94 [License] => MIT ) [92] => Array ( [id] => 93 [title] => Song - 93 [time] => 93 [License] => MIT ) [89] => Array ( [id] => 90 [title] => Song - 90 [time] => 90 [License] => MIT ) [29] => Array ( [id] => 90 [title] => Song - 30 [time] => 30 [License] => MIT ) [88] => Array ( [id] => 89 [title] => Song - 89 [time] => 89 [License] => MIT ) [84] => Array ( [id] => 85 [title] => Song - 85 [time] => 85 [License] => MIT ) [81] => Array ( [id] => 82 [title] => Song - 82 [time] => 82 [License] => MIT ) [26] => Array ( [id] => 81 [title] => Song - 27 [time] => 27 [License] => MIT ) [19] => Array ( [id] => 80 [title] => Song - 20 [time] => 20 [License] => MIT ) [24] => Array ( [id] => 75 [title] => Song - 25 [time] => 25 [License] => MIT ) [73] => Array ( [id] => 74 [title] => Song - 74 [time] => 74 [License] => MIT ) [36] => Array ( [id] => 74 [title] => Song - 37 [time] => 37 [License] => MIT ) [72] => Array ( [id] => 73 [title] => Song - 73 [time] => 73 [License] => MIT ) [22] => Array ( [id] => 69 [title] => Song - 23 [time] => 23 [License] => MIT ) [16] => Array ( [id] => 68 [title] => Song - 17 [time] => 17 [License] => MIT ) [20] => Array ( [id] => 63 [title] => Song - 21 [time] => 21 [License] => MIT ) [61] => Array ( [id] => 62 [title] => Song - 62 [time] => 62 [License] => MIT ) [60] => Array ( [id] => 61 [title] => Song - 61 [time] => 61 [License] => MIT ) [57] => Array ( [id] => 58 [title] => Song - 58 [time] => 58 [License] => MIT ) [28] => Array ( [id] => 58 [title] => Song - 29 [time] => 29 [License] => MIT ) [55] => Array ( [id] => 56 [title] => Song - 56 [time] => 56 [License] => MIT ) [27] => Array ( [id] => 56 [title] => Song - 28 [time] => 28 [License] => MIT ) [53] => Array ( [id] => 54 [title] => Song - 54 [time] => 54 [License] => MIT ) [11] => Array ( [id] => 48 [title] => Song - 12 [time] => 12 [License] => MIT ) [44] => Array ( [id] => 45 [title] => Song - 45 [time] => 45 [License] => MIT ) [41] => Array ( [id] => 42 [title] => Song - 42 [time] => 42 [License] => MIT ) [40] => Array ( [id] => 41 [title] => Song - 41 [time] => 41 [License] => MIT ) [9] => Array ( [id] => 40 [title] => Song - 10 [time] => 10 [License] => MIT ) [18] => Array ( [id] => 38 [title] => Song - 19 [time] => 19 [License] => MIT ) [17] => Array ( [id] => 36 [title] => Song - 18 [time] => 18 [License] => MIT ) [34] => Array ( [id] => 35 [title] => Song - 35 [time] => 35 [License] => MIT ) [33] => Array ( [id] => 34 [title] => Song - 34 [time] => 34 [License] => MIT ) [7] => Array ( [id] => 32 [title] => Song - 8 [time] => 8 [License] => MIT ) [15] => Array ( [id] => 32 [title] => Song - 16 [time] => 16 [License] => MIT ) [14] => Array ( [id] => 30 [title] => Song - 15 [time] => 15 [License] => MIT ) [13] => Array ( [id] => 28 [title] => Song - 14 [time] => 14 [License] => MIT ) [12] => Array ( [id] => 26 [title] => Song - 13 [time] => 13 [License] => MIT ) [21] => Array ( [id] => 22 [title] => Song - 22 [time] => 22 [License] => MIT ) [10] => Array ( [id] => 22 [title] => Song - 11 [time] => 11 [License] => MIT ) [5] => Array ( [id] => 18 [title] => Song - 6 [time] => 6 [License] => MIT ) [8] => Array ( [id] => 9 [title] => Song - 9 [time] => 9 [License] => MIT ) [3] => Array ( [id] => 8 [title] => Song - 4 [time] => 4 [License] => MIT ) [1] => Array ( [id] => 8 [title] => Song - 2 [time] => 2 [License] => MIT ) [6] => Array ( [id] => 7 [title] => Song - 7 [time] => 7 [License] => MIT ) [4] => Array ( [id] => 5 [title] => Song - 5 [time] => 5 [License] => MIT ) [2] => Array ( [id] => 3 [title] => Song - 3 [time] => 3 [License] => MIT ) [0] => Array ( [id] => 3 [title] => Song - 1 [time] => 1 [License] => MIT ) )
Output for 5.6.9
Array ( [134] => Array ( [id] => 540 [title] => Song - 135 [time] => 135 [License] => MIT ) [133] => Array ( [id] => 536 [title] => Song - 134 [time] => 134 [License] => MIT ) [128] => Array ( [id] => 516 [title] => Song - 129 [time] => 129 [License] => MIT ) [116] => Array ( [id] => 468 [title] => Song - 117 [time] => 117 [License] => MIT ) [109] => Array ( [id] => 440 [title] => Song - 110 [time] => 110 [License] => MIT ) [145] => Array ( [id] => 438 [title] => Song - 146 [time] => 146 [License] => MIT ) [108] => Array ( [id] => 436 [title] => Song - 109 [time] => 109 [License] => MIT ) [143] => Array ( [id] => 432 [title] => Song - 144 [time] => 144 [License] => MIT ) [142] => Array ( [id] => 429 [title] => Song - 143 [time] => 143 [License] => MIT ) [106] => Array ( [id] => 428 [title] => Song - 107 [time] => 107 [License] => MIT ) [141] => Array ( [id] => 426 [title] => Song - 142 [time] => 142 [License] => MIT ) [135] => Array ( [id] => 408 [title] => Song - 136 [time] => 136 [License] => MIT ) [131] => Array ( [id] => 396 [title] => Song - 132 [time] => 132 [License] => MIT ) [97] => Array ( [id] => 392 [title] => Song - 98 [time] => 98 [License] => MIT ) [125] => Array ( [id] => 378 [title] => Song - 126 [time] => 126 [License] => MIT ) [92] => Array ( [id] => 372 [title] => Song - 93 [time] => 93 [License] => MIT ) [89] => Array ( [id] => 360 [title] => Song - 90 [time] => 90 [License] => MIT ) [88] => Array ( [id] => 356 [title] => Song - 89 [time] => 89 [License] => MIT ) [83] => Array ( [id] => 336 [title] => Song - 84 [time] => 84 [License] => MIT ) [111] => Array ( [id] => 336 [title] => Song - 112 [time] => 112 [License] => MIT ) [80] => Array ( [id] => 324 [title] => Song - 81 [time] => 81 [License] => MIT ) [79] => Array ( [id] => 320 [title] => Song - 80 [time] => 80 [License] => MIT ) [103] => Array ( [id] => 312 [title] => Song - 104 [time] => 104 [License] => MIT ) [100] => Array ( [id] => 303 [title] => Song - 101 [time] => 101 [License] => MIT ) [98] => Array ( [id] => 297 [title] => Song - 99 [time] => 99 [License] => MIT ) [73] => Array ( [id] => 296 [title] => Song - 74 [time] => 74 [License] => MIT ) [147] => Array ( [id] => 296 [title] => Song - 148 [time] => 148 [License] => MIT ) [144] => Array ( [id] => 290 [title] => Song - 145 [time] => 145 [License] => MIT ) [71] => Array ( [id] => 288 [title] => Song - 72 [time] => 72 [License] => MIT ) [94] => Array ( [id] => 285 [title] => Song - 95 [time] => 95 [License] => MIT ) [140] => Array ( [id] => 282 [title] => Song - 141 [time] => 141 [License] => MIT ) [69] => Array ( [id] => 280 [title] => Song - 70 [time] => 70 [License] => MIT ) [91] => Array ( [id] => 276 [title] => Song - 92 [time] => 92 [License] => MIT ) [90] => Array ( [id] => 273 [title] => Song - 91 [time] => 91 [License] => MIT ) [130] => Array ( [id] => 262 [title] => Song - 131 [time] => 131 [License] => MIT ) [85] => Array ( [id] => 258 [title] => Song - 86 [time] => 86 [License] => MIT ) [127] => Array ( [id] => 256 [title] => Song - 128 [time] => 128 [License] => MIT ) [62] => Array ( [id] => 252 [title] => Song - 63 [time] => 63 [License] => MIT ) [124] => Array ( [id] => 250 [title] => Song - 125 [time] => 125 [License] => MIT ) [123] => Array ( [id] => 248 [title] => Song - 124 [time] => 124 [License] => MIT ) [120] => Array ( [id] => 242 [title] => Song - 121 [time] => 121 [License] => MIT ) [119] => Array ( [id] => 240 [title] => Song - 120 [time] => 120 [License] => MIT ) [118] => Array ( [id] => 238 [title] => Song - 119 [time] => 119 [License] => MIT ) [78] => Array ( [id] => 237 [title] => Song - 79 [time] => 79 [License] => MIT ) [113] => Array ( [id] => 228 [title] => Song - 114 [time] => 114 [License] => MIT ) [112] => Array ( [id] => 226 [title] => Song - 113 [time] => 113 [License] => MIT ) [74] => Array ( [id] => 225 [title] => Song - 75 [time] => 75 [License] => MIT ) [55] => Array ( [id] => 224 [title] => Song - 56 [time] => 56 [License] => MIT ) [53] => Array ( [id] => 216 [title] => Song - 54 [time] => 54 [License] => MIT ) [70] => Array ( [id] => 213 [title] => Song - 71 [time] => 71 [License] => MIT ) [52] => Array ( [id] => 212 [title] => Song - 53 [time] => 53 [License] => MIT ) [105] => Array ( [id] => 212 [title] => Song - 106 [time] => 106 [License] => MIT ) [102] => Array ( [id] => 206 [title] => Song - 103 [time] => 103 [License] => MIT ) [67] => Array ( [id] => 204 [title] => Song - 68 [time] => 68 [License] => MIT ) [101] => Array ( [id] => 204 [title] => Song - 102 [time] => 102 [License] => MIT ) [66] => Array ( [id] => 201 [title] => Song - 67 [time] => 67 [License] => MIT ) [49] => Array ( [id] => 200 [title] => Song - 50 [time] => 50 [License] => MIT ) [48] => Array ( [id] => 196 [title] => Song - 49 [time] => 49 [License] => MIT ) [64] => Array ( [id] => 195 [title] => Song - 65 [time] => 65 [License] => MIT ) [63] => Array ( [id] => 192 [title] => Song - 64 [time] => 64 [License] => MIT ) [93] => Array ( [id] => 188 [title] => Song - 94 [time] => 94 [License] => MIT ) [46] => Array ( [id] => 188 [title] => Song - 47 [time] => 47 [License] => MIT ) [61] => Array ( [id] => 186 [title] => Song - 62 [time] => 62 [License] => MIT ) [60] => Array ( [id] => 183 [title] => Song - 61 [time] => 61 [License] => MIT ) [58] => Array ( [id] => 177 [title] => Song - 59 [time] => 59 [License] => MIT ) [86] => Array ( [id] => 174 [title] => Song - 87 [time] => 87 [License] => MIT ) [56] => Array ( [id] => 171 [title] => Song - 57 [time] => 57 [License] => MIT ) [84] => Array ( [id] => 170 [title] => Song - 85 [time] => 85 [License] => MIT ) [54] => Array ( [id] => 165 [title] => Song - 55 [time] => 55 [License] => MIT ) [77] => Array ( [id] => 156 [title] => Song - 78 [time] => 78 [License] => MIT ) [51] => Array ( [id] => 156 [title] => Song - 52 [time] => 52 [License] => MIT ) [76] => Array ( [id] => 154 [title] => Song - 77 [time] => 77 [License] => MIT ) [75] => Array ( [id] => 152 [title] => Song - 76 [time] => 76 [License] => MIT ) [149] => Array ( [id] => 150 [title] => Song - 150 [time] => 150 [License] => MIT ) [148] => Array ( [id] => 149 [title] => Song - 149 [time] => 149 [License] => MIT ) [36] => Array ( [id] => 148 [title] => Song - 37 [time] => 37 [License] => MIT ) [146] => Array ( [id] => 147 [title] => Song - 147 [time] => 147 [License] => MIT ) [47] => Array ( [id] => 144 [title] => Song - 48 [time] => 48 [License] => MIT ) [34] => Array ( [id] => 140 [title] => Song - 35 [time] => 35 [License] => MIT ) [139] => Array ( [id] => 140 [title] => Song - 140 [time] => 140 [License] => MIT ) [138] => Array ( [id] => 139 [title] => Song - 139 [time] => 139 [License] => MIT ) [68] => Array ( [id] => 138 [title] => Song - 69 [time] => 69 [License] => MIT ) [45] => Array ( [id] => 138 [title] => Song - 46 [time] => 46 [License] => MIT ) [137] => Array ( [id] => 138 [title] => Song - 138 [time] => 138 [License] => MIT ) [136] => Array ( [id] => 137 [title] => Song - 137 [time] => 137 [License] => MIT ) [44] => Array ( [id] => 135 [title] => Song - 45 [time] => 45 [License] => MIT ) [132] => Array ( [id] => 133 [title] => Song - 133 [time] => 133 [License] => MIT ) [129] => Array ( [id] => 130 [title] => Song - 130 [time] => 130 [License] => MIT ) [126] => Array ( [id] => 127 [title] => Song - 127 [time] => 127 [License] => MIT ) [41] => Array ( [id] => 126 [title] => Song - 42 [time] => 42 [License] => MIT ) [122] => Array ( [id] => 123 [title] => Song - 123 [time] => 123 [License] => MIT ) [121] => Array ( [id] => 122 [title] => Song - 122 [time] => 122 [License] => MIT ) [59] => Array ( [id] => 120 [title] => Song - 60 [time] => 60 [License] => MIT ) [39] => Array ( [id] => 120 [title] => Song - 40 [time] => 40 [License] => MIT ) [117] => Array ( [id] => 118 [title] => Song - 118 [time] => 118 [License] => MIT ) [57] => Array ( [id] => 116 [title] => Song - 58 [time] => 58 [License] => MIT ) [28] => Array ( [id] => 116 [title] => Song - 29 [time] => 29 [License] => MIT ) [115] => Array ( [id] => 116 [title] => Song - 116 [time] => 116 [License] => MIT ) [114] => Array ( [id] => 115 [title] => Song - 115 [time] => 115 [License] => MIT ) [110] => Array ( [id] => 111 [title] => Song - 111 [time] => 111 [License] => MIT ) [35] => Array ( [id] => 108 [title] => Song - 36 [time] => 36 [License] => MIT ) [107] => Array ( [id] => 108 [title] => Song - 108 [time] => 108 [License] => MIT ) [104] => Array ( [id] => 105 [title] => Song - 105 [time] => 105 [License] => MIT ) [99] => Array ( [id] => 100 [title] => Song - 100 [time] => 100 [License] => MIT ) [96] => Array ( [id] => 97 [title] => Song - 97 [time] => 97 [License] => MIT ) [95] => Array ( [id] => 96 [title] => Song - 96 [time] => 96 [License] => MIT ) [23] => Array ( [id] => 96 [title] => Song - 24 [time] => 24 [License] => MIT ) [87] => Array ( [id] => 88 [title] => Song - 88 [time] => 88 [License] => MIT ) [43] => Array ( [id] => 88 [title] => Song - 44 [time] => 44 [License] => MIT ) [27] => Array ( [id] => 84 [title] => Song - 28 [time] => 28 [License] => MIT ) [20] => Array ( [id] => 84 [title] => Song - 21 [time] => 21 [License] => MIT ) [82] => Array ( [id] => 83 [title] => Song - 83 [time] => 83 [License] => MIT ) [81] => Array ( [id] => 82 [title] => Song - 82 [time] => 82 [License] => MIT ) [40] => Array ( [id] => 82 [title] => Song - 41 [time] => 41 [License] => MIT ) [19] => Array ( [id] => 80 [title] => Song - 20 [time] => 20 [License] => MIT ) [25] => Array ( [id] => 78 [title] => Song - 26 [time] => 26 [License] => MIT ) [37] => Array ( [id] => 76 [title] => Song - 38 [time] => 38 [License] => MIT ) [72] => Array ( [id] => 73 [title] => Song - 73 [time] => 73 [License] => MIT ) [33] => Array ( [id] => 68 [title] => Song - 34 [time] => 34 [License] => MIT ) [65] => Array ( [id] => 66 [title] => Song - 66 [time] => 66 [License] => MIT ) [32] => Array ( [id] => 66 [title] => Song - 33 [time] => 33 [License] => MIT ) [31] => Array ( [id] => 64 [title] => Song - 32 [time] => 32 [License] => MIT ) [29] => Array ( [id] => 60 [title] => Song - 30 [time] => 30 [License] => MIT ) [26] => Array ( [id] => 54 [title] => Song - 27 [time] => 27 [License] => MIT ) [50] => Array ( [id] => 51 [title] => Song - 51 [time] => 51 [License] => MIT ) [21] => Array ( [id] => 44 [title] => Song - 22 [time] => 22 [License] => MIT ) [42] => Array ( [id] => 43 [title] => Song - 43 [time] => 43 [License] => MIT ) [9] => Array ( [id] => 40 [title] => Song - 10 [time] => 10 [License] => MIT ) [38] => Array ( [id] => 39 [title] => Song - 39 [time] => 39 [License] => MIT ) [12] => Array ( [id] => 39 [title] => Song - 13 [time] => 13 [License] => MIT ) [8] => Array ( [id] => 36 [title] => Song - 9 [time] => 9 [License] => MIT ) [17] => Array ( [id] => 36 [title] => Song - 18 [time] => 18 [License] => MIT ) [16] => Array ( [id] => 34 [title] => Song - 17 [time] => 17 [License] => MIT ) [15] => Array ( [id] => 32 [title] => Song - 16 [time] => 16 [License] => MIT ) [30] => Array ( [id] => 31 [title] => Song - 31 [time] => 31 [License] => MIT ) [24] => Array ( [id] => 25 [title] => Song - 25 [time] => 25 [License] => MIT ) [22] => Array ( [id] => 23 [title] => Song - 23 [time] => 23 [License] => MIT ) [10] => Array ( [id] => 22 [title] => Song - 11 [time] => 11 [License] => MIT ) [4] => Array ( [id] => 20 [title] => Song - 5 [time] => 5 [License] => MIT ) [18] => Array ( [id] => 19 [title] => Song - 19 [time] => 19 [License] => MIT ) [14] => Array ( [id] => 15 [title] => Song - 15 [time] => 15 [License] => MIT ) [13] => Array ( [id] => 14 [title] => Song - 14 [time] => 14 [License] => MIT ) [11] => Array ( [id] => 12 [title] => Song - 12 [time] => 12 [License] => MIT ) [7] => Array ( [id] => 8 [title] => Song - 8 [time] => 8 [License] => MIT ) [3] => Array ( [id] => 8 [title] => Song - 4 [time] => 4 [License] => MIT ) [6] => Array ( [id] => 7 [title] => Song - 7 [time] => 7 [License] => MIT ) [5] => Array ( [id] => 6 [title] => Song - 6 [time] => 6 [License] => MIT ) [2] => Array ( [id] => 6 [title] => Song - 3 [time] => 3 [License] => MIT ) [1] => Array ( [id] => 4 [title] => Song - 2 [time] => 2 [License] => MIT ) [0] => Array ( [id] => 2 [title] => Song - 1 [time] => 1 [License] => MIT ) )
Output for 5.6.8
Array ( [138] => Array ( [id] => 556 [title] => Song - 139 [time] => 139 [License] => MIT ) [134] => Array ( [id] => 540 [title] => Song - 135 [time] => 135 [License] => MIT ) [132] => Array ( [id] => 532 [title] => Song - 133 [time] => 133 [License] => MIT ) [124] => Array ( [id] => 500 [title] => Song - 125 [time] => 125 [License] => MIT ) [123] => Array ( [id] => 496 [title] => Song - 124 [time] => 124 [License] => MIT ) [146] => Array ( [id] => 441 [title] => Song - 147 [time] => 147 [License] => MIT ) [144] => Array ( [id] => 435 [title] => Song - 145 [time] => 145 [License] => MIT ) [107] => Array ( [id] => 432 [title] => Song - 108 [time] => 108 [License] => MIT ) [139] => Array ( [id] => 420 [title] => Song - 140 [time] => 140 [License] => MIT ) [104] => Array ( [id] => 420 [title] => Song - 105 [time] => 105 [License] => MIT ) [137] => Array ( [id] => 414 [title] => Song - 138 [time] => 138 [License] => MIT ) [133] => Array ( [id] => 402 [title] => Song - 134 [time] => 134 [License] => MIT ) [130] => Array ( [id] => 393 [title] => Song - 131 [time] => 131 [License] => MIT ) [97] => Array ( [id] => 392 [title] => Song - 98 [time] => 98 [License] => MIT ) [127] => Array ( [id] => 384 [title] => Song - 128 [time] => 128 [License] => MIT ) [126] => Array ( [id] => 381 [title] => Song - 127 [time] => 127 [License] => MIT ) [94] => Array ( [id] => 380 [title] => Song - 95 [time] => 95 [License] => MIT ) [121] => Array ( [id] => 366 [title] => Song - 122 [time] => 122 [License] => MIT ) [118] => Array ( [id] => 357 [title] => Song - 119 [time] => 119 [License] => MIT ) [87] => Array ( [id] => 352 [title] => Song - 88 [time] => 88 [License] => MIT ) [86] => Array ( [id] => 348 [title] => Song - 87 [time] => 87 [License] => MIT ) [114] => Array ( [id] => 345 [title] => Song - 115 [time] => 115 [License] => MIT ) [85] => Array ( [id] => 344 [title] => Song - 86 [time] => 86 [License] => MIT ) [113] => Array ( [id] => 342 [title] => Song - 114 [time] => 114 [License] => MIT ) [84] => Array ( [id] => 340 [title] => Song - 85 [time] => 85 [License] => MIT ) [106] => Array ( [id] => 321 [title] => Song - 107 [time] => 107 [License] => MIT ) [105] => Array ( [id] => 318 [title] => Song - 106 [time] => 106 [License] => MIT ) [78] => Array ( [id] => 316 [title] => Song - 79 [time] => 79 [License] => MIT ) [77] => Array ( [id] => 312 [title] => Song - 78 [time] => 78 [License] => MIT ) [101] => Array ( [id] => 306 [title] => Song - 102 [time] => 102 [License] => MIT ) [149] => Array ( [id] => 300 [title] => Song - 150 [time] => 150 [License] => MIT ) [73] => Array ( [id] => 296 [title] => Song - 74 [time] => 74 [License] => MIT ) [147] => Array ( [id] => 296 [title] => Song - 148 [time] => 148 [License] => MIT ) [145] => Array ( [id] => 292 [title] => Song - 146 [time] => 146 [License] => MIT ) [96] => Array ( [id] => 291 [title] => Song - 97 [time] => 97 [License] => MIT ) [95] => Array ( [id] => 288 [title] => Song - 96 [time] => 96 [License] => MIT ) [71] => Array ( [id] => 288 [title] => Song - 72 [time] => 72 [License] => MIT ) [143] => Array ( [id] => 288 [title] => Song - 144 [time] => 144 [License] => MIT ) [70] => Array ( [id] => 284 [title] => Song - 71 [time] => 71 [License] => MIT ) [69] => Array ( [id] => 280 [title] => Song - 70 [time] => 70 [License] => MIT ) [92] => Array ( [id] => 279 [title] => Song - 93 [time] => 93 [License] => MIT ) [91] => Array ( [id] => 276 [title] => Song - 92 [time] => 92 [License] => MIT ) [136] => Array ( [id] => 274 [title] => Song - 137 [time] => 137 [License] => MIT ) [67] => Array ( [id] => 272 [title] => Song - 68 [time] => 68 [License] => MIT ) [135] => Array ( [id] => 272 [title] => Song - 136 [time] => 136 [License] => MIT ) [64] => Array ( [id] => 260 [title] => Song - 65 [time] => 65 [License] => MIT ) [129] => Array ( [id] => 260 [title] => Song - 130 [time] => 130 [License] => MIT ) [128] => Array ( [id] => 258 [title] => Song - 129 [time] => 129 [License] => MIT ) [62] => Array ( [id] => 252 [title] => Song - 63 [time] => 63 [License] => MIT ) [125] => Array ( [id] => 252 [title] => Song - 126 [time] => 126 [License] => MIT ) [81] => Array ( [id] => 246 [title] => Song - 82 [time] => 82 [License] => MIT ) [122] => Array ( [id] => 246 [title] => Song - 123 [time] => 123 [License] => MIT ) [120] => Array ( [id] => 242 [title] => Song - 121 [time] => 121 [License] => MIT ) [74] => Array ( [id] => 225 [title] => Song - 75 [time] => 75 [License] => MIT ) [111] => Array ( [id] => 224 [title] => Song - 112 [time] => 112 [License] => MIT ) [110] => Array ( [id] => 222 [title] => Song - 111 [time] => 111 [License] => MIT ) [109] => Array ( [id] => 220 [title] => Song - 110 [time] => 110 [License] => MIT ) [103] => Array ( [id] => 208 [title] => Song - 104 [time] => 104 [License] => MIT ) [100] => Array ( [id] => 202 [title] => Song - 101 [time] => 101 [License] => MIT ) [49] => Array ( [id] => 200 [title] => Song - 50 [time] => 50 [License] => MIT ) [98] => Array ( [id] => 198 [title] => Song - 99 [time] => 99 [License] => MIT ) [63] => Array ( [id] => 192 [title] => Song - 64 [time] => 64 [License] => MIT ) [45] => Array ( [id] => 184 [title] => Song - 46 [time] => 46 [License] => MIT ) [60] => Array ( [id] => 183 [title] => Song - 61 [time] => 61 [License] => MIT ) [89] => Array ( [id] => 180 [title] => Song - 90 [time] => 90 [License] => MIT ) [59] => Array ( [id] => 180 [title] => Song - 60 [time] => 60 [License] => MIT ) [88] => Array ( [id] => 178 [title] => Song - 89 [time] => 89 [License] => MIT ) [56] => Array ( [id] => 171 [title] => Song - 57 [time] => 57 [License] => MIT ) [83] => Array ( [id] => 168 [title] => Song - 84 [time] => 84 [License] => MIT ) [41] => Array ( [id] => 168 [title] => Song - 42 [time] => 42 [License] => MIT ) [40] => Array ( [id] => 164 [title] => Song - 41 [time] => 41 [License] => MIT ) [80] => Array ( [id] => 162 [title] => Song - 81 [time] => 81 [License] => MIT ) [79] => Array ( [id] => 160 [title] => Song - 80 [time] => 80 [License] => MIT ) [50] => Array ( [id] => 153 [title] => Song - 51 [time] => 51 [License] => MIT ) [75] => Array ( [id] => 152 [title] => Song - 76 [time] => 76 [License] => MIT ) [148] => Array ( [id] => 149 [title] => Song - 149 [time] => 149 [License] => MIT ) [36] => Array ( [id] => 148 [title] => Song - 37 [time] => 37 [License] => MIT ) [72] => Array ( [id] => 146 [title] => Song - 73 [time] => 73 [License] => MIT ) [47] => Array ( [id] => 144 [title] => Song - 48 [time] => 48 [License] => MIT ) [142] => Array ( [id] => 143 [title] => Song - 143 [time] => 143 [License] => MIT ) [141] => Array ( [id] => 142 [title] => Song - 142 [time] => 142 [License] => MIT ) [140] => Array ( [id] => 141 [title] => Song - 141 [time] => 141 [License] => MIT ) [68] => Array ( [id] => 138 [title] => Song - 69 [time] => 69 [License] => MIT ) [131] => Array ( [id] => 132 [title] => Song - 132 [time] => 132 [License] => MIT ) [42] => Array ( [id] => 129 [title] => Song - 43 [time] => 43 [License] => MIT ) [31] => Array ( [id] => 128 [title] => Song - 32 [time] => 32 [License] => MIT ) [39] => Array ( [id] => 120 [title] => Song - 40 [time] => 40 [License] => MIT ) [29] => Array ( [id] => 120 [title] => Song - 30 [time] => 30 [License] => MIT ) [119] => Array ( [id] => 120 [title] => Song - 120 [time] => 120 [License] => MIT ) [117] => Array ( [id] => 118 [title] => Song - 118 [time] => 118 [License] => MIT ) [38] => Array ( [id] => 117 [title] => Song - 39 [time] => 39 [License] => MIT ) [116] => Array ( [id] => 117 [title] => Song - 117 [time] => 117 [License] => MIT ) [115] => Array ( [id] => 116 [title] => Song - 116 [time] => 116 [License] => MIT ) [112] => Array ( [id] => 113 [title] => Song - 113 [time] => 113 [License] => MIT ) [54] => Array ( [id] => 110 [title] => Song - 55 [time] => 55 [License] => MIT ) [108] => Array ( [id] => 109 [title] => Song - 109 [time] => 109 [License] => MIT ) [53] => Array ( [id] => 108 [title] => Song - 54 [time] => 54 [License] => MIT ) [52] => Array ( [id] => 106 [title] => Song - 53 [time] => 53 [License] => MIT ) [34] => Array ( [id] => 105 [title] => Song - 35 [time] => 35 [License] => MIT ) [102] => Array ( [id] => 103 [title] => Song - 103 [time] => 103 [License] => MIT ) [33] => Array ( [id] => 102 [title] => Song - 34 [time] => 34 [License] => MIT ) [99] => Array ( [id] => 100 [title] => Song - 100 [time] => 100 [License] => MIT ) [48] => Array ( [id] => 98 [title] => Song - 49 [time] => 49 [License] => MIT ) [93] => Array ( [id] => 94 [title] => Song - 94 [time] => 94 [License] => MIT ) [46] => Array ( [id] => 94 [title] => Song - 47 [time] => 47 [License] => MIT ) [90] => Array ( [id] => 91 [title] => Song - 91 [time] => 91 [License] => MIT ) [44] => Array ( [id] => 90 [title] => Song - 45 [time] => 45 [License] => MIT ) [43] => Array ( [id] => 88 [title] => Song - 44 [time] => 44 [License] => MIT ) [82] => Array ( [id] => 83 [title] => Song - 83 [time] => 83 [License] => MIT ) [76] => Array ( [id] => 77 [title] => Song - 77 [time] => 77 [License] => MIT ) [24] => Array ( [id] => 75 [title] => Song - 25 [time] => 25 [License] => MIT ) [35] => Array ( [id] => 72 [title] => Song - 36 [time] => 36 [License] => MIT ) [22] => Array ( [id] => 69 [title] => Song - 23 [time] => 23 [License] => MIT ) [66] => Array ( [id] => 67 [title] => Song - 67 [time] => 67 [License] => MIT ) [65] => Array ( [id] => 66 [title] => Song - 66 [time] => 66 [License] => MIT ) [21] => Array ( [id] => 66 [title] => Song - 22 [time] => 22 [License] => MIT ) [20] => Array ( [id] => 63 [title] => Song - 21 [time] => 21 [License] => MIT ) [61] => Array ( [id] => 62 [title] => Song - 62 [time] => 62 [License] => MIT ) [14] => Array ( [id] => 60 [title] => Song - 15 [time] => 15 [License] => MIT ) [58] => Array ( [id] => 59 [title] => Song - 59 [time] => 59 [License] => MIT ) [57] => Array ( [id] => 58 [title] => Song - 58 [time] => 58 [License] => MIT ) [55] => Array ( [id] => 56 [title] => Song - 56 [time] => 56 [License] => MIT ) [13] => Array ( [id] => 56 [title] => Song - 14 [time] => 14 [License] => MIT ) [17] => Array ( [id] => 54 [title] => Song - 18 [time] => 18 [License] => MIT ) [51] => Array ( [id] => 52 [title] => Song - 52 [time] => 52 [License] => MIT ) [25] => Array ( [id] => 52 [title] => Song - 26 [time] => 26 [License] => MIT ) [12] => Array ( [id] => 52 [title] => Song - 13 [time] => 13 [License] => MIT ) [23] => Array ( [id] => 48 [title] => Song - 24 [time] => 24 [License] => MIT ) [10] => Array ( [id] => 44 [title] => Song - 11 [time] => 11 [License] => MIT ) [9] => Array ( [id] => 40 [title] => Song - 10 [time] => 10 [License] => MIT ) [37] => Array ( [id] => 38 [title] => Song - 38 [time] => 38 [License] => MIT ) [11] => Array ( [id] => 36 [title] => Song - 12 [time] => 12 [License] => MIT ) [16] => Array ( [id] => 34 [title] => Song - 17 [time] => 17 [License] => MIT ) [32] => Array ( [id] => 33 [title] => Song - 33 [time] => 33 [License] => MIT ) [15] => Array ( [id] => 32 [title] => Song - 16 [time] => 16 [License] => MIT ) [30] => Array ( [id] => 31 [title] => Song - 31 [time] => 31 [License] => MIT ) [28] => Array ( [id] => 29 [title] => Song - 29 [time] => 29 [License] => MIT ) [6] => Array ( [id] => 28 [title] => Song - 7 [time] => 7 [License] => MIT ) [27] => Array ( [id] => 28 [title] => Song - 28 [time] => 28 [License] => MIT ) [26] => Array ( [id] => 27 [title] => Song - 27 [time] => 27 [License] => MIT ) [5] => Array ( [id] => 24 [title] => Song - 6 [time] => 6 [License] => MIT ) [19] => Array ( [id] => 20 [title] => Song - 20 [time] => 20 [License] => MIT ) [18] => Array ( [id] => 19 [title] => Song - 19 [time] => 19 [License] => MIT ) [4] => Array ( [id] => 15 [title] => Song - 5 [time] => 5 [License] => MIT ) [8] => Array ( [id] => 9 [title] => Song - 9 [time] => 9 [License] => MIT ) [2] => Array ( [id] => 9 [title] => Song - 3 [time] => 3 [License] => MIT ) [7] => Array ( [id] => 8 [title] => Song - 8 [time] => 8 [License] => MIT ) [3] => Array ( [id] => 8 [title] => Song - 4 [time] => 4 [License] => MIT ) [1] => Array ( [id] => 2 [title] => Song - 2 [time] => 2 [License] => MIT ) [0] => Array ( [id] => 2 [title] => Song - 1 [time] => 1 [License] => MIT ) )
Output for 5.5.35
Array ( [142] => Array ( [id] => 572 [title] => Song - 143 [time] => 143 [License] => MIT ) [141] => Array ( [id] => 568 [title] => Song - 142 [time] => 142 [License] => MIT ) [138] => Array ( [id] => 556 [title] => Song - 139 [time] => 139 [License] => MIT ) [122] => Array ( [id] => 492 [title] => Song - 123 [time] => 123 [License] => MIT ) [112] => Array ( [id] => 452 [title] => Song - 113 [time] => 113 [License] => MIT ) [149] => Array ( [id] => 450 [title] => Song - 150 [time] => 150 [License] => MIT ) [147] => Array ( [id] => 444 [title] => Song - 148 [time] => 148 [License] => MIT ) [145] => Array ( [id] => 438 [title] => Song - 146 [time] => 146 [License] => MIT ) [108] => Array ( [id] => 436 [title] => Song - 109 [time] => 109 [License] => MIT ) [140] => Array ( [id] => 423 [title] => Song - 141 [time] => 141 [License] => MIT ) [102] => Array ( [id] => 412 [title] => Song - 103 [time] => 103 [License] => MIT ) [100] => Array ( [id] => 404 [title] => Song - 101 [time] => 101 [License] => MIT ) [97] => Array ( [id] => 392 [title] => Song - 98 [time] => 98 [License] => MIT ) [129] => Array ( [id] => 390 [title] => Song - 130 [time] => 130 [License] => MIT ) [126] => Array ( [id] => 381 [title] => Song - 127 [time] => 127 [License] => MIT ) [125] => Array ( [id] => 378 [title] => Song - 126 [time] => 126 [License] => MIT ) [124] => Array ( [id] => 375 [title] => Song - 125 [time] => 125 [License] => MIT ) [121] => Array ( [id] => 366 [title] => Song - 122 [time] => 122 [License] => MIT ) [117] => Array ( [id] => 354 [title] => Song - 118 [time] => 118 [License] => MIT ) [87] => Array ( [id] => 352 [title] => Song - 88 [time] => 88 [License] => MIT ) [111] => Array ( [id] => 336 [title] => Song - 112 [time] => 112 [License] => MIT ) [110] => Array ( [id] => 333 [title] => Song - 111 [time] => 111 [License] => MIT ) [107] => Array ( [id] => 324 [title] => Song - 108 [time] => 108 [License] => MIT ) [106] => Array ( [id] => 321 [title] => Song - 107 [time] => 107 [License] => MIT ) [105] => Array ( [id] => 318 [title] => Song - 106 [time] => 106 [License] => MIT ) [104] => Array ( [id] => 315 [title] => Song - 105 [time] => 105 [License] => MIT ) [148] => Array ( [id] => 298 [title] => Song - 149 [time] => 149 [License] => MIT ) [98] => Array ( [id] => 297 [title] => Song - 99 [time] => 99 [License] => MIT ) [72] => Array ( [id] => 292 [title] => Song - 73 [time] => 73 [License] => MIT ) [96] => Array ( [id] => 291 [title] => Song - 97 [time] => 97 [License] => MIT ) [71] => Array ( [id] => 288 [title] => Song - 72 [time] => 72 [License] => MIT ) [143] => Array ( [id] => 288 [title] => Song - 144 [time] => 144 [License] => MIT ) [139] => Array ( [id] => 280 [title] => Song - 140 [time] => 140 [License] => MIT ) [92] => Array ( [id] => 279 [title] => Song - 93 [time] => 93 [License] => MIT ) [91] => Array ( [id] => 276 [title] => Song - 92 [time] => 92 [License] => MIT ) [68] => Array ( [id] => 276 [title] => Song - 69 [time] => 69 [License] => MIT ) [137] => Array ( [id] => 276 [title] => Song - 138 [time] => 138 [License] => MIT ) [67] => Array ( [id] => 272 [title] => Song - 68 [time] => 68 [License] => MIT ) [89] => Array ( [id] => 270 [title] => Song - 90 [time] => 90 [License] => MIT ) [66] => Array ( [id] => 268 [title] => Song - 67 [time] => 67 [License] => MIT ) [133] => Array ( [id] => 268 [title] => Song - 134 [time] => 134 [License] => MIT ) [88] => Array ( [id] => 267 [title] => Song - 89 [time] => 89 [License] => MIT ) [132] => Array ( [id] => 266 [title] => Song - 133 [time] => 133 [License] => MIT ) [131] => Array ( [id] => 264 [title] => Song - 132 [time] => 132 [License] => MIT ) [130] => Array ( [id] => 262 [title] => Song - 131 [time] => 131 [License] => MIT ) [86] => Array ( [id] => 261 [title] => Song - 87 [time] => 87 [License] => MIT ) [63] => Array ( [id] => 256 [title] => Song - 64 [time] => 64 [License] => MIT ) [62] => Array ( [id] => 252 [title] => Song - 63 [time] => 63 [License] => MIT ) [82] => Array ( [id] => 249 [title] => Song - 83 [time] => 83 [License] => MIT ) [61] => Array ( [id] => 248 [title] => Song - 62 [time] => 62 [License] => MIT ) [80] => Array ( [id] => 243 [title] => Song - 81 [time] => 81 [License] => MIT ) [120] => Array ( [id] => 242 [title] => Song - 121 [time] => 121 [License] => MIT ) [118] => Array ( [id] => 238 [title] => Song - 119 [time] => 119 [License] => MIT ) [77] => Array ( [id] => 234 [title] => Song - 78 [time] => 78 [License] => MIT ) [114] => Array ( [id] => 230 [title] => Song - 115 [time] => 115 [License] => MIT ) [113] => Array ( [id] => 228 [title] => Song - 114 [time] => 114 [License] => MIT ) [73] => Array ( [id] => 222 [title] => Song - 74 [time] => 74 [License] => MIT ) [53] => Array ( [id] => 216 [title] => Song - 54 [time] => 54 [License] => MIT ) [70] => Array ( [id] => 213 [title] => Song - 71 [time] => 71 [License] => MIT ) [103] => Array ( [id] => 208 [title] => Song - 104 [time] => 104 [License] => MIT ) [48] => Array ( [id] => 196 [title] => Song - 49 [time] => 49 [License] => MIT ) [95] => Array ( [id] => 192 [title] => Song - 96 [time] => 96 [License] => MIT ) [94] => Array ( [id] => 190 [title] => Song - 95 [time] => 95 [License] => MIT ) [90] => Array ( [id] => 182 [title] => Song - 91 [time] => 91 [License] => MIT ) [85] => Array ( [id] => 172 [title] => Song - 86 [time] => 86 [License] => MIT ) [42] => Array ( [id] => 172 [title] => Song - 43 [time] => 43 [License] => MIT ) [84] => Array ( [id] => 170 [title] => Song - 85 [time] => 85 [License] => MIT ) [83] => Array ( [id] => 168 [title] => Song - 84 [time] => 84 [License] => MIT ) [81] => Array ( [id] => 164 [title] => Song - 82 [time] => 82 [License] => MIT ) [79] => Array ( [id] => 160 [title] => Song - 80 [time] => 80 [License] => MIT ) [52] => Array ( [id] => 159 [title] => Song - 53 [time] => 53 [License] => MIT ) [76] => Array ( [id] => 154 [title] => Song - 77 [time] => 77 [License] => MIT ) [75] => Array ( [id] => 152 [title] => Song - 76 [time] => 76 [License] => MIT ) [74] => Array ( [id] => 150 [title] => Song - 75 [time] => 75 [License] => MIT ) [36] => Array ( [id] => 148 [title] => Song - 37 [time] => 37 [License] => MIT ) [146] => Array ( [id] => 147 [title] => Song - 147 [time] => 147 [License] => MIT ) [144] => Array ( [id] => 145 [title] => Song - 145 [time] => 145 [License] => MIT ) [46] => Array ( [id] => 141 [title] => Song - 47 [time] => 47 [License] => MIT ) [69] => Array ( [id] => 140 [title] => Song - 70 [time] => 70 [License] => MIT ) [45] => Array ( [id] => 138 [title] => Song - 46 [time] => 46 [License] => MIT ) [136] => Array ( [id] => 137 [title] => Song - 137 [time] => 137 [License] => MIT ) [135] => Array ( [id] => 136 [title] => Song - 136 [time] => 136 [License] => MIT ) [134] => Array ( [id] => 135 [title] => Song - 135 [time] => 135 [License] => MIT ) [65] => Array ( [id] => 132 [title] => Song - 66 [time] => 66 [License] => MIT ) [64] => Array ( [id] => 130 [title] => Song - 65 [time] => 65 [License] => MIT ) [128] => Array ( [id] => 129 [title] => Song - 129 [time] => 129 [License] => MIT ) [31] => Array ( [id] => 128 [title] => Song - 32 [time] => 32 [License] => MIT ) [127] => Array ( [id] => 128 [title] => Song - 128 [time] => 128 [License] => MIT ) [41] => Array ( [id] => 126 [title] => Song - 42 [time] => 42 [License] => MIT ) [123] => Array ( [id] => 124 [title] => Song - 124 [time] => 124 [License] => MIT ) [60] => Array ( [id] => 122 [title] => Song - 61 [time] => 61 [License] => MIT ) [119] => Array ( [id] => 120 [title] => Song - 120 [time] => 120 [License] => MIT ) [58] => Array ( [id] => 118 [title] => Song - 59 [time] => 59 [License] => MIT ) [116] => Array ( [id] => 117 [title] => Song - 117 [time] => 117 [License] => MIT ) [57] => Array ( [id] => 116 [title] => Song - 58 [time] => 58 [License] => MIT ) [28] => Array ( [id] => 116 [title] => Song - 29 [time] => 29 [License] => MIT ) [115] => Array ( [id] => 116 [title] => Song - 116 [time] => 116 [License] => MIT ) [56] => Array ( [id] => 114 [title] => Song - 57 [time] => 57 [License] => MIT ) [37] => Array ( [id] => 114 [title] => Song - 38 [time] => 38 [License] => MIT ) [55] => Array ( [id] => 112 [title] => Song - 56 [time] => 56 [License] => MIT ) [54] => Array ( [id] => 110 [title] => Song - 55 [time] => 55 [License] => MIT ) [109] => Array ( [id] => 110 [title] => Song - 110 [time] => 110 [License] => MIT ) [34] => Array ( [id] => 105 [title] => Song - 35 [time] => 35 [License] => MIT ) [51] => Array ( [id] => 104 [title] => Song - 52 [time] => 52 [License] => MIT ) [33] => Array ( [id] => 102 [title] => Song - 34 [time] => 34 [License] => MIT ) [101] => Array ( [id] => 102 [title] => Song - 102 [time] => 102 [License] => MIT ) [24] => Array ( [id] => 100 [title] => Song - 25 [time] => 25 [License] => MIT ) [99] => Array ( [id] => 100 [title] => Song - 100 [time] => 100 [License] => MIT ) [32] => Array ( [id] => 99 [title] => Song - 33 [time] => 33 [License] => MIT ) [93] => Array ( [id] => 94 [title] => Song - 94 [time] => 94 [License] => MIT ) [30] => Array ( [id] => 93 [title] => Song - 31 [time] => 31 [License] => MIT ) [44] => Array ( [id] => 90 [title] => Song - 45 [time] => 45 [License] => MIT ) [29] => Array ( [id] => 90 [title] => Song - 30 [time] => 30 [License] => MIT ) [21] => Array ( [id] => 88 [title] => Song - 22 [time] => 22 [License] => MIT ) [27] => Array ( [id] => 84 [title] => Song - 28 [time] => 28 [License] => MIT ) [26] => Array ( [id] => 81 [title] => Song - 27 [time] => 27 [License] => MIT ) [39] => Array ( [id] => 80 [title] => Song - 40 [time] => 40 [License] => MIT ) [78] => Array ( [id] => 79 [title] => Song - 79 [time] => 79 [License] => MIT ) [35] => Array ( [id] => 72 [title] => Song - 36 [time] => 36 [License] => MIT ) [23] => Array ( [id] => 72 [title] => Song - 24 [time] => 24 [License] => MIT ) [22] => Array ( [id] => 69 [title] => Song - 23 [time] => 23 [License] => MIT ) [20] => Array ( [id] => 63 [title] => Song - 21 [time] => 21 [License] => MIT ) [59] => Array ( [id] => 60 [title] => Song - 60 [time] => 60 [License] => MIT ) [13] => Array ( [id] => 56 [title] => Song - 14 [time] => 14 [License] => MIT ) [17] => Array ( [id] => 54 [title] => Song - 18 [time] => 18 [License] => MIT ) [50] => Array ( [id] => 51 [title] => Song - 51 [time] => 51 [License] => MIT ) [16] => Array ( [id] => 51 [title] => Song - 17 [time] => 17 [License] => MIT ) [49] => Array ( [id] => 50 [title] => Song - 50 [time] => 50 [License] => MIT ) [47] => Array ( [id] => 48 [title] => Song - 48 [time] => 48 [License] => MIT ) [11] => Array ( [id] => 48 [title] => Song - 12 [time] => 12 [License] => MIT ) [43] => Array ( [id] => 44 [title] => Song - 44 [time] => 44 [License] => MIT ) [40] => Array ( [id] => 41 [title] => Song - 41 [time] => 41 [License] => MIT ) [9] => Array ( [id] => 40 [title] => Song - 10 [time] => 10 [License] => MIT ) [38] => Array ( [id] => 39 [title] => Song - 39 [time] => 39 [License] => MIT ) [18] => Array ( [id] => 38 [title] => Song - 19 [time] => 19 [License] => MIT ) [10] => Array ( [id] => 33 [title] => Song - 11 [time] => 11 [License] => MIT ) [14] => Array ( [id] => 30 [title] => Song - 15 [time] => 15 [License] => MIT ) [25] => Array ( [id] => 26 [title] => Song - 26 [time] => 26 [License] => MIT ) [19] => Array ( [id] => 20 [title] => Song - 20 [time] => 20 [License] => MIT ) [8] => Array ( [id] => 18 [title] => Song - 9 [time] => 9 [License] => MIT ) [5] => Array ( [id] => 18 [title] => Song - 6 [time] => 6 [License] => MIT ) [7] => Array ( [id] => 16 [title] => Song - 8 [time] => 8 [License] => MIT ) [3] => Array ( [id] => 16 [title] => Song - 4 [time] => 4 [License] => MIT ) [15] => Array ( [id] => 16 [title] => Song - 16 [time] => 16 [License] => MIT ) [6] => Array ( [id] => 14 [title] => Song - 7 [time] => 7 [License] => MIT ) [12] => Array ( [id] => 13 [title] => Song - 13 [time] => 13 [License] => MIT ) [2] => Array ( [id] => 12 [title] => Song - 3 [time] => 3 [License] => MIT ) [4] => Array ( [id] => 10 [title] => Song - 5 [time] => 5 [License] => MIT ) [1] => Array ( [id] => 2 [title] => Song - 2 [time] => 2 [License] => MIT ) [0] => Array ( [id] => 2 [title] => Song - 1 [time] => 1 [License] => MIT ) )
Output for 5.5.34
Array ( [137] => Array ( [id] => 552 [title] => Song - 138 [time] => 138 [License] => MIT ) [136] => Array ( [id] => 548 [title] => Song - 137 [time] => 137 [License] => MIT ) [129] => Array ( [id] => 520 [title] => Song - 130 [time] => 130 [License] => MIT ) [125] => Array ( [id] => 504 [title] => Song - 126 [time] => 126 [License] => MIT ) [122] => Array ( [id] => 492 [title] => Song - 123 [time] => 123 [License] => MIT ) [120] => Array ( [id] => 484 [title] => Song - 121 [time] => 121 [License] => MIT ) [117] => Array ( [id] => 472 [title] => Song - 118 [time] => 118 [License] => MIT ) [115] => Array ( [id] => 464 [title] => Song - 116 [time] => 116 [License] => MIT ) [114] => Array ( [id] => 460 [title] => Song - 115 [time] => 115 [License] => MIT ) [112] => Array ( [id] => 452 [title] => Song - 113 [time] => 113 [License] => MIT ) [147] => Array ( [id] => 444 [title] => Song - 148 [time] => 148 [License] => MIT ) [144] => Array ( [id] => 435 [title] => Song - 145 [time] => 145 [License] => MIT ) [140] => Array ( [id] => 423 [title] => Song - 141 [time] => 141 [License] => MIT ) [104] => Array ( [id] => 420 [title] => Song - 105 [time] => 105 [License] => MIT ) [133] => Array ( [id] => 402 [title] => Song - 134 [time] => 134 [License] => MIT ) [132] => Array ( [id] => 399 [title] => Song - 133 [time] => 133 [License] => MIT ) [98] => Array ( [id] => 396 [title] => Song - 99 [time] => 99 [License] => MIT ) [131] => Array ( [id] => 396 [title] => Song - 132 [time] => 132 [License] => MIT ) [127] => Array ( [id] => 384 [title] => Song - 128 [time] => 128 [License] => MIT ) [92] => Array ( [id] => 372 [title] => Song - 93 [time] => 93 [License] => MIT ) [118] => Array ( [id] => 357 [title] => Song - 119 [time] => 119 [License] => MIT ) [80] => Array ( [id] => 324 [title] => Song - 81 [time] => 81 [License] => MIT ) [107] => Array ( [id] => 324 [title] => Song - 108 [time] => 108 [License] => MIT ) [105] => Array ( [id] => 318 [title] => Song - 106 [time] => 106 [License] => MIT ) [103] => Array ( [id] => 312 [title] => Song - 104 [time] => 104 [License] => MIT ) [76] => Array ( [id] => 308 [title] => Song - 77 [time] => 77 [License] => MIT ) [74] => Array ( [id] => 300 [title] => Song - 75 [time] => 75 [License] => MIT ) [99] => Array ( [id] => 300 [title] => Song - 100 [time] => 100 [License] => MIT ) [146] => Array ( [id] => 294 [title] => Song - 147 [time] => 147 [License] => MIT ) [145] => Array ( [id] => 292 [title] => Song - 146 [time] => 146 [License] => MIT ) [95] => Array ( [id] => 288 [title] => Song - 96 [time] => 96 [License] => MIT ) [71] => Array ( [id] => 288 [title] => Song - 72 [time] => 72 [License] => MIT ) [142] => Array ( [id] => 286 [title] => Song - 143 [time] => 143 [License] => MIT ) [70] => Array ( [id] => 284 [title] => Song - 71 [time] => 71 [License] => MIT ) [141] => Array ( [id] => 284 [title] => Song - 142 [time] => 142 [License] => MIT ) [93] => Array ( [id] => 282 [title] => Song - 94 [time] => 94 [License] => MIT ) [69] => Array ( [id] => 280 [title] => Song - 70 [time] => 70 [License] => MIT ) [138] => Array ( [id] => 278 [title] => Song - 139 [time] => 139 [License] => MIT ) [67] => Array ( [id] => 272 [title] => Song - 68 [time] => 68 [License] => MIT ) [135] => Array ( [id] => 272 [title] => Song - 136 [time] => 136 [License] => MIT ) [134] => Array ( [id] => 270 [title] => Song - 135 [time] => 135 [License] => MIT ) [66] => Array ( [id] => 268 [title] => Song - 67 [time] => 67 [License] => MIT ) [88] => Array ( [id] => 267 [title] => Song - 89 [time] => 89 [License] => MIT ) [87] => Array ( [id] => 264 [title] => Song - 88 [time] => 88 [License] => MIT ) [130] => Array ( [id] => 262 [title] => Song - 131 [time] => 131 [License] => MIT ) [128] => Array ( [id] => 258 [title] => Song - 129 [time] => 129 [License] => MIT ) [123] => Array ( [id] => 248 [title] => Song - 124 [time] => 124 [License] => MIT ) [81] => Array ( [id] => 246 [title] => Song - 82 [time] => 82 [License] => MIT ) [121] => Array ( [id] => 244 [title] => Song - 122 [time] => 122 [License] => MIT ) [79] => Array ( [id] => 240 [title] => Song - 80 [time] => 80 [License] => MIT ) [59] => Array ( [id] => 240 [title] => Song - 60 [time] => 60 [License] => MIT ) [57] => Array ( [id] => 232 [title] => Song - 58 [time] => 58 [License] => MIT ) [75] => Array ( [id] => 228 [title] => Song - 76 [time] => 76 [License] => MIT ) [111] => Array ( [id] => 224 [title] => Song - 112 [time] => 112 [License] => MIT ) [106] => Array ( [id] => 214 [title] => Song - 107 [time] => 107 [License] => MIT ) [52] => Array ( [id] => 212 [title] => Song - 53 [time] => 53 [License] => MIT ) [102] => Array ( [id] => 206 [title] => Song - 103 [time] => 103 [License] => MIT ) [50] => Array ( [id] => 204 [title] => Song - 51 [time] => 51 [License] => MIT ) [100] => Array ( [id] => 202 [title] => Song - 101 [time] => 101 [License] => MIT ) [96] => Array ( [id] => 194 [title] => Song - 97 [time] => 97 [License] => MIT ) [63] => Array ( [id] => 192 [title] => Song - 64 [time] => 64 [License] => MIT ) [47] => Array ( [id] => 192 [title] => Song - 48 [time] => 48 [License] => MIT ) [61] => Array ( [id] => 186 [title] => Song - 62 [time] => 62 [License] => MIT ) [91] => Array ( [id] => 184 [title] => Song - 92 [time] => 92 [License] => MIT ) [45] => Array ( [id] => 184 [title] => Song - 46 [time] => 46 [License] => MIT ) [60] => Array ( [id] => 183 [title] => Song - 61 [time] => 61 [License] => MIT ) [85] => Array ( [id] => 172 [title] => Song - 86 [time] => 86 [License] => MIT ) [56] => Array ( [id] => 171 [title] => Song - 57 [time] => 57 [License] => MIT ) [54] => Array ( [id] => 165 [title] => Song - 55 [time] => 55 [License] => MIT ) [53] => Array ( [id] => 162 [title] => Song - 54 [time] => 54 [License] => MIT ) [149] => Array ( [id] => 150 [title] => Song - 150 [time] => 150 [License] => MIT ) [148] => Array ( [id] => 149 [title] => Song - 149 [time] => 149 [License] => MIT ) [48] => Array ( [id] => 147 [title] => Song - 49 [time] => 49 [License] => MIT ) [72] => Array ( [id] => 146 [title] => Song - 73 [time] => 73 [License] => MIT ) [143] => Array ( [id] => 144 [title] => Song - 144 [time] => 144 [License] => MIT ) [139] => Array ( [id] => 140 [title] => Song - 140 [time] => 140 [License] => MIT ) [43] => Array ( [id] => 132 [title] => Song - 44 [time] => 44 [License] => MIT ) [32] => Array ( [id] => 132 [title] => Song - 33 [time] => 33 [License] => MIT ) [126] => Array ( [id] => 127 [title] => Song - 127 [time] => 127 [License] => MIT ) [62] => Array ( [id] => 126 [title] => Song - 63 [time] => 63 [License] => MIT ) [41] => Array ( [id] => 126 [title] => Song - 42 [time] => 42 [License] => MIT ) [124] => Array ( [id] => 125 [title] => Song - 125 [time] => 125 [License] => MIT ) [39] => Array ( [id] => 120 [title] => Song - 40 [time] => 40 [License] => MIT ) [119] => Array ( [id] => 120 [title] => Song - 120 [time] => 120 [License] => MIT ) [58] => Array ( [id] => 118 [title] => Song - 59 [time] => 59 [License] => MIT ) [116] => Array ( [id] => 117 [title] => Song - 117 [time] => 117 [License] => MIT ) [113] => Array ( [id] => 114 [title] => Song - 114 [time] => 114 [License] => MIT ) [55] => Array ( [id] => 112 [title] => Song - 56 [time] => 56 [License] => MIT ) [27] => Array ( [id] => 112 [title] => Song - 28 [time] => 28 [License] => MIT ) [110] => Array ( [id] => 111 [title] => Song - 111 [time] => 111 [License] => MIT ) [109] => Array ( [id] => 110 [title] => Song - 110 [time] => 110 [License] => MIT ) [108] => Array ( [id] => 109 [title] => Song - 109 [time] => 109 [License] => MIT ) [34] => Array ( [id] => 105 [title] => Song - 35 [time] => 35 [License] => MIT ) [101] => Array ( [id] => 102 [title] => Song - 102 [time] => 102 [License] => MIT ) [97] => Array ( [id] => 98 [title] => Song - 98 [time] => 98 [License] => MIT ) [94] => Array ( [id] => 95 [title] => Song - 95 [time] => 95 [License] => MIT ) [46] => Array ( [id] => 94 [title] => Song - 47 [time] => 47 [License] => MIT ) [30] => Array ( [id] => 93 [title] => Song - 31 [time] => 31 [License] => MIT ) [90] => Array ( [id] => 91 [title] => Song - 91 [time] => 91 [License] => MIT ) [89] => Array ( [id] => 90 [title] => Song - 90 [time] => 90 [License] => MIT ) [86] => Array ( [id] => 87 [title] => Song - 87 [time] => 87 [License] => MIT ) [28] => Array ( [id] => 87 [title] => Song - 29 [time] => 29 [License] => MIT ) [42] => Array ( [id] => 86 [title] => Song - 43 [time] => 43 [License] => MIT ) [84] => Array ( [id] => 85 [title] => Song - 85 [time] => 85 [License] => MIT ) [83] => Array ( [id] => 84 [title] => Song - 84 [time] => 84 [License] => MIT ) [82] => Array ( [id] => 83 [title] => Song - 83 [time] => 83 [License] => MIT ) [78] => Array ( [id] => 79 [title] => Song - 79 [time] => 79 [License] => MIT ) [77] => Array ( [id] => 78 [title] => Song - 78 [time] => 78 [License] => MIT ) [25] => Array ( [id] => 78 [title] => Song - 26 [time] => 26 [License] => MIT ) [18] => Array ( [id] => 76 [title] => Song - 19 [time] => 19 [License] => MIT ) [73] => Array ( [id] => 74 [title] => Song - 74 [time] => 74 [License] => MIT ) [23] => Array ( [id] => 72 [title] => Song - 24 [time] => 24 [License] => MIT ) [68] => Array ( [id] => 69 [title] => Song - 69 [time] => 69 [License] => MIT ) [33] => Array ( [id] => 68 [title] => Song - 34 [time] => 34 [License] => MIT ) [16] => Array ( [id] => 68 [title] => Song - 17 [time] => 17 [License] => MIT ) [65] => Array ( [id] => 66 [title] => Song - 66 [time] => 66 [License] => MIT ) [64] => Array ( [id] => 65 [title] => Song - 65 [time] => 65 [License] => MIT ) [15] => Array ( [id] => 64 [title] => Song - 16 [time] => 16 [License] => MIT ) [26] => Array ( [id] => 54 [title] => Song - 27 [time] => 27 [License] => MIT ) [51] => Array ( [id] => 52 [title] => Song - 52 [time] => 52 [License] => MIT ) [49] => Array ( [id] => 50 [title] => Song - 50 [time] => 50 [License] => MIT ) [44] => Array ( [id] => 45 [title] => Song - 45 [time] => 45 [License] => MIT ) [14] => Array ( [id] => 45 [title] => Song - 15 [time] => 15 [License] => MIT ) [21] => Array ( [id] => 44 [title] => Song - 22 [time] => 22 [License] => MIT ) [40] => Array ( [id] => 41 [title] => Song - 41 [time] => 41 [License] => MIT ) [38] => Array ( [id] => 39 [title] => Song - 39 [time] => 39 [License] => MIT ) [37] => Array ( [id] => 38 [title] => Song - 38 [time] => 38 [License] => MIT ) [36] => Array ( [id] => 37 [title] => Song - 37 [time] => 37 [License] => MIT ) [35] => Array ( [id] => 36 [title] => Song - 36 [time] => 36 [License] => MIT ) [17] => Array ( [id] => 36 [title] => Song - 18 [time] => 18 [License] => MIT ) [31] => Array ( [id] => 32 [title] => Song - 32 [time] => 32 [License] => MIT ) [29] => Array ( [id] => 30 [title] => Song - 30 [time] => 30 [License] => MIT ) [13] => Array ( [id] => 28 [title] => Song - 14 [time] => 14 [License] => MIT ) [8] => Array ( [id] => 27 [title] => Song - 9 [time] => 9 [License] => MIT ) [12] => Array ( [id] => 26 [title] => Song - 13 [time] => 13 [License] => MIT ) [24] => Array ( [id] => 25 [title] => Song - 25 [time] => 25 [License] => MIT ) [5] => Array ( [id] => 24 [title] => Song - 6 [time] => 6 [License] => MIT ) [11] => Array ( [id] => 24 [title] => Song - 12 [time] => 12 [License] => MIT ) [22] => Array ( [id] => 23 [title] => Song - 23 [time] => 23 [License] => MIT ) [10] => Array ( [id] => 22 [title] => Song - 11 [time] => 11 [License] => MIT ) [20] => Array ( [id] => 21 [title] => Song - 21 [time] => 21 [License] => MIT ) [19] => Array ( [id] => 20 [title] => Song - 20 [time] => 20 [License] => MIT ) [9] => Array ( [id] => 20 [title] => Song - 10 [time] => 10 [License] => MIT ) [7] => Array ( [id] => 16 [title] => Song - 8 [time] => 8 [License] => MIT ) [4] => Array ( [id] => 15 [title] => Song - 5 [time] => 5 [License] => MIT ) [6] => Array ( [id] => 14 [title] => Song - 7 [time] => 7 [License] => MIT ) [2] => Array ( [id] => 9 [title] => Song - 3 [time] => 3 [License] => MIT ) [1] => Array ( [id] => 8 [title] => Song - 2 [time] => 2 [License] => MIT ) [3] => Array ( [id] => 4 [title] => Song - 4 [time] => 4 [License] => MIT ) [0] => Array ( [id] => 2 [title] => Song - 1 [time] => 1 [License] => MIT ) )
Output for 5.5.33
Array ( [138] => Array ( [id] => 556 [title] => Song - 139 [time] => 139 [License] => MIT ) [136] => Array ( [id] => 548 [title] => Song - 137 [time] => 137 [License] => MIT ) [135] => Array ( [id] => 544 [title] => Song - 136 [time] => 136 [License] => MIT ) [131] => Array ( [id] => 528 [title] => Song - 132 [time] => 132 [License] => MIT ) [126] => Array ( [id] => 508 [title] => Song - 127 [time] => 127 [License] => MIT ) [122] => Array ( [id] => 492 [title] => Song - 123 [time] => 123 [License] => MIT ) [116] => Array ( [id] => 468 [title] => Song - 117 [time] => 117 [License] => MIT ) [115] => Array ( [id] => 464 [title] => Song - 116 [time] => 116 [License] => MIT ) [114] => Array ( [id] => 460 [title] => Song - 115 [time] => 115 [License] => MIT ) [149] => Array ( [id] => 450 [title] => Song - 150 [time] => 150 [License] => MIT ) [145] => Array ( [id] => 438 [title] => Song - 146 [time] => 146 [License] => MIT ) [108] => Array ( [id] => 436 [title] => Song - 109 [time] => 109 [License] => MIT ) [141] => Array ( [id] => 426 [title] => Song - 142 [time] => 142 [License] => MIT ) [139] => Array ( [id] => 420 [title] => Song - 140 [time] => 140 [License] => MIT ) [104] => Array ( [id] => 420 [title] => Song - 105 [time] => 105 [License] => MIT ) [132] => Array ( [id] => 399 [title] => Song - 133 [time] => 133 [License] => MIT ) [125] => Array ( [id] => 378 [title] => Song - 126 [time] => 126 [License] => MIT ) [93] => Array ( [id] => 376 [title] => Song - 94 [time] => 94 [License] => MIT ) [90] => Array ( [id] => 364 [title] => Song - 91 [time] => 91 [License] => MIT ) [118] => Array ( [id] => 357 [title] => Song - 119 [time] => 119 [License] => MIT ) [113] => Array ( [id] => 342 [title] => Song - 114 [time] => 114 [License] => MIT ) [112] => Array ( [id] => 339 [title] => Song - 113 [time] => 113 [License] => MIT ) [83] => Array ( [id] => 336 [title] => Song - 84 [time] => 84 [License] => MIT ) [82] => Array ( [id] => 332 [title] => Song - 83 [time] => 83 [License] => MIT ) [109] => Array ( [id] => 330 [title] => Song - 110 [time] => 110 [License] => MIT ) [105] => Array ( [id] => 318 [title] => Song - 106 [time] => 106 [License] => MIT ) [103] => Array ( [id] => 312 [title] => Song - 104 [time] => 104 [License] => MIT ) [102] => Array ( [id] => 309 [title] => Song - 103 [time] => 103 [License] => MIT ) [98] => Array ( [id] => 297 [title] => Song - 99 [time] => 99 [License] => MIT ) [147] => Array ( [id] => 296 [title] => Song - 148 [time] => 148 [License] => MIT ) [97] => Array ( [id] => 294 [title] => Song - 98 [time] => 98 [License] => MIT ) [96] => Array ( [id] => 291 [title] => Song - 97 [time] => 97 [License] => MIT ) [95] => Array ( [id] => 288 [title] => Song - 96 [time] => 96 [License] => MIT ) [71] => Array ( [id] => 288 [title] => Song - 72 [time] => 72 [License] => MIT ) [142] => Array ( [id] => 286 [title] => Song - 143 [time] => 143 [License] => MIT ) [140] => Array ( [id] => 282 [title] => Song - 141 [time] => 141 [License] => MIT ) [92] => Array ( [id] => 279 [title] => Song - 93 [time] => 93 [License] => MIT ) [68] => Array ( [id] => 276 [title] => Song - 69 [time] => 69 [License] => MIT ) [137] => Array ( [id] => 276 [title] => Song - 138 [time] => 138 [License] => MIT ) [89] => Array ( [id] => 270 [title] => Song - 90 [time] => 90 [License] => MIT ) [88] => Array ( [id] => 267 [title] => Song - 89 [time] => 89 [License] => MIT ) [85] => Array ( [id] => 258 [title] => Song - 86 [time] => 86 [License] => MIT ) [62] => Array ( [id] => 252 [title] => Song - 63 [time] => 63 [License] => MIT ) [79] => Array ( [id] => 240 [title] => Song - 80 [time] => 80 [License] => MIT ) [78] => Array ( [id] => 237 [title] => Song - 79 [time] => 79 [License] => MIT ) [58] => Array ( [id] => 236 [title] => Song - 59 [time] => 59 [License] => MIT ) [117] => Array ( [id] => 236 [title] => Song - 118 [time] => 118 [License] => MIT ) [57] => Array ( [id] => 232 [title] => Song - 58 [time] => 58 [License] => MIT ) [56] => Array ( [id] => 228 [title] => Song - 57 [time] => 57 [License] => MIT ) [73] => Array ( [id] => 222 [title] => Song - 74 [time] => 74 [License] => MIT ) [107] => Array ( [id] => 216 [title] => Song - 108 [time] => 108 [License] => MIT ) [69] => Array ( [id] => 210 [title] => Song - 70 [time] => 70 [License] => MIT ) [67] => Array ( [id] => 204 [title] => Song - 68 [time] => 68 [License] => MIT ) [101] => Array ( [id] => 204 [title] => Song - 102 [time] => 102 [License] => MIT ) [94] => Array ( [id] => 190 [title] => Song - 95 [time] => 95 [License] => MIT ) [61] => Array ( [id] => 186 [title] => Song - 62 [time] => 62 [License] => MIT ) [91] => Array ( [id] => 184 [title] => Song - 92 [time] => 92 [License] => MIT ) [43] => Array ( [id] => 176 [title] => Song - 44 [time] => 44 [License] => MIT ) [86] => Array ( [id] => 174 [title] => Song - 87 [time] => 87 [License] => MIT ) [84] => Array ( [id] => 170 [title] => Song - 85 [time] => 85 [License] => MIT ) [77] => Array ( [id] => 156 [title] => Song - 78 [time] => 78 [License] => MIT ) [51] => Array ( [id] => 156 [title] => Song - 52 [time] => 52 [License] => MIT ) [76] => Array ( [id] => 154 [title] => Song - 77 [time] => 77 [License] => MIT ) [75] => Array ( [id] => 152 [title] => Song - 76 [time] => 76 [License] => MIT ) [148] => Array ( [id] => 149 [title] => Song - 149 [time] => 149 [License] => MIT ) [146] => Array ( [id] => 147 [title] => Song - 147 [time] => 147 [License] => MIT ) [72] => Array ( [id] => 146 [title] => Song - 73 [time] => 73 [License] => MIT ) [144] => Array ( [id] => 145 [title] => Song - 145 [time] => 145 [License] => MIT ) [47] => Array ( [id] => 144 [title] => Song - 48 [time] => 48 [License] => MIT ) [35] => Array ( [id] => 144 [title] => Song - 36 [time] => 36 [License] => MIT ) [143] => Array ( [id] => 144 [title] => Song - 144 [time] => 144 [License] => MIT ) [46] => Array ( [id] => 141 [title] => Song - 47 [time] => 47 [License] => MIT ) [45] => Array ( [id] => 138 [title] => Song - 46 [time] => 46 [License] => MIT ) [44] => Array ( [id] => 135 [title] => Song - 45 [time] => 45 [License] => MIT ) [134] => Array ( [id] => 135 [title] => Song - 135 [time] => 135 [License] => MIT ) [133] => Array ( [id] => 134 [title] => Song - 134 [time] => 134 [License] => MIT ) [32] => Array ( [id] => 132 [title] => Song - 33 [time] => 33 [License] => MIT ) [130] => Array ( [id] => 131 [title] => Song - 131 [time] => 131 [License] => MIT ) [129] => Array ( [id] => 130 [title] => Song - 130 [time] => 130 [License] => MIT ) [128] => Array ( [id] => 129 [title] => Song - 129 [time] => 129 [License] => MIT ) [63] => Array ( [id] => 128 [title] => Song - 64 [time] => 64 [License] => MIT ) [127] => Array ( [id] => 128 [title] => Song - 128 [time] => 128 [License] => MIT ) [124] => Array ( [id] => 125 [title] => Song - 125 [time] => 125 [License] => MIT ) [123] => Array ( [id] => 124 [title] => Song - 124 [time] => 124 [License] => MIT ) [60] => Array ( [id] => 122 [title] => Song - 61 [time] => 61 [License] => MIT ) [121] => Array ( [id] => 122 [title] => Song - 122 [time] => 122 [License] => MIT ) [120] => Array ( [id] => 121 [title] => Song - 121 [time] => 121 [License] => MIT ) [59] => Array ( [id] => 120 [title] => Song - 60 [time] => 60 [License] => MIT ) [119] => Array ( [id] => 120 [title] => Song - 120 [time] => 120 [License] => MIT ) [55] => Array ( [id] => 112 [title] => Song - 56 [time] => 56 [License] => MIT ) [111] => Array ( [id] => 112 [title] => Song - 112 [time] => 112 [License] => MIT ) [110] => Array ( [id] => 111 [title] => Song - 111 [time] => 111 [License] => MIT ) [53] => Array ( [id] => 108 [title] => Song - 54 [time] => 54 [License] => MIT ) [26] => Array ( [id] => 108 [title] => Song - 27 [time] => 27 [License] => MIT ) [106] => Array ( [id] => 107 [title] => Song - 107 [time] => 107 [License] => MIT ) [50] => Array ( [id] => 102 [title] => Song - 51 [time] => 51 [License] => MIT ) [100] => Array ( [id] => 101 [title] => Song - 101 [time] => 101 [License] => MIT ) [49] => Array ( [id] => 100 [title] => Song - 50 [time] => 50 [License] => MIT ) [24] => Array ( [id] => 100 [title] => Song - 25 [time] => 25 [License] => MIT ) [99] => Array ( [id] => 100 [title] => Song - 100 [time] => 100 [License] => MIT ) [48] => Array ( [id] => 98 [title] => Song - 49 [time] => 49 [License] => MIT ) [30] => Array ( [id] => 93 [title] => Song - 31 [time] => 31 [License] => MIT ) [87] => Array ( [id] => 88 [title] => Song - 88 [time] => 88 [License] => MIT ) [20] => Array ( [id] => 84 [title] => Song - 21 [time] => 21 [License] => MIT ) [81] => Array ( [id] => 82 [title] => Song - 82 [time] => 82 [License] => MIT ) [40] => Array ( [id] => 82 [title] => Song - 41 [time] => 41 [License] => MIT ) [80] => Array ( [id] => 81 [title] => Song - 81 [time] => 81 [License] => MIT ) [19] => Array ( [id] => 80 [title] => Song - 20 [time] => 20 [License] => MIT ) [37] => Array ( [id] => 76 [title] => Song - 38 [time] => 38 [License] => MIT ) [74] => Array ( [id] => 75 [title] => Song - 75 [time] => 75 [License] => MIT ) [17] => Array ( [id] => 72 [title] => Song - 18 [time] => 18 [License] => MIT ) [70] => Array ( [id] => 71 [title] => Song - 71 [time] => 71 [License] => MIT ) [33] => Array ( [id] => 68 [title] => Song - 34 [time] => 34 [License] => MIT ) [66] => Array ( [id] => 67 [title] => Song - 67 [time] => 67 [License] => MIT ) [65] => Array ( [id] => 66 [title] => Song - 66 [time] => 66 [License] => MIT ) [64] => Array ( [id] => 65 [title] => Song - 65 [time] => 65 [License] => MIT ) [31] => Array ( [id] => 64 [title] => Song - 32 [time] => 32 [License] => MIT ) [28] => Array ( [id] => 58 [title] => Song - 29 [time] => 29 [License] => MIT ) [18] => Array ( [id] => 57 [title] => Song - 19 [time] => 19 [License] => MIT ) [27] => Array ( [id] => 56 [title] => Song - 28 [time] => 28 [License] => MIT ) [54] => Array ( [id] => 55 [title] => Song - 55 [time] => 55 [License] => MIT ) [52] => Array ( [id] => 53 [title] => Song - 53 [time] => 53 [License] => MIT ) [25] => Array ( [id] => 52 [title] => Song - 26 [time] => 26 [License] => MIT ) [23] => Array ( [id] => 48 [title] => Song - 24 [time] => 24 [License] => MIT ) [11] => Array ( [id] => 48 [title] => Song - 12 [time] => 12 [License] => MIT ) [42] => Array ( [id] => 43 [title] => Song - 43 [time] => 43 [License] => MIT ) [41] => Array ( [id] => 42 [title] => Song - 42 [time] => 42 [License] => MIT ) [13] => Array ( [id] => 42 [title] => Song - 14 [time] => 14 [License] => MIT ) [39] => Array ( [id] => 40 [title] => Song - 40 [time] => 40 [License] => MIT ) [9] => Array ( [id] => 40 [title] => Song - 10 [time] => 10 [License] => MIT ) [38] => Array ( [id] => 39 [title] => Song - 39 [time] => 39 [License] => MIT ) [36] => Array ( [id] => 37 [title] => Song - 37 [time] => 37 [License] => MIT ) [34] => Array ( [id] => 35 [title] => Song - 35 [time] => 35 [License] => MIT ) [16] => Array ( [id] => 34 [title] => Song - 17 [time] => 17 [License] => MIT ) [10] => Array ( [id] => 33 [title] => Song - 11 [time] => 11 [License] => MIT ) [29] => Array ( [id] => 30 [title] => Song - 30 [time] => 30 [License] => MIT ) [7] => Array ( [id] => 24 [title] => Song - 8 [time] => 8 [License] => MIT ) [22] => Array ( [id] => 23 [title] => Song - 23 [time] => 23 [License] => MIT ) [21] => Array ( [id] => 22 [title] => Song - 22 [time] => 22 [License] => MIT ) [4] => Array ( [id] => 20 [title] => Song - 5 [time] => 5 [License] => MIT ) [15] => Array ( [id] => 16 [title] => Song - 16 [time] => 16 [License] => MIT ) [14] => Array ( [id] => 15 [title] => Song - 15 [time] => 15 [License] => MIT ) [12] => Array ( [id] => 13 [title] => Song - 13 [time] => 13 [License] => MIT ) [8] => Array ( [id] => 9 [title] => Song - 9 [time] => 9 [License] => MIT ) [2] => Array ( [id] => 9 [title] => Song - 3 [time] => 3 [License] => MIT ) [6] => Array ( [id] => 7 [title] => Song - 7 [time] => 7 [License] => MIT ) [5] => Array ( [id] => 6 [title] => Song - 6 [time] => 6 [License] => MIT ) [3] => Array ( [id] => 4 [title] => Song - 4 [time] => 4 [License] => MIT ) [1] => Array ( [id] => 4 [title] => Song - 2 [time] => 2 [License] => MIT ) [0] => Array ( [id] => 4 [title] => Song - 1 [time] => 1 [License] => MIT ) )
Output for 5.5.32
Array ( [146] => Array ( [id] => 588 [title] => Song - 147 [time] => 147 [License] => MIT ) [145] => Array ( [id] => 584 [title] => Song - 146 [time] => 146 [License] => MIT ) [134] => Array ( [id] => 540 [title] => Song - 135 [time] => 135 [License] => MIT ) [126] => Array ( [id] => 508 [title] => Song - 127 [time] => 127 [License] => MIT ) [123] => Array ( [id] => 496 [title] => Song - 124 [time] => 124 [License] => MIT ) [121] => Array ( [id] => 488 [title] => Song - 122 [time] => 122 [License] => MIT ) [120] => Array ( [id] => 484 [title] => Song - 121 [time] => 121 [License] => MIT ) [118] => Array ( [id] => 476 [title] => Song - 119 [time] => 119 [License] => MIT ) [115] => Array ( [id] => 464 [title] => Song - 116 [time] => 116 [License] => MIT ) [109] => Array ( [id] => 440 [title] => Song - 110 [time] => 110 [License] => MIT ) [108] => Array ( [id] => 436 [title] => Song - 109 [time] => 109 [License] => MIT ) [105] => Array ( [id] => 424 [title] => Song - 106 [time] => 106 [License] => MIT ) [137] => Array ( [id] => 414 [title] => Song - 138 [time] => 138 [License] => MIT ) [135] => Array ( [id] => 408 [title] => Song - 136 [time] => 136 [License] => MIT ) [97] => Array ( [id] => 392 [title] => Song - 98 [time] => 98 [License] => MIT ) [129] => Array ( [id] => 390 [title] => Song - 130 [time] => 130 [License] => MIT ) [127] => Array ( [id] => 384 [title] => Song - 128 [time] => 128 [License] => MIT ) [125] => Array ( [id] => 378 [title] => Song - 126 [time] => 126 [License] => MIT ) [124] => Array ( [id] => 375 [title] => Song - 125 [time] => 125 [License] => MIT ) [90] => Array ( [id] => 364 [title] => Song - 91 [time] => 91 [License] => MIT ) [119] => Array ( [id] => 360 [title] => Song - 120 [time] => 120 [License] => MIT ) [116] => Array ( [id] => 351 [title] => Song - 117 [time] => 117 [License] => MIT ) [86] => Array ( [id] => 348 [title] => Song - 87 [time] => 87 [License] => MIT ) [113] => Array ( [id] => 342 [title] => Song - 114 [time] => 114 [License] => MIT ) [84] => Array ( [id] => 340 [title] => Song - 85 [time] => 85 [License] => MIT ) [104] => Array ( [id] => 315 [title] => Song - 105 [time] => 105 [License] => MIT ) [77] => Array ( [id] => 312 [title] => Song - 78 [time] => 78 [License] => MIT ) [75] => Array ( [id] => 304 [title] => Song - 76 [time] => 76 [License] => MIT ) [100] => Array ( [id] => 303 [title] => Song - 101 [time] => 101 [License] => MIT ) [74] => Array ( [id] => 300 [title] => Song - 75 [time] => 75 [License] => MIT ) [148] => Array ( [id] => 298 [title] => Song - 149 [time] => 149 [License] => MIT ) [96] => Array ( [id] => 291 [title] => Song - 97 [time] => 97 [License] => MIT ) [144] => Array ( [id] => 290 [title] => Song - 145 [time] => 145 [License] => MIT ) [143] => Array ( [id] => 288 [title] => Song - 144 [time] => 144 [License] => MIT ) [142] => Array ( [id] => 286 [title] => Song - 143 [time] => 143 [License] => MIT ) [94] => Array ( [id] => 285 [title] => Song - 95 [time] => 95 [License] => MIT ) [93] => Array ( [id] => 282 [title] => Song - 94 [time] => 94 [License] => MIT ) [139] => Array ( [id] => 280 [title] => Song - 140 [time] => 140 [License] => MIT ) [92] => Array ( [id] => 279 [title] => Song - 93 [time] => 93 [License] => MIT ) [138] => Array ( [id] => 278 [title] => Song - 139 [time] => 139 [License] => MIT ) [91] => Array ( [id] => 276 [title] => Song - 92 [time] => 92 [License] => MIT ) [136] => Array ( [id] => 274 [title] => Song - 137 [time] => 137 [License] => MIT ) [67] => Array ( [id] => 272 [title] => Song - 68 [time] => 68 [License] => MIT ) [87] => Array ( [id] => 264 [title] => Song - 88 [time] => 88 [License] => MIT ) [131] => Array ( [id] => 264 [title] => Song - 132 [time] => 132 [License] => MIT ) [130] => Array ( [id] => 262 [title] => Song - 131 [time] => 131 [License] => MIT ) [83] => Array ( [id] => 252 [title] => Song - 84 [time] => 84 [License] => MIT ) [61] => Array ( [id] => 248 [title] => Song - 62 [time] => 62 [License] => MIT ) [81] => Array ( [id] => 246 [title] => Song - 82 [time] => 82 [License] => MIT ) [80] => Array ( [id] => 243 [title] => Song - 81 [time] => 81 [License] => MIT ) [79] => Array ( [id] => 240 [title] => Song - 80 [time] => 80 [License] => MIT ) [59] => Array ( [id] => 240 [title] => Song - 60 [time] => 60 [License] => MIT ) [117] => Array ( [id] => 236 [title] => Song - 118 [time] => 118 [License] => MIT ) [114] => Array ( [id] => 230 [title] => Song - 115 [time] => 115 [License] => MIT ) [55] => Array ( [id] => 224 [title] => Song - 56 [time] => 56 [License] => MIT ) [73] => Array ( [id] => 222 [title] => Song - 74 [time] => 74 [License] => MIT ) [71] => Array ( [id] => 216 [title] => Song - 72 [time] => 72 [License] => MIT ) [70] => Array ( [id] => 213 [title] => Song - 71 [time] => 71 [License] => MIT ) [69] => Array ( [id] => 210 [title] => Song - 70 [time] => 70 [License] => MIT ) [68] => Array ( [id] => 207 [title] => Song - 69 [time] => 69 [License] => MIT ) [66] => Array ( [id] => 201 [title] => Song - 67 [time] => 67 [License] => MIT ) [98] => Array ( [id] => 198 [title] => Song - 99 [time] => 99 [License] => MIT ) [48] => Array ( [id] => 196 [title] => Song - 49 [time] => 49 [License] => MIT ) [63] => Array ( [id] => 192 [title] => Song - 64 [time] => 64 [License] => MIT ) [47] => Array ( [id] => 192 [title] => Song - 48 [time] => 48 [License] => MIT ) [46] => Array ( [id] => 188 [title] => Song - 47 [time] => 47 [License] => MIT ) [89] => Array ( [id] => 180 [title] => Song - 90 [time] => 90 [License] => MIT ) [85] => Array ( [id] => 172 [title] => Song - 86 [time] => 86 [License] => MIT ) [52] => Array ( [id] => 159 [title] => Song - 53 [time] => 53 [License] => MIT ) [51] => Array ( [id] => 156 [title] => Song - 52 [time] => 52 [License] => MIT ) [76] => Array ( [id] => 154 [title] => Song - 77 [time] => 77 [License] => MIT ) [149] => Array ( [id] => 150 [title] => Song - 150 [time] => 150 [License] => MIT ) [147] => Array ( [id] => 148 [title] => Song - 148 [time] => 148 [License] => MIT ) [141] => Array ( [id] => 142 [title] => Song - 142 [time] => 142 [License] => MIT ) [140] => Array ( [id] => 141 [title] => Song - 141 [time] => 141 [License] => MIT ) [133] => Array ( [id] => 134 [title] => Song - 134 [time] => 134 [License] => MIT ) [132] => Array ( [id] => 133 [title] => Song - 133 [time] => 133 [License] => MIT ) [64] => Array ( [id] => 130 [title] => Song - 65 [time] => 65 [License] => MIT ) [42] => Array ( [id] => 129 [title] => Song - 43 [time] => 43 [License] => MIT ) [128] => Array ( [id] => 129 [title] => Song - 129 [time] => 129 [License] => MIT ) [41] => Array ( [id] => 126 [title] => Song - 42 [time] => 42 [License] => MIT ) [30] => Array ( [id] => 124 [title] => Song - 31 [time] => 31 [License] => MIT ) [122] => Array ( [id] => 123 [title] => Song - 123 [time] => 123 [License] => MIT ) [58] => Array ( [id] => 118 [title] => Song - 59 [time] => 59 [License] => MIT ) [38] => Array ( [id] => 117 [title] => Song - 39 [time] => 39 [License] => MIT ) [57] => Array ( [id] => 116 [title] => Song - 58 [time] => 58 [License] => MIT ) [28] => Array ( [id] => 116 [title] => Song - 29 [time] => 29 [License] => MIT ) [37] => Array ( [id] => 114 [title] => Song - 38 [time] => 38 [License] => MIT ) [112] => Array ( [id] => 113 [title] => Song - 113 [time] => 113 [License] => MIT ) [111] => Array ( [id] => 112 [title] => Song - 112 [time] => 112 [License] => MIT ) [110] => Array ( [id] => 111 [title] => Song - 111 [time] => 111 [License] => MIT ) [26] => Array ( [id] => 108 [title] => Song - 27 [time] => 27 [License] => MIT ) [107] => Array ( [id] => 108 [title] => Song - 108 [time] => 108 [License] => MIT ) [106] => Array ( [id] => 107 [title] => Song - 107 [time] => 107 [License] => MIT ) [103] => Array ( [id] => 104 [title] => Song - 104 [time] => 104 [License] => MIT ) [102] => Array ( [id] => 103 [title] => Song - 103 [time] => 103 [License] => MIT ) [50] => Array ( [id] => 102 [title] => Song - 51 [time] => 51 [License] => MIT ) [101] => Array ( [id] => 102 [title] => Song - 102 [time] => 102 [License] => MIT ) [49] => Array ( [id] => 100 [title] => Song - 50 [time] => 50 [License] => MIT ) [99] => Array ( [id] => 100 [title] => Song - 100 [time] => 100 [License] => MIT ) [95] => Array ( [id] => 96 [title] => Song - 96 [time] => 96 [License] => MIT ) [45] => Array ( [id] => 92 [title] => Song - 46 [time] => 46 [License] => MIT ) [44] => Array ( [id] => 90 [title] => Song - 45 [time] => 45 [License] => MIT ) [88] => Array ( [id] => 89 [title] => Song - 89 [time] => 89 [License] => MIT ) [43] => Array ( [id] => 88 [title] => Song - 44 [time] => 44 [License] => MIT ) [27] => Array ( [id] => 84 [title] => Song - 28 [time] => 28 [License] => MIT ) [82] => Array ( [id] => 83 [title] => Song - 83 [time] => 83 [License] => MIT ) [78] => Array ( [id] => 79 [title] => Song - 79 [time] => 79 [License] => MIT ) [72] => Array ( [id] => 73 [title] => Song - 73 [time] => 73 [License] => MIT ) [23] => Array ( [id] => 72 [title] => Song - 24 [time] => 24 [License] => MIT ) [65] => Array ( [id] => 66 [title] => Song - 66 [time] => 66 [License] => MIT ) [62] => Array ( [id] => 63 [title] => Song - 63 [time] => 63 [License] => MIT ) [60] => Array ( [id] => 61 [title] => Song - 61 [time] => 61 [License] => MIT ) [29] => Array ( [id] => 60 [title] => Song - 30 [time] => 30 [License] => MIT ) [14] => Array ( [id] => 60 [title] => Song - 15 [time] => 15 [License] => MIT ) [56] => Array ( [id] => 57 [title] => Song - 57 [time] => 57 [License] => MIT ) [13] => Array ( [id] => 56 [title] => Song - 14 [time] => 14 [License] => MIT ) [54] => Array ( [id] => 55 [title] => Song - 55 [time] => 55 [License] => MIT ) [53] => Array ( [id] => 54 [title] => Song - 54 [time] => 54 [License] => MIT ) [17] => Array ( [id] => 54 [title] => Song - 18 [time] => 18 [License] => MIT ) [25] => Array ( [id] => 52 [title] => Song - 26 [time] => 26 [License] => MIT ) [20] => Array ( [id] => 42 [title] => Song - 21 [time] => 21 [License] => MIT ) [40] => Array ( [id] => 41 [title] => Song - 41 [time] => 41 [License] => MIT ) [39] => Array ( [id] => 40 [title] => Song - 40 [time] => 40 [License] => MIT ) [19] => Array ( [id] => 40 [title] => Song - 20 [time] => 20 [License] => MIT ) [18] => Array ( [id] => 38 [title] => Song - 19 [time] => 19 [License] => MIT ) [36] => Array ( [id] => 37 [title] => Song - 37 [time] => 37 [License] => MIT ) [8] => Array ( [id] => 36 [title] => Song - 9 [time] => 9 [License] => MIT ) [35] => Array ( [id] => 36 [title] => Song - 36 [time] => 36 [License] => MIT ) [34] => Array ( [id] => 35 [title] => Song - 35 [time] => 35 [License] => MIT ) [33] => Array ( [id] => 34 [title] => Song - 34 [time] => 34 [License] => MIT ) [16] => Array ( [id] => 34 [title] => Song - 17 [time] => 17 [License] => MIT ) [32] => Array ( [id] => 33 [title] => Song - 33 [time] => 33 [License] => MIT ) [31] => Array ( [id] => 32 [title] => Song - 32 [time] => 32 [License] => MIT ) [15] => Array ( [id] => 32 [title] => Song - 16 [time] => 16 [License] => MIT ) [12] => Array ( [id] => 26 [title] => Song - 13 [time] => 13 [License] => MIT ) [24] => Array ( [id] => 25 [title] => Song - 25 [time] => 25 [License] => MIT ) [11] => Array ( [id] => 24 [title] => Song - 12 [time] => 12 [License] => MIT ) [22] => Array ( [id] => 23 [title] => Song - 23 [time] => 23 [License] => MIT ) [21] => Array ( [id] => 22 [title] => Song - 22 [time] => 22 [License] => MIT ) [10] => Array ( [id] => 22 [title] => Song - 11 [time] => 11 [License] => MIT ) [9] => Array ( [id] => 20 [title] => Song - 10 [time] => 10 [License] => MIT ) [6] => Array ( [id] => 14 [title] => Song - 7 [time] => 7 [License] => MIT ) [5] => Array ( [id] => 12 [title] => Song - 6 [time] => 6 [License] => MIT ) [2] => Array ( [id] => 12 [title] => Song - 3 [time] => 3 [License] => MIT ) [4] => Array ( [id] => 10 [title] => Song - 5 [time] => 5 [License] => MIT ) [7] => Array ( [id] => 8 [title] => Song - 8 [time] => 8 [License] => MIT ) [3] => Array ( [id] => 8 [title] => Song - 4 [time] => 4 [License] => MIT ) [1] => Array ( [id] => 4 [title] => Song - 2 [time] => 2 [License] => MIT ) [0] => Array ( [id] => 3 [title] => Song - 1 [time] => 1 [License] => MIT ) )
Output for 5.5.31
Array ( [149] => Array ( [id] => 600 [title] => Song - 150 [time] => 150 [License] => MIT ) [148] => Array ( [id] => 596 [title] => Song - 149 [time] => 149 [License] => MIT ) [147] => Array ( [id] => 592 [title] => Song - 148 [time] => 148 [License] => MIT ) [146] => Array ( [id] => 588 [title] => Song - 147 [time] => 147 [License] => MIT ) [144] => Array ( [id] => 580 [title] => Song - 145 [time] => 145 [License] => MIT ) [139] => Array ( [id] => 560 [title] => Song - 140 [time] => 140 [License] => MIT ) [133] => Array ( [id] => 536 [title] => Song - 134 [time] => 134 [License] => MIT ) [128] => Array ( [id] => 516 [title] => Song - 129 [time] => 129 [License] => MIT ) [125] => Array ( [id] => 504 [title] => Song - 126 [time] => 126 [License] => MIT ) [124] => Array ( [id] => 500 [title] => Song - 125 [time] => 125 [License] => MIT ) [119] => Array ( [id] => 480 [title] => Song - 120 [time] => 120 [License] => MIT ) [115] => Array ( [id] => 464 [title] => Song - 116 [time] => 116 [License] => MIT ) [111] => Array ( [id] => 448 [title] => Song - 112 [time] => 112 [License] => MIT ) [143] => Array ( [id] => 432 [title] => Song - 144 [time] => 144 [License] => MIT ) [107] => Array ( [id] => 432 [title] => Song - 108 [time] => 108 [License] => MIT ) [104] => Array ( [id] => 420 [title] => Song - 105 [time] => 105 [License] => MIT ) [103] => Array ( [id] => 416 [title] => Song - 104 [time] => 104 [License] => MIT ) [101] => Array ( [id] => 408 [title] => Song - 102 [time] => 102 [License] => MIT ) [132] => Array ( [id] => 399 [title] => Song - 133 [time] => 133 [License] => MIT ) [123] => Array ( [id] => 372 [title] => Song - 124 [time] => 124 [License] => MIT ) [122] => Array ( [id] => 369 [title] => Song - 123 [time] => 123 [License] => MIT ) [121] => Array ( [id] => 366 [title] => Song - 122 [time] => 122 [License] => MIT ) [90] => Array ( [id] => 364 [title] => Song - 91 [time] => 91 [License] => MIT ) [120] => Array ( [id] => 363 [title] => Song - 121 [time] => 121 [License] => MIT ) [116] => Array ( [id] => 351 [title] => Song - 117 [time] => 117 [License] => MIT ) [114] => Array ( [id] => 345 [title] => Song - 115 [time] => 115 [License] => MIT ) [112] => Array ( [id] => 339 [title] => Song - 113 [time] => 113 [License] => MIT ) [110] => Array ( [id] => 333 [title] => Song - 111 [time] => 111 [License] => MIT ) [108] => Array ( [id] => 327 [title] => Song - 109 [time] => 109 [License] => MIT ) [78] => Array ( [id] => 316 [title] => Song - 79 [time] => 79 [License] => MIT ) [76] => Array ( [id] => 308 [title] => Song - 77 [time] => 77 [License] => MIT ) [100] => Array ( [id] => 303 [title] => Song - 101 [time] => 101 [License] => MIT ) [73] => Array ( [id] => 296 [title] => Song - 74 [time] => 74 [License] => MIT ) [97] => Array ( [id] => 294 [title] => Song - 98 [time] => 98 [License] => MIT ) [145] => Array ( [id] => 292 [title] => Song - 146 [time] => 146 [License] => MIT ) [95] => Array ( [id] => 288 [title] => Song - 96 [time] => 96 [License] => MIT ) [142] => Array ( [id] => 286 [title] => Song - 143 [time] => 143 [License] => MIT ) [93] => Array ( [id] => 282 [title] => Song - 94 [time] => 94 [License] => MIT ) [92] => Array ( [id] => 279 [title] => Song - 93 [time] => 93 [License] => MIT ) [91] => Array ( [id] => 276 [title] => Song - 92 [time] => 92 [License] => MIT ) [67] => Array ( [id] => 272 [title] => Song - 68 [time] => 68 [License] => MIT ) [135] => Array ( [id] => 272 [title] => Song - 136 [time] => 136 [License] => MIT ) [134] => Array ( [id] => 270 [title] => Song - 135 [time] => 135 [License] => MIT ) [88] => Array ( [id] => 267 [title] => Song - 89 [time] => 89 [License] => MIT ) [87] => Array ( [id] => 264 [title] => Song - 88 [time] => 88 [License] => MIT ) [130] => Array ( [id] => 262 [title] => Song - 131 [time] => 131 [License] => MIT ) [64] => Array ( [id] => 260 [title] => Song - 65 [time] => 65 [License] => MIT ) [129] => Array ( [id] => 260 [title] => Song - 130 [time] => 130 [License] => MIT ) [85] => Array ( [id] => 258 [title] => Song - 86 [time] => 86 [License] => MIT ) [84] => Array ( [id] => 255 [title] => Song - 85 [time] => 85 [License] => MIT ) [126] => Array ( [id] => 254 [title] => Song - 127 [time] => 127 [License] => MIT ) [61] => Array ( [id] => 248 [title] => Song - 62 [time] => 62 [License] => MIT ) [80] => Array ( [id] => 243 [title] => Song - 81 [time] => 81 [License] => MIT ) [79] => Array ( [id] => 240 [title] => Song - 80 [time] => 80 [License] => MIT ) [59] => Array ( [id] => 240 [title] => Song - 60 [time] => 60 [License] => MIT ) [58] => Array ( [id] => 236 [title] => Song - 59 [time] => 59 [License] => MIT ) [57] => Array ( [id] => 232 [title] => Song - 58 [time] => 58 [License] => MIT ) [75] => Array ( [id] => 228 [title] => Song - 76 [time] => 76 [License] => MIT ) [56] => Array ( [id] => 228 [title] => Song - 57 [time] => 57 [License] => MIT ) [54] => Array ( [id] => 220 [title] => Song - 55 [time] => 55 [License] => MIT ) [72] => Array ( [id] => 219 [title] => Song - 73 [time] => 73 [License] => MIT ) [106] => Array ( [id] => 214 [title] => Song - 107 [time] => 107 [License] => MIT ) [105] => Array ( [id] => 212 [title] => Song - 106 [time] => 106 [License] => MIT ) [69] => Array ( [id] => 210 [title] => Song - 70 [time] => 70 [License] => MIT ) [68] => Array ( [id] => 207 [title] => Song - 69 [time] => 69 [License] => MIT ) [66] => Array ( [id] => 201 [title] => Song - 67 [time] => 67 [License] => MIT ) [48] => Array ( [id] => 196 [title] => Song - 49 [time] => 49 [License] => MIT ) [63] => Array ( [id] => 192 [title] => Song - 64 [time] => 64 [License] => MIT ) [47] => Array ( [id] => 192 [title] => Song - 48 [time] => 48 [License] => MIT ) [94] => Array ( [id] => 190 [title] => Song - 95 [time] => 95 [License] => MIT ) [46] => Array ( [id] => 188 [title] => Song - 47 [time] => 47 [License] => MIT ) [45] => Array ( [id] => 184 [title] => Song - 46 [time] => 46 [License] => MIT ) [89] => Array ( [id] => 180 [title] => Song - 90 [time] => 90 [License] => MIT ) [86] => Array ( [id] => 174 [title] => Song - 87 [time] => 87 [License] => MIT ) [41] => Array ( [id] => 168 [title] => Song - 42 [time] => 42 [License] => MIT ) [39] => Array ( [id] => 160 [title] => Song - 40 [time] => 40 [License] => MIT ) [51] => Array ( [id] => 156 [title] => Song - 52 [time] => 52 [License] => MIT ) [37] => Array ( [id] => 152 [title] => Song - 38 [time] => 38 [License] => MIT ) [49] => Array ( [id] => 150 [title] => Song - 50 [time] => 50 [License] => MIT ) [141] => Array ( [id] => 142 [title] => Song - 142 [time] => 142 [License] => MIT ) [140] => Array ( [id] => 141 [title] => Song - 141 [time] => 141 [License] => MIT ) [34] => Array ( [id] => 140 [title] => Song - 35 [time] => 35 [License] => MIT ) [138] => Array ( [id] => 139 [title] => Song - 139 [time] => 139 [License] => MIT ) [137] => Array ( [id] => 138 [title] => Song - 138 [time] => 138 [License] => MIT ) [136] => Array ( [id] => 137 [title] => Song - 137 [time] => 137 [License] => MIT ) [33] => Array ( [id] => 136 [title] => Song - 34 [time] => 34 [License] => MIT ) [44] => Array ( [id] => 135 [title] => Song - 45 [time] => 45 [License] => MIT ) [65] => Array ( [id] => 132 [title] => Song - 66 [time] => 66 [License] => MIT ) [43] => Array ( [id] => 132 [title] => Song - 44 [time] => 44 [License] => MIT ) [131] => Array ( [id] => 132 [title] => Song - 132 [time] => 132 [License] => MIT ) [127] => Array ( [id] => 128 [title] => Song - 128 [time] => 128 [License] => MIT ) [62] => Array ( [id] => 126 [title] => Song - 63 [time] => 63 [License] => MIT ) [29] => Array ( [id] => 120 [title] => Song - 30 [time] => 30 [License] => MIT ) [118] => Array ( [id] => 119 [title] => Song - 119 [time] => 119 [License] => MIT ) [117] => Array ( [id] => 118 [title] => Song - 118 [time] => 118 [License] => MIT ) [113] => Array ( [id] => 114 [title] => Song - 114 [time] => 114 [License] => MIT ) [55] => Array ( [id] => 112 [title] => Song - 56 [time] => 56 [License] => MIT ) [27] => Array ( [id] => 112 [title] => Song - 28 [time] => 28 [License] => MIT ) [109] => Array ( [id] => 110 [title] => Song - 110 [time] => 110 [License] => MIT ) [53] => Array ( [id] => 108 [title] => Song - 54 [time] => 54 [License] => MIT ) [35] => Array ( [id] => 108 [title] => Song - 36 [time] => 36 [License] => MIT ) [102] => Array ( [id] => 103 [title] => Song - 103 [time] => 103 [License] => MIT ) [99] => Array ( [id] => 100 [title] => Song - 100 [time] => 100 [License] => MIT ) [98] => Array ( [id] => 99 [title] => Song - 99 [time] => 99 [License] => MIT ) [96] => Array ( [id] => 97 [title] => Song - 97 [time] => 97 [License] => MIT ) [23] => Array ( [id] => 96 [title] => Song - 24 [time] => 24 [License] => MIT ) [30] => Array ( [id] => 93 [title] => Song - 31 [time] => 31 [License] => MIT ) [28] => Array ( [id] => 87 [title] => Song - 29 [time] => 29 [License] => MIT ) [42] => Array ( [id] => 86 [title] => Song - 43 [time] => 43 [License] => MIT ) [83] => Array ( [id] => 84 [title] => Song - 84 [time] => 84 [License] => MIT ) [20] => Array ( [id] => 84 [title] => Song - 21 [time] => 21 [License] => MIT ) [82] => Array ( [id] => 83 [title] => Song - 83 [time] => 83 [License] => MIT ) [81] => Array ( [id] => 82 [title] => Song - 82 [time] => 82 [License] => MIT ) [77] => Array ( [id] => 78 [title] => Song - 78 [time] => 78 [License] => MIT ) [74] => Array ( [id] => 75 [title] => Song - 75 [time] => 75 [License] => MIT ) [24] => Array ( [id] => 75 [title] => Song - 25 [time] => 25 [License] => MIT ) [71] => Array ( [id] => 72 [title] => Song - 72 [time] => 72 [License] => MIT ) [70] => Array ( [id] => 71 [title] => Song - 71 [time] => 71 [License] => MIT ) [22] => Array ( [id] => 69 [title] => Song - 23 [time] => 23 [License] => MIT ) [60] => Array ( [id] => 61 [title] => Song - 61 [time] => 61 [License] => MIT ) [19] => Array ( [id] => 60 [title] => Song - 20 [time] => 20 [License] => MIT ) [18] => Array ( [id] => 57 [title] => Song - 19 [time] => 19 [License] => MIT ) [52] => Array ( [id] => 53 [title] => Song - 53 [time] => 53 [License] => MIT ) [25] => Array ( [id] => 52 [title] => Song - 26 [time] => 26 [License] => MIT ) [12] => Array ( [id] => 52 [title] => Song - 13 [time] => 13 [License] => MIT ) [50] => Array ( [id] => 51 [title] => Song - 51 [time] => 51 [License] => MIT ) [15] => Array ( [id] => 48 [title] => Song - 16 [time] => 16 [License] => MIT ) [11] => Array ( [id] => 48 [title] => Song - 12 [time] => 12 [License] => MIT ) [21] => Array ( [id] => 44 [title] => Song - 22 [time] => 22 [License] => MIT ) [10] => Array ( [id] => 44 [title] => Song - 11 [time] => 11 [License] => MIT ) [13] => Array ( [id] => 42 [title] => Song - 14 [time] => 14 [License] => MIT ) [40] => Array ( [id] => 41 [title] => Song - 41 [time] => 41 [License] => MIT ) [38] => Array ( [id] => 39 [title] => Song - 39 [time] => 39 [License] => MIT ) [36] => Array ( [id] => 37 [title] => Song - 37 [time] => 37 [License] => MIT ) [8] => Array ( [id] => 36 [title] => Song - 9 [time] => 9 [License] => MIT ) [16] => Array ( [id] => 34 [title] => Song - 17 [time] => 17 [License] => MIT ) [32] => Array ( [id] => 33 [title] => Song - 33 [time] => 33 [License] => MIT ) [31] => Array ( [id] => 32 [title] => Song - 32 [time] => 32 [License] => MIT ) [9] => Array ( [id] => 30 [title] => Song - 10 [time] => 10 [License] => MIT ) [6] => Array ( [id] => 28 [title] => Song - 7 [time] => 7 [License] => MIT ) [26] => Array ( [id] => 27 [title] => Song - 27 [time] => 27 [License] => MIT ) [4] => Array ( [id] => 20 [title] => Song - 5 [time] => 5 [License] => MIT ) [17] => Array ( [id] => 18 [title] => Song - 18 [time] => 18 [License] => MIT ) [14] => Array ( [id] => 15 [title] => Song - 15 [time] => 15 [License] => MIT ) [5] => Array ( [id] => 12 [title] => Song - 6 [time] => 6 [License] => MIT ) [7] => Array ( [id] => 8 [title] => Song - 8 [time] => 8 [License] => MIT ) [3] => Array ( [id] => 8 [title] => Song - 4 [time] => 4 [License] => MIT ) [0] => Array ( [id] => 4 [title] => Song - 1 [time] => 1 [License] => MIT ) [2] => Array ( [id] => 3 [title] => Song - 3 [time] => 3 [License] => MIT ) [1] => Array ( [id] => 2 [title] => Song - 2 [time] => 2 [License] => MIT ) )
Output for 5.5.30
Array ( [149] => Array ( [id] => 600 [title] => Song - 150 [time] => 150 [License] => MIT ) [148] => Array ( [id] => 596 [title] => Song - 149 [time] => 149 [License] => MIT ) [143] => Array ( [id] => 576 [title] => Song - 144 [time] => 144 [License] => MIT ) [139] => Array ( [id] => 560 [title] => Song - 140 [time] => 140 [License] => MIT ) [137] => Array ( [id] => 552 [title] => Song - 138 [time] => 138 [License] => MIT ) [133] => Array ( [id] => 536 [title] => Song - 134 [time] => 134 [License] => MIT ) [130] => Array ( [id] => 524 [title] => Song - 131 [time] => 131 [License] => MIT ) [127] => Array ( [id] => 512 [title] => Song - 128 [time] => 128 [License] => MIT ) [125] => Array ( [id] => 504 [title] => Song - 126 [time] => 126 [License] => MIT ) [112] => Array ( [id] => 452 [title] => Song - 113 [time] => 113 [License] => MIT ) [111] => Array ( [id] => 448 [title] => Song - 112 [time] => 112 [License] => MIT ) [142] => Array ( [id] => 429 [title] => Song - 143 [time] => 143 [License] => MIT ) [105] => Array ( [id] => 424 [title] => Song - 106 [time] => 106 [License] => MIT ) [140] => Array ( [id] => 423 [title] => Song - 141 [time] => 141 [License] => MIT ) [104] => Array ( [id] => 420 [title] => Song - 105 [time] => 105 [License] => MIT ) [95] => Array ( [id] => 384 [title] => Song - 96 [time] => 96 [License] => MIT ) [115] => Array ( [id] => 348 [title] => Song - 116 [time] => 116 [License] => MIT ) [77] => Array ( [id] => 312 [title] => Song - 78 [time] => 78 [License] => MIT ) [103] => Array ( [id] => 312 [title] => Song - 104 [time] => 104 [License] => MIT ) [101] => Array ( [id] => 306 [title] => Song - 102 [time] => 102 [License] => MIT ) [99] => Array ( [id] => 300 [title] => Song - 100 [time] => 100 [License] => MIT ) [98] => Array ( [id] => 297 [title] => Song - 99 [time] => 99 [License] => MIT ) [73] => Array ( [id] => 296 [title] => Song - 74 [time] => 74 [License] => MIT ) [147] => Array ( [id] => 296 [title] => Song - 148 [time] => 148 [License] => MIT ) [145] => Array ( [id] => 292 [title] => Song - 146 [time] => 146 [License] => MIT ) [96] => Array ( [id] => 291 [title] => Song - 97 [time] => 97 [License] => MIT ) [144] => Array ( [id] => 290 [title] => Song - 145 [time] => 145 [License] => MIT ) [69] => Array ( [id] => 280 [title] => Song - 70 [time] => 70 [License] => MIT ) [138] => Array ( [id] => 278 [title] => Song - 139 [time] => 139 [License] => MIT ) [90] => Array ( [id] => 273 [title] => Song - 91 [time] => 91 [License] => MIT ) [67] => Array ( [id] => 272 [title] => Song - 68 [time] => 68 [License] => MIT ) [89] => Array ( [id] => 270 [title] => Song - 90 [time] => 90 [License] => MIT ) [134] => Array ( [id] => 270 [title] => Song - 135 [time] => 135 [License] => MIT ) [88] => Array ( [id] => 267 [title] => Song - 89 [time] => 89 [License] => MIT ) [132] => Array ( [id] => 266 [title] => Song - 133 [time] => 133 [License] => MIT ) [86] => Array ( [id] => 261 [title] => Song - 87 [time] => 87 [License] => MIT ) [129] => Array ( [id] => 260 [title] => Song - 130 [time] => 130 [License] => MIT ) [62] => Array ( [id] => 252 [title] => Song - 63 [time] => 63 [License] => MIT ) [124] => Array ( [id] => 250 [title] => Song - 125 [time] => 125 [License] => MIT ) [61] => Array ( [id] => 248 [title] => Song - 62 [time] => 62 [License] => MIT ) [123] => Array ( [id] => 248 [title] => Song - 124 [time] => 124 [License] => MIT ) [60] => Array ( [id] => 244 [title] => Song - 61 [time] => 61 [License] => MIT ) [120] => Array ( [id] => 242 [title] => Song - 121 [time] => 121 [License] => MIT ) [119] => Array ( [id] => 240 [title] => Song - 120 [time] => 120 [License] => MIT ) [76] => Array ( [id] => 231 [title] => Song - 77 [time] => 77 [License] => MIT ) [114] => Array ( [id] => 230 [title] => Song - 115 [time] => 115 [License] => MIT ) [113] => Array ( [id] => 228 [title] => Song - 114 [time] => 114 [License] => MIT ) [74] => Array ( [id] => 225 [title] => Song - 75 [time] => 75 [License] => MIT ) [54] => Array ( [id] => 220 [title] => Song - 55 [time] => 55 [License] => MIT ) [109] => Array ( [id] => 220 [title] => Song - 110 [time] => 110 [License] => MIT ) [72] => Array ( [id] => 219 [title] => Song - 73 [time] => 73 [License] => MIT ) [106] => Array ( [id] => 214 [title] => Song - 107 [time] => 107 [License] => MIT ) [68] => Array ( [id] => 207 [title] => Song - 69 [time] => 69 [License] => MIT ) [66] => Array ( [id] => 201 [title] => Song - 67 [time] => 67 [License] => MIT ) [97] => Array ( [id] => 196 [title] => Song - 98 [time] => 98 [License] => MIT ) [93] => Array ( [id] => 188 [title] => Song - 94 [time] => 94 [License] => MIT ) [92] => Array ( [id] => 186 [title] => Song - 93 [time] => 93 [License] => MIT ) [44] => Array ( [id] => 180 [title] => Song - 45 [time] => 45 [License] => MIT ) [43] => Array ( [id] => 176 [title] => Song - 44 [time] => 44 [License] => MIT ) [84] => Array ( [id] => 170 [title] => Song - 85 [time] => 85 [License] => MIT ) [55] => Array ( [id] => 168 [title] => Song - 56 [time] => 56 [License] => MIT ) [82] => Array ( [id] => 166 [title] => Song - 83 [time] => 83 [License] => MIT ) [81] => Array ( [id] => 164 [title] => Song - 82 [time] => 82 [License] => MIT ) [53] => Array ( [id] => 162 [title] => Song - 54 [time] => 54 [License] => MIT ) [79] => Array ( [id] => 160 [title] => Song - 80 [time] => 80 [License] => MIT ) [39] => Array ( [id] => 160 [title] => Song - 40 [time] => 40 [License] => MIT ) [78] => Array ( [id] => 158 [title] => Song - 79 [time] => 79 [License] => MIT ) [38] => Array ( [id] => 156 [title] => Song - 39 [time] => 39 [License] => MIT ) [49] => Array ( [id] => 150 [title] => Song - 50 [time] => 50 [License] => MIT ) [48] => Array ( [id] => 147 [title] => Song - 49 [time] => 49 [License] => MIT ) [146] => Array ( [id] => 147 [title] => Song - 147 [time] => 147 [License] => MIT ) [47] => Array ( [id] => 144 [title] => Song - 48 [time] => 48 [License] => MIT ) [141] => Array ( [id] => 142 [title] => Song - 142 [time] => 142 [License] => MIT ) [34] => Array ( [id] => 140 [title] => Song - 35 [time] => 35 [License] => MIT ) [136] => Array ( [id] => 137 [title] => Song - 137 [time] => 137 [License] => MIT ) [135] => Array ( [id] => 136 [title] => Song - 136 [time] => 136 [License] => MIT ) [65] => Array ( [id] => 132 [title] => Song - 66 [time] => 66 [License] => MIT ) [131] => Array ( [id] => 132 [title] => Song - 132 [time] => 132 [License] => MIT ) [128] => Array ( [id] => 129 [title] => Song - 129 [time] => 129 [License] => MIT ) [63] => Array ( [id] => 128 [title] => Song - 64 [time] => 64 [License] => MIT ) [126] => Array ( [id] => 127 [title] => Song - 127 [time] => 127 [License] => MIT ) [40] => Array ( [id] => 123 [title] => Song - 41 [time] => 41 [License] => MIT ) [122] => Array ( [id] => 123 [title] => Song - 123 [time] => 123 [License] => MIT ) [121] => Array ( [id] => 122 [title] => Song - 122 [time] => 122 [License] => MIT ) [59] => Array ( [id] => 120 [title] => Song - 60 [time] => 60 [License] => MIT ) [118] => Array ( [id] => 119 [title] => Song - 119 [time] => 119 [License] => MIT ) [117] => Array ( [id] => 118 [title] => Song - 118 [time] => 118 [License] => MIT ) [116] => Array ( [id] => 117 [title] => Song - 117 [time] => 117 [License] => MIT ) [57] => Array ( [id] => 116 [title] => Song - 58 [time] => 58 [License] => MIT ) [27] => Array ( [id] => 112 [title] => Song - 28 [time] => 28 [License] => MIT ) [110] => Array ( [id] => 111 [title] => Song - 111 [time] => 111 [License] => MIT ) [108] => Array ( [id] => 109 [title] => Song - 109 [time] => 109 [License] => MIT ) [26] => Array ( [id] => 108 [title] => Song - 27 [time] => 27 [License] => MIT ) [107] => Array ( [id] => 108 [title] => Song - 108 [time] => 108 [License] => MIT ) [51] => Array ( [id] => 104 [title] => Song - 52 [time] => 52 [License] => MIT ) [102] => Array ( [id] => 103 [title] => Song - 103 [time] => 103 [License] => MIT ) [33] => Array ( [id] => 102 [title] => Song - 34 [time] => 34 [License] => MIT ) [100] => Array ( [id] => 101 [title] => Song - 101 [time] => 101 [License] => MIT ) [94] => Array ( [id] => 95 [title] => Song - 95 [time] => 95 [License] => MIT ) [46] => Array ( [id] => 94 [title] => Song - 47 [time] => 47 [License] => MIT ) [30] => Array ( [id] => 93 [title] => Song - 31 [time] => 31 [License] => MIT ) [91] => Array ( [id] => 92 [title] => Song - 92 [time] => 92 [License] => MIT ) [45] => Array ( [id] => 92 [title] => Song - 46 [time] => 46 [License] => MIT ) [22] => Array ( [id] => 92 [title] => Song - 23 [time] => 23 [License] => MIT ) [29] => Array ( [id] => 90 [title] => Song - 30 [time] => 30 [License] => MIT ) [87] => Array ( [id] => 88 [title] => Song - 88 [time] => 88 [License] => MIT ) [28] => Array ( [id] => 87 [title] => Song - 29 [time] => 29 [License] => MIT ) [85] => Array ( [id] => 86 [title] => Song - 86 [time] => 86 [License] => MIT ) [42] => Array ( [id] => 86 [title] => Song - 43 [time] => 43 [License] => MIT ) [83] => Array ( [id] => 84 [title] => Song - 84 [time] => 84 [License] => MIT ) [41] => Array ( [id] => 84 [title] => Song - 42 [time] => 42 [License] => MIT ) [80] => Array ( [id] => 81 [title] => Song - 81 [time] => 81 [License] => MIT ) [19] => Array ( [id] => 80 [title] => Song - 20 [time] => 20 [License] => MIT ) [75] => Array ( [id] => 76 [title] => Song - 76 [time] => 76 [License] => MIT ) [18] => Array ( [id] => 76 [title] => Song - 19 [time] => 19 [License] => MIT ) [71] => Array ( [id] => 72 [title] => Song - 72 [time] => 72 [License] => MIT ) [70] => Array ( [id] => 71 [title] => Song - 71 [time] => 71 [License] => MIT ) [16] => Array ( [id] => 68 [title] => Song - 17 [time] => 17 [License] => MIT ) [64] => Array ( [id] => 65 [title] => Song - 65 [time] => 65 [License] => MIT ) [31] => Array ( [id] => 64 [title] => Song - 32 [time] => 32 [License] => MIT ) [20] => Array ( [id] => 63 [title] => Song - 21 [time] => 21 [License] => MIT ) [58] => Array ( [id] => 59 [title] => Song - 59 [time] => 59 [License] => MIT ) [56] => Array ( [id] => 57 [title] => Song - 57 [time] => 57 [License] => MIT ) [52] => Array ( [id] => 53 [title] => Song - 53 [time] => 53 [License] => MIT ) [25] => Array ( [id] => 52 [title] => Song - 26 [time] => 26 [License] => MIT ) [50] => Array ( [id] => 51 [title] => Song - 51 [time] => 51 [License] => MIT ) [24] => Array ( [id] => 50 [title] => Song - 25 [time] => 25 [License] => MIT ) [21] => Array ( [id] => 44 [title] => Song - 22 [time] => 22 [License] => MIT ) [37] => Array ( [id] => 38 [title] => Song - 38 [time] => 38 [License] => MIT ) [36] => Array ( [id] => 37 [title] => Song - 37 [time] => 37 [License] => MIT ) [35] => Array ( [id] => 36 [title] => Song - 36 [time] => 36 [License] => MIT ) [32] => Array ( [id] => 33 [title] => Song - 33 [time] => 33 [License] => MIT ) [10] => Array ( [id] => 33 [title] => Song - 11 [time] => 11 [License] => MIT ) [13] => Array ( [id] => 28 [title] => Song - 14 [time] => 14 [License] => MIT ) [23] => Array ( [id] => 24 [title] => Song - 24 [time] => 24 [License] => MIT ) [9] => Array ( [id] => 20 [title] => Song - 10 [time] => 10 [License] => MIT ) [5] => Array ( [id] => 18 [title] => Song - 6 [time] => 6 [License] => MIT ) [17] => Array ( [id] => 18 [title] => Song - 18 [time] => 18 [License] => MIT ) [15] => Array ( [id] => 16 [title] => Song - 16 [time] => 16 [License] => MIT ) [14] => Array ( [id] => 15 [title] => Song - 15 [time] => 15 [License] => MIT ) [12] => Array ( [id] => 13 [title] => Song - 13 [time] => 13 [License] => MIT ) [11] => Array ( [id] => 12 [title] => Song - 12 [time] => 12 [License] => MIT ) [8] => Array ( [id] => 9 [title] => Song - 9 [time] => 9 [License] => MIT ) [7] => Array ( [id] => 8 [title] => Song - 8 [time] => 8 [License] => MIT ) [3] => Array ( [id] => 8 [title] => Song - 4 [time] => 4 [License] => MIT ) [6] => Array ( [id] => 7 [title] => Song - 7 [time] => 7 [License] => MIT ) [1] => Array ( [id] => 6 [title] => Song - 2 [time] => 2 [License] => MIT ) [4] => Array ( [id] => 5 [title] => Song - 5 [time] => 5 [License] => MIT ) [2] => Array ( [id] => 3 [title] => Song - 3 [time] => 3 [License] => MIT ) [0] => Array ( [id] => 3 [title] => Song - 1 [time] => 1 [License] => MIT ) )
Output for 5.5.29
Array ( [148] => Array ( [id] => 596 [title] => Song - 149 [time] => 149 [License] => MIT ) [139] => Array ( [id] => 560 [title] => Song - 140 [time] => 140 [License] => MIT ) [136] => Array ( [id] => 548 [title] => Song - 137 [time] => 137 [License] => MIT ) [130] => Array ( [id] => 524 [title] => Song - 131 [time] => 131 [License] => MIT ) [127] => Array ( [id] => 512 [title] => Song - 128 [time] => 128 [License] => MIT ) [120] => Array ( [id] => 484 [title] => Song - 121 [time] => 121 [License] => MIT ) [119] => Array ( [id] => 480 [title] => Song - 120 [time] => 120 [License] => MIT ) [115] => Array ( [id] => 464 [title] => Song - 116 [time] => 116 [License] => MIT ) [113] => Array ( [id] => 456 [title] => Song - 114 [time] => 114 [License] => MIT ) [149] => Array ( [id] => 450 [title] => Song - 150 [time] => 150 [License] => MIT ) [146] => Array ( [id] => 441 [title] => Song - 147 [time] => 147 [License] => MIT ) [144] => Array ( [id] => 435 [title] => Song - 145 [time] => 145 [License] => MIT ) [138] => Array ( [id] => 417 [title] => Song - 139 [time] => 139 [License] => MIT ) [103] => Array ( [id] => 416 [title] => Song - 104 [time] => 104 [License] => MIT ) [133] => Array ( [id] => 402 [title] => Song - 134 [time] => 134 [License] => MIT ) [99] => Array ( [id] => 400 [title] => Song - 100 [time] => 100 [License] => MIT ) [129] => Array ( [id] => 390 [title] => Song - 130 [time] => 130 [License] => MIT ) [124] => Array ( [id] => 375 [title] => Song - 125 [time] => 125 [License] => MIT ) [123] => Array ( [id] => 372 [title] => Song - 124 [time] => 124 [License] => MIT ) [87] => Array ( [id] => 352 [title] => Song - 88 [time] => 88 [License] => MIT ) [116] => Array ( [id] => 351 [title] => Song - 117 [time] => 117 [License] => MIT ) [86] => Array ( [id] => 348 [title] => Song - 87 [time] => 87 [License] => MIT ) [114] => Array ( [id] => 345 [title] => Song - 115 [time] => 115 [License] => MIT ) [112] => Array ( [id] => 339 [title] => Song - 113 [time] => 113 [License] => MIT ) [82] => Array ( [id] => 332 [title] => Song - 83 [time] => 83 [License] => MIT ) [109] => Array ( [id] => 330 [title] => Song - 110 [time] => 110 [License] => MIT ) [79] => Array ( [id] => 320 [title] => Song - 80 [time] => 80 [License] => MIT ) [101] => Array ( [id] => 306 [title] => Song - 102 [time] => 102 [License] => MIT ) [147] => Array ( [id] => 296 [title] => Song - 148 [time] => 148 [License] => MIT ) [72] => Array ( [id] => 292 [title] => Song - 73 [time] => 73 [License] => MIT ) [71] => Array ( [id] => 288 [title] => Song - 72 [time] => 72 [License] => MIT ) [143] => Array ( [id] => 288 [title] => Song - 144 [time] => 144 [License] => MIT ) [141] => Array ( [id] => 284 [title] => Song - 142 [time] => 142 [License] => MIT ) [140] => Array ( [id] => 282 [title] => Song - 141 [time] => 141 [License] => MIT ) [137] => Array ( [id] => 276 [title] => Song - 138 [time] => 138 [License] => MIT ) [132] => Array ( [id] => 266 [title] => Song - 133 [time] => 133 [License] => MIT ) [131] => Array ( [id] => 264 [title] => Song - 132 [time] => 132 [License] => MIT ) [64] => Array ( [id] => 260 [title] => Song - 65 [time] => 65 [License] => MIT ) [128] => Array ( [id] => 258 [title] => Song - 129 [time] => 129 [License] => MIT ) [126] => Array ( [id] => 254 [title] => Song - 127 [time] => 127 [License] => MIT ) [125] => Array ( [id] => 252 [title] => Song - 126 [time] => 126 [License] => MIT ) [122] => Array ( [id] => 246 [title] => Song - 123 [time] => 123 [License] => MIT ) [80] => Array ( [id] => 243 [title] => Song - 81 [time] => 81 [License] => MIT ) [118] => Array ( [id] => 238 [title] => Song - 119 [time] => 119 [License] => MIT ) [77] => Array ( [id] => 234 [title] => Song - 78 [time] => 78 [License] => MIT ) [57] => Array ( [id] => 232 [title] => Song - 58 [time] => 58 [License] => MIT ) [55] => Array ( [id] => 224 [title] => Song - 56 [time] => 56 [License] => MIT ) [108] => Array ( [id] => 218 [title] => Song - 109 [time] => 109 [License] => MIT ) [104] => Array ( [id] => 210 [title] => Song - 105 [time] => 105 [License] => MIT ) [102] => Array ( [id] => 206 [title] => Song - 103 [time] => 103 [License] => MIT ) [67] => Array ( [id] => 204 [title] => Song - 68 [time] => 68 [License] => MIT ) [50] => Array ( [id] => 204 [title] => Song - 51 [time] => 51 [License] => MIT ) [100] => Array ( [id] => 202 [title] => Song - 101 [time] => 101 [License] => MIT ) [98] => Array ( [id] => 198 [title] => Song - 99 [time] => 99 [License] => MIT ) [95] => Array ( [id] => 192 [title] => Song - 96 [time] => 96 [License] => MIT ) [63] => Array ( [id] => 192 [title] => Song - 64 [time] => 64 [License] => MIT ) [94] => Array ( [id] => 190 [title] => Song - 95 [time] => 95 [License] => MIT ) [46] => Array ( [id] => 188 [title] => Song - 47 [time] => 47 [License] => MIT ) [61] => Array ( [id] => 186 [title] => Song - 62 [time] => 62 [License] => MIT ) [91] => Array ( [id] => 184 [title] => Song - 92 [time] => 92 [License] => MIT ) [90] => Array ( [id] => 182 [title] => Song - 91 [time] => 91 [License] => MIT ) [88] => Array ( [id] => 178 [title] => Song - 89 [time] => 89 [License] => MIT ) [43] => Array ( [id] => 176 [title] => Song - 44 [time] => 44 [License] => MIT ) [85] => Array ( [id] => 172 [title] => Song - 86 [time] => 86 [License] => MIT ) [83] => Array ( [id] => 168 [title] => Song - 84 [time] => 84 [License] => MIT ) [41] => Array ( [id] => 168 [title] => Song - 42 [time] => 42 [License] => MIT ) [81] => Array ( [id] => 164 [title] => Song - 82 [time] => 82 [License] => MIT ) [53] => Array ( [id] => 162 [title] => Song - 54 [time] => 54 [License] => MIT ) [51] => Array ( [id] => 156 [title] => Song - 52 [time] => 52 [License] => MIT ) [37] => Array ( [id] => 152 [title] => Song - 38 [time] => 38 [License] => MIT ) [145] => Array ( [id] => 146 [title] => Song - 146 [time] => 146 [License] => MIT ) [47] => Array ( [id] => 144 [title] => Song - 48 [time] => 48 [License] => MIT ) [142] => Array ( [id] => 143 [title] => Song - 143 [time] => 143 [License] => MIT ) [70] => Array ( [id] => 142 [title] => Song - 71 [time] => 71 [License] => MIT ) [68] => Array ( [id] => 138 [title] => Song - 69 [time] => 69 [License] => MIT ) [33] => Array ( [id] => 136 [title] => Song - 34 [time] => 34 [License] => MIT ) [135] => Array ( [id] => 136 [title] => Song - 136 [time] => 136 [License] => MIT ) [134] => Array ( [id] => 135 [title] => Song - 135 [time] => 135 [License] => MIT ) [66] => Array ( [id] => 134 [title] => Song - 67 [time] => 67 [License] => MIT ) [42] => Array ( [id] => 129 [title] => Song - 43 [time] => 43 [License] => MIT ) [31] => Array ( [id] => 128 [title] => Song - 32 [time] => 32 [License] => MIT ) [62] => Array ( [id] => 126 [title] => Song - 63 [time] => 63 [License] => MIT ) [121] => Array ( [id] => 122 [title] => Song - 122 [time] => 122 [License] => MIT ) [59] => Array ( [id] => 120 [title] => Song - 60 [time] => 60 [License] => MIT ) [58] => Array ( [id] => 118 [title] => Song - 59 [time] => 59 [License] => MIT ) [117] => Array ( [id] => 118 [title] => Song - 118 [time] => 118 [License] => MIT ) [111] => Array ( [id] => 112 [title] => Song - 112 [time] => 112 [License] => MIT ) [110] => Array ( [id] => 111 [title] => Song - 111 [time] => 111 [License] => MIT ) [54] => Array ( [id] => 110 [title] => Song - 55 [time] => 55 [License] => MIT ) [26] => Array ( [id] => 108 [title] => Song - 27 [time] => 27 [License] => MIT ) [107] => Array ( [id] => 108 [title] => Song - 108 [time] => 108 [License] => MIT ) [106] => Array ( [id] => 107 [title] => Song - 107 [time] => 107 [License] => MIT ) [52] => Array ( [id] => 106 [title] => Song - 53 [time] => 53 [License] => MIT ) [105] => Array ( [id] => 106 [title] => Song - 106 [time] => 106 [License] => MIT ) [25] => Array ( [id] => 104 [title] => Song - 26 [time] => 26 [License] => MIT ) [97] => Array ( [id] => 98 [title] => Song - 98 [time] => 98 [License] => MIT ) [96] => Array ( [id] => 97 [title] => Song - 97 [time] => 97 [License] => MIT ) [93] => Array ( [id] => 94 [title] => Song - 94 [time] => 94 [License] => MIT ) [92] => Array ( [id] => 93 [title] => Song - 93 [time] => 93 [License] => MIT ) [45] => Array ( [id] => 92 [title] => Song - 46 [time] => 46 [License] => MIT ) [89] => Array ( [id] => 90 [title] => Song - 90 [time] => 90 [License] => MIT ) [29] => Array ( [id] => 90 [title] => Song - 30 [time] => 30 [License] => MIT ) [84] => Array ( [id] => 85 [title] => Song - 85 [time] => 85 [License] => MIT ) [27] => Array ( [id] => 84 [title] => Song - 28 [time] => 28 [License] => MIT ) [40] => Array ( [id] => 82 [title] => Song - 41 [time] => 41 [License] => MIT ) [19] => Array ( [id] => 80 [title] => Song - 20 [time] => 20 [License] => MIT ) [78] => Array ( [id] => 79 [title] => Song - 79 [time] => 79 [License] => MIT ) [38] => Array ( [id] => 78 [title] => Song - 39 [time] => 39 [License] => MIT ) [76] => Array ( [id] => 77 [title] => Song - 77 [time] => 77 [License] => MIT ) [75] => Array ( [id] => 76 [title] => Song - 76 [time] => 76 [License] => MIT ) [74] => Array ( [id] => 75 [title] => Song - 75 [time] => 75 [License] => MIT ) [73] => Array ( [id] => 74 [title] => Song - 74 [time] => 74 [License] => MIT ) [36] => Array ( [id] => 74 [title] => Song - 37 [time] => 37 [License] => MIT ) [35] => Array ( [id] => 72 [title] => Song - 36 [time] => 36 [License] => MIT ) [23] => Array ( [id] => 72 [title] => Song - 24 [time] => 24 [License] => MIT ) [17] => Array ( [id] => 72 [title] => Song - 18 [time] => 18 [License] => MIT ) [69] => Array ( [id] => 70 [title] => Song - 70 [time] => 70 [License] => MIT ) [65] => Array ( [id] => 66 [title] => Song - 66 [time] => 66 [License] => MIT ) [32] => Array ( [id] => 66 [title] => Song - 33 [time] => 33 [License] => MIT ) [21] => Array ( [id] => 66 [title] => Song - 22 [time] => 22 [License] => MIT ) [30] => Array ( [id] => 62 [title] => Song - 31 [time] => 31 [License] => MIT ) [60] => Array ( [id] => 61 [title] => Song - 61 [time] => 61 [License] => MIT ) [14] => Array ( [id] => 60 [title] => Song - 15 [time] => 15 [License] => MIT ) [28] => Array ( [id] => 58 [title] => Song - 29 [time] => 29 [License] => MIT ) [56] => Array ( [id] => 57 [title] => Song - 57 [time] => 57 [License] => MIT ) [12] => Array ( [id] => 52 [title] => Song - 13 [time] => 13 [License] => MIT ) [49] => Array ( [id] => 50 [title] => Song - 50 [time] => 50 [License] => MIT ) [48] => Array ( [id] => 49 [title] => Song - 49 [time] => 49 [License] => MIT ) [22] => Array ( [id] => 46 [title] => Song - 23 [time] => 23 [License] => MIT ) [44] => Array ( [id] => 45 [title] => Song - 45 [time] => 45 [License] => MIT ) [10] => Array ( [id] => 44 [title] => Song - 11 [time] => 11 [License] => MIT ) [20] => Array ( [id] => 42 [title] => Song - 21 [time] => 21 [License] => MIT ) [39] => Array ( [id] => 40 [title] => Song - 40 [time] => 40 [License] => MIT ) [8] => Array ( [id] => 36 [title] => Song - 9 [time] => 9 [License] => MIT ) [34] => Array ( [id] => 35 [title] => Song - 35 [time] => 35 [License] => MIT ) [16] => Array ( [id] => 34 [title] => Song - 17 [time] => 17 [License] => MIT ) [15] => Array ( [id] => 32 [title] => Song - 16 [time] => 16 [License] => MIT ) [24] => Array ( [id] => 25 [title] => Song - 25 [time] => 25 [License] => MIT ) [11] => Array ( [id] => 24 [title] => Song - 12 [time] => 12 [License] => MIT ) [18] => Array ( [id] => 19 [title] => Song - 19 [time] => 19 [License] => MIT ) [4] => Array ( [id] => 15 [title] => Song - 5 [time] => 5 [License] => MIT ) [6] => Array ( [id] => 14 [title] => Song - 7 [time] => 7 [License] => MIT ) [13] => Array ( [id] => 14 [title] => Song - 14 [time] => 14 [License] => MIT ) [5] => Array ( [id] => 12 [title] => Song - 6 [time] => 6 [License] => MIT ) [9] => Array ( [id] => 10 [title] => Song - 10 [time] => 10 [License] => MIT ) [7] => Array ( [id] => 8 [title] => Song - 8 [time] => 8 [License] => MIT ) [3] => Array ( [id] => 8 [title] => Song - 4 [time] => 4 [License] => MIT ) [2] => Array ( [id] => 6 [title] => Song - 3 [time] => 3 [License] => MIT ) [1] => Array ( [id] => 4 [title] => Song - 2 [time] => 2 [License] => MIT ) [0] => Array ( [id] => 3 [title] => Song - 1 [time] => 1 [License] => MIT ) )
Output for 5.5.28
Array ( [147] => Array ( [id] => 592 [title] => Song - 148 [time] => 148 [License] => MIT ) [145] => Array ( [id] => 584 [title] => Song - 146 [time] => 146 [License] => MIT ) [138] => Array ( [id] => 556 [title] => Song - 139 [time] => 139 [License] => MIT ) [137] => Array ( [id] => 552 [title] => Song - 138 [time] => 138 [License] => MIT ) [131] => Array ( [id] => 528 [title] => Song - 132 [time] => 132 [License] => MIT ) [128] => Array ( [id] => 516 [title] => Song - 129 [time] => 129 [License] => MIT ) [121] => Array ( [id] => 488 [title] => Song - 122 [time] => 122 [License] => MIT ) [119] => Array ( [id] => 480 [title] => Song - 120 [time] => 120 [License] => MIT ) [116] => Array ( [id] => 468 [title] => Song - 117 [time] => 117 [License] => MIT ) [148] => Array ( [id] => 447 [title] => Song - 149 [time] => 149 [License] => MIT ) [109] => Array ( [id] => 440 [title] => Song - 110 [time] => 110 [License] => MIT ) [106] => Array ( [id] => 428 [title] => Song - 107 [time] => 107 [License] => MIT ) [139] => Array ( [id] => 420 [title] => Song - 140 [time] => 140 [License] => MIT ) [104] => Array ( [id] => 420 [title] => Song - 105 [time] => 105 [License] => MIT ) [100] => Array ( [id] => 404 [title] => Song - 101 [time] => 101 [License] => MIT ) [132] => Array ( [id] => 399 [title] => Song - 133 [time] => 133 [License] => MIT ) [129] => Array ( [id] => 390 [title] => Song - 130 [time] => 130 [License] => MIT ) [95] => Array ( [id] => 384 [title] => Song - 96 [time] => 96 [License] => MIT ) [126] => Array ( [id] => 381 [title] => Song - 127 [time] => 127 [License] => MIT ) [94] => Array ( [id] => 380 [title] => Song - 95 [time] => 95 [License] => MIT ) [125] => Array ( [id] => 378 [title] => Song - 126 [time] => 126 [License] => MIT ) [93] => Array ( [id] => 376 [title] => Song - 94 [time] => 94 [License] => MIT ) [124] => Array ( [id] => 375 [title] => Song - 125 [time] => 125 [License] => MIT ) [122] => Array ( [id] => 369 [title] => Song - 123 [time] => 123 [License] => MIT ) [118] => Array ( [id] => 357 [title] => Song - 119 [time] => 119 [License] => MIT ) [117] => Array ( [id] => 354 [title] => Song - 118 [time] => 118 [License] => MIT ) [113] => Array ( [id] => 342 [title] => Song - 114 [time] => 114 [License] => MIT ) [84] => Array ( [id] => 340 [title] => Song - 85 [time] => 85 [License] => MIT ) [110] => Array ( [id] => 333 [title] => Song - 111 [time] => 111 [License] => MIT ) [82] => Array ( [id] => 332 [title] => Song - 83 [time] => 83 [License] => MIT ) [79] => Array ( [id] => 320 [title] => Song - 80 [time] => 80 [License] => MIT ) [103] => Array ( [id] => 312 [title] => Song - 104 [time] => 104 [License] => MIT ) [102] => Array ( [id] => 309 [title] => Song - 103 [time] => 103 [License] => MIT ) [76] => Array ( [id] => 308 [title] => Song - 77 [time] => 77 [License] => MIT ) [101] => Array ( [id] => 306 [title] => Song - 102 [time] => 102 [License] => MIT ) [149] => Array ( [id] => 300 [title] => Song - 150 [time] => 150 [License] => MIT ) [73] => Array ( [id] => 296 [title] => Song - 74 [time] => 74 [License] => MIT ) [146] => Array ( [id] => 294 [title] => Song - 147 [time] => 147 [License] => MIT ) [72] => Array ( [id] => 292 [title] => Song - 73 [time] => 73 [License] => MIT ) [96] => Array ( [id] => 291 [title] => Song - 97 [time] => 97 [License] => MIT ) [144] => Array ( [id] => 290 [title] => Song - 145 [time] => 145 [License] => MIT ) [71] => Array ( [id] => 288 [title] => Song - 72 [time] => 72 [License] => MIT ) [143] => Array ( [id] => 288 [title] => Song - 144 [time] => 144 [License] => MIT ) [142] => Array ( [id] => 286 [title] => Song - 143 [time] => 143 [License] => MIT ) [140] => Array ( [id] => 282 [title] => Song - 141 [time] => 141 [License] => MIT ) [92] => Array ( [id] => 279 [title] => Song - 93 [time] => 93 [License] => MIT ) [91] => Array ( [id] => 276 [title] => Song - 92 [time] => 92 [License] => MIT ) [134] => Array ( [id] => 270 [title] => Song - 135 [time] => 135 [License] => MIT ) [88] => Array ( [id] => 267 [title] => Song - 89 [time] => 89 [License] => MIT ) [127] => Array ( [id] => 256 [title] => Song - 128 [time] => 128 [License] => MIT ) [62] => Array ( [id] => 252 [title] => Song - 63 [time] => 63 [License] => MIT ) [60] => Array ( [id] => 244 [title] => Song - 61 [time] => 61 [License] => MIT ) [80] => Array ( [id] => 243 [title] => Song - 81 [time] => 81 [License] => MIT ) [77] => Array ( [id] => 234 [title] => Song - 78 [time] => 78 [License] => MIT ) [115] => Array ( [id] => 232 [title] => Song - 116 [time] => 116 [License] => MIT ) [56] => Array ( [id] => 228 [title] => Song - 57 [time] => 57 [License] => MIT ) [112] => Array ( [id] => 226 [title] => Song - 113 [time] => 113 [License] => MIT ) [111] => Array ( [id] => 224 [title] => Song - 112 [time] => 112 [License] => MIT ) [52] => Array ( [id] => 212 [title] => Song - 53 [time] => 53 [License] => MIT ) [69] => Array ( [id] => 210 [title] => Song - 70 [time] => 70 [License] => MIT ) [50] => Array ( [id] => 204 [title] => Song - 51 [time] => 51 [License] => MIT ) [66] => Array ( [id] => 201 [title] => Song - 67 [time] => 67 [License] => MIT ) [98] => Array ( [id] => 198 [title] => Song - 99 [time] => 99 [License] => MIT ) [63] => Array ( [id] => 192 [title] => Song - 64 [time] => 64 [License] => MIT ) [59] => Array ( [id] => 180 [title] => Song - 60 [time] => 60 [License] => MIT ) [58] => Array ( [id] => 177 [title] => Song - 59 [time] => 59 [License] => MIT ) [87] => Array ( [id] => 176 [title] => Song - 88 [time] => 88 [License] => MIT ) [43] => Array ( [id] => 176 [title] => Song - 44 [time] => 44 [License] => MIT ) [86] => Array ( [id] => 174 [title] => Song - 87 [time] => 87 [License] => MIT ) [85] => Array ( [id] => 172 [title] => Song - 86 [time] => 86 [License] => MIT ) [41] => Array ( [id] => 168 [title] => Song - 42 [time] => 42 [License] => MIT ) [81] => Array ( [id] => 164 [title] => Song - 82 [time] => 82 [License] => MIT ) [39] => Array ( [id] => 160 [title] => Song - 40 [time] => 40 [License] => MIT ) [70] => Array ( [id] => 142 [title] => Song - 71 [time] => 71 [License] => MIT ) [141] => Array ( [id] => 142 [title] => Song - 142 [time] => 142 [License] => MIT ) [34] => Array ( [id] => 140 [title] => Song - 35 [time] => 35 [License] => MIT ) [68] => Array ( [id] => 138 [title] => Song - 69 [time] => 69 [License] => MIT ) [136] => Array ( [id] => 137 [title] => Song - 137 [time] => 137 [License] => MIT ) [135] => Array ( [id] => 136 [title] => Song - 136 [time] => 136 [License] => MIT ) [133] => Array ( [id] => 134 [title] => Song - 134 [time] => 134 [License] => MIT ) [130] => Array ( [id] => 131 [title] => Song - 131 [time] => 131 [License] => MIT ) [61] => Array ( [id] => 124 [title] => Song - 62 [time] => 62 [License] => MIT ) [123] => Array ( [id] => 124 [title] => Song - 124 [time] => 124 [License] => MIT ) [120] => Array ( [id] => 121 [title] => Song - 121 [time] => 121 [License] => MIT ) [29] => Array ( [id] => 120 [title] => Song - 30 [time] => 30 [License] => MIT ) [114] => Array ( [id] => 115 [title] => Song - 115 [time] => 115 [License] => MIT ) [108] => Array ( [id] => 109 [title] => Song - 109 [time] => 109 [License] => MIT ) [107] => Array ( [id] => 108 [title] => Song - 108 [time] => 108 [License] => MIT ) [105] => Array ( [id] => 106 [title] => Song - 106 [time] => 106 [License] => MIT ) [49] => Array ( [id] => 100 [title] => Song - 50 [time] => 50 [License] => MIT ) [99] => Array ( [id] => 100 [title] => Song - 100 [time] => 100 [License] => MIT ) [32] => Array ( [id] => 99 [title] => Song - 33 [time] => 33 [License] => MIT ) [97] => Array ( [id] => 98 [title] => Song - 98 [time] => 98 [License] => MIT ) [31] => Array ( [id] => 96 [title] => Song - 32 [time] => 32 [License] => MIT ) [46] => Array ( [id] => 94 [title] => Song - 47 [time] => 47 [License] => MIT ) [45] => Array ( [id] => 92 [title] => Song - 46 [time] => 46 [License] => MIT ) [90] => Array ( [id] => 91 [title] => Song - 91 [time] => 91 [License] => MIT ) [89] => Array ( [id] => 90 [title] => Song - 90 [time] => 90 [License] => MIT ) [21] => Array ( [id] => 88 [title] => Song - 22 [time] => 22 [License] => MIT ) [83] => Array ( [id] => 84 [title] => Song - 84 [time] => 84 [License] => MIT ) [20] => Array ( [id] => 84 [title] => Song - 21 [time] => 21 [License] => MIT ) [40] => Array ( [id] => 82 [title] => Song - 41 [time] => 41 [License] => MIT ) [78] => Array ( [id] => 79 [title] => Song - 79 [time] => 79 [License] => MIT ) [25] => Array ( [id] => 78 [title] => Song - 26 [time] => 26 [License] => MIT ) [75] => Array ( [id] => 76 [title] => Song - 76 [time] => 76 [License] => MIT ) [18] => Array ( [id] => 76 [title] => Song - 19 [time] => 19 [License] => MIT ) [74] => Array ( [id] => 75 [title] => Song - 75 [time] => 75 [License] => MIT ) [36] => Array ( [id] => 74 [title] => Song - 37 [time] => 37 [License] => MIT ) [35] => Array ( [id] => 72 [title] => Song - 36 [time] => 36 [License] => MIT ) [17] => Array ( [id] => 72 [title] => Song - 18 [time] => 18 [License] => MIT ) [67] => Array ( [id] => 68 [title] => Song - 68 [time] => 68 [License] => MIT ) [65] => Array ( [id] => 66 [title] => Song - 66 [time] => 66 [License] => MIT ) [64] => Array ( [id] => 65 [title] => Song - 65 [time] => 65 [License] => MIT ) [19] => Array ( [id] => 60 [title] => Song - 20 [time] => 20 [License] => MIT ) [57] => Array ( [id] => 58 [title] => Song - 58 [time] => 58 [License] => MIT ) [28] => Array ( [id] => 58 [title] => Song - 29 [time] => 29 [License] => MIT ) [55] => Array ( [id] => 56 [title] => Song - 56 [time] => 56 [License] => MIT ) [54] => Array ( [id] => 55 [title] => Song - 55 [time] => 55 [License] => MIT ) [53] => Array ( [id] => 54 [title] => Song - 54 [time] => 54 [License] => MIT ) [51] => Array ( [id] => 52 [title] => Song - 52 [time] => 52 [License] => MIT ) [16] => Array ( [id] => 51 [title] => Song - 17 [time] => 17 [License] => MIT ) [24] => Array ( [id] => 50 [title] => Song - 25 [time] => 25 [License] => MIT ) [48] => Array ( [id] => 49 [title] => Song - 49 [time] => 49 [License] => MIT ) [47] => Array ( [id] => 48 [title] => Song - 48 [time] => 48 [License] => MIT ) [23] => Array ( [id] => 48 [title] => Song - 24 [time] => 24 [License] => MIT ) [15] => Array ( [id] => 48 [title] => Song - 16 [time] => 16 [License] => MIT ) [22] => Array ( [id] => 46 [title] => Song - 23 [time] => 23 [License] => MIT ) [44] => Array ( [id] => 45 [title] => Song - 45 [time] => 45 [License] => MIT ) [42] => Array ( [id] => 43 [title] => Song - 43 [time] => 43 [License] => MIT ) [13] => Array ( [id] => 42 [title] => Song - 14 [time] => 14 [License] => MIT ) [38] => Array ( [id] => 39 [title] => Song - 39 [time] => 39 [License] => MIT ) [12] => Array ( [id] => 39 [title] => Song - 13 [time] => 13 [License] => MIT ) [37] => Array ( [id] => 38 [title] => Song - 38 [time] => 38 [License] => MIT ) [8] => Array ( [id] => 36 [title] => Song - 9 [time] => 9 [License] => MIT ) [33] => Array ( [id] => 34 [title] => Song - 34 [time] => 34 [License] => MIT ) [10] => Array ( [id] => 33 [title] => Song - 11 [time] => 11 [License] => MIT ) [30] => Array ( [id] => 31 [title] => Song - 31 [time] => 31 [License] => MIT ) [27] => Array ( [id] => 28 [title] => Song - 28 [time] => 28 [License] => MIT ) [26] => Array ( [id] => 27 [title] => Song - 27 [time] => 27 [License] => MIT ) [5] => Array ( [id] => 24 [title] => Song - 6 [time] => 6 [License] => MIT ) [4] => Array ( [id] => 20 [title] => Song - 5 [time] => 5 [License] => MIT ) [7] => Array ( [id] => 16 [title] => Song - 8 [time] => 8 [License] => MIT ) [3] => Array ( [id] => 16 [title] => Song - 4 [time] => 4 [License] => MIT ) [14] => Array ( [id] => 15 [title] => Song - 15 [time] => 15 [License] => MIT ) [11] => Array ( [id] => 12 [title] => Song - 12 [time] => 12 [License] => MIT ) [9] => Array ( [id] => 10 [title] => Song - 10 [time] => 10 [License] => MIT ) [6] => Array ( [id] => 7 [title] => Song - 7 [time] => 7 [License] => MIT ) [2] => Array ( [id] => 6 [title] => Song - 3 [time] => 3 [License] => MIT ) [1] => Array ( [id] => 2 [title] => Song - 2 [time] => 2 [License] => MIT ) [0] => Array ( [id] => 1 [title] => Song - 1 [time] => 1 [License] => MIT ) )
Output for 5.5.27
Array ( [148] => Array ( [id] => 596 [title] => Song - 149 [time] => 149 [License] => MIT ) [146] => Array ( [id] => 588 [title] => Song - 147 [time] => 147 [License] => MIT ) [143] => Array ( [id] => 576 [title] => Song - 144 [time] => 144 [License] => MIT ) [140] => Array ( [id] => 564 [title] => Song - 141 [time] => 141 [License] => MIT ) [139] => Array ( [id] => 560 [title] => Song - 140 [time] => 140 [License] => MIT ) [135] => Array ( [id] => 544 [title] => Song - 136 [time] => 136 [License] => MIT ) [134] => Array ( [id] => 540 [title] => Song - 135 [time] => 135 [License] => MIT ) [131] => Array ( [id] => 528 [title] => Song - 132 [time] => 132 [License] => MIT ) [130] => Array ( [id] => 524 [title] => Song - 131 [time] => 131 [License] => MIT ) [129] => Array ( [id] => 520 [title] => Song - 130 [time] => 130 [License] => MIT ) [125] => Array ( [id] => 504 [title] => Song - 126 [time] => 126 [License] => MIT ) [124] => Array ( [id] => 500 [title] => Song - 125 [time] => 125 [License] => MIT ) [149] => Array ( [id] => 450 [title] => Song - 150 [time] => 150 [License] => MIT ) [145] => Array ( [id] => 438 [title] => Song - 146 [time] => 146 [License] => MIT ) [144] => Array ( [id] => 435 [title] => Song - 145 [time] => 145 [License] => MIT ) [107] => Array ( [id] => 432 [title] => Song - 108 [time] => 108 [License] => MIT ) [142] => Array ( [id] => 429 [title] => Song - 143 [time] => 143 [License] => MIT ) [104] => Array ( [id] => 420 [title] => Song - 105 [time] => 105 [License] => MIT ) [137] => Array ( [id] => 414 [title] => Song - 138 [time] => 138 [License] => MIT ) [99] => Array ( [id] => 400 [title] => Song - 100 [time] => 100 [License] => MIT ) [128] => Array ( [id] => 387 [title] => Song - 129 [time] => 129 [License] => MIT ) [126] => Array ( [id] => 381 [title] => Song - 127 [time] => 127 [License] => MIT ) [93] => Array ( [id] => 376 [title] => Song - 94 [time] => 94 [License] => MIT ) [122] => Array ( [id] => 369 [title] => Song - 123 [time] => 123 [License] => MIT ) [87] => Array ( [id] => 352 [title] => Song - 88 [time] => 88 [License] => MIT ) [84] => Array ( [id] => 340 [title] => Song - 85 [time] => 85 [License] => MIT ) [112] => Array ( [id] => 339 [title] => Song - 113 [time] => 113 [License] => MIT ) [83] => Array ( [id] => 336 [title] => Song - 84 [time] => 84 [License] => MIT ) [110] => Array ( [id] => 333 [title] => Song - 111 [time] => 111 [License] => MIT ) [109] => Array ( [id] => 330 [title] => Song - 110 [time] => 110 [License] => MIT ) [81] => Array ( [id] => 328 [title] => Song - 82 [time] => 82 [License] => MIT ) [105] => Array ( [id] => 318 [title] => Song - 106 [time] => 106 [License] => MIT ) [78] => Array ( [id] => 316 [title] => Song - 79 [time] => 79 [License] => MIT ) [77] => Array ( [id] => 312 [title] => Song - 78 [time] => 78 [License] => MIT ) [103] => Array ( [id] => 312 [title] => Song - 104 [time] => 104 [License] => MIT ) [74] => Array ( [id] => 300 [title] => Song - 75 [time] => 75 [License] => MIT ) [98] => Array ( [id] => 297 [title] => Song - 99 [time] => 99 [License] => MIT ) [73] => Array ( [id] => 296 [title] => Song - 74 [time] => 74 [License] => MIT ) [97] => Array ( [id] => 294 [title] => Song - 98 [time] => 98 [License] => MIT ) [96] => Array ( [id] => 291 [title] => Song - 97 [time] => 97 [License] => MIT ) [95] => Array ( [id] => 288 [title] => Song - 96 [time] => 96 [License] => MIT ) [69] => Array ( [id] => 280 [title] => Song - 70 [time] => 70 [License] => MIT ) [138] => Array ( [id] => 278 [title] => Song - 139 [time] => 139 [License] => MIT ) [89] => Array ( [id] => 270 [title] => Song - 90 [time] => 90 [License] => MIT ) [86] => Array ( [id] => 261 [title] => Song - 87 [time] => 87 [License] => MIT ) [85] => Array ( [id] => 258 [title] => Song - 86 [time] => 86 [License] => MIT ) [82] => Array ( [id] => 249 [title] => Song - 83 [time] => 83 [License] => MIT ) [123] => Array ( [id] => 248 [title] => Song - 124 [time] => 124 [License] => MIT ) [120] => Array ( [id] => 242 [title] => Song - 121 [time] => 121 [License] => MIT ) [119] => Array ( [id] => 240 [title] => Song - 120 [time] => 120 [License] => MIT ) [117] => Array ( [id] => 236 [title] => Song - 118 [time] => 118 [License] => MIT ) [111] => Array ( [id] => 224 [title] => Song - 112 [time] => 112 [License] => MIT ) [53] => Array ( [id] => 216 [title] => Song - 54 [time] => 54 [License] => MIT ) [106] => Array ( [id] => 214 [title] => Song - 107 [time] => 107 [License] => MIT ) [52] => Array ( [id] => 212 [title] => Song - 53 [time] => 53 [License] => MIT ) [68] => Array ( [id] => 207 [title] => Song - 69 [time] => 69 [License] => MIT ) [100] => Array ( [id] => 202 [title] => Song - 101 [time] => 101 [License] => MIT ) [65] => Array ( [id] => 198 [title] => Song - 66 [time] => 66 [License] => MIT ) [62] => Array ( [id] => 189 [title] => Song - 63 [time] => 63 [License] => MIT ) [92] => Array ( [id] => 186 [title] => Song - 93 [time] => 93 [License] => MIT ) [61] => Array ( [id] => 186 [title] => Song - 62 [time] => 62 [License] => MIT ) [45] => Array ( [id] => 184 [title] => Song - 46 [time] => 46 [License] => MIT ) [90] => Array ( [id] => 182 [title] => Song - 91 [time] => 91 [License] => MIT ) [44] => Array ( [id] => 180 [title] => Song - 45 [time] => 45 [License] => MIT ) [57] => Array ( [id] => 174 [title] => Song - 58 [time] => 58 [License] => MIT ) [42] => Array ( [id] => 172 [title] => Song - 43 [time] => 43 [License] => MIT ) [54] => Array ( [id] => 165 [title] => Song - 55 [time] => 55 [License] => MIT ) [80] => Array ( [id] => 162 [title] => Song - 81 [time] => 81 [License] => MIT ) [79] => Array ( [id] => 160 [title] => Song - 80 [time] => 80 [License] => MIT ) [51] => Array ( [id] => 156 [title] => Song - 52 [time] => 52 [License] => MIT ) [36] => Array ( [id] => 148 [title] => Song - 37 [time] => 37 [License] => MIT ) [147] => Array ( [id] => 148 [title] => Song - 148 [time] => 148 [License] => MIT ) [71] => Array ( [id] => 144 [title] => Song - 72 [time] => 72 [License] => MIT ) [70] => Array ( [id] => 142 [title] => Song - 71 [time] => 71 [License] => MIT ) [141] => Array ( [id] => 142 [title] => Song - 142 [time] => 142 [License] => MIT ) [136] => Array ( [id] => 137 [title] => Song - 137 [time] => 137 [License] => MIT ) [66] => Array ( [id] => 134 [title] => Song - 67 [time] => 67 [License] => MIT ) [133] => Array ( [id] => 134 [title] => Song - 134 [time] => 134 [License] => MIT ) [132] => Array ( [id] => 133 [title] => Song - 133 [time] => 133 [License] => MIT ) [127] => Array ( [id] => 128 [title] => Song - 128 [time] => 128 [License] => MIT ) [60] => Array ( [id] => 122 [title] => Song - 61 [time] => 61 [License] => MIT ) [121] => Array ( [id] => 122 [title] => Song - 122 [time] => 122 [License] => MIT ) [59] => Array ( [id] => 120 [title] => Song - 60 [time] => 60 [License] => MIT ) [39] => Array ( [id] => 120 [title] => Song - 40 [time] => 40 [License] => MIT ) [118] => Array ( [id] => 119 [title] => Song - 119 [time] => 119 [License] => MIT ) [116] => Array ( [id] => 117 [title] => Song - 117 [time] => 117 [License] => MIT ) [115] => Array ( [id] => 116 [title] => Song - 116 [time] => 116 [License] => MIT ) [114] => Array ( [id] => 115 [title] => Song - 115 [time] => 115 [License] => MIT ) [113] => Array ( [id] => 114 [title] => Song - 114 [time] => 114 [License] => MIT ) [108] => Array ( [id] => 109 [title] => Song - 109 [time] => 109 [License] => MIT ) [35] => Array ( [id] => 108 [title] => Song - 36 [time] => 36 [License] => MIT ) [26] => Array ( [id] => 108 [title] => Song - 27 [time] => 27 [License] => MIT ) [102] => Array ( [id] => 103 [title] => Song - 103 [time] => 103 [License] => MIT ) [50] => Array ( [id] => 102 [title] => Song - 51 [time] => 51 [License] => MIT ) [33] => Array ( [id] => 102 [title] => Song - 34 [time] => 34 [License] => MIT ) [101] => Array ( [id] => 102 [title] => Song - 102 [time] => 102 [License] => MIT ) [49] => Array ( [id] => 100 [title] => Song - 50 [time] => 50 [License] => MIT ) [48] => Array ( [id] => 98 [title] => Song - 49 [time] => 49 [License] => MIT ) [47] => Array ( [id] => 96 [title] => Song - 48 [time] => 48 [License] => MIT ) [31] => Array ( [id] => 96 [title] => Song - 32 [time] => 32 [License] => MIT ) [94] => Array ( [id] => 95 [title] => Song - 95 [time] => 95 [License] => MIT ) [91] => Array ( [id] => 92 [title] => Song - 92 [time] => 92 [License] => MIT ) [88] => Array ( [id] => 89 [title] => Song - 89 [time] => 89 [License] => MIT ) [41] => Array ( [id] => 84 [title] => Song - 42 [time] => 42 [License] => MIT ) [19] => Array ( [id] => 80 [title] => Song - 20 [time] => 20 [License] => MIT ) [76] => Array ( [id] => 77 [title] => Song - 77 [time] => 77 [License] => MIT ) [75] => Array ( [id] => 76 [title] => Song - 76 [time] => 76 [License] => MIT ) [37] => Array ( [id] => 76 [title] => Song - 38 [time] => 38 [License] => MIT ) [72] => Array ( [id] => 73 [title] => Song - 73 [time] => 73 [License] => MIT ) [34] => Array ( [id] => 70 [title] => Song - 35 [time] => 35 [License] => MIT ) [22] => Array ( [id] => 69 [title] => Song - 23 [time] => 23 [License] => MIT ) [67] => Array ( [id] => 68 [title] => Song - 68 [time] => 68 [License] => MIT ) [32] => Array ( [id] => 66 [title] => Song - 33 [time] => 33 [License] => MIT ) [64] => Array ( [id] => 65 [title] => Song - 65 [time] => 65 [License] => MIT ) [63] => Array ( [id] => 64 [title] => Song - 64 [time] => 64 [License] => MIT ) [20] => Array ( [id] => 63 [title] => Song - 21 [time] => 21 [License] => MIT ) [30] => Array ( [id] => 62 [title] => Song - 31 [time] => 31 [License] => MIT ) [29] => Array ( [id] => 60 [title] => Song - 30 [time] => 30 [License] => MIT ) [58] => Array ( [id] => 59 [title] => Song - 59 [time] => 59 [License] => MIT ) [56] => Array ( [id] => 57 [title] => Song - 57 [time] => 57 [License] => MIT ) [55] => Array ( [id] => 56 [title] => Song - 56 [time] => 56 [License] => MIT ) [27] => Array ( [id] => 56 [title] => Song - 28 [time] => 28 [License] => MIT ) [23] => Array ( [id] => 48 [title] => Song - 24 [time] => 24 [License] => MIT ) [46] => Array ( [id] => 47 [title] => Song - 47 [time] => 47 [License] => MIT ) [43] => Array ( [id] => 44 [title] => Song - 44 [time] => 44 [License] => MIT ) [21] => Array ( [id] => 44 [title] => Song - 22 [time] => 22 [License] => MIT ) [13] => Array ( [id] => 42 [title] => Song - 14 [time] => 14 [License] => MIT ) [40] => Array ( [id] => 41 [title] => Song - 41 [time] => 41 [License] => MIT ) [38] => Array ( [id] => 39 [title] => Song - 39 [time] => 39 [License] => MIT ) [18] => Array ( [id] => 38 [title] => Song - 19 [time] => 19 [License] => MIT ) [11] => Array ( [id] => 36 [title] => Song - 12 [time] => 12 [License] => MIT ) [10] => Array ( [id] => 33 [title] => Song - 11 [time] => 11 [License] => MIT ) [15] => Array ( [id] => 32 [title] => Song - 16 [time] => 16 [License] => MIT ) [14] => Array ( [id] => 30 [title] => Song - 15 [time] => 15 [License] => MIT ) [28] => Array ( [id] => 29 [title] => Song - 29 [time] => 29 [License] => MIT ) [25] => Array ( [id] => 26 [title] => Song - 26 [time] => 26 [License] => MIT ) [12] => Array ( [id] => 26 [title] => Song - 13 [time] => 13 [License] => MIT ) [24] => Array ( [id] => 25 [title] => Song - 25 [time] => 25 [License] => MIT ) [6] => Array ( [id] => 21 [title] => Song - 7 [time] => 7 [License] => MIT ) [5] => Array ( [id] => 18 [title] => Song - 6 [time] => 6 [License] => MIT ) [17] => Array ( [id] => 18 [title] => Song - 18 [time] => 18 [License] => MIT ) [16] => Array ( [id] => 17 [title] => Song - 17 [time] => 17 [License] => MIT ) [3] => Array ( [id] => 16 [title] => Song - 4 [time] => 4 [License] => MIT ) [4] => Array ( [id] => 10 [title] => Song - 5 [time] => 5 [License] => MIT ) [9] => Array ( [id] => 10 [title] => Song - 10 [time] => 10 [License] => MIT ) [8] => Array ( [id] => 9 [title] => Song - 9 [time] => 9 [License] => MIT ) [2] => Array ( [id] => 9 [title] => Song - 3 [time] => 3 [License] => MIT ) [7] => Array ( [id] => 8 [title] => Song - 8 [time] => 8 [License] => MIT ) [1] => Array ( [id] => 6 [title] => Song - 2 [time] => 2 [License] => MIT ) [0] => Array ( [id] => 4 [title] => Song - 1 [time] => 1 [License] => MIT ) )
Output for 5.5.26
Array ( [149] => Array ( [id] => 600 [title] => Song - 150 [time] => 150 [License] => MIT ) [146] => Array ( [id] => 588 [title] => Song - 147 [time] => 147 [License] => MIT ) [141] => Array ( [id] => 568 [title] => Song - 142 [time] => 142 [License] => MIT ) [138] => Array ( [id] => 556 [title] => Song - 139 [time] => 139 [License] => MIT ) [134] => Array ( [id] => 540 [title] => Song - 135 [time] => 135 [License] => MIT ) [133] => Array ( [id] => 536 [title] => Song - 134 [time] => 134 [License] => MIT ) [129] => Array ( [id] => 520 [title] => Song - 130 [time] => 130 [License] => MIT ) [118] => Array ( [id] => 476 [title] => Song - 119 [time] => 119 [License] => MIT ) [113] => Array ( [id] => 456 [title] => Song - 114 [time] => 114 [License] => MIT ) [112] => Array ( [id] => 452 [title] => Song - 113 [time] => 113 [License] => MIT ) [147] => Array ( [id] => 444 [title] => Song - 148 [time] => 148 [License] => MIT ) [140] => Array ( [id] => 423 [title] => Song - 141 [time] => 141 [License] => MIT ) [139] => Array ( [id] => 420 [title] => Song - 140 [time] => 140 [License] => MIT ) [104] => Array ( [id] => 420 [title] => Song - 105 [time] => 105 [License] => MIT ) [103] => Array ( [id] => 416 [title] => Song - 104 [time] => 104 [License] => MIT ) [99] => Array ( [id] => 400 [title] => Song - 100 [time] => 100 [License] => MIT ) [132] => Array ( [id] => 399 [title] => Song - 133 [time] => 133 [License] => MIT ) [131] => Array ( [id] => 396 [title] => Song - 132 [time] => 132 [License] => MIT ) [130] => Array ( [id] => 393 [title] => Song - 131 [time] => 131 [License] => MIT ) [95] => Array ( [id] => 384 [title] => Song - 96 [time] => 96 [License] => MIT ) [124] => Array ( [id] => 375 [title] => Song - 125 [time] => 125 [License] => MIT ) [92] => Array ( [id] => 372 [title] => Song - 93 [time] => 93 [License] => MIT ) [122] => Array ( [id] => 369 [title] => Song - 123 [time] => 123 [License] => MIT ) [121] => Array ( [id] => 366 [title] => Song - 122 [time] => 122 [License] => MIT ) [120] => Array ( [id] => 363 [title] => Song - 121 [time] => 121 [License] => MIT ) [89] => Array ( [id] => 360 [title] => Song - 90 [time] => 90 [License] => MIT ) [116] => Array ( [id] => 351 [title] => Song - 117 [time] => 117 [License] => MIT ) [86] => Array ( [id] => 348 [title] => Song - 87 [time] => 87 [License] => MIT ) [115] => Array ( [id] => 348 [title] => Song - 116 [time] => 116 [License] => MIT ) [114] => Array ( [id] => 345 [title] => Song - 115 [time] => 115 [License] => MIT ) [84] => Array ( [id] => 340 [title] => Song - 85 [time] => 85 [License] => MIT ) [110] => Array ( [id] => 333 [title] => Song - 111 [time] => 111 [License] => MIT ) [107] => Array ( [id] => 324 [title] => Song - 108 [time] => 108 [License] => MIT ) [74] => Array ( [id] => 300 [title] => Song - 75 [time] => 75 [License] => MIT ) [72] => Array ( [id] => 292 [title] => Song - 73 [time] => 73 [License] => MIT ) [71] => Array ( [id] => 288 [title] => Song - 72 [time] => 72 [License] => MIT ) [142] => Array ( [id] => 286 [title] => Song - 143 [time] => 143 [License] => MIT ) [68] => Array ( [id] => 276 [title] => Song - 69 [time] => 69 [License] => MIT ) [137] => Array ( [id] => 276 [title] => Song - 138 [time] => 138 [License] => MIT ) [66] => Array ( [id] => 268 [title] => Song - 67 [time] => 67 [License] => MIT ) [64] => Array ( [id] => 260 [title] => Song - 65 [time] => 65 [License] => MIT ) [85] => Array ( [id] => 258 [title] => Song - 86 [time] => 86 [License] => MIT ) [126] => Array ( [id] => 254 [title] => Song - 127 [time] => 127 [License] => MIT ) [83] => Array ( [id] => 252 [title] => Song - 84 [time] => 84 [License] => MIT ) [125] => Array ( [id] => 252 [title] => Song - 126 [time] => 126 [License] => MIT ) [61] => Array ( [id] => 248 [title] => Song - 62 [time] => 62 [License] => MIT ) [123] => Array ( [id] => 248 [title] => Song - 124 [time] => 124 [License] => MIT ) [80] => Array ( [id] => 243 [title] => Song - 81 [time] => 81 [License] => MIT ) [79] => Array ( [id] => 240 [title] => Song - 80 [time] => 80 [License] => MIT ) [119] => Array ( [id] => 240 [title] => Song - 120 [time] => 120 [License] => MIT ) [56] => Array ( [id] => 228 [title] => Song - 57 [time] => 57 [License] => MIT ) [55] => Array ( [id] => 224 [title] => Song - 56 [time] => 56 [License] => MIT ) [109] => Array ( [id] => 220 [title] => Song - 110 [time] => 110 [License] => MIT ) [108] => Array ( [id] => 218 [title] => Song - 109 [time] => 109 [License] => MIT ) [52] => Array ( [id] => 212 [title] => Song - 53 [time] => 53 [License] => MIT ) [69] => Array ( [id] => 210 [title] => Song - 70 [time] => 70 [License] => MIT ) [102] => Array ( [id] => 206 [title] => Song - 103 [time] => 103 [License] => MIT ) [50] => Array ( [id] => 204 [title] => Song - 51 [time] => 51 [License] => MIT ) [101] => Array ( [id] => 204 [title] => Song - 102 [time] => 102 [License] => MIT ) [98] => Array ( [id] => 198 [title] => Song - 99 [time] => 99 [License] => MIT ) [65] => Array ( [id] => 198 [title] => Song - 66 [time] => 66 [License] => MIT ) [94] => Array ( [id] => 190 [title] => Song - 95 [time] => 95 [License] => MIT ) [93] => Array ( [id] => 188 [title] => Song - 94 [time] => 94 [License] => MIT ) [91] => Array ( [id] => 184 [title] => Song - 92 [time] => 92 [License] => MIT ) [60] => Array ( [id] => 183 [title] => Song - 61 [time] => 61 [License] => MIT ) [90] => Array ( [id] => 182 [title] => Song - 91 [time] => 91 [License] => MIT ) [42] => Array ( [id] => 172 [title] => Song - 43 [time] => 43 [License] => MIT ) [82] => Array ( [id] => 166 [title] => Song - 83 [time] => 83 [License] => MIT ) [40] => Array ( [id] => 164 [title] => Song - 41 [time] => 41 [License] => MIT ) [53] => Array ( [id] => 162 [title] => Song - 54 [time] => 54 [License] => MIT ) [78] => Array ( [id] => 158 [title] => Song - 79 [time] => 79 [License] => MIT ) [77] => Array ( [id] => 156 [title] => Song - 78 [time] => 78 [License] => MIT ) [75] => Array ( [id] => 152 [title] => Song - 76 [time] => 76 [License] => MIT ) [148] => Array ( [id] => 149 [title] => Song - 149 [time] => 149 [License] => MIT ) [145] => Array ( [id] => 146 [title] => Song - 146 [time] => 146 [License] => MIT ) [144] => Array ( [id] => 145 [title] => Song - 145 [time] => 145 [License] => MIT ) [35] => Array ( [id] => 144 [title] => Song - 36 [time] => 36 [License] => MIT ) [143] => Array ( [id] => 144 [title] => Song - 144 [time] => 144 [License] => MIT ) [45] => Array ( [id] => 138 [title] => Song - 46 [time] => 46 [License] => MIT ) [136] => Array ( [id] => 137 [title] => Song - 137 [time] => 137 [License] => MIT ) [135] => Array ( [id] => 136 [title] => Song - 136 [time] => 136 [License] => MIT ) [43] => Array ( [id] => 132 [title] => Song - 44 [time] => 44 [License] => MIT ) [128] => Array ( [id] => 129 [title] => Song - 129 [time] => 129 [License] => MIT ) [63] => Array ( [id] => 128 [title] => Song - 64 [time] => 64 [License] => MIT ) [127] => Array ( [id] => 128 [title] => Song - 128 [time] => 128 [License] => MIT ) [62] => Array ( [id] => 126 [title] => Song - 63 [time] => 63 [License] => MIT ) [59] => Array ( [id] => 120 [title] => Song - 60 [time] => 60 [License] => MIT ) [58] => Array ( [id] => 118 [title] => Song - 59 [time] => 59 [License] => MIT ) [117] => Array ( [id] => 118 [title] => Song - 118 [time] => 118 [License] => MIT ) [28] => Array ( [id] => 116 [title] => Song - 29 [time] => 29 [License] => MIT ) [111] => Array ( [id] => 112 [title] => Song - 112 [time] => 112 [License] => MIT ) [54] => Array ( [id] => 110 [title] => Song - 55 [time] => 55 [License] => MIT ) [106] => Array ( [id] => 107 [title] => Song - 107 [time] => 107 [License] => MIT ) [105] => Array ( [id] => 106 [title] => Song - 106 [time] => 106 [License] => MIT ) [34] => Array ( [id] => 105 [title] => Song - 35 [time] => 35 [License] => MIT ) [51] => Array ( [id] => 104 [title] => Song - 52 [time] => 52 [License] => MIT ) [100] => Array ( [id] => 101 [title] => Song - 101 [time] => 101 [License] => MIT ) [24] => Array ( [id] => 100 [title] => Song - 25 [time] => 25 [License] => MIT ) [97] => Array ( [id] => 98 [title] => Song - 98 [time] => 98 [License] => MIT ) [48] => Array ( [id] => 98 [title] => Song - 49 [time] => 49 [License] => MIT ) [96] => Array ( [id] => 97 [title] => Song - 97 [time] => 97 [License] => MIT ) [47] => Array ( [id] => 96 [title] => Song - 48 [time] => 48 [License] => MIT ) [29] => Array ( [id] => 90 [title] => Song - 30 [time] => 30 [License] => MIT ) [88] => Array ( [id] => 89 [title] => Song - 89 [time] => 89 [License] => MIT ) [87] => Array ( [id] => 88 [title] => Song - 88 [time] => 88 [License] => MIT ) [21] => Array ( [id] => 88 [title] => Song - 22 [time] => 22 [License] => MIT ) [20] => Array ( [id] => 84 [title] => Song - 21 [time] => 21 [License] => MIT ) [81] => Array ( [id] => 82 [title] => Song - 82 [time] => 82 [License] => MIT ) [38] => Array ( [id] => 78 [title] => Song - 39 [time] => 39 [License] => MIT ) [76] => Array ( [id] => 77 [title] => Song - 77 [time] => 77 [License] => MIT ) [73] => Array ( [id] => 74 [title] => Song - 74 [time] => 74 [License] => MIT ) [70] => Array ( [id] => 71 [title] => Song - 71 [time] => 71 [License] => MIT ) [22] => Array ( [id] => 69 [title] => Song - 23 [time] => 23 [License] => MIT ) [67] => Array ( [id] => 68 [title] => Song - 68 [time] => 68 [License] => MIT ) [31] => Array ( [id] => 64 [title] => Song - 32 [time] => 32 [License] => MIT ) [30] => Array ( [id] => 62 [title] => Song - 31 [time] => 31 [License] => MIT ) [57] => Array ( [id] => 58 [title] => Song - 58 [time] => 58 [License] => MIT ) [18] => Array ( [id] => 57 [title] => Song - 19 [time] => 19 [License] => MIT ) [26] => Array ( [id] => 54 [title] => Song - 27 [time] => 27 [License] => MIT ) [17] => Array ( [id] => 54 [title] => Song - 18 [time] => 18 [License] => MIT ) [16] => Array ( [id] => 51 [title] => Song - 17 [time] => 17 [License] => MIT ) [49] => Array ( [id] => 50 [title] => Song - 50 [time] => 50 [License] => MIT ) [23] => Array ( [id] => 48 [title] => Song - 24 [time] => 24 [License] => MIT ) [46] => Array ( [id] => 47 [title] => Song - 47 [time] => 47 [License] => MIT ) [44] => Array ( [id] => 45 [title] => Song - 45 [time] => 45 [License] => MIT ) [14] => Array ( [id] => 45 [title] => Song - 15 [time] => 15 [License] => MIT ) [41] => Array ( [id] => 42 [title] => Song - 42 [time] => 42 [License] => MIT ) [39] => Array ( [id] => 40 [title] => Song - 40 [time] => 40 [License] => MIT ) [9] => Array ( [id] => 40 [title] => Song - 10 [time] => 10 [License] => MIT ) [12] => Array ( [id] => 39 [title] => Song - 13 [time] => 13 [License] => MIT ) [37] => Array ( [id] => 38 [title] => Song - 38 [time] => 38 [License] => MIT ) [36] => Array ( [id] => 37 [title] => Song - 37 [time] => 37 [License] => MIT ) [33] => Array ( [id] => 34 [title] => Song - 34 [time] => 34 [License] => MIT ) [32] => Array ( [id] => 33 [title] => Song - 33 [time] => 33 [License] => MIT ) [7] => Array ( [id] => 32 [title] => Song - 8 [time] => 8 [License] => MIT ) [15] => Array ( [id] => 32 [title] => Song - 16 [time] => 16 [License] => MIT ) [27] => Array ( [id] => 28 [title] => Song - 28 [time] => 28 [License] => MIT ) [8] => Array ( [id] => 27 [title] => Song - 9 [time] => 9 [License] => MIT ) [25] => Array ( [id] => 26 [title] => Song - 26 [time] => 26 [License] => MIT ) [11] => Array ( [id] => 24 [title] => Song - 12 [time] => 12 [License] => MIT ) [6] => Array ( [id] => 21 [title] => Song - 7 [time] => 7 [License] => MIT ) [19] => Array ( [id] => 20 [title] => Song - 20 [time] => 20 [License] => MIT ) [13] => Array ( [id] => 14 [title] => Song - 14 [time] => 14 [License] => MIT ) [5] => Array ( [id] => 12 [title] => Song - 6 [time] => 6 [License] => MIT ) [2] => Array ( [id] => 12 [title] => Song - 3 [time] => 3 [License] => MIT ) [10] => Array ( [id] => 11 [title] => Song - 11 [time] => 11 [License] => MIT ) [4] => Array ( [id] => 10 [title] => Song - 5 [time] => 5 [License] => MIT ) [3] => Array ( [id] => 8 [title] => Song - 4 [time] => 4 [License] => MIT ) [1] => Array ( [id] => 4 [title] => Song - 2 [time] => 2 [License] => MIT ) [0] => Array ( [id] => 3 [title] => Song - 1 [time] => 1 [License] => MIT ) )
Output for 5.5.25
Array ( [143] => Array ( [id] => 576 [title] => Song - 144 [time] => 144 [License] => MIT ) [141] => Array ( [id] => 568 [title] => Song - 142 [time] => 142 [License] => MIT ) [140] => Array ( [id] => 564 [title] => Song - 141 [time] => 141 [License] => MIT ) [139] => Array ( [id] => 560 [title] => Song - 140 [time] => 140 [License] => MIT ) [130] => Array ( [id] => 524 [title] => Song - 131 [time] => 131 [License] => MIT ) [127] => Array ( [id] => 512 [title] => Song - 128 [time] => 128 [License] => MIT ) [124] => Array ( [id] => 500 [title] => Song - 125 [time] => 125 [License] => MIT ) [121] => Array ( [id] => 488 [title] => Song - 122 [time] => 122 [License] => MIT ) [118] => Array ( [id] => 476 [title] => Song - 119 [time] => 119 [License] => MIT ) [111] => Array ( [id] => 448 [title] => Song - 112 [time] => 112 [License] => MIT ) [147] => Array ( [id] => 444 [title] => Song - 148 [time] => 148 [License] => MIT ) [145] => Array ( [id] => 438 [title] => Song - 146 [time] => 146 [License] => MIT ) [144] => Array ( [id] => 435 [title] => Song - 145 [time] => 145 [License] => MIT ) [138] => Array ( [id] => 417 [title] => Song - 139 [time] => 139 [License] => MIT ) [103] => Array ( [id] => 416 [title] => Song - 104 [time] => 104 [License] => MIT ) [133] => Array ( [id] => 402 [title] => Song - 134 [time] => 134 [License] => MIT ) [99] => Array ( [id] => 400 [title] => Song - 100 [time] => 100 [License] => MIT ) [131] => Array ( [id] => 396 [title] => Song - 132 [time] => 132 [License] => MIT ) [96] => Array ( [id] => 388 [title] => Song - 97 [time] => 97 [License] => MIT ) [128] => Array ( [id] => 387 [title] => Song - 129 [time] => 129 [License] => MIT ) [126] => Array ( [id] => 381 [title] => Song - 127 [time] => 127 [License] => MIT ) [92] => Array ( [id] => 372 [title] => Song - 93 [time] => 93 [License] => MIT ) [123] => Array ( [id] => 372 [title] => Song - 124 [time] => 124 [License] => MIT ) [91] => Array ( [id] => 368 [title] => Song - 92 [time] => 92 [License] => MIT ) [119] => Array ( [id] => 360 [title] => Song - 120 [time] => 120 [License] => MIT ) [117] => Array ( [id] => 354 [title] => Song - 118 [time] => 118 [License] => MIT ) [86] => Array ( [id] => 348 [title] => Song - 87 [time] => 87 [License] => MIT ) [115] => Array ( [id] => 348 [title] => Song - 116 [time] => 116 [License] => MIT ) [81] => Array ( [id] => 328 [title] => Song - 82 [time] => 82 [License] => MIT ) [80] => Array ( [id] => 324 [title] => Song - 81 [time] => 81 [License] => MIT ) [106] => Array ( [id] => 321 [title] => Song - 107 [time] => 107 [License] => MIT ) [79] => Array ( [id] => 320 [title] => Song - 80 [time] => 80 [License] => MIT ) [78] => Array ( [id] => 316 [title] => Song - 79 [time] => 79 [License] => MIT ) [102] => Array ( [id] => 309 [title] => Song - 103 [time] => 103 [License] => MIT ) [75] => Array ( [id] => 304 [title] => Song - 76 [time] => 76 [License] => MIT ) [149] => Array ( [id] => 300 [title] => Song - 150 [time] => 150 [License] => MIT ) [148] => Array ( [id] => 298 [title] => Song - 149 [time] => 149 [License] => MIT ) [73] => Array ( [id] => 296 [title] => Song - 74 [time] => 74 [License] => MIT ) [97] => Array ( [id] => 294 [title] => Song - 98 [time] => 98 [License] => MIT ) [95] => Array ( [id] => 288 [title] => Song - 96 [time] => 96 [License] => MIT ) [94] => Array ( [id] => 285 [title] => Song - 95 [time] => 95 [License] => MIT ) [93] => Array ( [id] => 282 [title] => Song - 94 [time] => 94 [License] => MIT ) [68] => Array ( [id] => 276 [title] => Song - 69 [time] => 69 [License] => MIT ) [90] => Array ( [id] => 273 [title] => Song - 91 [time] => 91 [License] => MIT ) [135] => Array ( [id] => 272 [title] => Song - 136 [time] => 136 [License] => MIT ) [132] => Array ( [id] => 266 [title] => Song - 133 [time] => 133 [License] => MIT ) [64] => Array ( [id] => 260 [title] => Song - 65 [time] => 65 [License] => MIT ) [77] => Array ( [id] => 234 [title] => Song - 78 [time] => 78 [License] => MIT ) [116] => Array ( [id] => 234 [title] => Song - 117 [time] => 117 [License] => MIT ) [76] => Array ( [id] => 231 [title] => Song - 77 [time] => 77 [License] => MIT ) [113] => Array ( [id] => 228 [title] => Song - 114 [time] => 114 [License] => MIT ) [55] => Array ( [id] => 224 [title] => Song - 56 [time] => 56 [License] => MIT ) [109] => Array ( [id] => 220 [title] => Song - 110 [time] => 110 [License] => MIT ) [108] => Array ( [id] => 218 [title] => Song - 109 [time] => 109 [License] => MIT ) [71] => Array ( [id] => 216 [title] => Song - 72 [time] => 72 [License] => MIT ) [70] => Array ( [id] => 213 [title] => Song - 71 [time] => 71 [License] => MIT ) [105] => Array ( [id] => 212 [title] => Song - 106 [time] => 106 [License] => MIT ) [104] => Array ( [id] => 210 [title] => Song - 105 [time] => 105 [License] => MIT ) [51] => Array ( [id] => 208 [title] => Song - 52 [time] => 52 [License] => MIT ) [50] => Array ( [id] => 204 [title] => Song - 51 [time] => 51 [License] => MIT ) [66] => Array ( [id] => 201 [title] => Song - 67 [time] => 67 [License] => MIT ) [49] => Array ( [id] => 200 [title] => Song - 50 [time] => 50 [License] => MIT ) [98] => Array ( [id] => 198 [title] => Song - 99 [time] => 99 [License] => MIT ) [61] => Array ( [id] => 186 [title] => Song - 62 [time] => 62 [License] => MIT ) [45] => Array ( [id] => 184 [title] => Song - 46 [time] => 46 [License] => MIT ) [60] => Array ( [id] => 183 [title] => Song - 61 [time] => 61 [License] => MIT ) [89] => Array ( [id] => 180 [title] => Song - 90 [time] => 90 [License] => MIT ) [87] => Array ( [id] => 176 [title] => Song - 88 [time] => 88 [License] => MIT ) [85] => Array ( [id] => 172 [title] => Song - 86 [time] => 86 [License] => MIT ) [82] => Array ( [id] => 166 [title] => Song - 83 [time] => 83 [License] => MIT ) [53] => Array ( [id] => 162 [title] => Song - 54 [time] => 54 [License] => MIT ) [39] => Array ( [id] => 160 [title] => Song - 40 [time] => 40 [License] => MIT ) [52] => Array ( [id] => 159 [title] => Song - 53 [time] => 53 [License] => MIT ) [74] => Array ( [id] => 150 [title] => Song - 75 [time] => 75 [License] => MIT ) [48] => Array ( [id] => 147 [title] => Song - 49 [time] => 49 [License] => MIT ) [146] => Array ( [id] => 147 [title] => Song - 147 [time] => 147 [License] => MIT ) [142] => Array ( [id] => 143 [title] => Song - 143 [time] => 143 [License] => MIT ) [69] => Array ( [id] => 140 [title] => Song - 70 [time] => 70 [License] => MIT ) [137] => Array ( [id] => 138 [title] => Song - 138 [time] => 138 [License] => MIT ) [136] => Array ( [id] => 137 [title] => Song - 137 [time] => 137 [License] => MIT ) [33] => Array ( [id] => 136 [title] => Song - 34 [time] => 34 [License] => MIT ) [134] => Array ( [id] => 135 [title] => Song - 135 [time] => 135 [License] => MIT ) [129] => Array ( [id] => 130 [title] => Song - 130 [time] => 130 [License] => MIT ) [42] => Array ( [id] => 129 [title] => Song - 43 [time] => 43 [License] => MIT ) [63] => Array ( [id] => 128 [title] => Song - 64 [time] => 64 [License] => MIT ) [62] => Array ( [id] => 126 [title] => Song - 63 [time] => 63 [License] => MIT ) [125] => Array ( [id] => 126 [title] => Song - 126 [time] => 126 [License] => MIT ) [122] => Array ( [id] => 123 [title] => Song - 123 [time] => 123 [License] => MIT ) [120] => Array ( [id] => 121 [title] => Song - 121 [time] => 121 [License] => MIT ) [59] => Array ( [id] => 120 [title] => Song - 60 [time] => 60 [License] => MIT ) [58] => Array ( [id] => 118 [title] => Song - 59 [time] => 59 [License] => MIT ) [38] => Array ( [id] => 117 [title] => Song - 39 [time] => 39 [License] => MIT ) [57] => Array ( [id] => 116 [title] => Song - 58 [time] => 58 [License] => MIT ) [114] => Array ( [id] => 115 [title] => Song - 115 [time] => 115 [License] => MIT ) [37] => Array ( [id] => 114 [title] => Song - 38 [time] => 38 [License] => MIT ) [112] => Array ( [id] => 113 [title] => Song - 113 [time] => 113 [License] => MIT ) [27] => Array ( [id] => 112 [title] => Song - 28 [time] => 28 [License] => MIT ) [110] => Array ( [id] => 111 [title] => Song - 111 [time] => 111 [License] => MIT ) [107] => Array ( [id] => 108 [title] => Song - 108 [time] => 108 [License] => MIT ) [25] => Array ( [id] => 104 [title] => Song - 26 [time] => 26 [License] => MIT ) [101] => Array ( [id] => 102 [title] => Song - 102 [time] => 102 [License] => MIT ) [100] => Array ( [id] => 101 [title] => Song - 101 [time] => 101 [License] => MIT ) [32] => Array ( [id] => 99 [title] => Song - 33 [time] => 33 [License] => MIT ) [44] => Array ( [id] => 90 [title] => Song - 45 [time] => 45 [License] => MIT ) [88] => Array ( [id] => 89 [title] => Song - 89 [time] => 89 [License] => MIT ) [21] => Array ( [id] => 88 [title] => Song - 22 [time] => 22 [License] => MIT ) [84] => Array ( [id] => 85 [title] => Song - 85 [time] => 85 [License] => MIT ) [83] => Array ( [id] => 84 [title] => Song - 84 [time] => 84 [License] => MIT ) [41] => Array ( [id] => 84 [title] => Song - 42 [time] => 42 [License] => MIT ) [72] => Array ( [id] => 73 [title] => Song - 73 [time] => 73 [License] => MIT ) [67] => Array ( [id] => 68 [title] => Song - 68 [time] => 68 [License] => MIT ) [16] => Array ( [id] => 68 [title] => Song - 17 [time] => 17 [License] => MIT ) [65] => Array ( [id] => 66 [title] => Song - 66 [time] => 66 [License] => MIT ) [31] => Array ( [id] => 64 [title] => Song - 32 [time] => 32 [License] => MIT ) [20] => Array ( [id] => 63 [title] => Song - 21 [time] => 21 [License] => MIT ) [30] => Array ( [id] => 62 [title] => Song - 31 [time] => 31 [License] => MIT ) [29] => Array ( [id] => 60 [title] => Song - 30 [time] => 30 [License] => MIT ) [19] => Array ( [id] => 60 [title] => Song - 20 [time] => 20 [License] => MIT ) [28] => Array ( [id] => 58 [title] => Song - 29 [time] => 29 [License] => MIT ) [56] => Array ( [id] => 57 [title] => Song - 57 [time] => 57 [License] => MIT ) [54] => Array ( [id] => 55 [title] => Song - 55 [time] => 55 [License] => MIT ) [47] => Array ( [id] => 48 [title] => Song - 48 [time] => 48 [License] => MIT ) [15] => Array ( [id] => 48 [title] => Song - 16 [time] => 16 [License] => MIT ) [46] => Array ( [id] => 47 [title] => Song - 47 [time] => 47 [License] => MIT ) [43] => Array ( [id] => 44 [title] => Song - 44 [time] => 44 [License] => MIT ) [40] => Array ( [id] => 41 [title] => Song - 41 [time] => 41 [License] => MIT ) [18] => Array ( [id] => 38 [title] => Song - 19 [time] => 19 [License] => MIT ) [36] => Array ( [id] => 37 [title] => Song - 37 [time] => 37 [License] => MIT ) [35] => Array ( [id] => 36 [title] => Song - 36 [time] => 36 [License] => MIT ) [34] => Array ( [id] => 35 [title] => Song - 35 [time] => 35 [License] => MIT ) [7] => Array ( [id] => 32 [title] => Song - 8 [time] => 8 [License] => MIT ) [14] => Array ( [id] => 30 [title] => Song - 15 [time] => 15 [License] => MIT ) [13] => Array ( [id] => 28 [title] => Song - 14 [time] => 14 [License] => MIT ) [26] => Array ( [id] => 27 [title] => Song - 27 [time] => 27 [License] => MIT ) [24] => Array ( [id] => 25 [title] => Song - 25 [time] => 25 [License] => MIT ) [23] => Array ( [id] => 24 [title] => Song - 24 [time] => 24 [License] => MIT ) [11] => Array ( [id] => 24 [title] => Song - 12 [time] => 12 [License] => MIT ) [22] => Array ( [id] => 23 [title] => Song - 23 [time] => 23 [License] => MIT ) [6] => Array ( [id] => 21 [title] => Song - 7 [time] => 7 [License] => MIT ) [9] => Array ( [id] => 20 [title] => Song - 10 [time] => 10 [License] => MIT ) [17] => Array ( [id] => 18 [title] => Song - 18 [time] => 18 [License] => MIT ) [3] => Array ( [id] => 16 [title] => Song - 4 [time] => 4 [License] => MIT ) [4] => Array ( [id] => 15 [title] => Song - 5 [time] => 5 [License] => MIT ) [12] => Array ( [id] => 13 [title] => Song - 13 [time] => 13 [License] => MIT ) [2] => Array ( [id] => 12 [title] => Song - 3 [time] => 3 [License] => MIT ) [10] => Array ( [id] => 11 [title] => Song - 11 [time] => 11 [License] => MIT ) [8] => Array ( [id] => 9 [title] => Song - 9 [time] => 9 [License] => MIT ) [5] => Array ( [id] => 6 [title] => Song - 6 [time] => 6 [License] => MIT ) [0] => Array ( [id] => 4 [title] => Song - 1 [time] => 1 [License] => MIT ) [1] => Array ( [id] => 2 [title] => Song - 2 [time] => 2 [License] => MIT ) )
Output for 5.5.24
Array ( [135] => Array ( [id] => 544 [title] => Song - 136 [time] => 136 [License] => MIT ) [132] => Array ( [id] => 532 [title] => Song - 133 [time] => 133 [License] => MIT ) [131] => Array ( [id] => 528 [title] => Song - 132 [time] => 132 [License] => MIT ) [128] => Array ( [id] => 516 [title] => Song - 129 [time] => 129 [License] => MIT ) [127] => Array ( [id] => 512 [title] => Song - 128 [time] => 128 [License] => MIT ) [124] => Array ( [id] => 500 [title] => Song - 125 [time] => 125 [License] => MIT ) [121] => Array ( [id] => 488 [title] => Song - 122 [time] => 122 [License] => MIT ) [117] => Array ( [id] => 472 [title] => Song - 118 [time] => 118 [License] => MIT ) [146] => Array ( [id] => 441 [title] => Song - 147 [time] => 147 [License] => MIT ) [142] => Array ( [id] => 429 [title] => Song - 143 [time] => 143 [License] => MIT ) [141] => Array ( [id] => 426 [title] => Song - 142 [time] => 142 [License] => MIT ) [138] => Array ( [id] => 417 [title] => Song - 139 [time] => 139 [License] => MIT ) [137] => Array ( [id] => 414 [title] => Song - 138 [time] => 138 [License] => MIT ) [102] => Array ( [id] => 412 [title] => Song - 103 [time] => 103 [License] => MIT ) [136] => Array ( [id] => 411 [title] => Song - 137 [time] => 137 [License] => MIT ) [99] => Array ( [id] => 400 [title] => Song - 100 [time] => 100 [License] => MIT ) [98] => Array ( [id] => 396 [title] => Song - 99 [time] => 99 [License] => MIT ) [126] => Array ( [id] => 381 [title] => Song - 127 [time] => 127 [License] => MIT ) [94] => Array ( [id] => 380 [title] => Song - 95 [time] => 95 [License] => MIT ) [125] => Array ( [id] => 378 [title] => Song - 126 [time] => 126 [License] => MIT ) [114] => Array ( [id] => 345 [title] => Song - 115 [time] => 115 [License] => MIT ) [85] => Array ( [id] => 344 [title] => Song - 86 [time] => 86 [License] => MIT ) [84] => Array ( [id] => 340 [title] => Song - 85 [time] => 85 [License] => MIT ) [82] => Array ( [id] => 332 [title] => Song - 83 [time] => 83 [License] => MIT ) [108] => Array ( [id] => 327 [title] => Song - 109 [time] => 109 [License] => MIT ) [103] => Array ( [id] => 312 [title] => Song - 104 [time] => 104 [License] => MIT ) [97] => Array ( [id] => 294 [title] => Song - 98 [time] => 98 [License] => MIT ) [72] => Array ( [id] => 292 [title] => Song - 73 [time] => 73 [License] => MIT ) [145] => Array ( [id] => 292 [title] => Song - 146 [time] => 146 [License] => MIT ) [96] => Array ( [id] => 291 [title] => Song - 97 [time] => 97 [License] => MIT ) [144] => Array ( [id] => 290 [title] => Song - 145 [time] => 145 [License] => MIT ) [95] => Array ( [id] => 288 [title] => Song - 96 [time] => 96 [License] => MIT ) [143] => Array ( [id] => 288 [title] => Song - 144 [time] => 144 [License] => MIT ) [134] => Array ( [id] => 270 [title] => Song - 135 [time] => 135 [License] => MIT ) [88] => Array ( [id] => 267 [title] => Song - 89 [time] => 89 [License] => MIT ) [129] => Array ( [id] => 260 [title] => Song - 130 [time] => 130 [License] => MIT ) [58] => Array ( [id] => 236 [title] => Song - 59 [time] => 59 [License] => MIT ) [77] => Array ( [id] => 234 [title] => Song - 78 [time] => 78 [License] => MIT ) [76] => Array ( [id] => 231 [title] => Song - 77 [time] => 77 [License] => MIT ) [55] => Array ( [id] => 224 [title] => Song - 56 [time] => 56 [License] => MIT ) [110] => Array ( [id] => 222 [title] => Song - 111 [time] => 111 [License] => MIT ) [53] => Array ( [id] => 216 [title] => Song - 54 [time] => 54 [License] => MIT ) [106] => Array ( [id] => 214 [title] => Song - 107 [time] => 107 [License] => MIT ) [70] => Array ( [id] => 213 [title] => Song - 71 [time] => 71 [License] => MIT ) [105] => Array ( [id] => 212 [title] => Song - 106 [time] => 106 [License] => MIT ) [69] => Array ( [id] => 210 [title] => Song - 70 [time] => 70 [License] => MIT ) [104] => Array ( [id] => 210 [title] => Song - 105 [time] => 105 [License] => MIT ) [51] => Array ( [id] => 208 [title] => Song - 52 [time] => 52 [License] => MIT ) [67] => Array ( [id] => 204 [title] => Song - 68 [time] => 68 [License] => MIT ) [65] => Array ( [id] => 198 [title] => Song - 66 [time] => 66 [License] => MIT ) [48] => Array ( [id] => 196 [title] => Song - 49 [time] => 49 [License] => MIT ) [93] => Array ( [id] => 188 [title] => Song - 94 [time] => 94 [License] => MIT ) [92] => Array ( [id] => 186 [title] => Song - 93 [time] => 93 [License] => MIT ) [90] => Array ( [id] => 182 [title] => Song - 91 [time] => 91 [License] => MIT ) [44] => Array ( [id] => 180 [title] => Song - 45 [time] => 45 [License] => MIT ) [41] => Array ( [id] => 168 [title] => Song - 42 [time] => 42 [License] => MIT ) [54] => Array ( [id] => 165 [title] => Song - 55 [time] => 55 [License] => MIT ) [81] => Array ( [id] => 164 [title] => Song - 82 [time] => 82 [License] => MIT ) [80] => Array ( [id] => 162 [title] => Song - 81 [time] => 81 [License] => MIT ) [38] => Array ( [id] => 156 [title] => Song - 39 [time] => 39 [License] => MIT ) [50] => Array ( [id] => 153 [title] => Song - 51 [time] => 51 [License] => MIT ) [75] => Array ( [id] => 152 [title] => Song - 76 [time] => 76 [License] => MIT ) [149] => Array ( [id] => 150 [title] => Song - 150 [time] => 150 [License] => MIT ) [148] => Array ( [id] => 149 [title] => Song - 149 [time] => 149 [License] => MIT ) [73] => Array ( [id] => 148 [title] => Song - 74 [time] => 74 [License] => MIT ) [36] => Array ( [id] => 148 [title] => Song - 37 [time] => 37 [License] => MIT ) [147] => Array ( [id] => 148 [title] => Song - 148 [time] => 148 [License] => MIT ) [71] => Array ( [id] => 144 [title] => Song - 72 [time] => 72 [License] => MIT ) [47] => Array ( [id] => 144 [title] => Song - 48 [time] => 48 [License] => MIT ) [140] => Array ( [id] => 141 [title] => Song - 141 [time] => 141 [License] => MIT ) [139] => Array ( [id] => 140 [title] => Song - 140 [time] => 140 [License] => MIT ) [68] => Array ( [id] => 138 [title] => Song - 69 [time] => 69 [License] => MIT ) [45] => Array ( [id] => 138 [title] => Song - 46 [time] => 46 [License] => MIT ) [66] => Array ( [id] => 134 [title] => Song - 67 [time] => 67 [License] => MIT ) [133] => Array ( [id] => 134 [title] => Song - 134 [time] => 134 [License] => MIT ) [43] => Array ( [id] => 132 [title] => Song - 44 [time] => 44 [License] => MIT ) [130] => Array ( [id] => 131 [title] => Song - 131 [time] => 131 [License] => MIT ) [64] => Array ( [id] => 130 [title] => Song - 65 [time] => 65 [License] => MIT ) [63] => Array ( [id] => 128 [title] => Song - 64 [time] => 64 [License] => MIT ) [62] => Array ( [id] => 126 [title] => Song - 63 [time] => 63 [License] => MIT ) [123] => Array ( [id] => 124 [title] => Song - 124 [time] => 124 [License] => MIT ) [122] => Array ( [id] => 123 [title] => Song - 123 [time] => 123 [License] => MIT ) [120] => Array ( [id] => 121 [title] => Song - 121 [time] => 121 [License] => MIT ) [59] => Array ( [id] => 120 [title] => Song - 60 [time] => 60 [License] => MIT ) [119] => Array ( [id] => 120 [title] => Song - 120 [time] => 120 [License] => MIT ) [118] => Array ( [id] => 119 [title] => Song - 119 [time] => 119 [License] => MIT ) [116] => Array ( [id] => 117 [title] => Song - 117 [time] => 117 [License] => MIT ) [28] => Array ( [id] => 116 [title] => Song - 29 [time] => 29 [License] => MIT ) [115] => Array ( [id] => 116 [title] => Song - 116 [time] => 116 [License] => MIT ) [113] => Array ( [id] => 114 [title] => Song - 114 [time] => 114 [License] => MIT ) [112] => Array ( [id] => 113 [title] => Song - 113 [time] => 113 [License] => MIT ) [111] => Array ( [id] => 112 [title] => Song - 112 [time] => 112 [License] => MIT ) [109] => Array ( [id] => 110 [title] => Song - 110 [time] => 110 [License] => MIT ) [107] => Array ( [id] => 108 [title] => Song - 108 [time] => 108 [License] => MIT ) [52] => Array ( [id] => 106 [title] => Song - 53 [time] => 53 [License] => MIT ) [25] => Array ( [id] => 104 [title] => Song - 26 [time] => 26 [License] => MIT ) [101] => Array ( [id] => 102 [title] => Song - 102 [time] => 102 [License] => MIT ) [100] => Array ( [id] => 101 [title] => Song - 101 [time] => 101 [License] => MIT ) [49] => Array ( [id] => 100 [title] => Song - 50 [time] => 50 [License] => MIT ) [30] => Array ( [id] => 93 [title] => Song - 31 [time] => 31 [License] => MIT ) [91] => Array ( [id] => 92 [title] => Song - 92 [time] => 92 [License] => MIT ) [89] => Array ( [id] => 90 [title] => Song - 90 [time] => 90 [License] => MIT ) [87] => Array ( [id] => 88 [title] => Song - 88 [time] => 88 [License] => MIT ) [86] => Array ( [id] => 87 [title] => Song - 87 [time] => 87 [License] => MIT ) [83] => Array ( [id] => 84 [title] => Song - 84 [time] => 84 [License] => MIT ) [26] => Array ( [id] => 81 [title] => Song - 27 [time] => 27 [License] => MIT ) [79] => Array ( [id] => 80 [title] => Song - 80 [time] => 80 [License] => MIT ) [78] => Array ( [id] => 79 [title] => Song - 79 [time] => 79 [License] => MIT ) [18] => Array ( [id] => 76 [title] => Song - 19 [time] => 19 [License] => MIT ) [74] => Array ( [id] => 75 [title] => Song - 75 [time] => 75 [License] => MIT ) [24] => Array ( [id] => 75 [title] => Song - 25 [time] => 25 [License] => MIT ) [17] => Array ( [id] => 72 [title] => Song - 18 [time] => 18 [License] => MIT ) [33] => Array ( [id] => 68 [title] => Song - 34 [time] => 34 [License] => MIT ) [21] => Array ( [id] => 66 [title] => Song - 22 [time] => 22 [License] => MIT ) [31] => Array ( [id] => 64 [title] => Song - 32 [time] => 32 [License] => MIT ) [20] => Array ( [id] => 63 [title] => Song - 21 [time] => 21 [License] => MIT ) [61] => Array ( [id] => 62 [title] => Song - 62 [time] => 62 [License] => MIT ) [60] => Array ( [id] => 61 [title] => Song - 61 [time] => 61 [License] => MIT ) [29] => Array ( [id] => 60 [title] => Song - 30 [time] => 30 [License] => MIT ) [14] => Array ( [id] => 60 [title] => Song - 15 [time] => 15 [License] => MIT ) [57] => Array ( [id] => 58 [title] => Song - 58 [time] => 58 [License] => MIT ) [56] => Array ( [id] => 57 [title] => Song - 57 [time] => 57 [License] => MIT ) [27] => Array ( [id] => 56 [title] => Song - 28 [time] => 28 [License] => MIT ) [12] => Array ( [id] => 52 [title] => Song - 13 [time] => 13 [License] => MIT ) [16] => Array ( [id] => 51 [title] => Song - 17 [time] => 17 [License] => MIT ) [46] => Array ( [id] => 47 [title] => Song - 47 [time] => 47 [License] => MIT ) [22] => Array ( [id] => 46 [title] => Song - 23 [time] => 23 [License] => MIT ) [42] => Array ( [id] => 43 [title] => Song - 43 [time] => 43 [License] => MIT ) [40] => Array ( [id] => 41 [title] => Song - 41 [time] => 41 [License] => MIT ) [39] => Array ( [id] => 40 [title] => Song - 40 [time] => 40 [License] => MIT ) [37] => Array ( [id] => 38 [title] => Song - 38 [time] => 38 [License] => MIT ) [35] => Array ( [id] => 36 [title] => Song - 36 [time] => 36 [License] => MIT ) [34] => Array ( [id] => 35 [title] => Song - 35 [time] => 35 [License] => MIT ) [32] => Array ( [id] => 33 [title] => Song - 33 [time] => 33 [License] => MIT ) [10] => Array ( [id] => 33 [title] => Song - 11 [time] => 11 [License] => MIT ) [15] => Array ( [id] => 32 [title] => Song - 16 [time] => 16 [License] => MIT ) [9] => Array ( [id] => 30 [title] => Song - 10 [time] => 10 [License] => MIT ) [8] => Array ( [id] => 27 [title] => Song - 9 [time] => 9 [License] => MIT ) [23] => Array ( [id] => 24 [title] => Song - 24 [time] => 24 [License] => MIT ) [11] => Array ( [id] => 24 [title] => Song - 12 [time] => 12 [License] => MIT ) [19] => Array ( [id] => 20 [title] => Song - 20 [time] => 20 [License] => MIT ) [7] => Array ( [id] => 16 [title] => Song - 8 [time] => 8 [License] => MIT ) [13] => Array ( [id] => 14 [title] => Song - 14 [time] => 14 [License] => MIT ) [2] => Array ( [id] => 9 [title] => Song - 3 [time] => 3 [License] => MIT ) [6] => Array ( [id] => 7 [title] => Song - 7 [time] => 7 [License] => MIT ) [5] => Array ( [id] => 6 [title] => Song - 6 [time] => 6 [License] => MIT ) [4] => Array ( [id] => 5 [title] => Song - 5 [time] => 5 [License] => MIT ) [3] => Array ( [id] => 4 [title] => Song - 4 [time] => 4 [License] => MIT ) [1] => Array ( [id] => 4 [title] => Song - 2 [time] => 2 [License] => MIT ) [0] => Array ( [id] => 3 [title] => Song - 1 [time] => 1 [License] => MIT ) )
Output for 5.4.45
Array ( [139] => Array ( [id] => 560 [title] => Song - 140 [time] => 140 [License] => MIT ) [134] => Array ( [id] => 540 [title] => Song - 135 [time] => 135 [License] => MIT ) [132] => Array ( [id] => 532 [title] => Song - 133 [time] => 133 [License] => MIT ) [128] => Array ( [id] => 516 [title] => Song - 129 [time] => 129 [License] => MIT ) [127] => Array ( [id] => 512 [title] => Song - 128 [time] => 128 [License] => MIT ) [148] => Array ( [id] => 447 [title] => Song - 149 [time] => 149 [License] => MIT ) [147] => Array ( [id] => 444 [title] => Song - 148 [time] => 148 [License] => MIT ) [146] => Array ( [id] => 441 [title] => Song - 147 [time] => 147 [License] => MIT ) [108] => Array ( [id] => 436 [title] => Song - 109 [time] => 109 [License] => MIT ) [144] => Array ( [id] => 435 [title] => Song - 145 [time] => 145 [License] => MIT ) [140] => Array ( [id] => 423 [title] => Song - 141 [time] => 141 [License] => MIT ) [104] => Array ( [id] => 420 [title] => Song - 105 [time] => 105 [License] => MIT ) [99] => Array ( [id] => 400 [title] => Song - 100 [time] => 100 [License] => MIT ) [129] => Array ( [id] => 390 [title] => Song - 130 [time] => 130 [License] => MIT ) [124] => Array ( [id] => 375 [title] => Song - 125 [time] => 125 [License] => MIT ) [123] => Array ( [id] => 372 [title] => Song - 124 [time] => 124 [License] => MIT ) [91] => Array ( [id] => 368 [title] => Song - 92 [time] => 92 [License] => MIT ) [118] => Array ( [id] => 357 [title] => Song - 119 [time] => 119 [License] => MIT ) [87] => Array ( [id] => 352 [title] => Song - 88 [time] => 88 [License] => MIT ) [114] => Array ( [id] => 345 [title] => Song - 115 [time] => 115 [License] => MIT ) [113] => Array ( [id] => 342 [title] => Song - 114 [time] => 114 [License] => MIT ) [109] => Array ( [id] => 330 [title] => Song - 110 [time] => 110 [License] => MIT ) [106] => Array ( [id] => 321 [title] => Song - 107 [time] => 107 [License] => MIT ) [78] => Array ( [id] => 316 [title] => Song - 79 [time] => 79 [License] => MIT ) [103] => Array ( [id] => 312 [title] => Song - 104 [time] => 104 [License] => MIT ) [76] => Array ( [id] => 308 [title] => Song - 77 [time] => 77 [License] => MIT ) [101] => Array ( [id] => 306 [title] => Song - 102 [time] => 102 [License] => MIT ) [149] => Array ( [id] => 300 [title] => Song - 150 [time] => 150 [License] => MIT ) [73] => Array ( [id] => 296 [title] => Song - 74 [time] => 74 [License] => MIT ) [95] => Array ( [id] => 288 [title] => Song - 96 [time] => 96 [License] => MIT ) [142] => Array ( [id] => 286 [title] => Song - 143 [time] => 143 [License] => MIT ) [136] => Array ( [id] => 274 [title] => Song - 137 [time] => 137 [License] => MIT ) [88] => Array ( [id] => 267 [title] => Song - 89 [time] => 89 [License] => MIT ) [131] => Array ( [id] => 264 [title] => Song - 132 [time] => 132 [License] => MIT ) [63] => Array ( [id] => 256 [title] => Song - 64 [time] => 64 [License] => MIT ) [126] => Array ( [id] => 254 [title] => Song - 127 [time] => 127 [License] => MIT ) [83] => Array ( [id] => 252 [title] => Song - 84 [time] => 84 [License] => MIT ) [125] => Array ( [id] => 252 [title] => Song - 126 [time] => 126 [License] => MIT ) [82] => Array ( [id] => 249 [title] => Song - 83 [time] => 83 [License] => MIT ) [81] => Array ( [id] => 246 [title] => Song - 82 [time] => 82 [License] => MIT ) [60] => Array ( [id] => 244 [title] => Song - 61 [time] => 61 [License] => MIT ) [59] => Array ( [id] => 240 [title] => Song - 60 [time] => 60 [License] => MIT ) [58] => Array ( [id] => 236 [title] => Song - 59 [time] => 59 [License] => MIT ) [117] => Array ( [id] => 236 [title] => Song - 118 [time] => 118 [License] => MIT ) [57] => Array ( [id] => 232 [title] => Song - 58 [time] => 58 [License] => MIT ) [115] => Array ( [id] => 232 [title] => Song - 116 [time] => 116 [License] => MIT ) [75] => Array ( [id] => 228 [title] => Song - 76 [time] => 76 [License] => MIT ) [55] => Array ( [id] => 224 [title] => Song - 56 [time] => 56 [License] => MIT ) [111] => Array ( [id] => 224 [title] => Song - 112 [time] => 112 [License] => MIT ) [72] => Array ( [id] => 219 [title] => Song - 73 [time] => 73 [License] => MIT ) [71] => Array ( [id] => 216 [title] => Song - 72 [time] => 72 [License] => MIT ) [105] => Array ( [id] => 212 [title] => Song - 106 [time] => 106 [License] => MIT ) [49] => Array ( [id] => 200 [title] => Song - 50 [time] => 50 [License] => MIT ) [98] => Array ( [id] => 198 [title] => Song - 99 [time] => 99 [License] => MIT ) [65] => Array ( [id] => 198 [title] => Song - 66 [time] => 66 [License] => MIT ) [97] => Array ( [id] => 196 [title] => Song - 98 [time] => 98 [License] => MIT ) [94] => Array ( [id] => 190 [title] => Song - 95 [time] => 95 [License] => MIT ) [62] => Array ( [id] => 189 [title] => Song - 63 [time] => 63 [License] => MIT ) [46] => Array ( [id] => 188 [title] => Song - 47 [time] => 47 [License] => MIT ) [86] => Array ( [id] => 174 [title] => Song - 87 [time] => 87 [License] => MIT ) [54] => Array ( [id] => 165 [title] => Song - 55 [time] => 55 [License] => MIT ) [53] => Array ( [id] => 162 [title] => Song - 54 [time] => 54 [License] => MIT ) [79] => Array ( [id] => 160 [title] => Song - 80 [time] => 80 [License] => MIT ) [52] => Array ( [id] => 159 [title] => Song - 53 [time] => 53 [License] => MIT ) [77] => Array ( [id] => 156 [title] => Song - 78 [time] => 78 [License] => MIT ) [48] => Array ( [id] => 147 [title] => Song - 49 [time] => 49 [License] => MIT ) [145] => Array ( [id] => 146 [title] => Song - 146 [time] => 146 [License] => MIT ) [47] => Array ( [id] => 144 [title] => Song - 48 [time] => 48 [License] => MIT ) [143] => Array ( [id] => 144 [title] => Song - 144 [time] => 144 [License] => MIT ) [70] => Array ( [id] => 142 [title] => Song - 71 [time] => 71 [License] => MIT ) [141] => Array ( [id] => 142 [title] => Song - 142 [time] => 142 [License] => MIT ) [69] => Array ( [id] => 140 [title] => Song - 70 [time] => 70 [License] => MIT ) [138] => Array ( [id] => 139 [title] => Song - 139 [time] => 139 [License] => MIT ) [137] => Array ( [id] => 138 [title] => Song - 138 [time] => 138 [License] => MIT ) [135] => Array ( [id] => 136 [title] => Song - 136 [time] => 136 [License] => MIT ) [133] => Array ( [id] => 134 [title] => Song - 134 [time] => 134 [License] => MIT ) [32] => Array ( [id] => 132 [title] => Song - 33 [time] => 33 [License] => MIT ) [130] => Array ( [id] => 131 [title] => Song - 131 [time] => 131 [License] => MIT ) [64] => Array ( [id] => 130 [title] => Song - 65 [time] => 65 [License] => MIT ) [122] => Array ( [id] => 123 [title] => Song - 123 [time] => 123 [License] => MIT ) [121] => Array ( [id] => 122 [title] => Song - 122 [time] => 122 [License] => MIT ) [120] => Array ( [id] => 121 [title] => Song - 121 [time] => 121 [License] => MIT ) [39] => Array ( [id] => 120 [title] => Song - 40 [time] => 40 [License] => MIT ) [29] => Array ( [id] => 120 [title] => Song - 30 [time] => 30 [License] => MIT ) [119] => Array ( [id] => 120 [title] => Song - 120 [time] => 120 [License] => MIT ) [38] => Array ( [id] => 117 [title] => Song - 39 [time] => 39 [License] => MIT ) [116] => Array ( [id] => 117 [title] => Song - 117 [time] => 117 [License] => MIT ) [56] => Array ( [id] => 114 [title] => Song - 57 [time] => 57 [License] => MIT ) [112] => Array ( [id] => 113 [title] => Song - 113 [time] => 113 [License] => MIT ) [110] => Array ( [id] => 111 [title] => Song - 111 [time] => 111 [License] => MIT ) [107] => Array ( [id] => 108 [title] => Song - 108 [time] => 108 [License] => MIT ) [25] => Array ( [id] => 104 [title] => Song - 26 [time] => 26 [License] => MIT ) [102] => Array ( [id] => 103 [title] => Song - 103 [time] => 103 [License] => MIT ) [33] => Array ( [id] => 102 [title] => Song - 34 [time] => 34 [License] => MIT ) [100] => Array ( [id] => 101 [title] => Song - 101 [time] => 101 [License] => MIT ) [96] => Array ( [id] => 97 [title] => Song - 97 [time] => 97 [License] => MIT ) [93] => Array ( [id] => 94 [title] => Song - 94 [time] => 94 [License] => MIT ) [92] => Array ( [id] => 93 [title] => Song - 93 [time] => 93 [License] => MIT ) [90] => Array ( [id] => 91 [title] => Song - 91 [time] => 91 [License] => MIT ) [89] => Array ( [id] => 90 [title] => Song - 90 [time] => 90 [License] => MIT ) [44] => Array ( [id] => 90 [title] => Song - 45 [time] => 45 [License] => MIT ) [43] => Array ( [id] => 88 [title] => Song - 44 [time] => 44 [License] => MIT ) [85] => Array ( [id] => 86 [title] => Song - 86 [time] => 86 [License] => MIT ) [84] => Array ( [id] => 85 [title] => Song - 85 [time] => 85 [License] => MIT ) [27] => Array ( [id] => 84 [title] => Song - 28 [time] => 28 [License] => MIT ) [80] => Array ( [id] => 81 [title] => Song - 81 [time] => 81 [License] => MIT ) [74] => Array ( [id] => 75 [title] => Song - 75 [time] => 75 [License] => MIT ) [24] => Array ( [id] => 75 [title] => Song - 25 [time] => 25 [License] => MIT ) [36] => Array ( [id] => 74 [title] => Song - 37 [time] => 37 [License] => MIT ) [34] => Array ( [id] => 70 [title] => Song - 35 [time] => 35 [License] => MIT ) [68] => Array ( [id] => 69 [title] => Song - 69 [time] => 69 [License] => MIT ) [67] => Array ( [id] => 68 [title] => Song - 68 [time] => 68 [License] => MIT ) [16] => Array ( [id] => 68 [title] => Song - 17 [time] => 17 [License] => MIT ) [66] => Array ( [id] => 67 [title] => Song - 67 [time] => 67 [License] => MIT ) [15] => Array ( [id] => 64 [title] => Song - 16 [time] => 16 [License] => MIT ) [20] => Array ( [id] => 63 [title] => Song - 21 [time] => 21 [License] => MIT ) [61] => Array ( [id] => 62 [title] => Song - 62 [time] => 62 [License] => MIT ) [19] => Array ( [id] => 60 [title] => Song - 20 [time] => 20 [License] => MIT ) [14] => Array ( [id] => 60 [title] => Song - 15 [time] => 15 [License] => MIT ) [28] => Array ( [id] => 58 [title] => Song - 29 [time] => 29 [License] => MIT ) [18] => Array ( [id] => 57 [title] => Song - 19 [time] => 19 [License] => MIT ) [17] => Array ( [id] => 54 [title] => Song - 18 [time] => 18 [License] => MIT ) [51] => Array ( [id] => 52 [title] => Song - 52 [time] => 52 [License] => MIT ) [12] => Array ( [id] => 52 [title] => Song - 13 [time] => 13 [License] => MIT ) [50] => Array ( [id] => 51 [title] => Song - 51 [time] => 51 [License] => MIT ) [23] => Array ( [id] => 48 [title] => Song - 24 [time] => 24 [License] => MIT ) [45] => Array ( [id] => 46 [title] => Song - 46 [time] => 46 [License] => MIT ) [42] => Array ( [id] => 43 [title] => Song - 43 [time] => 43 [License] => MIT ) [41] => Array ( [id] => 42 [title] => Song - 42 [time] => 42 [License] => MIT ) [13] => Array ( [id] => 42 [title] => Song - 14 [time] => 14 [License] => MIT ) [40] => Array ( [id] => 41 [title] => Song - 41 [time] => 41 [License] => MIT ) [9] => Array ( [id] => 40 [title] => Song - 10 [time] => 10 [License] => MIT ) [37] => Array ( [id] => 38 [title] => Song - 38 [time] => 38 [License] => MIT ) [35] => Array ( [id] => 36 [title] => Song - 36 [time] => 36 [License] => MIT ) [11] => Array ( [id] => 36 [title] => Song - 12 [time] => 12 [License] => MIT ) [31] => Array ( [id] => 32 [title] => Song - 32 [time] => 32 [License] => MIT ) [30] => Array ( [id] => 31 [title] => Song - 31 [time] => 31 [License] => MIT ) [6] => Array ( [id] => 28 [title] => Song - 7 [time] => 7 [License] => MIT ) [26] => Array ( [id] => 27 [title] => Song - 27 [time] => 27 [License] => MIT ) [5] => Array ( [id] => 24 [title] => Song - 6 [time] => 6 [License] => MIT ) [22] => Array ( [id] => 23 [title] => Song - 23 [time] => 23 [License] => MIT ) [21] => Array ( [id] => 22 [title] => Song - 22 [time] => 22 [License] => MIT ) [10] => Array ( [id] => 22 [title] => Song - 11 [time] => 11 [License] => MIT ) [4] => Array ( [id] => 15 [title] => Song - 5 [time] => 5 [License] => MIT ) [8] => Array ( [id] => 9 [title] => Song - 9 [time] => 9 [License] => MIT ) [7] => Array ( [id] => 8 [title] => Song - 8 [time] => 8 [License] => MIT ) [3] => Array ( [id] => 8 [title] => Song - 4 [time] => 4 [License] => MIT ) [1] => Array ( [id] => 6 [title] => Song - 2 [time] => 2 [License] => MIT ) [2] => Array ( [id] => 3 [title] => Song - 3 [time] => 3 [License] => MIT ) [0] => Array ( [id] => 1 [title] => Song - 1 [time] => 1 [License] => MIT ) )
Output for 5.4.44
Array ( [142] => Array ( [id] => 572 [title] => Song - 143 [time] => 143 [License] => MIT ) [132] => Array ( [id] => 532 [title] => Song - 133 [time] => 133 [License] => MIT ) [125] => Array ( [id] => 504 [title] => Song - 126 [time] => 126 [License] => MIT ) [124] => Array ( [id] => 500 [title] => Song - 125 [time] => 125 [License] => MIT ) [123] => Array ( [id] => 496 [title] => Song - 124 [time] => 124 [License] => MIT ) [122] => Array ( [id] => 492 [title] => Song - 123 [time] => 123 [License] => MIT ) [113] => Array ( [id] => 456 [title] => Song - 114 [time] => 114 [License] => MIT ) [112] => Array ( [id] => 452 [title] => Song - 113 [time] => 113 [License] => MIT ) [147] => Array ( [id] => 444 [title] => Song - 148 [time] => 148 [License] => MIT ) [109] => Array ( [id] => 440 [title] => Song - 110 [time] => 110 [License] => MIT ) [108] => Array ( [id] => 436 [title] => Song - 109 [time] => 109 [License] => MIT ) [140] => Array ( [id] => 423 [title] => Song - 141 [time] => 141 [License] => MIT ) [138] => Array ( [id] => 417 [title] => Song - 139 [time] => 139 [License] => MIT ) [137] => Array ( [id] => 414 [title] => Song - 138 [time] => 138 [License] => MIT ) [134] => Array ( [id] => 405 [title] => Song - 135 [time] => 135 [License] => MIT ) [131] => Array ( [id] => 396 [title] => Song - 132 [time] => 132 [License] => MIT ) [130] => Array ( [id] => 393 [title] => Song - 131 [time] => 131 [License] => MIT ) [119] => Array ( [id] => 360 [title] => Song - 120 [time] => 120 [License] => MIT ) [116] => Array ( [id] => 351 [title] => Song - 117 [time] => 117 [License] => MIT ) [86] => Array ( [id] => 348 [title] => Song - 87 [time] => 87 [License] => MIT ) [115] => Array ( [id] => 348 [title] => Song - 116 [time] => 116 [License] => MIT ) [114] => Array ( [id] => 345 [title] => Song - 115 [time] => 115 [License] => MIT ) [85] => Array ( [id] => 344 [title] => Song - 86 [time] => 86 [License] => MIT ) [84] => Array ( [id] => 340 [title] => Song - 85 [time] => 85 [License] => MIT ) [83] => Array ( [id] => 336 [title] => Song - 84 [time] => 84 [License] => MIT ) [81] => Array ( [id] => 328 [title] => Song - 82 [time] => 82 [License] => MIT ) [105] => Array ( [id] => 318 [title] => Song - 106 [time] => 106 [License] => MIT ) [78] => Array ( [id] => 316 [title] => Song - 79 [time] => 79 [License] => MIT ) [101] => Array ( [id] => 306 [title] => Song - 102 [time] => 102 [License] => MIT ) [74] => Array ( [id] => 300 [title] => Song - 75 [time] => 75 [License] => MIT ) [73] => Array ( [id] => 296 [title] => Song - 74 [time] => 74 [License] => MIT ) [146] => Array ( [id] => 294 [title] => Song - 147 [time] => 147 [License] => MIT ) [145] => Array ( [id] => 292 [title] => Song - 146 [time] => 146 [License] => MIT ) [96] => Array ( [id] => 291 [title] => Song - 97 [time] => 97 [License] => MIT ) [71] => Array ( [id] => 288 [title] => Song - 72 [time] => 72 [License] => MIT ) [93] => Array ( [id] => 282 [title] => Song - 94 [time] => 94 [License] => MIT ) [91] => Array ( [id] => 276 [title] => Song - 92 [time] => 92 [License] => MIT ) [90] => Array ( [id] => 273 [title] => Song - 91 [time] => 91 [License] => MIT ) [135] => Array ( [id] => 272 [title] => Song - 136 [time] => 136 [License] => MIT ) [89] => Array ( [id] => 270 [title] => Song - 90 [time] => 90 [License] => MIT ) [66] => Array ( [id] => 268 [title] => Song - 67 [time] => 67 [License] => MIT ) [133] => Array ( [id] => 268 [title] => Song - 134 [time] => 134 [License] => MIT ) [87] => Array ( [id] => 264 [title] => Song - 88 [time] => 88 [License] => MIT ) [129] => Array ( [id] => 260 [title] => Song - 130 [time] => 130 [License] => MIT ) [127] => Array ( [id] => 256 [title] => Song - 128 [time] => 128 [License] => MIT ) [126] => Array ( [id] => 254 [title] => Song - 127 [time] => 127 [License] => MIT ) [61] => Array ( [id] => 248 [title] => Song - 62 [time] => 62 [License] => MIT ) [120] => Array ( [id] => 242 [title] => Song - 121 [time] => 121 [License] => MIT ) [118] => Array ( [id] => 238 [title] => Song - 119 [time] => 119 [License] => MIT ) [58] => Array ( [id] => 236 [title] => Song - 59 [time] => 59 [License] => MIT ) [117] => Array ( [id] => 236 [title] => Song - 118 [time] => 118 [License] => MIT ) [57] => Array ( [id] => 232 [title] => Song - 58 [time] => 58 [License] => MIT ) [56] => Array ( [id] => 228 [title] => Song - 57 [time] => 57 [License] => MIT ) [110] => Array ( [id] => 222 [title] => Song - 111 [time] => 111 [License] => MIT ) [53] => Array ( [id] => 216 [title] => Song - 54 [time] => 54 [License] => MIT ) [106] => Array ( [id] => 214 [title] => Song - 107 [time] => 107 [License] => MIT ) [70] => Array ( [id] => 213 [title] => Song - 71 [time] => 71 [License] => MIT ) [52] => Array ( [id] => 212 [title] => Song - 53 [time] => 53 [License] => MIT ) [103] => Array ( [id] => 208 [title] => Song - 104 [time] => 104 [License] => MIT ) [102] => Array ( [id] => 206 [title] => Song - 103 [time] => 103 [License] => MIT ) [98] => Array ( [id] => 198 [title] => Song - 99 [time] => 99 [License] => MIT ) [48] => Array ( [id] => 196 [title] => Song - 49 [time] => 49 [License] => MIT ) [95] => Array ( [id] => 192 [title] => Song - 96 [time] => 96 [License] => MIT ) [94] => Array ( [id] => 190 [title] => Song - 95 [time] => 95 [License] => MIT ) [92] => Array ( [id] => 186 [title] => Song - 93 [time] => 93 [License] => MIT ) [88] => Array ( [id] => 178 [title] => Song - 89 [time] => 89 [License] => MIT ) [43] => Array ( [id] => 176 [title] => Song - 44 [time] => 44 [License] => MIT ) [42] => Array ( [id] => 172 [title] => Song - 43 [time] => 43 [License] => MIT ) [82] => Array ( [id] => 166 [title] => Song - 83 [time] => 83 [License] => MIT ) [40] => Array ( [id] => 164 [title] => Song - 41 [time] => 41 [License] => MIT ) [39] => Array ( [id] => 160 [title] => Song - 40 [time] => 40 [License] => MIT ) [51] => Array ( [id] => 156 [title] => Song - 52 [time] => 52 [License] => MIT ) [76] => Array ( [id] => 154 [title] => Song - 77 [time] => 77 [License] => MIT ) [50] => Array ( [id] => 153 [title] => Song - 51 [time] => 51 [License] => MIT ) [149] => Array ( [id] => 150 [title] => Song - 150 [time] => 150 [License] => MIT ) [148] => Array ( [id] => 149 [title] => Song - 149 [time] => 149 [License] => MIT ) [72] => Array ( [id] => 146 [title] => Song - 73 [time] => 73 [License] => MIT ) [144] => Array ( [id] => 145 [title] => Song - 145 [time] => 145 [License] => MIT ) [143] => Array ( [id] => 144 [title] => Song - 144 [time] => 144 [License] => MIT ) [141] => Array ( [id] => 142 [title] => Song - 142 [time] => 142 [License] => MIT ) [46] => Array ( [id] => 141 [title] => Song - 47 [time] => 47 [License] => MIT ) [69] => Array ( [id] => 140 [title] => Song - 70 [time] => 70 [License] => MIT ) [139] => Array ( [id] => 140 [title] => Song - 140 [time] => 140 [License] => MIT ) [68] => Array ( [id] => 138 [title] => Song - 69 [time] => 69 [License] => MIT ) [136] => Array ( [id] => 137 [title] => Song - 137 [time] => 137 [License] => MIT ) [67] => Array ( [id] => 136 [title] => Song - 68 [time] => 68 [License] => MIT ) [32] => Array ( [id] => 132 [title] => Song - 33 [time] => 33 [License] => MIT ) [64] => Array ( [id] => 130 [title] => Song - 65 [time] => 65 [License] => MIT ) [128] => Array ( [id] => 129 [title] => Song - 129 [time] => 129 [License] => MIT ) [63] => Array ( [id] => 128 [title] => Song - 64 [time] => 64 [License] => MIT ) [41] => Array ( [id] => 126 [title] => Song - 42 [time] => 42 [License] => MIT ) [30] => Array ( [id] => 124 [title] => Song - 31 [time] => 31 [License] => MIT ) [121] => Array ( [id] => 122 [title] => Song - 122 [time] => 122 [License] => MIT ) [59] => Array ( [id] => 120 [title] => Song - 60 [time] => 60 [License] => MIT ) [28] => Array ( [id] => 116 [title] => Song - 29 [time] => 29 [License] => MIT ) [55] => Array ( [id] => 112 [title] => Song - 56 [time] => 56 [License] => MIT ) [111] => Array ( [id] => 112 [title] => Song - 112 [time] => 112 [License] => MIT ) [36] => Array ( [id] => 111 [title] => Song - 37 [time] => 37 [License] => MIT ) [35] => Array ( [id] => 108 [title] => Song - 36 [time] => 36 [License] => MIT ) [107] => Array ( [id] => 108 [title] => Song - 108 [time] => 108 [License] => MIT ) [34] => Array ( [id] => 105 [title] => Song - 35 [time] => 35 [License] => MIT ) [104] => Array ( [id] => 105 [title] => Song - 105 [time] => 105 [License] => MIT ) [100] => Array ( [id] => 101 [title] => Song - 101 [time] => 101 [License] => MIT ) [99] => Array ( [id] => 100 [title] => Song - 100 [time] => 100 [License] => MIT ) [97] => Array ( [id] => 98 [title] => Song - 98 [time] => 98 [License] => MIT ) [47] => Array ( [id] => 96 [title] => Song - 48 [time] => 48 [License] => MIT ) [45] => Array ( [id] => 92 [title] => Song - 46 [time] => 46 [License] => MIT ) [22] => Array ( [id] => 92 [title] => Song - 23 [time] => 23 [License] => MIT ) [44] => Array ( [id] => 90 [title] => Song - 45 [time] => 45 [License] => MIT ) [20] => Array ( [id] => 84 [title] => Song - 21 [time] => 21 [License] => MIT ) [80] => Array ( [id] => 81 [title] => Song - 81 [time] => 81 [License] => MIT ) [26] => Array ( [id] => 81 [title] => Song - 27 [time] => 27 [License] => MIT ) [79] => Array ( [id] => 80 [title] => Song - 80 [time] => 80 [License] => MIT ) [19] => Array ( [id] => 80 [title] => Song - 20 [time] => 20 [License] => MIT ) [77] => Array ( [id] => 78 [title] => Song - 78 [time] => 78 [License] => MIT ) [75] => Array ( [id] => 76 [title] => Song - 76 [time] => 76 [License] => MIT ) [37] => Array ( [id] => 76 [title] => Song - 38 [time] => 38 [License] => MIT ) [18] => Array ( [id] => 76 [title] => Song - 19 [time] => 19 [License] => MIT ) [65] => Array ( [id] => 66 [title] => Song - 66 [time] => 66 [License] => MIT ) [62] => Array ( [id] => 63 [title] => Song - 63 [time] => 63 [License] => MIT ) [60] => Array ( [id] => 61 [title] => Song - 61 [time] => 61 [License] => MIT ) [54] => Array ( [id] => 55 [title] => Song - 55 [time] => 55 [License] => MIT ) [17] => Array ( [id] => 54 [title] => Song - 18 [time] => 18 [License] => MIT ) [16] => Array ( [id] => 51 [title] => Song - 17 [time] => 17 [License] => MIT ) [49] => Array ( [id] => 50 [title] => Song - 50 [time] => 50 [License] => MIT ) [24] => Array ( [id] => 50 [title] => Song - 25 [time] => 25 [License] => MIT ) [23] => Array ( [id] => 48 [title] => Song - 24 [time] => 24 [License] => MIT ) [11] => Array ( [id] => 48 [title] => Song - 12 [time] => 12 [License] => MIT ) [14] => Array ( [id] => 45 [title] => Song - 15 [time] => 15 [License] => MIT ) [21] => Array ( [id] => 44 [title] => Song - 22 [time] => 22 [License] => MIT ) [38] => Array ( [id] => 39 [title] => Song - 39 [time] => 39 [License] => MIT ) [33] => Array ( [id] => 34 [title] => Song - 34 [time] => 34 [License] => MIT ) [7] => Array ( [id] => 32 [title] => Song - 8 [time] => 8 [License] => MIT ) [31] => Array ( [id] => 32 [title] => Song - 32 [time] => 32 [License] => MIT ) [15] => Array ( [id] => 32 [title] => Song - 16 [time] => 16 [License] => MIT ) [29] => Array ( [id] => 30 [title] => Song - 30 [time] => 30 [License] => MIT ) [9] => Array ( [id] => 30 [title] => Song - 10 [time] => 10 [License] => MIT ) [6] => Array ( [id] => 28 [title] => Song - 7 [time] => 7 [License] => MIT ) [27] => Array ( [id] => 28 [title] => Song - 28 [time] => 28 [License] => MIT ) [13] => Array ( [id] => 28 [title] => Song - 14 [time] => 14 [License] => MIT ) [25] => Array ( [id] => 26 [title] => Song - 26 [time] => 26 [License] => MIT ) [12] => Array ( [id] => 26 [title] => Song - 13 [time] => 13 [License] => MIT ) [4] => Array ( [id] => 20 [title] => Song - 5 [time] => 5 [License] => MIT ) [8] => Array ( [id] => 18 [title] => Song - 9 [time] => 9 [License] => MIT ) [3] => Array ( [id] => 12 [title] => Song - 4 [time] => 4 [License] => MIT ) [10] => Array ( [id] => 11 [title] => Song - 11 [time] => 11 [License] => MIT ) [2] => Array ( [id] => 9 [title] => Song - 3 [time] => 3 [License] => MIT ) [5] => Array ( [id] => 6 [title] => Song - 6 [time] => 6 [License] => MIT ) [1] => Array ( [id] => 4 [title] => Song - 2 [time] => 2 [License] => MIT ) [0] => Array ( [id] => 4 [title] => Song - 1 [time] => 1 [License] => MIT ) )
Output for 5.4.43
Array ( [149] => Array ( [id] => 600 [title] => Song - 150 [time] => 150 [License] => MIT ) [145] => Array ( [id] => 584 [title] => Song - 146 [time] => 146 [License] => MIT ) [142] => Array ( [id] => 572 [title] => Song - 143 [time] => 143 [License] => MIT ) [134] => Array ( [id] => 540 [title] => Song - 135 [time] => 135 [License] => MIT ) [133] => Array ( [id] => 536 [title] => Song - 134 [time] => 134 [License] => MIT ) [126] => Array ( [id] => 508 [title] => Song - 127 [time] => 127 [License] => MIT ) [114] => Array ( [id] => 460 [title] => Song - 115 [time] => 115 [License] => MIT ) [112] => Array ( [id] => 452 [title] => Song - 113 [time] => 113 [License] => MIT ) [147] => Array ( [id] => 444 [title] => Song - 148 [time] => 148 [License] => MIT ) [146] => Array ( [id] => 441 [title] => Song - 147 [time] => 147 [License] => MIT ) [108] => Array ( [id] => 436 [title] => Song - 109 [time] => 109 [License] => MIT ) [143] => Array ( [id] => 432 [title] => Song - 144 [time] => 144 [License] => MIT ) [107] => Array ( [id] => 432 [title] => Song - 108 [time] => 108 [License] => MIT ) [138] => Array ( [id] => 417 [title] => Song - 139 [time] => 139 [License] => MIT ) [137] => Array ( [id] => 414 [title] => Song - 138 [time] => 138 [License] => MIT ) [135] => Array ( [id] => 408 [title] => Song - 136 [time] => 136 [License] => MIT ) [98] => Array ( [id] => 396 [title] => Song - 99 [time] => 99 [License] => MIT ) [97] => Array ( [id] => 392 [title] => Song - 98 [time] => 98 [License] => MIT ) [129] => Array ( [id] => 390 [title] => Song - 130 [time] => 130 [License] => MIT ) [96] => Array ( [id] => 388 [title] => Song - 97 [time] => 97 [License] => MIT ) [125] => Array ( [id] => 378 [title] => Song - 126 [time] => 126 [License] => MIT ) [91] => Array ( [id] => 368 [title] => Song - 92 [time] => 92 [License] => MIT ) [119] => Array ( [id] => 360 [title] => Song - 120 [time] => 120 [License] => MIT ) [118] => Array ( [id] => 357 [title] => Song - 119 [time] => 119 [License] => MIT ) [87] => Array ( [id] => 352 [title] => Song - 88 [time] => 88 [License] => MIT ) [85] => Array ( [id] => 344 [title] => Song - 86 [time] => 86 [License] => MIT ) [84] => Array ( [id] => 340 [title] => Song - 85 [time] => 85 [License] => MIT ) [111] => Array ( [id] => 336 [title] => Song - 112 [time] => 112 [License] => MIT ) [82] => Array ( [id] => 332 [title] => Song - 83 [time] => 83 [License] => MIT ) [109] => Array ( [id] => 330 [title] => Song - 110 [time] => 110 [License] => MIT ) [79] => Array ( [id] => 320 [title] => Song - 80 [time] => 80 [License] => MIT ) [105] => Array ( [id] => 318 [title] => Song - 106 [time] => 106 [License] => MIT ) [77] => Array ( [id] => 312 [title] => Song - 78 [time] => 78 [License] => MIT ) [101] => Array ( [id] => 306 [title] => Song - 102 [time] => 102 [License] => MIT ) [100] => Array ( [id] => 303 [title] => Song - 101 [time] => 101 [License] => MIT ) [72] => Array ( [id] => 292 [title] => Song - 73 [time] => 73 [License] => MIT ) [144] => Array ( [id] => 290 [title] => Song - 145 [time] => 145 [License] => MIT ) [95] => Array ( [id] => 288 [title] => Song - 96 [time] => 96 [License] => MIT ) [94] => Array ( [id] => 285 [title] => Song - 95 [time] => 95 [License] => MIT ) [140] => Array ( [id] => 282 [title] => Song - 141 [time] => 141 [License] => MIT ) [69] => Array ( [id] => 280 [title] => Song - 70 [time] => 70 [License] => MIT ) [139] => Array ( [id] => 280 [title] => Song - 140 [time] => 140 [License] => MIT ) [89] => Array ( [id] => 270 [title] => Song - 90 [time] => 90 [License] => MIT ) [88] => Array ( [id] => 267 [title] => Song - 89 [time] => 89 [License] => MIT ) [65] => Array ( [id] => 264 [title] => Song - 66 [time] => 66 [License] => MIT ) [131] => Array ( [id] => 264 [title] => Song - 132 [time] => 132 [License] => MIT ) [86] => Array ( [id] => 261 [title] => Song - 87 [time] => 87 [License] => MIT ) [128] => Array ( [id] => 258 [title] => Song - 129 [time] => 129 [License] => MIT ) [127] => Array ( [id] => 256 [title] => Song - 128 [time] => 128 [License] => MIT ) [124] => Array ( [id] => 250 [title] => Song - 125 [time] => 125 [License] => MIT ) [122] => Array ( [id] => 246 [title] => Song - 123 [time] => 123 [License] => MIT ) [120] => Array ( [id] => 242 [title] => Song - 121 [time] => 121 [License] => MIT ) [78] => Array ( [id] => 237 [title] => Song - 79 [time] => 79 [License] => MIT ) [58] => Array ( [id] => 236 [title] => Song - 59 [time] => 59 [License] => MIT ) [117] => Array ( [id] => 236 [title] => Song - 118 [time] => 118 [License] => MIT ) [116] => Array ( [id] => 234 [title] => Song - 117 [time] => 117 [License] => MIT ) [113] => Array ( [id] => 228 [title] => Song - 114 [time] => 114 [License] => MIT ) [55] => Array ( [id] => 224 [title] => Song - 56 [time] => 56 [License] => MIT ) [73] => Array ( [id] => 222 [title] => Song - 74 [time] => 74 [License] => MIT ) [53] => Array ( [id] => 216 [title] => Song - 54 [time] => 54 [License] => MIT ) [70] => Array ( [id] => 213 [title] => Song - 71 [time] => 71 [License] => MIT ) [68] => Array ( [id] => 207 [title] => Song - 69 [time] => 69 [License] => MIT ) [66] => Array ( [id] => 201 [title] => Song - 67 [time] => 67 [License] => MIT ) [48] => Array ( [id] => 196 [title] => Song - 49 [time] => 49 [License] => MIT ) [47] => Array ( [id] => 192 [title] => Song - 48 [time] => 48 [License] => MIT ) [93] => Array ( [id] => 188 [title] => Song - 94 [time] => 94 [License] => MIT ) [92] => Array ( [id] => 186 [title] => Song - 93 [time] => 93 [License] => MIT ) [61] => Array ( [id] => 186 [title] => Song - 62 [time] => 62 [License] => MIT ) [60] => Array ( [id] => 183 [title] => Song - 61 [time] => 61 [License] => MIT ) [44] => Array ( [id] => 180 [title] => Song - 45 [time] => 45 [License] => MIT ) [42] => Array ( [id] => 172 [title] => Song - 43 [time] => 43 [License] => MIT ) [56] => Array ( [id] => 171 [title] => Song - 57 [time] => 57 [License] => MIT ) [41] => Array ( [id] => 168 [title] => Song - 42 [time] => 42 [License] => MIT ) [81] => Array ( [id] => 164 [title] => Song - 82 [time] => 82 [License] => MIT ) [80] => Array ( [id] => 162 [title] => Song - 81 [time] => 81 [License] => MIT ) [50] => Array ( [id] => 153 [title] => Song - 51 [time] => 51 [License] => MIT ) [74] => Array ( [id] => 150 [title] => Song - 75 [time] => 75 [License] => MIT ) [148] => Array ( [id] => 149 [title] => Song - 149 [time] => 149 [License] => MIT ) [36] => Array ( [id] => 148 [title] => Song - 37 [time] => 37 [License] => MIT ) [71] => Array ( [id] => 144 [title] => Song - 72 [time] => 72 [License] => MIT ) [141] => Array ( [id] => 142 [title] => Song - 142 [time] => 142 [License] => MIT ) [46] => Array ( [id] => 141 [title] => Song - 47 [time] => 47 [License] => MIT ) [34] => Array ( [id] => 140 [title] => Song - 35 [time] => 35 [License] => MIT ) [45] => Array ( [id] => 138 [title] => Song - 46 [time] => 46 [License] => MIT ) [136] => Array ( [id] => 137 [title] => Song - 137 [time] => 137 [License] => MIT ) [132] => Array ( [id] => 133 [title] => Song - 133 [time] => 133 [License] => MIT ) [130] => Array ( [id] => 131 [title] => Song - 131 [time] => 131 [License] => MIT ) [64] => Array ( [id] => 130 [title] => Song - 65 [time] => 65 [License] => MIT ) [63] => Array ( [id] => 128 [title] => Song - 64 [time] => 64 [License] => MIT ) [62] => Array ( [id] => 126 [title] => Song - 63 [time] => 63 [License] => MIT ) [123] => Array ( [id] => 124 [title] => Song - 124 [time] => 124 [License] => MIT ) [40] => Array ( [id] => 123 [title] => Song - 41 [time] => 41 [License] => MIT ) [121] => Array ( [id] => 122 [title] => Song - 122 [time] => 122 [License] => MIT ) [59] => Array ( [id] => 120 [title] => Song - 60 [time] => 60 [License] => MIT ) [115] => Array ( [id] => 116 [title] => Song - 116 [time] => 116 [License] => MIT ) [37] => Array ( [id] => 114 [title] => Song - 38 [time] => 38 [License] => MIT ) [110] => Array ( [id] => 111 [title] => Song - 111 [time] => 111 [License] => MIT ) [35] => Array ( [id] => 108 [title] => Song - 36 [time] => 36 [License] => MIT ) [106] => Array ( [id] => 107 [title] => Song - 107 [time] => 107 [License] => MIT ) [52] => Array ( [id] => 106 [title] => Song - 53 [time] => 53 [License] => MIT ) [104] => Array ( [id] => 105 [title] => Song - 105 [time] => 105 [License] => MIT ) [51] => Array ( [id] => 104 [title] => Song - 52 [time] => 52 [License] => MIT ) [103] => Array ( [id] => 104 [title] => Song - 104 [time] => 104 [License] => MIT ) [102] => Array ( [id] => 103 [title] => Song - 103 [time] => 103 [License] => MIT ) [49] => Array ( [id] => 100 [title] => Song - 50 [time] => 50 [License] => MIT ) [99] => Array ( [id] => 100 [title] => Song - 100 [time] => 100 [License] => MIT ) [90] => Array ( [id] => 91 [title] => Song - 91 [time] => 91 [License] => MIT ) [28] => Array ( [id] => 87 [title] => Song - 29 [time] => 29 [License] => MIT ) [83] => Array ( [id] => 84 [title] => Song - 84 [time] => 84 [License] => MIT ) [27] => Array ( [id] => 84 [title] => Song - 28 [time] => 28 [License] => MIT ) [39] => Array ( [id] => 80 [title] => Song - 40 [time] => 40 [License] => MIT ) [38] => Array ( [id] => 78 [title] => Song - 39 [time] => 39 [License] => MIT ) [76] => Array ( [id] => 77 [title] => Song - 77 [time] => 77 [License] => MIT ) [75] => Array ( [id] => 76 [title] => Song - 76 [time] => 76 [License] => MIT ) [24] => Array ( [id] => 75 [title] => Song - 25 [time] => 25 [License] => MIT ) [22] => Array ( [id] => 69 [title] => Song - 23 [time] => 23 [License] => MIT ) [67] => Array ( [id] => 68 [title] => Song - 68 [time] => 68 [License] => MIT ) [33] => Array ( [id] => 68 [title] => Song - 34 [time] => 34 [License] => MIT ) [32] => Array ( [id] => 66 [title] => Song - 33 [time] => 33 [License] => MIT ) [31] => Array ( [id] => 64 [title] => Song - 32 [time] => 32 [License] => MIT ) [57] => Array ( [id] => 58 [title] => Song - 58 [time] => 58 [License] => MIT ) [54] => Array ( [id] => 55 [title] => Song - 55 [time] => 55 [License] => MIT ) [26] => Array ( [id] => 54 [title] => Song - 27 [time] => 27 [License] => MIT ) [17] => Array ( [id] => 54 [title] => Song - 18 [time] => 18 [License] => MIT ) [25] => Array ( [id] => 52 [title] => Song - 26 [time] => 26 [License] => MIT ) [12] => Array ( [id] => 52 [title] => Song - 13 [time] => 13 [License] => MIT ) [23] => Array ( [id] => 48 [title] => Song - 24 [time] => 24 [License] => MIT ) [43] => Array ( [id] => 44 [title] => Song - 44 [time] => 44 [License] => MIT ) [21] => Array ( [id] => 44 [title] => Song - 22 [time] => 22 [License] => MIT ) [10] => Array ( [id] => 44 [title] => Song - 11 [time] => 11 [License] => MIT ) [20] => Array ( [id] => 42 [title] => Song - 21 [time] => 21 [License] => MIT ) [19] => Array ( [id] => 40 [title] => Song - 20 [time] => 20 [License] => MIT ) [18] => Array ( [id] => 38 [title] => Song - 19 [time] => 19 [License] => MIT ) [8] => Array ( [id] => 36 [title] => Song - 9 [time] => 9 [License] => MIT ) [11] => Array ( [id] => 36 [title] => Song - 12 [time] => 12 [License] => MIT ) [30] => Array ( [id] => 31 [title] => Song - 31 [time] => 31 [License] => MIT ) [29] => Array ( [id] => 30 [title] => Song - 30 [time] => 30 [License] => MIT ) [9] => Array ( [id] => 30 [title] => Song - 10 [time] => 10 [License] => MIT ) [6] => Array ( [id] => 28 [title] => Song - 7 [time] => 7 [License] => MIT ) [16] => Array ( [id] => 17 [title] => Song - 17 [time] => 17 [License] => MIT ) [7] => Array ( [id] => 16 [title] => Song - 8 [time] => 8 [License] => MIT ) [15] => Array ( [id] => 16 [title] => Song - 16 [time] => 16 [License] => MIT ) [4] => Array ( [id] => 15 [title] => Song - 5 [time] => 5 [License] => MIT ) [14] => Array ( [id] => 15 [title] => Song - 15 [time] => 15 [License] => MIT ) [13] => Array ( [id] => 14 [title] => Song - 14 [time] => 14 [License] => MIT ) [3] => Array ( [id] => 12 [title] => Song - 4 [time] => 4 [License] => MIT ) [5] => Array ( [id] => 6 [title] => Song - 6 [time] => 6 [License] => MIT ) [2] => Array ( [id] => 3 [title] => Song - 3 [time] => 3 [License] => MIT ) [0] => Array ( [id] => 3 [title] => Song - 1 [time] => 1 [License] => MIT ) [1] => Array ( [id] => 2 [title] => Song - 2 [time] => 2 [License] => MIT ) )
Output for 5.4.42
Array ( [147] => Array ( [id] => 592 [title] => Song - 148 [time] => 148 [License] => MIT ) [142] => Array ( [id] => 572 [title] => Song - 143 [time] => 143 [License] => MIT ) [140] => Array ( [id] => 564 [title] => Song - 141 [time] => 141 [License] => MIT ) [137] => Array ( [id] => 552 [title] => Song - 138 [time] => 138 [License] => MIT ) [136] => Array ( [id] => 548 [title] => Song - 137 [time] => 137 [License] => MIT ) [135] => Array ( [id] => 544 [title] => Song - 136 [time] => 136 [License] => MIT ) [132] => Array ( [id] => 532 [title] => Song - 133 [time] => 133 [License] => MIT ) [125] => Array ( [id] => 504 [title] => Song - 126 [time] => 126 [License] => MIT ) [114] => Array ( [id] => 460 [title] => Song - 115 [time] => 115 [License] => MIT ) [112] => Array ( [id] => 452 [title] => Song - 113 [time] => 113 [License] => MIT ) [146] => Array ( [id] => 441 [title] => Song - 147 [time] => 147 [License] => MIT ) [141] => Array ( [id] => 426 [title] => Song - 142 [time] => 142 [License] => MIT ) [103] => Array ( [id] => 416 [title] => Song - 104 [time] => 104 [License] => MIT ) [100] => Array ( [id] => 404 [title] => Song - 101 [time] => 101 [License] => MIT ) [97] => Array ( [id] => 392 [title] => Song - 98 [time] => 98 [License] => MIT ) [129] => Array ( [id] => 390 [title] => Song - 130 [time] => 130 [License] => MIT ) [126] => Array ( [id] => 381 [title] => Song - 127 [time] => 127 [License] => MIT ) [124] => Array ( [id] => 375 [title] => Song - 125 [time] => 125 [License] => MIT ) [123] => Array ( [id] => 372 [title] => Song - 124 [time] => 124 [License] => MIT ) [91] => Array ( [id] => 368 [title] => Song - 92 [time] => 92 [License] => MIT ) [90] => Array ( [id] => 364 [title] => Song - 91 [time] => 91 [License] => MIT ) [89] => Array ( [id] => 360 [title] => Song - 90 [time] => 90 [License] => MIT ) [116] => Array ( [id] => 351 [title] => Song - 117 [time] => 117 [License] => MIT ) [85] => Array ( [id] => 344 [title] => Song - 86 [time] => 86 [License] => MIT ) [111] => Array ( [id] => 336 [title] => Song - 112 [time] => 112 [License] => MIT ) [109] => Array ( [id] => 330 [title] => Song - 110 [time] => 110 [License] => MIT ) [81] => Array ( [id] => 328 [title] => Song - 82 [time] => 82 [License] => MIT ) [80] => Array ( [id] => 324 [title] => Song - 81 [time] => 81 [License] => MIT ) [106] => Array ( [id] => 321 [title] => Song - 107 [time] => 107 [License] => MIT ) [79] => Array ( [id] => 320 [title] => Song - 80 [time] => 80 [License] => MIT ) [149] => Array ( [id] => 300 [title] => Song - 150 [time] => 150 [License] => MIT ) [99] => Array ( [id] => 300 [title] => Song - 100 [time] => 100 [License] => MIT ) [98] => Array ( [id] => 297 [title] => Song - 99 [time] => 99 [License] => MIT ) [73] => Array ( [id] => 296 [title] => Song - 74 [time] => 74 [License] => MIT ) [72] => Array ( [id] => 292 [title] => Song - 73 [time] => 73 [License] => MIT ) [145] => Array ( [id] => 292 [title] => Song - 146 [time] => 146 [License] => MIT ) [96] => Array ( [id] => 291 [title] => Song - 97 [time] => 97 [License] => MIT ) [144] => Array ( [id] => 290 [title] => Song - 145 [time] => 145 [License] => MIT ) [143] => Array ( [id] => 288 [title] => Song - 144 [time] => 144 [License] => MIT ) [70] => Array ( [id] => 284 [title] => Song - 71 [time] => 71 [License] => MIT ) [93] => Array ( [id] => 282 [title] => Song - 94 [time] => 94 [License] => MIT ) [139] => Array ( [id] => 280 [title] => Song - 140 [time] => 140 [License] => MIT ) [138] => Array ( [id] => 278 [title] => Song - 139 [time] => 139 [License] => MIT ) [134] => Array ( [id] => 270 [title] => Song - 135 [time] => 135 [License] => MIT ) [86] => Array ( [id] => 261 [title] => Song - 87 [time] => 87 [License] => MIT ) [63] => Array ( [id] => 256 [title] => Song - 64 [time] => 64 [License] => MIT ) [84] => Array ( [id] => 255 [title] => Song - 85 [time] => 85 [License] => MIT ) [61] => Array ( [id] => 248 [title] => Song - 62 [time] => 62 [License] => MIT ) [118] => Array ( [id] => 238 [title] => Song - 119 [time] => 119 [License] => MIT ) [77] => Array ( [id] => 234 [title] => Song - 78 [time] => 78 [License] => MIT ) [57] => Array ( [id] => 232 [title] => Song - 58 [time] => 58 [License] => MIT ) [55] => Array ( [id] => 224 [title] => Song - 56 [time] => 56 [License] => MIT ) [110] => Array ( [id] => 222 [title] => Song - 111 [time] => 111 [License] => MIT ) [107] => Array ( [id] => 216 [title] => Song - 108 [time] => 108 [License] => MIT ) [105] => Array ( [id] => 212 [title] => Song - 106 [time] => 106 [License] => MIT ) [51] => Array ( [id] => 208 [title] => Song - 52 [time] => 52 [License] => MIT ) [68] => Array ( [id] => 207 [title] => Song - 69 [time] => 69 [License] => MIT ) [102] => Array ( [id] => 206 [title] => Song - 103 [time] => 103 [License] => MIT ) [67] => Array ( [id] => 204 [title] => Song - 68 [time] => 68 [License] => MIT ) [50] => Array ( [id] => 204 [title] => Song - 51 [time] => 51 [License] => MIT ) [49] => Array ( [id] => 200 [title] => Song - 50 [time] => 50 [License] => MIT ) [94] => Array ( [id] => 190 [title] => Song - 95 [time] => 95 [License] => MIT ) [62] => Array ( [id] => 189 [title] => Song - 63 [time] => 63 [License] => MIT ) [92] => Array ( [id] => 186 [title] => Song - 93 [time] => 93 [License] => MIT ) [59] => Array ( [id] => 180 [title] => Song - 60 [time] => 60 [License] => MIT ) [87] => Array ( [id] => 176 [title] => Song - 88 [time] => 88 [License] => MIT ) [41] => Array ( [id] => 168 [title] => Song - 42 [time] => 42 [License] => MIT ) [82] => Array ( [id] => 166 [title] => Song - 83 [time] => 83 [License] => MIT ) [54] => Array ( [id] => 165 [title] => Song - 55 [time] => 55 [License] => MIT ) [53] => Array ( [id] => 162 [title] => Song - 54 [time] => 54 [License] => MIT ) [39] => Array ( [id] => 160 [title] => Song - 40 [time] => 40 [License] => MIT ) [78] => Array ( [id] => 158 [title] => Song - 79 [time] => 79 [License] => MIT ) [74] => Array ( [id] => 150 [title] => Song - 75 [time] => 75 [License] => MIT ) [148] => Array ( [id] => 149 [title] => Song - 149 [time] => 149 [License] => MIT ) [48] => Array ( [id] => 147 [title] => Song - 49 [time] => 49 [License] => MIT ) [35] => Array ( [id] => 144 [title] => Song - 36 [time] => 36 [License] => MIT ) [46] => Array ( [id] => 141 [title] => Song - 47 [time] => 47 [License] => MIT ) [69] => Array ( [id] => 140 [title] => Song - 70 [time] => 70 [License] => MIT ) [34] => Array ( [id] => 140 [title] => Song - 35 [time] => 35 [License] => MIT ) [33] => Array ( [id] => 136 [title] => Song - 34 [time] => 34 [License] => MIT ) [44] => Array ( [id] => 135 [title] => Song - 45 [time] => 45 [License] => MIT ) [66] => Array ( [id] => 134 [title] => Song - 67 [time] => 67 [License] => MIT ) [133] => Array ( [id] => 134 [title] => Song - 134 [time] => 134 [License] => MIT ) [131] => Array ( [id] => 132 [title] => Song - 132 [time] => 132 [License] => MIT ) [130] => Array ( [id] => 131 [title] => Song - 131 [time] => 131 [License] => MIT ) [64] => Array ( [id] => 130 [title] => Song - 65 [time] => 65 [License] => MIT ) [42] => Array ( [id] => 129 [title] => Song - 43 [time] => 43 [License] => MIT ) [128] => Array ( [id] => 129 [title] => Song - 129 [time] => 129 [License] => MIT ) [31] => Array ( [id] => 128 [title] => Song - 32 [time] => 32 [License] => MIT ) [127] => Array ( [id] => 128 [title] => Song - 128 [time] => 128 [License] => MIT ) [40] => Array ( [id] => 123 [title] => Song - 41 [time] => 41 [License] => MIT ) [122] => Array ( [id] => 123 [title] => Song - 123 [time] => 123 [License] => MIT ) [121] => Array ( [id] => 122 [title] => Song - 122 [time] => 122 [License] => MIT ) [120] => Array ( [id] => 121 [title] => Song - 121 [time] => 121 [License] => MIT ) [119] => Array ( [id] => 120 [title] => Song - 120 [time] => 120 [License] => MIT ) [117] => Array ( [id] => 118 [title] => Song - 118 [time] => 118 [License] => MIT ) [38] => Array ( [id] => 117 [title] => Song - 39 [time] => 39 [License] => MIT ) [115] => Array ( [id] => 116 [title] => Song - 116 [time] => 116 [License] => MIT ) [37] => Array ( [id] => 114 [title] => Song - 38 [time] => 38 [License] => MIT ) [113] => Array ( [id] => 114 [title] => Song - 114 [time] => 114 [License] => MIT ) [27] => Array ( [id] => 112 [title] => Song - 28 [time] => 28 [License] => MIT ) [108] => Array ( [id] => 109 [title] => Song - 109 [time] => 109 [License] => MIT ) [104] => Array ( [id] => 105 [title] => Song - 105 [time] => 105 [License] => MIT ) [101] => Array ( [id] => 102 [title] => Song - 102 [time] => 102 [License] => MIT ) [95] => Array ( [id] => 96 [title] => Song - 96 [time] => 96 [License] => MIT ) [47] => Array ( [id] => 96 [title] => Song - 48 [time] => 48 [License] => MIT ) [45] => Array ( [id] => 92 [title] => Song - 46 [time] => 46 [License] => MIT ) [29] => Array ( [id] => 90 [title] => Song - 30 [time] => 30 [License] => MIT ) [88] => Array ( [id] => 89 [title] => Song - 89 [time] => 89 [License] => MIT ) [21] => Array ( [id] => 88 [title] => Song - 22 [time] => 22 [License] => MIT ) [83] => Array ( [id] => 84 [title] => Song - 84 [time] => 84 [License] => MIT ) [76] => Array ( [id] => 77 [title] => Song - 77 [time] => 77 [License] => MIT ) [75] => Array ( [id] => 76 [title] => Song - 76 [time] => 76 [License] => MIT ) [18] => Array ( [id] => 76 [title] => Song - 19 [time] => 19 [License] => MIT ) [24] => Array ( [id] => 75 [title] => Song - 25 [time] => 25 [License] => MIT ) [71] => Array ( [id] => 72 [title] => Song - 72 [time] => 72 [License] => MIT ) [23] => Array ( [id] => 72 [title] => Song - 24 [time] => 24 [License] => MIT ) [65] => Array ( [id] => 66 [title] => Song - 66 [time] => 66 [License] => MIT ) [15] => Array ( [id] => 64 [title] => Song - 16 [time] => 16 [License] => MIT ) [30] => Array ( [id] => 62 [title] => Song - 31 [time] => 31 [License] => MIT ) [60] => Array ( [id] => 61 [title] => Song - 61 [time] => 61 [License] => MIT ) [14] => Array ( [id] => 60 [title] => Song - 15 [time] => 15 [License] => MIT ) [58] => Array ( [id] => 59 [title] => Song - 59 [time] => 59 [License] => MIT ) [56] => Array ( [id] => 57 [title] => Song - 57 [time] => 57 [License] => MIT ) [17] => Array ( [id] => 54 [title] => Song - 18 [time] => 18 [License] => MIT ) [52] => Array ( [id] => 53 [title] => Song - 53 [time] => 53 [License] => MIT ) [43] => Array ( [id] => 44 [title] => Song - 44 [time] => 44 [License] => MIT ) [19] => Array ( [id] => 40 [title] => Song - 20 [time] => 20 [License] => MIT ) [9] => Array ( [id] => 40 [title] => Song - 10 [time] => 10 [License] => MIT ) [12] => Array ( [id] => 39 [title] => Song - 13 [time] => 13 [License] => MIT ) [36] => Array ( [id] => 37 [title] => Song - 37 [time] => 37 [License] => MIT ) [11] => Array ( [id] => 36 [title] => Song - 12 [time] => 12 [License] => MIT ) [32] => Array ( [id] => 33 [title] => Song - 33 [time] => 33 [License] => MIT ) [7] => Array ( [id] => 32 [title] => Song - 8 [time] => 8 [License] => MIT ) [28] => Array ( [id] => 29 [title] => Song - 29 [time] => 29 [License] => MIT ) [6] => Array ( [id] => 28 [title] => Song - 7 [time] => 7 [License] => MIT ) [8] => Array ( [id] => 27 [title] => Song - 9 [time] => 9 [License] => MIT ) [26] => Array ( [id] => 27 [title] => Song - 27 [time] => 27 [License] => MIT ) [25] => Array ( [id] => 26 [title] => Song - 26 [time] => 26 [License] => MIT ) [22] => Array ( [id] => 23 [title] => Song - 23 [time] => 23 [License] => MIT ) [10] => Array ( [id] => 22 [title] => Song - 11 [time] => 11 [License] => MIT ) [20] => Array ( [id] => 21 [title] => Song - 21 [time] => 21 [License] => MIT ) [5] => Array ( [id] => 18 [title] => Song - 6 [time] => 6 [License] => MIT ) [16] => Array ( [id] => 17 [title] => Song - 17 [time] => 17 [License] => MIT ) [4] => Array ( [id] => 15 [title] => Song - 5 [time] => 5 [License] => MIT ) [13] => Array ( [id] => 14 [title] => Song - 14 [time] => 14 [License] => MIT ) [2] => Array ( [id] => 9 [title] => Song - 3 [time] => 3 [License] => MIT ) [1] => Array ( [id] => 8 [title] => Song - 2 [time] => 2 [License] => MIT ) [3] => Array ( [id] => 4 [title] => Song - 4 [time] => 4 [License] => MIT ) [0] => Array ( [id] => 4 [title] => Song - 1 [time] => 1 [License] => MIT ) )
Output for 5.4.41
Array ( [146] => Array ( [id] => 588 [title] => Song - 147 [time] => 147 [License] => MIT ) [144] => Array ( [id] => 580 [title] => Song - 145 [time] => 145 [License] => MIT ) [142] => Array ( [id] => 572 [title] => Song - 143 [time] => 143 [License] => MIT ) [140] => Array ( [id] => 564 [title] => Song - 141 [time] => 141 [License] => MIT ) [138] => Array ( [id] => 556 [title] => Song - 139 [time] => 139 [License] => MIT ) [132] => Array ( [id] => 532 [title] => Song - 133 [time] => 133 [License] => MIT ) [130] => Array ( [id] => 524 [title] => Song - 131 [time] => 131 [License] => MIT ) [127] => Array ( [id] => 512 [title] => Song - 128 [time] => 128 [License] => MIT ) [117] => Array ( [id] => 472 [title] => Song - 118 [time] => 118 [License] => MIT ) [114] => Array ( [id] => 460 [title] => Song - 115 [time] => 115 [License] => MIT ) [112] => Array ( [id] => 452 [title] => Song - 113 [time] => 113 [License] => MIT ) [149] => Array ( [id] => 450 [title] => Song - 150 [time] => 150 [License] => MIT ) [145] => Array ( [id] => 438 [title] => Song - 146 [time] => 146 [License] => MIT ) [105] => Array ( [id] => 424 [title] => Song - 106 [time] => 106 [License] => MIT ) [137] => Array ( [id] => 414 [title] => Song - 138 [time] => 138 [License] => MIT ) [134] => Array ( [id] => 405 [title] => Song - 135 [time] => 135 [License] => MIT ) [131] => Array ( [id] => 396 [title] => Song - 132 [time] => 132 [License] => MIT ) [128] => Array ( [id] => 387 [title] => Song - 129 [time] => 129 [License] => MIT ) [94] => Array ( [id] => 380 [title] => Song - 95 [time] => 95 [License] => MIT ) [93] => Array ( [id] => 376 [title] => Song - 94 [time] => 94 [License] => MIT ) [92] => Array ( [id] => 372 [title] => Song - 93 [time] => 93 [License] => MIT ) [122] => Array ( [id] => 369 [title] => Song - 123 [time] => 123 [License] => MIT ) [120] => Array ( [id] => 363 [title] => Song - 121 [time] => 121 [License] => MIT ) [119] => Array ( [id] => 360 [title] => Song - 120 [time] => 120 [License] => MIT ) [87] => Array ( [id] => 352 [title] => Song - 88 [time] => 88 [License] => MIT ) [86] => Array ( [id] => 348 [title] => Song - 87 [time] => 87 [License] => MIT ) [115] => Array ( [id] => 348 [title] => Song - 116 [time] => 116 [License] => MIT ) [84] => Array ( [id] => 340 [title] => Song - 85 [time] => 85 [License] => MIT ) [83] => Array ( [id] => 336 [title] => Song - 84 [time] => 84 [License] => MIT ) [110] => Array ( [id] => 333 [title] => Song - 111 [time] => 111 [License] => MIT ) [108] => Array ( [id] => 327 [title] => Song - 109 [time] => 109 [License] => MIT ) [106] => Array ( [id] => 321 [title] => Song - 107 [time] => 107 [License] => MIT ) [103] => Array ( [id] => 312 [title] => Song - 104 [time] => 104 [License] => MIT ) [102] => Array ( [id] => 309 [title] => Song - 103 [time] => 103 [License] => MIT ) [76] => Array ( [id] => 308 [title] => Song - 77 [time] => 77 [License] => MIT ) [100] => Array ( [id] => 303 [title] => Song - 101 [time] => 101 [License] => MIT ) [74] => Array ( [id] => 300 [title] => Song - 75 [time] => 75 [License] => MIT ) [148] => Array ( [id] => 298 [title] => Song - 149 [time] => 149 [License] => MIT ) [98] => Array ( [id] => 297 [title] => Song - 99 [time] => 99 [License] => MIT ) [147] => Array ( [id] => 296 [title] => Song - 148 [time] => 148 [License] => MIT ) [91] => Array ( [id] => 276 [title] => Song - 92 [time] => 92 [License] => MIT ) [136] => Array ( [id] => 274 [title] => Song - 137 [time] => 137 [License] => MIT ) [89] => Array ( [id] => 270 [title] => Song - 90 [time] => 90 [License] => MIT ) [66] => Array ( [id] => 268 [title] => Song - 67 [time] => 67 [License] => MIT ) [65] => Array ( [id] => 264 [title] => Song - 66 [time] => 66 [License] => MIT ) [64] => Array ( [id] => 260 [title] => Song - 65 [time] => 65 [License] => MIT ) [129] => Array ( [id] => 260 [title] => Song - 130 [time] => 130 [License] => MIT ) [60] => Array ( [id] => 244 [title] => Song - 61 [time] => 61 [License] => MIT ) [80] => Array ( [id] => 243 [title] => Song - 81 [time] => 81 [License] => MIT ) [77] => Array ( [id] => 234 [title] => Song - 78 [time] => 78 [License] => MIT ) [57] => Array ( [id] => 232 [title] => Song - 58 [time] => 58 [License] => MIT ) [75] => Array ( [id] => 228 [title] => Song - 76 [time] => 76 [License] => MIT ) [72] => Array ( [id] => 219 [title] => Song - 73 [time] => 73 [License] => MIT ) [53] => Array ( [id] => 216 [title] => Song - 54 [time] => 54 [License] => MIT ) [69] => Array ( [id] => 210 [title] => Song - 70 [time] => 70 [License] => MIT ) [49] => Array ( [id] => 200 [title] => Song - 50 [time] => 50 [License] => MIT ) [99] => Array ( [id] => 200 [title] => Song - 100 [time] => 100 [License] => MIT ) [97] => Array ( [id] => 196 [title] => Song - 98 [time] => 98 [License] => MIT ) [96] => Array ( [id] => 194 [title] => Song - 97 [time] => 97 [License] => MIT ) [46] => Array ( [id] => 188 [title] => Song - 47 [time] => 47 [License] => MIT ) [61] => Array ( [id] => 186 [title] => Song - 62 [time] => 62 [License] => MIT ) [58] => Array ( [id] => 177 [title] => Song - 59 [time] => 59 [License] => MIT ) [85] => Array ( [id] => 172 [title] => Song - 86 [time] => 86 [License] => MIT ) [56] => Array ( [id] => 171 [title] => Song - 57 [time] => 57 [License] => MIT ) [55] => Array ( [id] => 168 [title] => Song - 56 [time] => 56 [License] => MIT ) [79] => Array ( [id] => 160 [title] => Song - 80 [time] => 80 [License] => MIT ) [50] => Array ( [id] => 153 [title] => Song - 51 [time] => 51 [License] => MIT ) [73] => Array ( [id] => 148 [title] => Song - 74 [time] => 74 [License] => MIT ) [143] => Array ( [id] => 144 [title] => Song - 144 [time] => 144 [License] => MIT ) [70] => Array ( [id] => 142 [title] => Song - 71 [time] => 71 [License] => MIT ) [141] => Array ( [id] => 142 [title] => Song - 142 [time] => 142 [License] => MIT ) [139] => Array ( [id] => 140 [title] => Song - 140 [time] => 140 [License] => MIT ) [68] => Array ( [id] => 138 [title] => Song - 69 [time] => 69 [License] => MIT ) [67] => Array ( [id] => 136 [title] => Song - 68 [time] => 68 [License] => MIT ) [135] => Array ( [id] => 136 [title] => Song - 136 [time] => 136 [License] => MIT ) [133] => Array ( [id] => 134 [title] => Song - 134 [time] => 134 [License] => MIT ) [32] => Array ( [id] => 132 [title] => Song - 33 [time] => 33 [License] => MIT ) [63] => Array ( [id] => 128 [title] => Song - 64 [time] => 64 [License] => MIT ) [31] => Array ( [id] => 128 [title] => Song - 32 [time] => 32 [License] => MIT ) [126] => Array ( [id] => 127 [title] => Song - 127 [time] => 127 [License] => MIT ) [125] => Array ( [id] => 126 [title] => Song - 126 [time] => 126 [License] => MIT ) [124] => Array ( [id] => 125 [title] => Song - 125 [time] => 125 [License] => MIT ) [123] => Array ( [id] => 124 [title] => Song - 124 [time] => 124 [License] => MIT ) [121] => Array ( [id] => 122 [title] => Song - 122 [time] => 122 [License] => MIT ) [59] => Array ( [id] => 120 [title] => Song - 60 [time] => 60 [License] => MIT ) [39] => Array ( [id] => 120 [title] => Song - 40 [time] => 40 [License] => MIT ) [118] => Array ( [id] => 119 [title] => Song - 119 [time] => 119 [License] => MIT ) [116] => Array ( [id] => 117 [title] => Song - 117 [time] => 117 [License] => MIT ) [28] => Array ( [id] => 116 [title] => Song - 29 [time] => 29 [License] => MIT ) [113] => Array ( [id] => 114 [title] => Song - 114 [time] => 114 [License] => MIT ) [27] => Array ( [id] => 112 [title] => Song - 28 [time] => 28 [License] => MIT ) [111] => Array ( [id] => 112 [title] => Song - 112 [time] => 112 [License] => MIT ) [36] => Array ( [id] => 111 [title] => Song - 37 [time] => 37 [License] => MIT ) [54] => Array ( [id] => 110 [title] => Song - 55 [time] => 55 [License] => MIT ) [109] => Array ( [id] => 110 [title] => Song - 110 [time] => 110 [License] => MIT ) [107] => Array ( [id] => 108 [title] => Song - 108 [time] => 108 [License] => MIT ) [34] => Array ( [id] => 105 [title] => Song - 35 [time] => 35 [License] => MIT ) [104] => Array ( [id] => 105 [title] => Song - 105 [time] => 105 [License] => MIT ) [101] => Array ( [id] => 102 [title] => Song - 102 [time] => 102 [License] => MIT ) [24] => Array ( [id] => 100 [title] => Song - 25 [time] => 25 [License] => MIT ) [48] => Array ( [id] => 98 [title] => Song - 49 [time] => 49 [License] => MIT ) [95] => Array ( [id] => 96 [title] => Song - 96 [time] => 96 [License] => MIT ) [47] => Array ( [id] => 96 [title] => Song - 48 [time] => 48 [License] => MIT ) [30] => Array ( [id] => 93 [title] => Song - 31 [time] => 31 [License] => MIT ) [90] => Array ( [id] => 91 [title] => Song - 91 [time] => 91 [License] => MIT ) [44] => Array ( [id] => 90 [title] => Song - 45 [time] => 45 [License] => MIT ) [88] => Array ( [id] => 89 [title] => Song - 89 [time] => 89 [License] => MIT ) [43] => Array ( [id] => 88 [title] => Song - 44 [time] => 44 [License] => MIT ) [20] => Array ( [id] => 84 [title] => Song - 21 [time] => 21 [License] => MIT ) [82] => Array ( [id] => 83 [title] => Song - 83 [time] => 83 [License] => MIT ) [81] => Array ( [id] => 82 [title] => Song - 82 [time] => 82 [License] => MIT ) [78] => Array ( [id] => 79 [title] => Song - 79 [time] => 79 [License] => MIT ) [38] => Array ( [id] => 78 [title] => Song - 39 [time] => 39 [License] => MIT ) [71] => Array ( [id] => 72 [title] => Song - 72 [time] => 72 [License] => MIT ) [35] => Array ( [id] => 72 [title] => Song - 36 [time] => 36 [License] => MIT ) [23] => Array ( [id] => 72 [title] => Song - 24 [time] => 24 [License] => MIT ) [33] => Array ( [id] => 68 [title] => Song - 34 [time] => 34 [License] => MIT ) [16] => Array ( [id] => 68 [title] => Song - 17 [time] => 17 [License] => MIT ) [21] => Array ( [id] => 66 [title] => Song - 22 [time] => 22 [License] => MIT ) [15] => Array ( [id] => 64 [title] => Song - 16 [time] => 16 [License] => MIT ) [62] => Array ( [id] => 63 [title] => Song - 63 [time] => 63 [License] => MIT ) [26] => Array ( [id] => 54 [title] => Song - 27 [time] => 27 [License] => MIT ) [17] => Array ( [id] => 54 [title] => Song - 18 [time] => 18 [License] => MIT ) [52] => Array ( [id] => 53 [title] => Song - 53 [time] => 53 [License] => MIT ) [51] => Array ( [id] => 52 [title] => Song - 52 [time] => 52 [License] => MIT ) [45] => Array ( [id] => 46 [title] => Song - 46 [time] => 46 [License] => MIT ) [22] => Array ( [id] => 46 [title] => Song - 23 [time] => 23 [License] => MIT ) [10] => Array ( [id] => 44 [title] => Song - 11 [time] => 11 [License] => MIT ) [42] => Array ( [id] => 43 [title] => Song - 43 [time] => 43 [License] => MIT ) [41] => Array ( [id] => 42 [title] => Song - 42 [time] => 42 [License] => MIT ) [40] => Array ( [id] => 41 [title] => Song - 41 [time] => 41 [License] => MIT ) [9] => Array ( [id] => 40 [title] => Song - 10 [time] => 10 [License] => MIT ) [12] => Array ( [id] => 39 [title] => Song - 13 [time] => 13 [License] => MIT ) [37] => Array ( [id] => 38 [title] => Song - 38 [time] => 38 [License] => MIT ) [7] => Array ( [id] => 32 [title] => Song - 8 [time] => 8 [License] => MIT ) [29] => Array ( [id] => 30 [title] => Song - 30 [time] => 30 [License] => MIT ) [14] => Array ( [id] => 30 [title] => Song - 15 [time] => 15 [License] => MIT ) [8] => Array ( [id] => 27 [title] => Song - 9 [time] => 9 [License] => MIT ) [25] => Array ( [id] => 26 [title] => Song - 26 [time] => 26 [License] => MIT ) [6] => Array ( [id] => 21 [title] => Song - 7 [time] => 7 [License] => MIT ) [4] => Array ( [id] => 20 [title] => Song - 5 [time] => 5 [License] => MIT ) [19] => Array ( [id] => 20 [title] => Song - 20 [time] => 20 [License] => MIT ) [18] => Array ( [id] => 19 [title] => Song - 19 [time] => 19 [License] => MIT ) [5] => Array ( [id] => 18 [title] => Song - 6 [time] => 6 [License] => MIT ) [13] => Array ( [id] => 14 [title] => Song - 14 [time] => 14 [License] => MIT ) [2] => Array ( [id] => 12 [title] => Song - 3 [time] => 3 [License] => MIT ) [11] => Array ( [id] => 12 [title] => Song - 12 [time] => 12 [License] => MIT ) [3] => Array ( [id] => 8 [title] => Song - 4 [time] => 4 [License] => MIT ) [1] => Array ( [id] => 6 [title] => Song - 2 [time] => 2 [License] => MIT ) [0] => Array ( [id] => 1 [title] => Song - 1 [time] => 1 [License] => MIT ) )
Output for 5.4.40
Array ( [149] => Array ( [id] => 600 [title] => Song - 150 [time] => 150 [License] => MIT ) [133] => Array ( [id] => 536 [title] => Song - 134 [time] => 134 [License] => MIT ) [131] => Array ( [id] => 528 [title] => Song - 132 [time] => 132 [License] => MIT ) [128] => Array ( [id] => 516 [title] => Song - 129 [time] => 129 [License] => MIT ) [127] => Array ( [id] => 512 [title] => Song - 128 [time] => 128 [License] => MIT ) [124] => Array ( [id] => 500 [title] => Song - 125 [time] => 125 [License] => MIT ) [120] => Array ( [id] => 484 [title] => Song - 121 [time] => 121 [License] => MIT ) [119] => Array ( [id] => 480 [title] => Song - 120 [time] => 120 [License] => MIT ) [115] => Array ( [id] => 464 [title] => Song - 116 [time] => 116 [License] => MIT ) [114] => Array ( [id] => 460 [title] => Song - 115 [time] => 115 [License] => MIT ) [111] => Array ( [id] => 448 [title] => Song - 112 [time] => 112 [License] => MIT ) [145] => Array ( [id] => 438 [title] => Song - 146 [time] => 146 [License] => MIT ) [144] => Array ( [id] => 435 [title] => Song - 145 [time] => 145 [License] => MIT ) [142] => Array ( [id] => 429 [title] => Song - 143 [time] => 143 [License] => MIT ) [106] => Array ( [id] => 428 [title] => Song - 107 [time] => 107 [License] => MIT ) [140] => Array ( [id] => 423 [title] => Song - 141 [time] => 141 [License] => MIT ) [138] => Array ( [id] => 417 [title] => Song - 139 [time] => 139 [License] => MIT ) [132] => Array ( [id] => 399 [title] => Song - 133 [time] => 133 [License] => MIT ) [130] => Array ( [id] => 393 [title] => Song - 131 [time] => 131 [License] => MIT ) [122] => Array ( [id] => 369 [title] => Song - 123 [time] => 123 [License] => MIT ) [91] => Array ( [id] => 368 [title] => Song - 92 [time] => 92 [License] => MIT ) [121] => Array ( [id] => 366 [title] => Song - 122 [time] => 122 [License] => MIT ) [89] => Array ( [id] => 360 [title] => Song - 90 [time] => 90 [License] => MIT ) [118] => Array ( [id] => 357 [title] => Song - 119 [time] => 119 [License] => MIT ) [88] => Array ( [id] => 356 [title] => Song - 89 [time] => 89 [License] => MIT ) [117] => Array ( [id] => 354 [title] => Song - 118 [time] => 118 [License] => MIT ) [87] => Array ( [id] => 352 [title] => Song - 88 [time] => 88 [License] => MIT ) [116] => Array ( [id] => 351 [title] => Song - 117 [time] => 117 [License] => MIT ) [86] => Array ( [id] => 348 [title] => Song - 87 [time] => 87 [License] => MIT ) [110] => Array ( [id] => 333 [title] => Song - 111 [time] => 111 [License] => MIT ) [109] => Array ( [id] => 330 [title] => Song - 110 [time] => 110 [License] => MIT ) [107] => Array ( [id] => 324 [title] => Song - 108 [time] => 108 [License] => MIT ) [105] => Array ( [id] => 318 [title] => Song - 106 [time] => 106 [License] => MIT ) [104] => Array ( [id] => 315 [title] => Song - 105 [time] => 105 [License] => MIT ) [76] => Array ( [id] => 308 [title] => Song - 77 [time] => 77 [License] => MIT ) [100] => Array ( [id] => 303 [title] => Song - 101 [time] => 101 [License] => MIT ) [74] => Array ( [id] => 300 [title] => Song - 75 [time] => 75 [License] => MIT ) [99] => Array ( [id] => 300 [title] => Song - 100 [time] => 100 [License] => MIT ) [148] => Array ( [id] => 298 [title] => Song - 149 [time] => 149 [License] => MIT ) [98] => Array ( [id] => 297 [title] => Song - 99 [time] => 99 [License] => MIT ) [147] => Array ( [id] => 296 [title] => Song - 148 [time] => 148 [License] => MIT ) [146] => Array ( [id] => 294 [title] => Song - 147 [time] => 147 [License] => MIT ) [72] => Array ( [id] => 292 [title] => Song - 73 [time] => 73 [License] => MIT ) [95] => Array ( [id] => 288 [title] => Song - 96 [time] => 96 [License] => MIT ) [94] => Array ( [id] => 285 [title] => Song - 95 [time] => 95 [License] => MIT ) [93] => Array ( [id] => 282 [title] => Song - 94 [time] => 94 [License] => MIT ) [139] => Array ( [id] => 280 [title] => Song - 140 [time] => 140 [License] => MIT ) [135] => Array ( [id] => 272 [title] => Song - 136 [time] => 136 [License] => MIT ) [134] => Array ( [id] => 270 [title] => Song - 135 [time] => 135 [License] => MIT ) [66] => Array ( [id] => 268 [title] => Song - 67 [time] => 67 [License] => MIT ) [85] => Array ( [id] => 258 [title] => Song - 86 [time] => 86 [License] => MIT ) [84] => Array ( [id] => 255 [title] => Song - 85 [time] => 85 [License] => MIT ) [125] => Array ( [id] => 252 [title] => Song - 126 [time] => 126 [License] => MIT ) [60] => Array ( [id] => 244 [title] => Song - 61 [time] => 61 [License] => MIT ) [79] => Array ( [id] => 240 [title] => Song - 80 [time] => 80 [License] => MIT ) [56] => Array ( [id] => 228 [title] => Song - 57 [time] => 57 [License] => MIT ) [113] => Array ( [id] => 228 [title] => Song - 114 [time] => 114 [License] => MIT ) [55] => Array ( [id] => 224 [title] => Song - 56 [time] => 56 [License] => MIT ) [73] => Array ( [id] => 222 [title] => Song - 74 [time] => 74 [License] => MIT ) [108] => Array ( [id] => 218 [title] => Song - 109 [time] => 109 [License] => MIT ) [71] => Array ( [id] => 216 [title] => Song - 72 [time] => 72 [License] => MIT ) [52] => Array ( [id] => 212 [title] => Song - 53 [time] => 53 [License] => MIT ) [67] => Array ( [id] => 204 [title] => Song - 68 [time] => 68 [License] => MIT ) [97] => Array ( [id] => 196 [title] => Song - 98 [time] => 98 [License] => MIT ) [64] => Array ( [id] => 195 [title] => Song - 65 [time] => 65 [License] => MIT ) [63] => Array ( [id] => 192 [title] => Song - 64 [time] => 64 [License] => MIT ) [47] => Array ( [id] => 192 [title] => Song - 48 [time] => 48 [License] => MIT ) [62] => Array ( [id] => 189 [title] => Song - 63 [time] => 63 [License] => MIT ) [92] => Array ( [id] => 186 [title] => Song - 93 [time] => 93 [License] => MIT ) [42] => Array ( [id] => 172 [title] => Song - 43 [time] => 43 [License] => MIT ) [83] => Array ( [id] => 168 [title] => Song - 84 [time] => 84 [License] => MIT ) [54] => Array ( [id] => 165 [title] => Song - 55 [time] => 55 [License] => MIT ) [53] => Array ( [id] => 162 [title] => Song - 54 [time] => 54 [License] => MIT ) [78] => Array ( [id] => 158 [title] => Song - 79 [time] => 79 [License] => MIT ) [51] => Array ( [id] => 156 [title] => Song - 52 [time] => 52 [License] => MIT ) [36] => Array ( [id] => 148 [title] => Song - 37 [time] => 37 [License] => MIT ) [48] => Array ( [id] => 147 [title] => Song - 49 [time] => 49 [License] => MIT ) [143] => Array ( [id] => 144 [title] => Song - 144 [time] => 144 [License] => MIT ) [70] => Array ( [id] => 142 [title] => Song - 71 [time] => 71 [License] => MIT ) [141] => Array ( [id] => 142 [title] => Song - 142 [time] => 142 [License] => MIT ) [69] => Array ( [id] => 140 [title] => Song - 70 [time] => 70 [License] => MIT ) [137] => Array ( [id] => 138 [title] => Song - 138 [time] => 138 [License] => MIT ) [136] => Array ( [id] => 137 [title] => Song - 137 [time] => 137 [License] => MIT ) [129] => Array ( [id] => 130 [title] => Song - 130 [time] => 130 [License] => MIT ) [126] => Array ( [id] => 127 [title] => Song - 127 [time] => 127 [License] => MIT ) [61] => Array ( [id] => 124 [title] => Song - 62 [time] => 62 [License] => MIT ) [123] => Array ( [id] => 124 [title] => Song - 124 [time] => 124 [License] => MIT ) [29] => Array ( [id] => 120 [title] => Song - 30 [time] => 30 [License] => MIT ) [112] => Array ( [id] => 113 [title] => Song - 113 [time] => 113 [License] => MIT ) [25] => Array ( [id] => 104 [title] => Song - 26 [time] => 26 [License] => MIT ) [103] => Array ( [id] => 104 [title] => Song - 104 [time] => 104 [License] => MIT ) [102] => Array ( [id] => 103 [title] => Song - 103 [time] => 103 [License] => MIT ) [33] => Array ( [id] => 102 [title] => Song - 34 [time] => 34 [License] => MIT ) [101] => Array ( [id] => 102 [title] => Song - 102 [time] => 102 [License] => MIT ) [49] => Array ( [id] => 100 [title] => Song - 50 [time] => 50 [License] => MIT ) [32] => Array ( [id] => 99 [title] => Song - 33 [time] => 33 [License] => MIT ) [96] => Array ( [id] => 97 [title] => Song - 97 [time] => 97 [License] => MIT ) [30] => Array ( [id] => 93 [title] => Song - 31 [time] => 31 [License] => MIT ) [90] => Array ( [id] => 91 [title] => Song - 91 [time] => 91 [License] => MIT ) [27] => Array ( [id] => 84 [title] => Song - 28 [time] => 28 [License] => MIT ) [82] => Array ( [id] => 83 [title] => Song - 83 [time] => 83 [License] => MIT ) [81] => Array ( [id] => 82 [title] => Song - 82 [time] => 82 [License] => MIT ) [80] => Array ( [id] => 81 [title] => Song - 81 [time] => 81 [License] => MIT ) [39] => Array ( [id] => 80 [title] => Song - 40 [time] => 40 [License] => MIT ) [19] => Array ( [id] => 80 [title] => Song - 20 [time] => 20 [License] => MIT ) [77] => Array ( [id] => 78 [title] => Song - 78 [time] => 78 [License] => MIT ) [75] => Array ( [id] => 76 [title] => Song - 76 [time] => 76 [License] => MIT ) [24] => Array ( [id] => 75 [title] => Song - 25 [time] => 25 [License] => MIT ) [35] => Array ( [id] => 72 [title] => Song - 36 [time] => 36 [License] => MIT ) [68] => Array ( [id] => 69 [title] => Song - 69 [time] => 69 [License] => MIT ) [65] => Array ( [id] => 66 [title] => Song - 66 [time] => 66 [License] => MIT ) [31] => Array ( [id] => 64 [title] => Song - 32 [time] => 32 [License] => MIT ) [15] => Array ( [id] => 64 [title] => Song - 16 [time] => 16 [License] => MIT ) [20] => Array ( [id] => 63 [title] => Song - 21 [time] => 21 [License] => MIT ) [59] => Array ( [id] => 60 [title] => Song - 60 [time] => 60 [License] => MIT ) [58] => Array ( [id] => 59 [title] => Song - 59 [time] => 59 [License] => MIT ) [57] => Array ( [id] => 58 [title] => Song - 58 [time] => 58 [License] => MIT ) [50] => Array ( [id] => 51 [title] => Song - 51 [time] => 51 [License] => MIT ) [16] => Array ( [id] => 51 [title] => Song - 17 [time] => 17 [License] => MIT ) [23] => Array ( [id] => 48 [title] => Song - 24 [time] => 24 [License] => MIT ) [46] => Array ( [id] => 47 [title] => Song - 47 [time] => 47 [License] => MIT ) [45] => Array ( [id] => 46 [title] => Song - 46 [time] => 46 [License] => MIT ) [22] => Array ( [id] => 46 [title] => Song - 23 [time] => 23 [License] => MIT ) [44] => Array ( [id] => 45 [title] => Song - 45 [time] => 45 [License] => MIT ) [43] => Array ( [id] => 44 [title] => Song - 44 [time] => 44 [License] => MIT ) [41] => Array ( [id] => 42 [title] => Song - 42 [time] => 42 [License] => MIT ) [13] => Array ( [id] => 42 [title] => Song - 14 [time] => 14 [License] => MIT ) [40] => Array ( [id] => 41 [title] => Song - 41 [time] => 41 [License] => MIT ) [38] => Array ( [id] => 39 [title] => Song - 39 [time] => 39 [License] => MIT ) [37] => Array ( [id] => 38 [title] => Song - 38 [time] => 38 [License] => MIT ) [34] => Array ( [id] => 35 [title] => Song - 35 [time] => 35 [License] => MIT ) [7] => Array ( [id] => 32 [title] => Song - 8 [time] => 8 [License] => MIT ) [28] => Array ( [id] => 29 [title] => Song - 29 [time] => 29 [License] => MIT ) [26] => Array ( [id] => 27 [title] => Song - 27 [time] => 27 [License] => MIT ) [21] => Array ( [id] => 22 [title] => Song - 22 [time] => 22 [License] => MIT ) [10] => Array ( [id] => 22 [title] => Song - 11 [time] => 11 [License] => MIT ) [6] => Array ( [id] => 21 [title] => Song - 7 [time] => 7 [License] => MIT ) [4] => Array ( [id] => 20 [title] => Song - 5 [time] => 5 [License] => MIT ) [18] => Array ( [id] => 19 [title] => Song - 19 [time] => 19 [License] => MIT ) [17] => Array ( [id] => 18 [title] => Song - 18 [time] => 18 [License] => MIT ) [14] => Array ( [id] => 15 [title] => Song - 15 [time] => 15 [License] => MIT ) [12] => Array ( [id] => 13 [title] => Song - 13 [time] => 13 [License] => MIT ) [11] => Array ( [id] => 12 [title] => Song - 12 [time] => 12 [License] => MIT ) [9] => Array ( [id] => 10 [title] => Song - 10 [time] => 10 [License] => MIT ) [8] => Array ( [id] => 9 [title] => Song - 9 [time] => 9 [License] => MIT ) [3] => Array ( [id] => 8 [title] => Song - 4 [time] => 4 [License] => MIT ) [5] => Array ( [id] => 6 [title] => Song - 6 [time] => 6 [License] => MIT ) [1] => Array ( [id] => 4 [title] => Song - 2 [time] => 2 [License] => MIT ) [2] => Array ( [id] => 3 [title] => Song - 3 [time] => 3 [License] => MIT ) [0] => Array ( [id] => 1 [title] => Song - 1 [time] => 1 [License] => MIT ) )
Output for 5.4.39
Array ( [149] => Array ( [id] => 600 [title] => Song - 150 [time] => 150 [License] => MIT ) [147] => Array ( [id] => 592 [title] => Song - 148 [time] => 148 [License] => MIT ) [145] => Array ( [id] => 584 [title] => Song - 146 [time] => 146 [License] => MIT ) [144] => Array ( [id] => 580 [title] => Song - 145 [time] => 145 [License] => MIT ) [142] => Array ( [id] => 572 [title] => Song - 143 [time] => 143 [License] => MIT ) [141] => Array ( [id] => 568 [title] => Song - 142 [time] => 142 [License] => MIT ) [138] => Array ( [id] => 556 [title] => Song - 139 [time] => 139 [License] => MIT ) [136] => Array ( [id] => 548 [title] => Song - 137 [time] => 137 [License] => MIT ) [135] => Array ( [id] => 544 [title] => Song - 136 [time] => 136 [License] => MIT ) [132] => Array ( [id] => 532 [title] => Song - 133 [time] => 133 [License] => MIT ) [120] => Array ( [id] => 484 [title] => Song - 121 [time] => 121 [License] => MIT ) [116] => Array ( [id] => 468 [title] => Song - 117 [time] => 117 [License] => MIT ) [112] => Array ( [id] => 452 [title] => Song - 113 [time] => 113 [License] => MIT ) [148] => Array ( [id] => 447 [title] => Song - 149 [time] => 149 [License] => MIT ) [143] => Array ( [id] => 432 [title] => Song - 144 [time] => 144 [License] => MIT ) [106] => Array ( [id] => 428 [title] => Song - 107 [time] => 107 [License] => MIT ) [139] => Array ( [id] => 420 [title] => Song - 140 [time] => 140 [License] => MIT ) [133] => Array ( [id] => 402 [title] => Song - 134 [time] => 134 [License] => MIT ) [96] => Array ( [id] => 388 [title] => Song - 97 [time] => 97 [License] => MIT ) [94] => Array ( [id] => 380 [title] => Song - 95 [time] => 95 [License] => MIT ) [125] => Array ( [id] => 378 [title] => Song - 126 [time] => 126 [License] => MIT ) [92] => Array ( [id] => 372 [title] => Song - 93 [time] => 93 [License] => MIT ) [123] => Array ( [id] => 372 [title] => Song - 124 [time] => 124 [License] => MIT ) [121] => Array ( [id] => 366 [title] => Song - 122 [time] => 122 [License] => MIT ) [111] => Array ( [id] => 336 [title] => Song - 112 [time] => 112 [License] => MIT ) [110] => Array ( [id] => 333 [title] => Song - 111 [time] => 111 [License] => MIT ) [82] => Array ( [id] => 332 [title] => Song - 83 [time] => 83 [License] => MIT ) [108] => Array ( [id] => 327 [title] => Song - 109 [time] => 109 [License] => MIT ) [105] => Array ( [id] => 318 [title] => Song - 106 [time] => 106 [License] => MIT ) [77] => Array ( [id] => 312 [title] => Song - 78 [time] => 78 [License] => MIT ) [102] => Array ( [id] => 309 [title] => Song - 103 [time] => 103 [License] => MIT ) [76] => Array ( [id] => 308 [title] => Song - 77 [time] => 77 [License] => MIT ) [98] => Array ( [id] => 297 [title] => Song - 99 [time] => 99 [License] => MIT ) [97] => Array ( [id] => 294 [title] => Song - 98 [time] => 98 [License] => MIT ) [146] => Array ( [id] => 294 [title] => Song - 147 [time] => 147 [License] => MIT ) [68] => Array ( [id] => 276 [title] => Song - 69 [time] => 69 [License] => MIT ) [137] => Array ( [id] => 276 [title] => Song - 138 [time] => 138 [License] => MIT ) [90] => Array ( [id] => 273 [title] => Song - 91 [time] => 91 [License] => MIT ) [89] => Array ( [id] => 270 [title] => Song - 90 [time] => 90 [License] => MIT ) [134] => Array ( [id] => 270 [title] => Song - 135 [time] => 135 [License] => MIT ) [131] => Array ( [id] => 264 [title] => Song - 132 [time] => 132 [License] => MIT ) [130] => Array ( [id] => 262 [title] => Song - 131 [time] => 131 [License] => MIT ) [129] => Array ( [id] => 260 [title] => Song - 130 [time] => 130 [License] => MIT ) [83] => Array ( [id] => 252 [title] => Song - 84 [time] => 84 [License] => MIT ) [62] => Array ( [id] => 252 [title] => Song - 63 [time] => 63 [License] => MIT ) [81] => Array ( [id] => 246 [title] => Song - 82 [time] => 82 [License] => MIT ) [119] => Array ( [id] => 240 [title] => Song - 120 [time] => 120 [License] => MIT ) [118] => Array ( [id] => 238 [title] => Song - 119 [time] => 119 [License] => MIT ) [78] => Array ( [id] => 237 [title] => Song - 79 [time] => 79 [License] => MIT ) [58] => Array ( [id] => 236 [title] => Song - 59 [time] => 59 [License] => MIT ) [117] => Array ( [id] => 236 [title] => Song - 118 [time] => 118 [License] => MIT ) [74] => Array ( [id] => 225 [title] => Song - 75 [time] => 75 [License] => MIT ) [109] => Array ( [id] => 220 [title] => Song - 110 [time] => 110 [License] => MIT ) [53] => Array ( [id] => 216 [title] => Song - 54 [time] => 54 [License] => MIT ) [52] => Array ( [id] => 212 [title] => Song - 53 [time] => 53 [License] => MIT ) [69] => Array ( [id] => 210 [title] => Song - 70 [time] => 70 [License] => MIT ) [50] => Array ( [id] => 204 [title] => Song - 51 [time] => 51 [License] => MIT ) [101] => Array ( [id] => 204 [title] => Song - 102 [time] => 102 [License] => MIT ) [100] => Array ( [id] => 202 [title] => Song - 101 [time] => 101 [License] => MIT ) [66] => Array ( [id] => 201 [title] => Song - 67 [time] => 67 [License] => MIT ) [63] => Array ( [id] => 192 [title] => Song - 64 [time] => 64 [License] => MIT ) [93] => Array ( [id] => 188 [title] => Song - 94 [time] => 94 [License] => MIT ) [85] => Array ( [id] => 172 [title] => Song - 86 [time] => 86 [License] => MIT ) [55] => Array ( [id] => 168 [title] => Song - 56 [time] => 56 [License] => MIT ) [40] => Array ( [id] => 164 [title] => Song - 41 [time] => 41 [License] => MIT ) [80] => Array ( [id] => 162 [title] => Song - 81 [time] => 81 [License] => MIT ) [79] => Array ( [id] => 160 [title] => Song - 80 [time] => 80 [License] => MIT ) [75] => Array ( [id] => 152 [title] => Song - 76 [time] => 76 [License] => MIT ) [73] => Array ( [id] => 148 [title] => Song - 74 [time] => 74 [License] => MIT ) [48] => Array ( [id] => 147 [title] => Song - 49 [time] => 49 [License] => MIT ) [71] => Array ( [id] => 144 [title] => Song - 72 [time] => 72 [License] => MIT ) [140] => Array ( [id] => 141 [title] => Song - 141 [time] => 141 [License] => MIT ) [45] => Array ( [id] => 138 [title] => Song - 46 [time] => 46 [License] => MIT ) [67] => Array ( [id] => 136 [title] => Song - 68 [time] => 68 [License] => MIT ) [65] => Array ( [id] => 132 [title] => Song - 66 [time] => 66 [License] => MIT ) [64] => Array ( [id] => 130 [title] => Song - 65 [time] => 65 [License] => MIT ) [128] => Array ( [id] => 129 [title] => Song - 129 [time] => 129 [License] => MIT ) [127] => Array ( [id] => 128 [title] => Song - 128 [time] => 128 [License] => MIT ) [126] => Array ( [id] => 127 [title] => Song - 127 [time] => 127 [License] => MIT ) [124] => Array ( [id] => 125 [title] => Song - 125 [time] => 125 [License] => MIT ) [122] => Array ( [id] => 123 [title] => Song - 123 [time] => 123 [License] => MIT ) [60] => Array ( [id] => 122 [title] => Song - 61 [time] => 61 [License] => MIT ) [57] => Array ( [id] => 116 [title] => Song - 58 [time] => 58 [License] => MIT ) [115] => Array ( [id] => 116 [title] => Song - 116 [time] => 116 [License] => MIT ) [114] => Array ( [id] => 115 [title] => Song - 115 [time] => 115 [License] => MIT ) [37] => Array ( [id] => 114 [title] => Song - 38 [time] => 38 [License] => MIT ) [113] => Array ( [id] => 114 [title] => Song - 114 [time] => 114 [License] => MIT ) [54] => Array ( [id] => 110 [title] => Song - 55 [time] => 55 [License] => MIT ) [107] => Array ( [id] => 108 [title] => Song - 108 [time] => 108 [License] => MIT ) [34] => Array ( [id] => 105 [title] => Song - 35 [time] => 35 [License] => MIT ) [104] => Array ( [id] => 105 [title] => Song - 105 [time] => 105 [License] => MIT ) [51] => Array ( [id] => 104 [title] => Song - 52 [time] => 52 [License] => MIT ) [25] => Array ( [id] => 104 [title] => Song - 26 [time] => 26 [License] => MIT ) [103] => Array ( [id] => 104 [title] => Song - 104 [time] => 104 [License] => MIT ) [99] => Array ( [id] => 100 [title] => Song - 100 [time] => 100 [License] => MIT ) [32] => Array ( [id] => 99 [title] => Song - 33 [time] => 33 [License] => MIT ) [95] => Array ( [id] => 96 [title] => Song - 96 [time] => 96 [License] => MIT ) [47] => Array ( [id] => 96 [title] => Song - 48 [time] => 48 [License] => MIT ) [30] => Array ( [id] => 93 [title] => Song - 31 [time] => 31 [License] => MIT ) [91] => Array ( [id] => 92 [title] => Song - 92 [time] => 92 [License] => MIT ) [22] => Array ( [id] => 92 [title] => Song - 23 [time] => 23 [License] => MIT ) [29] => Array ( [id] => 90 [title] => Song - 30 [time] => 30 [License] => MIT ) [88] => Array ( [id] => 89 [title] => Song - 89 [time] => 89 [License] => MIT ) [87] => Array ( [id] => 88 [title] => Song - 88 [time] => 88 [License] => MIT ) [43] => Array ( [id] => 88 [title] => Song - 44 [time] => 44 [License] => MIT ) [86] => Array ( [id] => 87 [title] => Song - 87 [time] => 87 [License] => MIT ) [84] => Array ( [id] => 85 [title] => Song - 85 [time] => 85 [License] => MIT ) [41] => Array ( [id] => 84 [title] => Song - 42 [time] => 42 [License] => MIT ) [20] => Array ( [id] => 84 [title] => Song - 21 [time] => 21 [License] => MIT ) [26] => Array ( [id] => 81 [title] => Song - 27 [time] => 27 [License] => MIT ) [39] => Array ( [id] => 80 [title] => Song - 40 [time] => 40 [License] => MIT ) [19] => Array ( [id] => 80 [title] => Song - 20 [time] => 20 [License] => MIT ) [18] => Array ( [id] => 76 [title] => Song - 19 [time] => 19 [License] => MIT ) [24] => Array ( [id] => 75 [title] => Song - 25 [time] => 25 [License] => MIT ) [72] => Array ( [id] => 73 [title] => Song - 73 [time] => 73 [License] => MIT ) [35] => Array ( [id] => 72 [title] => Song - 36 [time] => 36 [License] => MIT ) [70] => Array ( [id] => 71 [title] => Song - 71 [time] => 71 [License] => MIT ) [31] => Array ( [id] => 64 [title] => Song - 32 [time] => 32 [License] => MIT ) [61] => Array ( [id] => 62 [title] => Song - 62 [time] => 62 [License] => MIT ) [59] => Array ( [id] => 60 [title] => Song - 60 [time] => 60 [License] => MIT ) [28] => Array ( [id] => 58 [title] => Song - 29 [time] => 29 [License] => MIT ) [56] => Array ( [id] => 57 [title] => Song - 57 [time] => 57 [License] => MIT ) [27] => Array ( [id] => 56 [title] => Song - 28 [time] => 28 [License] => MIT ) [13] => Array ( [id] => 56 [title] => Song - 14 [time] => 14 [License] => MIT ) [16] => Array ( [id] => 51 [title] => Song - 17 [time] => 17 [License] => MIT ) [49] => Array ( [id] => 50 [title] => Song - 50 [time] => 50 [License] => MIT ) [23] => Array ( [id] => 48 [title] => Song - 24 [time] => 24 [License] => MIT ) [15] => Array ( [id] => 48 [title] => Song - 16 [time] => 16 [License] => MIT ) [11] => Array ( [id] => 48 [title] => Song - 12 [time] => 12 [License] => MIT ) [46] => Array ( [id] => 47 [title] => Song - 47 [time] => 47 [License] => MIT ) [44] => Array ( [id] => 45 [title] => Song - 45 [time] => 45 [License] => MIT ) [14] => Array ( [id] => 45 [title] => Song - 15 [time] => 15 [License] => MIT ) [42] => Array ( [id] => 43 [title] => Song - 43 [time] => 43 [License] => MIT ) [9] => Array ( [id] => 40 [title] => Song - 10 [time] => 10 [License] => MIT ) [38] => Array ( [id] => 39 [title] => Song - 39 [time] => 39 [License] => MIT ) [36] => Array ( [id] => 37 [title] => Song - 37 [time] => 37 [License] => MIT ) [33] => Array ( [id] => 34 [title] => Song - 34 [time] => 34 [License] => MIT ) [8] => Array ( [id] => 27 [title] => Song - 9 [time] => 9 [License] => MIT ) [21] => Array ( [id] => 22 [title] => Song - 22 [time] => 22 [License] => MIT ) [10] => Array ( [id] => 22 [title] => Song - 11 [time] => 11 [License] => MIT ) [6] => Array ( [id] => 21 [title] => Song - 7 [time] => 7 [License] => MIT ) [17] => Array ( [id] => 18 [title] => Song - 18 [time] => 18 [License] => MIT ) [7] => Array ( [id] => 16 [title] => Song - 8 [time] => 8 [License] => MIT ) [12] => Array ( [id] => 13 [title] => Song - 13 [time] => 13 [License] => MIT ) [3] => Array ( [id] => 12 [title] => Song - 4 [time] => 4 [License] => MIT ) [5] => Array ( [id] => 6 [title] => Song - 6 [time] => 6 [License] => MIT ) [4] => Array ( [id] => 5 [title] => Song - 5 [time] => 5 [License] => MIT ) [2] => Array ( [id] => 3 [title] => Song - 3 [time] => 3 [License] => MIT ) [1] => Array ( [id] => 2 [title] => Song - 2 [time] => 2 [License] => MIT ) [0] => Array ( [id] => 1 [title] => Song - 1 [time] => 1 [License] => MIT ) )
Output for 5.4.38
Array ( [148] => Array ( [id] => 596 [title] => Song - 149 [time] => 149 [License] => MIT ) [143] => Array ( [id] => 576 [title] => Song - 144 [time] => 144 [License] => MIT ) [142] => Array ( [id] => 572 [title] => Song - 143 [time] => 143 [License] => MIT ) [139] => Array ( [id] => 560 [title] => Song - 140 [time] => 140 [License] => MIT ) [137] => Array ( [id] => 552 [title] => Song - 138 [time] => 138 [License] => MIT ) [133] => Array ( [id] => 536 [title] => Song - 134 [time] => 134 [License] => MIT ) [122] => Array ( [id] => 492 [title] => Song - 123 [time] => 123 [License] => MIT ) [118] => Array ( [id] => 476 [title] => Song - 119 [time] => 119 [License] => MIT ) [115] => Array ( [id] => 464 [title] => Song - 116 [time] => 116 [License] => MIT ) [141] => Array ( [id] => 426 [title] => Song - 142 [time] => 142 [License] => MIT ) [131] => Array ( [id] => 396 [title] => Song - 132 [time] => 132 [License] => MIT ) [130] => Array ( [id] => 393 [title] => Song - 131 [time] => 131 [License] => MIT ) [97] => Array ( [id] => 392 [title] => Song - 98 [time] => 98 [License] => MIT ) [93] => Array ( [id] => 376 [title] => Song - 94 [time] => 94 [License] => MIT ) [120] => Array ( [id] => 363 [title] => Song - 121 [time] => 121 [License] => MIT ) [89] => Array ( [id] => 360 [title] => Song - 90 [time] => 90 [License] => MIT ) [112] => Array ( [id] => 339 [title] => Song - 113 [time] => 113 [License] => MIT ) [83] => Array ( [id] => 336 [title] => Song - 84 [time] => 84 [License] => MIT ) [79] => Array ( [id] => 320 [title] => Song - 80 [time] => 80 [License] => MIT ) [105] => Array ( [id] => 318 [title] => Song - 106 [time] => 106 [License] => MIT ) [104] => Array ( [id] => 315 [title] => Song - 105 [time] => 105 [License] => MIT ) [103] => Array ( [id] => 312 [title] => Song - 104 [time] => 104 [License] => MIT ) [101] => Array ( [id] => 306 [title] => Song - 102 [time] => 102 [License] => MIT ) [100] => Array ( [id] => 303 [title] => Song - 101 [time] => 101 [License] => MIT ) [74] => Array ( [id] => 300 [title] => Song - 75 [time] => 75 [License] => MIT ) [146] => Array ( [id] => 294 [title] => Song - 147 [time] => 147 [License] => MIT ) [144] => Array ( [id] => 290 [title] => Song - 145 [time] => 145 [License] => MIT ) [71] => Array ( [id] => 288 [title] => Song - 72 [time] => 72 [License] => MIT ) [94] => Array ( [id] => 285 [title] => Song - 95 [time] => 95 [License] => MIT ) [140] => Array ( [id] => 282 [title] => Song - 141 [time] => 141 [License] => MIT ) [138] => Array ( [id] => 278 [title] => Song - 139 [time] => 139 [License] => MIT ) [67] => Array ( [id] => 272 [title] => Song - 68 [time] => 68 [License] => MIT ) [88] => Array ( [id] => 267 [title] => Song - 89 [time] => 89 [License] => MIT ) [87] => Array ( [id] => 264 [title] => Song - 88 [time] => 88 [License] => MIT ) [128] => Array ( [id] => 258 [title] => Song - 129 [time] => 129 [License] => MIT ) [123] => Array ( [id] => 248 [title] => Song - 124 [time] => 124 [License] => MIT ) [121] => Array ( [id] => 244 [title] => Song - 122 [time] => 122 [License] => MIT ) [80] => Array ( [id] => 243 [title] => Song - 81 [time] => 81 [License] => MIT ) [119] => Array ( [id] => 240 [title] => Song - 120 [time] => 120 [License] => MIT ) [78] => Array ( [id] => 237 [title] => Song - 79 [time] => 79 [License] => MIT ) [117] => Array ( [id] => 236 [title] => Song - 118 [time] => 118 [License] => MIT ) [116] => Array ( [id] => 234 [title] => Song - 117 [time] => 117 [License] => MIT ) [57] => Array ( [id] => 232 [title] => Song - 58 [time] => 58 [License] => MIT ) [76] => Array ( [id] => 231 [title] => Song - 77 [time] => 77 [License] => MIT ) [114] => Array ( [id] => 230 [title] => Song - 115 [time] => 115 [License] => MIT ) [113] => Array ( [id] => 228 [title] => Song - 114 [time] => 114 [License] => MIT ) [111] => Array ( [id] => 224 [title] => Song - 112 [time] => 112 [License] => MIT ) [73] => Array ( [id] => 222 [title] => Song - 74 [time] => 74 [License] => MIT ) [110] => Array ( [id] => 222 [title] => Song - 111 [time] => 111 [License] => MIT ) [109] => Array ( [id] => 220 [title] => Song - 110 [time] => 110 [License] => MIT ) [72] => Array ( [id] => 219 [title] => Song - 73 [time] => 73 [License] => MIT ) [108] => Array ( [id] => 218 [title] => Song - 109 [time] => 109 [License] => MIT ) [102] => Array ( [id] => 206 [title] => Song - 103 [time] => 103 [License] => MIT ) [49] => Array ( [id] => 200 [title] => Song - 50 [time] => 50 [License] => MIT ) [98] => Array ( [id] => 198 [title] => Song - 99 [time] => 99 [License] => MIT ) [64] => Array ( [id] => 195 [title] => Song - 65 [time] => 65 [License] => MIT ) [96] => Array ( [id] => 194 [title] => Song - 97 [time] => 97 [License] => MIT ) [62] => Array ( [id] => 189 [title] => Song - 63 [time] => 63 [License] => MIT ) [90] => Array ( [id] => 182 [title] => Song - 91 [time] => 91 [License] => MIT ) [44] => Array ( [id] => 180 [title] => Song - 45 [time] => 45 [License] => MIT ) [58] => Array ( [id] => 177 [title] => Song - 59 [time] => 59 [License] => MIT ) [86] => Array ( [id] => 174 [title] => Song - 87 [time] => 87 [License] => MIT ) [42] => Array ( [id] => 172 [title] => Song - 43 [time] => 43 [License] => MIT ) [84] => Array ( [id] => 170 [title] => Song - 85 [time] => 85 [License] => MIT ) [82] => Array ( [id] => 166 [title] => Song - 83 [time] => 83 [License] => MIT ) [81] => Array ( [id] => 164 [title] => Song - 82 [time] => 82 [License] => MIT ) [52] => Array ( [id] => 159 [title] => Song - 53 [time] => 53 [License] => MIT ) [50] => Array ( [id] => 153 [title] => Song - 51 [time] => 51 [License] => MIT ) [75] => Array ( [id] => 152 [title] => Song - 76 [time] => 76 [License] => MIT ) [149] => Array ( [id] => 150 [title] => Song - 150 [time] => 150 [License] => MIT ) [147] => Array ( [id] => 148 [title] => Song - 148 [time] => 148 [License] => MIT ) [145] => Array ( [id] => 146 [title] => Song - 146 [time] => 146 [License] => MIT ) [47] => Array ( [id] => 144 [title] => Song - 48 [time] => 48 [License] => MIT ) [70] => Array ( [id] => 142 [title] => Song - 71 [time] => 71 [License] => MIT ) [34] => Array ( [id] => 140 [title] => Song - 35 [time] => 35 [License] => MIT ) [68] => Array ( [id] => 138 [title] => Song - 69 [time] => 69 [License] => MIT ) [136] => Array ( [id] => 137 [title] => Song - 137 [time] => 137 [License] => MIT ) [135] => Array ( [id] => 136 [title] => Song - 136 [time] => 136 [License] => MIT ) [134] => Array ( [id] => 135 [title] => Song - 135 [time] => 135 [License] => MIT ) [66] => Array ( [id] => 134 [title] => Song - 67 [time] => 67 [License] => MIT ) [132] => Array ( [id] => 133 [title] => Song - 133 [time] => 133 [License] => MIT ) [65] => Array ( [id] => 132 [title] => Song - 66 [time] => 66 [License] => MIT ) [129] => Array ( [id] => 130 [title] => Song - 130 [time] => 130 [License] => MIT ) [63] => Array ( [id] => 128 [title] => Song - 64 [time] => 64 [License] => MIT ) [127] => Array ( [id] => 128 [title] => Song - 128 [time] => 128 [License] => MIT ) [126] => Array ( [id] => 127 [title] => Song - 127 [time] => 127 [License] => MIT ) [125] => Array ( [id] => 126 [title] => Song - 126 [time] => 126 [License] => MIT ) [124] => Array ( [id] => 125 [title] => Song - 125 [time] => 125 [License] => MIT ) [61] => Array ( [id] => 124 [title] => Song - 62 [time] => 62 [License] => MIT ) [40] => Array ( [id] => 123 [title] => Song - 41 [time] => 41 [License] => MIT ) [60] => Array ( [id] => 122 [title] => Song - 61 [time] => 61 [License] => MIT ) [59] => Array ( [id] => 120 [title] => Song - 60 [time] => 60 [License] => MIT ) [29] => Array ( [id] => 120 [title] => Song - 30 [time] => 30 [License] => MIT ) [36] => Array ( [id] => 111 [title] => Song - 37 [time] => 37 [License] => MIT ) [107] => Array ( [id] => 108 [title] => Song - 108 [time] => 108 [License] => MIT ) [106] => Array ( [id] => 107 [title] => Song - 107 [time] => 107 [License] => MIT ) [51] => Array ( [id] => 104 [title] => Song - 52 [time] => 52 [License] => MIT ) [25] => Array ( [id] => 104 [title] => Song - 26 [time] => 26 [License] => MIT ) [33] => Array ( [id] => 102 [title] => Song - 34 [time] => 34 [License] => MIT ) [99] => Array ( [id] => 100 [title] => Song - 100 [time] => 100 [License] => MIT ) [48] => Array ( [id] => 98 [title] => Song - 49 [time] => 49 [License] => MIT ) [95] => Array ( [id] => 96 [title] => Song - 96 [time] => 96 [License] => MIT ) [46] => Array ( [id] => 94 [title] => Song - 47 [time] => 47 [License] => MIT ) [92] => Array ( [id] => 93 [title] => Song - 93 [time] => 93 [License] => MIT ) [30] => Array ( [id] => 93 [title] => Song - 31 [time] => 31 [License] => MIT ) [91] => Array ( [id] => 92 [title] => Song - 92 [time] => 92 [License] => MIT ) [45] => Array ( [id] => 92 [title] => Song - 46 [time] => 46 [License] => MIT ) [43] => Array ( [id] => 88 [title] => Song - 44 [time] => 44 [License] => MIT ) [28] => Array ( [id] => 87 [title] => Song - 29 [time] => 29 [License] => MIT ) [85] => Array ( [id] => 86 [title] => Song - 86 [time] => 86 [License] => MIT ) [27] => Array ( [id] => 84 [title] => Song - 28 [time] => 28 [License] => MIT ) [26] => Array ( [id] => 81 [title] => Song - 27 [time] => 27 [License] => MIT ) [39] => Array ( [id] => 80 [title] => Song - 40 [time] => 40 [License] => MIT ) [77] => Array ( [id] => 78 [title] => Song - 78 [time] => 78 [License] => MIT ) [69] => Array ( [id] => 70 [title] => Song - 70 [time] => 70 [License] => MIT ) [22] => Array ( [id] => 69 [title] => Song - 23 [time] => 23 [License] => MIT ) [31] => Array ( [id] => 64 [title] => Song - 32 [time] => 32 [License] => MIT ) [19] => Array ( [id] => 60 [title] => Song - 20 [time] => 20 [License] => MIT ) [56] => Array ( [id] => 57 [title] => Song - 57 [time] => 57 [License] => MIT ) [18] => Array ( [id] => 57 [title] => Song - 19 [time] => 19 [License] => MIT ) [55] => Array ( [id] => 56 [title] => Song - 56 [time] => 56 [License] => MIT ) [13] => Array ( [id] => 56 [title] => Song - 14 [time] => 14 [License] => MIT ) [54] => Array ( [id] => 55 [title] => Song - 55 [time] => 55 [License] => MIT ) [53] => Array ( [id] => 54 [title] => Song - 54 [time] => 54 [License] => MIT ) [17] => Array ( [id] => 54 [title] => Song - 18 [time] => 18 [License] => MIT ) [21] => Array ( [id] => 44 [title] => Song - 22 [time] => 22 [License] => MIT ) [41] => Array ( [id] => 42 [title] => Song - 42 [time] => 42 [License] => MIT ) [20] => Array ( [id] => 42 [title] => Song - 21 [time] => 21 [License] => MIT ) [38] => Array ( [id] => 39 [title] => Song - 39 [time] => 39 [License] => MIT ) [37] => Array ( [id] => 38 [title] => Song - 38 [time] => 38 [License] => MIT ) [35] => Array ( [id] => 36 [title] => Song - 36 [time] => 36 [License] => MIT ) [11] => Array ( [id] => 36 [title] => Song - 12 [time] => 12 [License] => MIT ) [16] => Array ( [id] => 34 [title] => Song - 17 [time] => 17 [License] => MIT ) [32] => Array ( [id] => 33 [title] => Song - 33 [time] => 33 [License] => MIT ) [7] => Array ( [id] => 32 [title] => Song - 8 [time] => 8 [License] => MIT ) [15] => Array ( [id] => 32 [title] => Song - 16 [time] => 16 [License] => MIT ) [14] => Array ( [id] => 30 [title] => Song - 15 [time] => 15 [License] => MIT ) [12] => Array ( [id] => 26 [title] => Song - 13 [time] => 13 [License] => MIT ) [24] => Array ( [id] => 25 [title] => Song - 25 [time] => 25 [License] => MIT ) [23] => Array ( [id] => 24 [title] => Song - 24 [time] => 24 [License] => MIT ) [6] => Array ( [id] => 21 [title] => Song - 7 [time] => 7 [License] => MIT ) [9] => Array ( [id] => 20 [title] => Song - 10 [time] => 10 [License] => MIT ) [5] => Array ( [id] => 18 [title] => Song - 6 [time] => 6 [License] => MIT ) [4] => Array ( [id] => 15 [title] => Song - 5 [time] => 5 [License] => MIT ) [3] => Array ( [id] => 12 [title] => Song - 4 [time] => 4 [License] => MIT ) [2] => Array ( [id] => 12 [title] => Song - 3 [time] => 3 [License] => MIT ) [10] => Array ( [id] => 11 [title] => Song - 11 [time] => 11 [License] => MIT ) [8] => Array ( [id] => 9 [title] => Song - 9 [time] => 9 [License] => MIT ) [1] => Array ( [id] => 2 [title] => Song - 2 [time] => 2 [License] => MIT ) [0] => Array ( [id] => 1 [title] => Song - 1 [time] => 1 [License] => MIT ) )
Output for 5.4.37
Array ( [147] => Array ( [id] => 592 [title] => Song - 148 [time] => 148 [License] => MIT ) [144] => Array ( [id] => 580 [title] => Song - 145 [time] => 145 [License] => MIT ) [143] => Array ( [id] => 576 [title] => Song - 144 [time] => 144 [License] => MIT ) [141] => Array ( [id] => 568 [title] => Song - 142 [time] => 142 [License] => MIT ) [138] => Array ( [id] => 556 [title] => Song - 139 [time] => 139 [License] => MIT ) [137] => Array ( [id] => 552 [title] => Song - 138 [time] => 138 [License] => MIT ) [135] => Array ( [id] => 544 [title] => Song - 136 [time] => 136 [License] => MIT ) [134] => Array ( [id] => 540 [title] => Song - 135 [time] => 135 [License] => MIT ) [133] => Array ( [id] => 536 [title] => Song - 134 [time] => 134 [License] => MIT ) [132] => Array ( [id] => 532 [title] => Song - 133 [time] => 133 [License] => MIT ) [122] => Array ( [id] => 492 [title] => Song - 123 [time] => 123 [License] => MIT ) [119] => Array ( [id] => 480 [title] => Song - 120 [time] => 120 [License] => MIT ) [114] => Array ( [id] => 460 [title] => Song - 115 [time] => 115 [License] => MIT ) [112] => Array ( [id] => 452 [title] => Song - 113 [time] => 113 [License] => MIT ) [149] => Array ( [id] => 450 [title] => Song - 150 [time] => 150 [License] => MIT ) [111] => Array ( [id] => 448 [title] => Song - 112 [time] => 112 [License] => MIT ) [146] => Array ( [id] => 441 [title] => Song - 147 [time] => 147 [License] => MIT ) [140] => Array ( [id] => 423 [title] => Song - 141 [time] => 141 [License] => MIT ) [127] => Array ( [id] => 384 [title] => Song - 128 [time] => 128 [License] => MIT ) [125] => Array ( [id] => 378 [title] => Song - 126 [time] => 126 [License] => MIT ) [118] => Array ( [id] => 357 [title] => Song - 119 [time] => 119 [License] => MIT ) [107] => Array ( [id] => 324 [title] => Song - 108 [time] => 108 [License] => MIT ) [79] => Array ( [id] => 320 [title] => Song - 80 [time] => 80 [License] => MIT ) [104] => Array ( [id] => 315 [title] => Song - 105 [time] => 105 [License] => MIT ) [101] => Array ( [id] => 306 [title] => Song - 102 [time] => 102 [License] => MIT ) [75] => Array ( [id] => 304 [title] => Song - 76 [time] => 76 [License] => MIT ) [100] => Array ( [id] => 303 [title] => Song - 101 [time] => 101 [License] => MIT ) [74] => Array ( [id] => 300 [title] => Song - 75 [time] => 75 [License] => MIT ) [148] => Array ( [id] => 298 [title] => Song - 149 [time] => 149 [License] => MIT ) [98] => Array ( [id] => 297 [title] => Song - 99 [time] => 99 [License] => MIT ) [145] => Array ( [id] => 292 [title] => Song - 146 [time] => 146 [License] => MIT ) [71] => Array ( [id] => 288 [title] => Song - 72 [time] => 72 [License] => MIT ) [142] => Array ( [id] => 286 [title] => Song - 143 [time] => 143 [License] => MIT ) [94] => Array ( [id] => 285 [title] => Song - 95 [time] => 95 [License] => MIT ) [92] => Array ( [id] => 279 [title] => Song - 93 [time] => 93 [License] => MIT ) [136] => Array ( [id] => 274 [title] => Song - 137 [time] => 137 [License] => MIT ) [131] => Array ( [id] => 264 [title] => Song - 132 [time] => 132 [License] => MIT ) [130] => Array ( [id] => 262 [title] => Song - 131 [time] => 131 [License] => MIT ) [86] => Array ( [id] => 261 [title] => Song - 87 [time] => 87 [License] => MIT ) [129] => Array ( [id] => 260 [title] => Song - 130 [time] => 130 [License] => MIT ) [128] => Array ( [id] => 258 [title] => Song - 129 [time] => 129 [License] => MIT ) [62] => Array ( [id] => 252 [title] => Song - 63 [time] => 63 [License] => MIT ) [80] => Array ( [id] => 243 [title] => Song - 81 [time] => 81 [License] => MIT ) [120] => Array ( [id] => 242 [title] => Song - 121 [time] => 121 [License] => MIT ) [59] => Array ( [id] => 240 [title] => Song - 60 [time] => 60 [License] => MIT ) [78] => Array ( [id] => 237 [title] => Song - 79 [time] => 79 [License] => MIT ) [77] => Array ( [id] => 234 [title] => Song - 78 [time] => 78 [License] => MIT ) [116] => Array ( [id] => 234 [title] => Song - 117 [time] => 117 [License] => MIT ) [115] => Array ( [id] => 232 [title] => Song - 116 [time] => 116 [License] => MIT ) [113] => Array ( [id] => 228 [title] => Song - 114 [time] => 114 [License] => MIT ) [73] => Array ( [id] => 222 [title] => Song - 74 [time] => 74 [License] => MIT ) [110] => Array ( [id] => 222 [title] => Song - 111 [time] => 111 [License] => MIT ) [109] => Array ( [id] => 220 [title] => Song - 110 [time] => 110 [License] => MIT ) [106] => Array ( [id] => 214 [title] => Song - 107 [time] => 107 [License] => MIT ) [70] => Array ( [id] => 213 [title] => Song - 71 [time] => 71 [License] => MIT ) [52] => Array ( [id] => 212 [title] => Song - 53 [time] => 53 [License] => MIT ) [69] => Array ( [id] => 210 [title] => Song - 70 [time] => 70 [License] => MIT ) [103] => Array ( [id] => 208 [title] => Song - 104 [time] => 104 [License] => MIT ) [68] => Array ( [id] => 207 [title] => Song - 69 [time] => 69 [License] => MIT ) [67] => Array ( [id] => 204 [title] => Song - 68 [time] => 68 [License] => MIT ) [66] => Array ( [id] => 201 [title] => Song - 67 [time] => 67 [License] => MIT ) [99] => Array ( [id] => 200 [title] => Song - 100 [time] => 100 [License] => MIT ) [95] => Array ( [id] => 192 [title] => Song - 96 [time] => 96 [License] => MIT ) [63] => Array ( [id] => 192 [title] => Song - 64 [time] => 64 [License] => MIT ) [47] => Array ( [id] => 192 [title] => Song - 48 [time] => 48 [License] => MIT ) [46] => Array ( [id] => 188 [title] => Song - 47 [time] => 47 [License] => MIT ) [61] => Array ( [id] => 186 [title] => Song - 62 [time] => 62 [License] => MIT ) [91] => Array ( [id] => 184 [title] => Song - 92 [time] => 92 [License] => MIT ) [90] => Array ( [id] => 182 [title] => Song - 91 [time] => 91 [License] => MIT ) [85] => Array ( [id] => 172 [title] => Song - 86 [time] => 86 [License] => MIT ) [42] => Array ( [id] => 172 [title] => Song - 43 [time] => 43 [License] => MIT ) [56] => Array ( [id] => 171 [title] => Song - 57 [time] => 57 [License] => MIT ) [83] => Array ( [id] => 168 [title] => Song - 84 [time] => 84 [License] => MIT ) [53] => Array ( [id] => 162 [title] => Song - 54 [time] => 54 [License] => MIT ) [36] => Array ( [id] => 148 [title] => Song - 37 [time] => 37 [License] => MIT ) [48] => Array ( [id] => 147 [title] => Song - 49 [time] => 49 [License] => MIT ) [139] => Array ( [id] => 140 [title] => Song - 140 [time] => 140 [License] => MIT ) [44] => Array ( [id] => 135 [title] => Song - 45 [time] => 45 [License] => MIT ) [65] => Array ( [id] => 132 [title] => Song - 66 [time] => 66 [License] => MIT ) [64] => Array ( [id] => 130 [title] => Song - 65 [time] => 65 [License] => MIT ) [31] => Array ( [id] => 128 [title] => Song - 32 [time] => 32 [License] => MIT ) [126] => Array ( [id] => 127 [title] => Song - 127 [time] => 127 [License] => MIT ) [41] => Array ( [id] => 126 [title] => Song - 42 [time] => 42 [License] => MIT ) [124] => Array ( [id] => 125 [title] => Song - 125 [time] => 125 [License] => MIT ) [123] => Array ( [id] => 124 [title] => Song - 124 [time] => 124 [License] => MIT ) [121] => Array ( [id] => 122 [title] => Song - 122 [time] => 122 [License] => MIT ) [58] => Array ( [id] => 118 [title] => Song - 59 [time] => 59 [License] => MIT ) [117] => Array ( [id] => 118 [title] => Song - 118 [time] => 118 [License] => MIT ) [38] => Array ( [id] => 117 [title] => Song - 39 [time] => 39 [License] => MIT ) [57] => Array ( [id] => 116 [title] => Song - 58 [time] => 58 [License] => MIT ) [28] => Array ( [id] => 116 [title] => Song - 29 [time] => 29 [License] => MIT ) [37] => Array ( [id] => 114 [title] => Song - 38 [time] => 38 [License] => MIT ) [55] => Array ( [id] => 112 [title] => Song - 56 [time] => 56 [License] => MIT ) [27] => Array ( [id] => 112 [title] => Song - 28 [time] => 28 [License] => MIT ) [108] => Array ( [id] => 109 [title] => Song - 109 [time] => 109 [License] => MIT ) [35] => Array ( [id] => 108 [title] => Song - 36 [time] => 36 [License] => MIT ) [26] => Array ( [id] => 108 [title] => Song - 27 [time] => 27 [License] => MIT ) [105] => Array ( [id] => 106 [title] => Song - 106 [time] => 106 [License] => MIT ) [102] => Array ( [id] => 103 [title] => Song - 103 [time] => 103 [License] => MIT ) [32] => Array ( [id] => 99 [title] => Song - 33 [time] => 33 [License] => MIT ) [97] => Array ( [id] => 98 [title] => Song - 98 [time] => 98 [License] => MIT ) [96] => Array ( [id] => 97 [title] => Song - 97 [time] => 97 [License] => MIT ) [93] => Array ( [id] => 94 [title] => Song - 94 [time] => 94 [License] => MIT ) [22] => Array ( [id] => 92 [title] => Song - 23 [time] => 23 [License] => MIT ) [89] => Array ( [id] => 90 [title] => Song - 90 [time] => 90 [License] => MIT ) [88] => Array ( [id] => 89 [title] => Song - 89 [time] => 89 [License] => MIT ) [87] => Array ( [id] => 88 [title] => Song - 88 [time] => 88 [License] => MIT ) [84] => Array ( [id] => 85 [title] => Song - 85 [time] => 85 [License] => MIT ) [82] => Array ( [id] => 83 [title] => Song - 83 [time] => 83 [License] => MIT ) [81] => Array ( [id] => 82 [title] => Song - 82 [time] => 82 [License] => MIT ) [19] => Array ( [id] => 80 [title] => Song - 20 [time] => 20 [License] => MIT ) [25] => Array ( [id] => 78 [title] => Song - 26 [time] => 26 [License] => MIT ) [76] => Array ( [id] => 77 [title] => Song - 77 [time] => 77 [License] => MIT ) [18] => Array ( [id] => 76 [title] => Song - 19 [time] => 19 [License] => MIT ) [24] => Array ( [id] => 75 [title] => Song - 25 [time] => 25 [License] => MIT ) [72] => Array ( [id] => 73 [title] => Song - 73 [time] => 73 [License] => MIT ) [30] => Array ( [id] => 62 [title] => Song - 31 [time] => 31 [License] => MIT ) [60] => Array ( [id] => 61 [title] => Song - 61 [time] => 61 [License] => MIT ) [54] => Array ( [id] => 55 [title] => Song - 55 [time] => 55 [License] => MIT ) [17] => Array ( [id] => 54 [title] => Song - 18 [time] => 18 [License] => MIT ) [51] => Array ( [id] => 52 [title] => Song - 52 [time] => 52 [License] => MIT ) [50] => Array ( [id] => 51 [title] => Song - 51 [time] => 51 [License] => MIT ) [49] => Array ( [id] => 50 [title] => Song - 50 [time] => 50 [License] => MIT ) [15] => Array ( [id] => 48 [title] => Song - 16 [time] => 16 [License] => MIT ) [45] => Array ( [id] => 46 [title] => Song - 46 [time] => 46 [License] => MIT ) [14] => Array ( [id] => 45 [title] => Song - 15 [time] => 15 [License] => MIT ) [43] => Array ( [id] => 44 [title] => Song - 44 [time] => 44 [License] => MIT ) [20] => Array ( [id] => 42 [title] => Song - 21 [time] => 21 [License] => MIT ) [40] => Array ( [id] => 41 [title] => Song - 41 [time] => 41 [License] => MIT ) [39] => Array ( [id] => 40 [title] => Song - 40 [time] => 40 [License] => MIT ) [9] => Array ( [id] => 40 [title] => Song - 10 [time] => 10 [License] => MIT ) [12] => Array ( [id] => 39 [title] => Song - 13 [time] => 13 [License] => MIT ) [8] => Array ( [id] => 36 [title] => Song - 9 [time] => 9 [License] => MIT ) [34] => Array ( [id] => 35 [title] => Song - 35 [time] => 35 [License] => MIT ) [33] => Array ( [id] => 34 [title] => Song - 34 [time] => 34 [License] => MIT ) [16] => Array ( [id] => 34 [title] => Song - 17 [time] => 17 [License] => MIT ) [29] => Array ( [id] => 30 [title] => Song - 30 [time] => 30 [License] => MIT ) [6] => Array ( [id] => 28 [title] => Song - 7 [time] => 7 [License] => MIT ) [5] => Array ( [id] => 24 [title] => Song - 6 [time] => 6 [License] => MIT ) [23] => Array ( [id] => 24 [title] => Song - 24 [time] => 24 [License] => MIT ) [21] => Array ( [id] => 22 [title] => Song - 22 [time] => 22 [License] => MIT ) [4] => Array ( [id] => 20 [title] => Song - 5 [time] => 5 [License] => MIT ) [3] => Array ( [id] => 16 [title] => Song - 4 [time] => 4 [License] => MIT ) [13] => Array ( [id] => 14 [title] => Song - 14 [time] => 14 [License] => MIT ) [11] => Array ( [id] => 12 [title] => Song - 12 [time] => 12 [License] => MIT ) [10] => Array ( [id] => 11 [title] => Song - 11 [time] => 11 [License] => MIT ) [2] => Array ( [id] => 9 [title] => Song - 3 [time] => 3 [License] => MIT ) [7] => Array ( [id] => 8 [title] => Song - 8 [time] => 8 [License] => MIT ) [1] => Array ( [id] => 4 [title] => Song - 2 [time] => 2 [License] => MIT ) [0] => Array ( [id] => 2 [title] => Song - 1 [time] => 1 [License] => MIT ) )
Output for 5.4.36
Array ( [141] => Array ( [id] => 568 [title] => Song - 142 [time] => 142 [License] => MIT ) [137] => Array ( [id] => 552 [title] => Song - 138 [time] => 138 [License] => MIT ) [127] => Array ( [id] => 512 [title] => Song - 128 [time] => 128 [License] => MIT ) [116] => Array ( [id] => 468 [title] => Song - 117 [time] => 117 [License] => MIT ) [114] => Array ( [id] => 460 [title] => Song - 115 [time] => 115 [License] => MIT ) [112] => Array ( [id] => 452 [title] => Song - 113 [time] => 113 [License] => MIT ) [149] => Array ( [id] => 450 [title] => Song - 150 [time] => 150 [License] => MIT ) [109] => Array ( [id] => 440 [title] => Song - 110 [time] => 110 [License] => MIT ) [144] => Array ( [id] => 435 [title] => Song - 145 [time] => 145 [License] => MIT ) [143] => Array ( [id] => 432 [title] => Song - 144 [time] => 144 [License] => MIT ) [107] => Array ( [id] => 432 [title] => Song - 108 [time] => 108 [License] => MIT ) [104] => Array ( [id] => 420 [title] => Song - 105 [time] => 105 [License] => MIT ) [133] => Array ( [id] => 402 [title] => Song - 134 [time] => 134 [License] => MIT ) [99] => Array ( [id] => 400 [title] => Song - 100 [time] => 100 [License] => MIT ) [98] => Array ( [id] => 396 [title] => Song - 99 [time] => 99 [License] => MIT ) [131] => Array ( [id] => 396 [title] => Song - 132 [time] => 132 [License] => MIT ) [97] => Array ( [id] => 392 [title] => Song - 98 [time] => 98 [License] => MIT ) [129] => Array ( [id] => 390 [title] => Song - 130 [time] => 130 [License] => MIT ) [128] => Array ( [id] => 387 [title] => Song - 129 [time] => 129 [License] => MIT ) [94] => Array ( [id] => 380 [title] => Song - 95 [time] => 95 [License] => MIT ) [124] => Array ( [id] => 375 [title] => Song - 125 [time] => 125 [License] => MIT ) [91] => Array ( [id] => 368 [title] => Song - 92 [time] => 92 [License] => MIT ) [120] => Array ( [id] => 363 [title] => Song - 121 [time] => 121 [License] => MIT ) [119] => Array ( [id] => 360 [title] => Song - 120 [time] => 120 [License] => MIT ) [117] => Array ( [id] => 354 [title] => Song - 118 [time] => 118 [License] => MIT ) [108] => Array ( [id] => 327 [title] => Song - 109 [time] => 109 [License] => MIT ) [105] => Array ( [id] => 318 [title] => Song - 106 [time] => 106 [License] => MIT ) [102] => Array ( [id] => 309 [title] => Song - 103 [time] => 103 [License] => MIT ) [75] => Array ( [id] => 304 [title] => Song - 76 [time] => 76 [License] => MIT ) [73] => Array ( [id] => 296 [title] => Song - 74 [time] => 74 [License] => MIT ) [146] => Array ( [id] => 294 [title] => Song - 147 [time] => 147 [License] => MIT ) [145] => Array ( [id] => 292 [title] => Song - 146 [time] => 146 [License] => MIT ) [96] => Array ( [id] => 291 [title] => Song - 97 [time] => 97 [License] => MIT ) [71] => Array ( [id] => 288 [title] => Song - 72 [time] => 72 [License] => MIT ) [140] => Array ( [id] => 282 [title] => Song - 141 [time] => 141 [License] => MIT ) [92] => Array ( [id] => 279 [title] => Song - 93 [time] => 93 [License] => MIT ) [138] => Array ( [id] => 278 [title] => Song - 139 [time] => 139 [License] => MIT ) [136] => Array ( [id] => 274 [title] => Song - 137 [time] => 137 [License] => MIT ) [135] => Array ( [id] => 272 [title] => Song - 136 [time] => 136 [License] => MIT ) [134] => Array ( [id] => 270 [title] => Song - 135 [time] => 135 [License] => MIT ) [132] => Array ( [id] => 266 [title] => Song - 133 [time] => 133 [License] => MIT ) [130] => Array ( [id] => 262 [title] => Song - 131 [time] => 131 [License] => MIT ) [126] => Array ( [id] => 254 [title] => Song - 127 [time] => 127 [License] => MIT ) [125] => Array ( [id] => 252 [title] => Song - 126 [time] => 126 [License] => MIT ) [82] => Array ( [id] => 249 [title] => Song - 83 [time] => 83 [License] => MIT ) [61] => Array ( [id] => 248 [title] => Song - 62 [time] => 62 [License] => MIT ) [122] => Array ( [id] => 246 [title] => Song - 123 [time] => 123 [License] => MIT ) [121] => Array ( [id] => 244 [title] => Song - 122 [time] => 122 [License] => MIT ) [80] => Array ( [id] => 243 [title] => Song - 81 [time] => 81 [License] => MIT ) [118] => Array ( [id] => 238 [title] => Song - 119 [time] => 119 [License] => MIT ) [115] => Array ( [id] => 232 [title] => Song - 116 [time] => 116 [License] => MIT ) [55] => Array ( [id] => 224 [title] => Song - 56 [time] => 56 [License] => MIT ) [111] => Array ( [id] => 224 [title] => Song - 112 [time] => 112 [License] => MIT ) [70] => Array ( [id] => 213 [title] => Song - 71 [time] => 71 [License] => MIT ) [103] => Array ( [id] => 208 [title] => Song - 104 [time] => 104 [License] => MIT ) [67] => Array ( [id] => 204 [title] => Song - 68 [time] => 68 [License] => MIT ) [100] => Array ( [id] => 202 [title] => Song - 101 [time] => 101 [License] => MIT ) [95] => Array ( [id] => 192 [title] => Song - 96 [time] => 96 [License] => MIT ) [63] => Array ( [id] => 192 [title] => Song - 64 [time] => 64 [License] => MIT ) [47] => Array ( [id] => 192 [title] => Song - 48 [time] => 48 [License] => MIT ) [93] => Array ( [id] => 188 [title] => Song - 94 [time] => 94 [License] => MIT ) [60] => Array ( [id] => 183 [title] => Song - 61 [time] => 61 [License] => MIT ) [88] => Array ( [id] => 178 [title] => Song - 89 [time] => 89 [License] => MIT ) [87] => Array ( [id] => 176 [title] => Song - 88 [time] => 88 [License] => MIT ) [86] => Array ( [id] => 174 [title] => Song - 87 [time] => 87 [License] => MIT ) [42] => Array ( [id] => 172 [title] => Song - 43 [time] => 43 [License] => MIT ) [84] => Array ( [id] => 170 [title] => Song - 85 [time] => 85 [License] => MIT ) [83] => Array ( [id] => 168 [title] => Song - 84 [time] => 84 [License] => MIT ) [40] => Array ( [id] => 164 [title] => Song - 41 [time] => 41 [License] => MIT ) [79] => Array ( [id] => 160 [title] => Song - 80 [time] => 80 [License] => MIT ) [52] => Array ( [id] => 159 [title] => Song - 53 [time] => 53 [License] => MIT ) [78] => Array ( [id] => 158 [title] => Song - 79 [time] => 79 [License] => MIT ) [76] => Array ( [id] => 154 [title] => Song - 77 [time] => 77 [License] => MIT ) [37] => Array ( [id] => 152 [title] => Song - 38 [time] => 38 [License] => MIT ) [74] => Array ( [id] => 150 [title] => Song - 75 [time] => 75 [License] => MIT ) [148] => Array ( [id] => 149 [title] => Song - 149 [time] => 149 [License] => MIT ) [147] => Array ( [id] => 148 [title] => Song - 148 [time] => 148 [License] => MIT ) [72] => Array ( [id] => 146 [title] => Song - 73 [time] => 73 [License] => MIT ) [142] => Array ( [id] => 143 [title] => Song - 143 [time] => 143 [License] => MIT ) [69] => Array ( [id] => 140 [title] => Song - 70 [time] => 70 [License] => MIT ) [34] => Array ( [id] => 140 [title] => Song - 35 [time] => 35 [License] => MIT ) [139] => Array ( [id] => 140 [title] => Song - 140 [time] => 140 [License] => MIT ) [68] => Array ( [id] => 138 [title] => Song - 69 [time] => 69 [License] => MIT ) [32] => Array ( [id] => 132 [title] => Song - 33 [time] => 33 [License] => MIT ) [31] => Array ( [id] => 128 [title] => Song - 32 [time] => 32 [License] => MIT ) [62] => Array ( [id] => 126 [title] => Song - 63 [time] => 63 [License] => MIT ) [123] => Array ( [id] => 124 [title] => Song - 124 [time] => 124 [License] => MIT ) [58] => Array ( [id] => 118 [title] => Song - 59 [time] => 59 [License] => MIT ) [38] => Array ( [id] => 117 [title] => Song - 39 [time] => 39 [License] => MIT ) [57] => Array ( [id] => 116 [title] => Song - 58 [time] => 58 [License] => MIT ) [113] => Array ( [id] => 114 [title] => Song - 114 [time] => 114 [License] => MIT ) [110] => Array ( [id] => 111 [title] => Song - 111 [time] => 111 [License] => MIT ) [54] => Array ( [id] => 110 [title] => Song - 55 [time] => 55 [License] => MIT ) [53] => Array ( [id] => 108 [title] => Song - 54 [time] => 54 [License] => MIT ) [26] => Array ( [id] => 108 [title] => Song - 27 [time] => 27 [License] => MIT ) [106] => Array ( [id] => 107 [title] => Song - 107 [time] => 107 [License] => MIT ) [50] => Array ( [id] => 102 [title] => Song - 51 [time] => 51 [License] => MIT ) [101] => Array ( [id] => 102 [title] => Song - 102 [time] => 102 [License] => MIT ) [30] => Array ( [id] => 93 [title] => Song - 31 [time] => 31 [License] => MIT ) [90] => Array ( [id] => 91 [title] => Song - 91 [time] => 91 [License] => MIT ) [89] => Array ( [id] => 90 [title] => Song - 90 [time] => 90 [License] => MIT ) [44] => Array ( [id] => 90 [title] => Song - 45 [time] => 45 [License] => MIT ) [29] => Array ( [id] => 90 [title] => Song - 30 [time] => 30 [License] => MIT ) [85] => Array ( [id] => 86 [title] => Song - 86 [time] => 86 [License] => MIT ) [41] => Array ( [id] => 84 [title] => Song - 42 [time] => 42 [License] => MIT ) [20] => Array ( [id] => 84 [title] => Song - 21 [time] => 21 [License] => MIT ) [81] => Array ( [id] => 82 [title] => Song - 82 [time] => 82 [License] => MIT ) [39] => Array ( [id] => 80 [title] => Song - 40 [time] => 40 [License] => MIT ) [77] => Array ( [id] => 78 [title] => Song - 78 [time] => 78 [License] => MIT ) [25] => Array ( [id] => 78 [title] => Song - 26 [time] => 26 [License] => MIT ) [24] => Array ( [id] => 75 [title] => Song - 25 [time] => 25 [License] => MIT ) [22] => Array ( [id] => 69 [title] => Song - 23 [time] => 23 [License] => MIT ) [66] => Array ( [id] => 67 [title] => Song - 67 [time] => 67 [License] => MIT ) [65] => Array ( [id] => 66 [title] => Song - 66 [time] => 66 [License] => MIT ) [21] => Array ( [id] => 66 [title] => Song - 22 [time] => 22 [License] => MIT ) [64] => Array ( [id] => 65 [title] => Song - 65 [time] => 65 [License] => MIT ) [59] => Array ( [id] => 60 [title] => Song - 60 [time] => 60 [License] => MIT ) [14] => Array ( [id] => 60 [title] => Song - 15 [time] => 15 [License] => MIT ) [56] => Array ( [id] => 57 [title] => Song - 57 [time] => 57 [License] => MIT ) [51] => Array ( [id] => 52 [title] => Song - 52 [time] => 52 [License] => MIT ) [16] => Array ( [id] => 51 [title] => Song - 17 [time] => 17 [License] => MIT ) [49] => Array ( [id] => 50 [title] => Song - 50 [time] => 50 [License] => MIT ) [48] => Array ( [id] => 49 [title] => Song - 49 [time] => 49 [License] => MIT ) [46] => Array ( [id] => 47 [title] => Song - 47 [time] => 47 [License] => MIT ) [45] => Array ( [id] => 46 [title] => Song - 46 [time] => 46 [License] => MIT ) [43] => Array ( [id] => 44 [title] => Song - 44 [time] => 44 [License] => MIT ) [12] => Array ( [id] => 39 [title] => Song - 13 [time] => 13 [License] => MIT ) [36] => Array ( [id] => 37 [title] => Song - 37 [time] => 37 [License] => MIT ) [35] => Array ( [id] => 36 [title] => Song - 36 [time] => 36 [License] => MIT ) [33] => Array ( [id] => 34 [title] => Song - 34 [time] => 34 [License] => MIT ) [15] => Array ( [id] => 32 [title] => Song - 16 [time] => 16 [License] => MIT ) [9] => Array ( [id] => 30 [title] => Song - 10 [time] => 10 [License] => MIT ) [28] => Array ( [id] => 29 [title] => Song - 29 [time] => 29 [License] => MIT ) [27] => Array ( [id] => 28 [title] => Song - 28 [time] => 28 [License] => MIT ) [23] => Array ( [id] => 24 [title] => Song - 24 [time] => 24 [License] => MIT ) [10] => Array ( [id] => 22 [title] => Song - 11 [time] => 11 [License] => MIT ) [19] => Array ( [id] => 20 [title] => Song - 20 [time] => 20 [License] => MIT ) [18] => Array ( [id] => 19 [title] => Song - 19 [time] => 19 [License] => MIT ) [8] => Array ( [id] => 18 [title] => Song - 9 [time] => 9 [License] => MIT ) [17] => Array ( [id] => 18 [title] => Song - 18 [time] => 18 [License] => MIT ) [7] => Array ( [id] => 16 [title] => Song - 8 [time] => 8 [License] => MIT ) [6] => Array ( [id] => 14 [title] => Song - 7 [time] => 7 [License] => MIT ) [13] => Array ( [id] => 14 [title] => Song - 14 [time] => 14 [License] => MIT ) [11] => Array ( [id] => 12 [title] => Song - 12 [time] => 12 [License] => MIT ) [3] => Array ( [id] => 8 [title] => Song - 4 [time] => 4 [License] => MIT ) [5] => Array ( [id] => 6 [title] => Song - 6 [time] => 6 [License] => MIT ) [2] => Array ( [id] => 6 [title] => Song - 3 [time] => 3 [License] => MIT ) [1] => Array ( [id] => 6 [title] => Song - 2 [time] => 2 [License] => MIT ) [4] => Array ( [id] => 5 [title] => Song - 5 [time] => 5 [License] => MIT ) [0] => Array ( [id] => 4 [title] => Song - 1 [time] => 1 [License] => MIT ) )
Output for 5.4.35
Array ( [147] => Array ( [id] => 592 [title] => Song - 148 [time] => 148 [License] => MIT ) [143] => Array ( [id] => 576 [title] => Song - 144 [time] => 144 [License] => MIT ) [137] => Array ( [id] => 552 [title] => Song - 138 [time] => 138 [License] => MIT ) [118] => Array ( [id] => 476 [title] => Song - 119 [time] => 119 [License] => MIT ) [109] => Array ( [id] => 440 [title] => Song - 110 [time] => 110 [License] => MIT ) [145] => Array ( [id] => 438 [title] => Song - 146 [time] => 146 [License] => MIT ) [142] => Array ( [id] => 429 [title] => Song - 143 [time] => 143 [License] => MIT ) [139] => Array ( [id] => 420 [title] => Song - 140 [time] => 140 [License] => MIT ) [104] => Array ( [id] => 420 [title] => Song - 105 [time] => 105 [License] => MIT ) [102] => Array ( [id] => 412 [title] => Song - 103 [time] => 103 [License] => MIT ) [135] => Array ( [id] => 408 [title] => Song - 136 [time] => 136 [License] => MIT ) [101] => Array ( [id] => 408 [title] => Song - 102 [time] => 102 [License] => MIT ) [132] => Array ( [id] => 399 [title] => Song - 133 [time] => 133 [License] => MIT ) [130] => Array ( [id] => 393 [title] => Song - 131 [time] => 131 [License] => MIT ) [129] => Array ( [id] => 390 [title] => Song - 130 [time] => 130 [License] => MIT ) [125] => Array ( [id] => 378 [title] => Song - 126 [time] => 126 [License] => MIT ) [93] => Array ( [id] => 376 [title] => Song - 94 [time] => 94 [License] => MIT ) [92] => Array ( [id] => 372 [title] => Song - 93 [time] => 93 [License] => MIT ) [123] => Array ( [id] => 372 [title] => Song - 124 [time] => 124 [License] => MIT ) [121] => Array ( [id] => 366 [title] => Song - 122 [time] => 122 [License] => MIT ) [116] => Array ( [id] => 351 [title] => Song - 117 [time] => 117 [License] => MIT ) [113] => Array ( [id] => 342 [title] => Song - 114 [time] => 114 [License] => MIT ) [111] => Array ( [id] => 336 [title] => Song - 112 [time] => 112 [License] => MIT ) [82] => Array ( [id] => 332 [title] => Song - 83 [time] => 83 [License] => MIT ) [79] => Array ( [id] => 320 [title] => Song - 80 [time] => 80 [License] => MIT ) [74] => Array ( [id] => 300 [title] => Song - 75 [time] => 75 [License] => MIT ) [149] => Array ( [id] => 300 [title] => Song - 150 [time] => 150 [License] => MIT ) [148] => Array ( [id] => 298 [title] => Song - 149 [time] => 149 [License] => MIT ) [98] => Array ( [id] => 297 [title] => Song - 99 [time] => 99 [License] => MIT ) [73] => Array ( [id] => 296 [title] => Song - 74 [time] => 74 [License] => MIT ) [97] => Array ( [id] => 294 [title] => Song - 98 [time] => 98 [License] => MIT ) [146] => Array ( [id] => 294 [title] => Song - 147 [time] => 147 [License] => MIT ) [96] => Array ( [id] => 291 [title] => Song - 97 [time] => 97 [License] => MIT ) [144] => Array ( [id] => 290 [title] => Song - 145 [time] => 145 [License] => MIT ) [70] => Array ( [id] => 284 [title] => Song - 71 [time] => 71 [License] => MIT ) [140] => Array ( [id] => 282 [title] => Song - 141 [time] => 141 [License] => MIT ) [68] => Array ( [id] => 276 [title] => Song - 69 [time] => 69 [License] => MIT ) [90] => Array ( [id] => 273 [title] => Song - 91 [time] => 91 [License] => MIT ) [89] => Array ( [id] => 270 [title] => Song - 90 [time] => 90 [License] => MIT ) [65] => Array ( [id] => 264 [title] => Song - 66 [time] => 66 [License] => MIT ) [131] => Array ( [id] => 264 [title] => Song - 132 [time] => 132 [License] => MIT ) [86] => Array ( [id] => 261 [title] => Song - 87 [time] => 87 [License] => MIT ) [128] => Array ( [id] => 258 [title] => Song - 129 [time] => 129 [License] => MIT ) [127] => Array ( [id] => 256 [title] => Song - 128 [time] => 128 [License] => MIT ) [84] => Array ( [id] => 255 [title] => Song - 85 [time] => 85 [License] => MIT ) [124] => Array ( [id] => 250 [title] => Song - 125 [time] => 125 [License] => MIT ) [61] => Array ( [id] => 248 [title] => Song - 62 [time] => 62 [License] => MIT ) [81] => Array ( [id] => 246 [title] => Song - 82 [time] => 82 [License] => MIT ) [60] => Array ( [id] => 244 [title] => Song - 61 [time] => 61 [License] => MIT ) [117] => Array ( [id] => 236 [title] => Song - 118 [time] => 118 [License] => MIT ) [114] => Array ( [id] => 230 [title] => Song - 115 [time] => 115 [License] => MIT ) [56] => Array ( [id] => 228 [title] => Song - 57 [time] => 57 [License] => MIT ) [55] => Array ( [id] => 224 [title] => Song - 56 [time] => 56 [License] => MIT ) [108] => Array ( [id] => 218 [title] => Song - 109 [time] => 109 [License] => MIT ) [106] => Array ( [id] => 214 [title] => Song - 107 [time] => 107 [License] => MIT ) [69] => Array ( [id] => 210 [title] => Song - 70 [time] => 70 [License] => MIT ) [103] => Array ( [id] => 208 [title] => Song - 104 [time] => 104 [License] => MIT ) [50] => Array ( [id] => 204 [title] => Song - 51 [time] => 51 [License] => MIT ) [100] => Array ( [id] => 202 [title] => Song - 101 [time] => 101 [License] => MIT ) [49] => Array ( [id] => 200 [title] => Song - 50 [time] => 50 [License] => MIT ) [99] => Array ( [id] => 200 [title] => Song - 100 [time] => 100 [License] => MIT ) [64] => Array ( [id] => 195 [title] => Song - 65 [time] => 65 [License] => MIT ) [62] => Array ( [id] => 189 [title] => Song - 63 [time] => 63 [License] => MIT ) [88] => Array ( [id] => 178 [title] => Song - 89 [time] => 89 [License] => MIT ) [87] => Array ( [id] => 176 [title] => Song - 88 [time] => 88 [License] => MIT ) [43] => Array ( [id] => 176 [title] => Song - 44 [time] => 44 [License] => MIT ) [57] => Array ( [id] => 174 [title] => Song - 58 [time] => 58 [License] => MIT ) [42] => Array ( [id] => 172 [title] => Song - 43 [time] => 43 [License] => MIT ) [83] => Array ( [id] => 168 [title] => Song - 84 [time] => 84 [License] => MIT ) [54] => Array ( [id] => 165 [title] => Song - 55 [time] => 55 [License] => MIT ) [52] => Array ( [id] => 159 [title] => Song - 53 [time] => 53 [License] => MIT ) [77] => Array ( [id] => 156 [title] => Song - 78 [time] => 78 [License] => MIT ) [38] => Array ( [id] => 156 [title] => Song - 39 [time] => 39 [License] => MIT ) [71] => Array ( [id] => 144 [title] => Song - 72 [time] => 72 [License] => MIT ) [47] => Array ( [id] => 144 [title] => Song - 48 [time] => 48 [License] => MIT ) [141] => Array ( [id] => 142 [title] => Song - 142 [time] => 142 [License] => MIT ) [138] => Array ( [id] => 139 [title] => Song - 139 [time] => 139 [License] => MIT ) [136] => Array ( [id] => 137 [title] => Song - 137 [time] => 137 [License] => MIT ) [67] => Array ( [id] => 136 [title] => Song - 68 [time] => 68 [License] => MIT ) [44] => Array ( [id] => 135 [title] => Song - 45 [time] => 45 [License] => MIT ) [134] => Array ( [id] => 135 [title] => Song - 135 [time] => 135 [License] => MIT ) [66] => Array ( [id] => 134 [title] => Song - 67 [time] => 67 [License] => MIT ) [133] => Array ( [id] => 134 [title] => Song - 134 [time] => 134 [License] => MIT ) [126] => Array ( [id] => 127 [title] => Song - 127 [time] => 127 [License] => MIT ) [40] => Array ( [id] => 123 [title] => Song - 41 [time] => 41 [License] => MIT ) [122] => Array ( [id] => 123 [title] => Song - 123 [time] => 123 [License] => MIT ) [120] => Array ( [id] => 121 [title] => Song - 121 [time] => 121 [License] => MIT ) [59] => Array ( [id] => 120 [title] => Song - 60 [time] => 60 [License] => MIT ) [39] => Array ( [id] => 120 [title] => Song - 40 [time] => 40 [License] => MIT ) [29] => Array ( [id] => 120 [title] => Song - 30 [time] => 30 [License] => MIT ) [119] => Array ( [id] => 120 [title] => Song - 120 [time] => 120 [License] => MIT ) [28] => Array ( [id] => 116 [title] => Song - 29 [time] => 29 [License] => MIT ) [115] => Array ( [id] => 116 [title] => Song - 116 [time] => 116 [License] => MIT ) [112] => Array ( [id] => 113 [title] => Song - 113 [time] => 113 [License] => MIT ) [110] => Array ( [id] => 111 [title] => Song - 111 [time] => 111 [License] => MIT ) [35] => Array ( [id] => 108 [title] => Song - 36 [time] => 36 [License] => MIT ) [107] => Array ( [id] => 108 [title] => Song - 108 [time] => 108 [License] => MIT ) [105] => Array ( [id] => 106 [title] => Song - 106 [time] => 106 [License] => MIT ) [51] => Array ( [id] => 104 [title] => Song - 52 [time] => 52 [License] => MIT ) [33] => Array ( [id] => 102 [title] => Song - 34 [time] => 34 [License] => MIT ) [48] => Array ( [id] => 98 [title] => Song - 49 [time] => 49 [License] => MIT ) [95] => Array ( [id] => 96 [title] => Song - 96 [time] => 96 [License] => MIT ) [31] => Array ( [id] => 96 [title] => Song - 32 [time] => 32 [License] => MIT ) [94] => Array ( [id] => 95 [title] => Song - 95 [time] => 95 [License] => MIT ) [46] => Array ( [id] => 94 [title] => Song - 47 [time] => 47 [License] => MIT ) [91] => Array ( [id] => 92 [title] => Song - 92 [time] => 92 [License] => MIT ) [85] => Array ( [id] => 86 [title] => Song - 86 [time] => 86 [License] => MIT ) [41] => Array ( [id] => 84 [title] => Song - 42 [time] => 42 [License] => MIT ) [27] => Array ( [id] => 84 [title] => Song - 28 [time] => 28 [License] => MIT ) [80] => Array ( [id] => 81 [title] => Song - 81 [time] => 81 [License] => MIT ) [78] => Array ( [id] => 79 [title] => Song - 79 [time] => 79 [License] => MIT ) [76] => Array ( [id] => 77 [title] => Song - 77 [time] => 77 [License] => MIT ) [75] => Array ( [id] => 76 [title] => Song - 76 [time] => 76 [License] => MIT ) [37] => Array ( [id] => 76 [title] => Song - 38 [time] => 38 [License] => MIT ) [36] => Array ( [id] => 74 [title] => Song - 37 [time] => 37 [License] => MIT ) [72] => Array ( [id] => 73 [title] => Song - 73 [time] => 73 [License] => MIT ) [34] => Array ( [id] => 70 [title] => Song - 35 [time] => 35 [License] => MIT ) [63] => Array ( [id] => 64 [title] => Song - 64 [time] => 64 [License] => MIT ) [15] => Array ( [id] => 64 [title] => Song - 16 [time] => 16 [License] => MIT ) [30] => Array ( [id] => 62 [title] => Song - 31 [time] => 31 [License] => MIT ) [19] => Array ( [id] => 60 [title] => Song - 20 [time] => 20 [License] => MIT ) [58] => Array ( [id] => 59 [title] => Song - 59 [time] => 59 [License] => MIT ) [53] => Array ( [id] => 54 [title] => Song - 54 [time] => 54 [License] => MIT ) [26] => Array ( [id] => 54 [title] => Song - 27 [time] => 27 [License] => MIT ) [25] => Array ( [id] => 52 [title] => Song - 26 [time] => 26 [License] => MIT ) [16] => Array ( [id] => 51 [title] => Song - 17 [time] => 17 [License] => MIT ) [24] => Array ( [id] => 50 [title] => Song - 25 [time] => 25 [License] => MIT ) [45] => Array ( [id] => 46 [title] => Song - 46 [time] => 46 [License] => MIT ) [14] => Array ( [id] => 45 [title] => Song - 15 [time] => 15 [License] => MIT ) [21] => Array ( [id] => 44 [title] => Song - 22 [time] => 22 [License] => MIT ) [20] => Array ( [id] => 42 [title] => Song - 21 [time] => 21 [License] => MIT ) [18] => Array ( [id] => 38 [title] => Song - 19 [time] => 19 [License] => MIT ) [32] => Array ( [id] => 33 [title] => Song - 33 [time] => 33 [License] => MIT ) [9] => Array ( [id] => 30 [title] => Song - 10 [time] => 10 [License] => MIT ) [13] => Array ( [id] => 28 [title] => Song - 14 [time] => 14 [License] => MIT ) [12] => Array ( [id] => 26 [title] => Song - 13 [time] => 13 [License] => MIT ) [23] => Array ( [id] => 24 [title] => Song - 24 [time] => 24 [License] => MIT ) [22] => Array ( [id] => 23 [title] => Song - 23 [time] => 23 [License] => MIT ) [10] => Array ( [id] => 22 [title] => Song - 11 [time] => 11 [License] => MIT ) [8] => Array ( [id] => 18 [title] => Song - 9 [time] => 9 [License] => MIT ) [17] => Array ( [id] => 18 [title] => Song - 18 [time] => 18 [License] => MIT ) [3] => Array ( [id] => 16 [title] => Song - 4 [time] => 4 [License] => MIT ) [11] => Array ( [id] => 12 [title] => Song - 12 [time] => 12 [License] => MIT ) [4] => Array ( [id] => 10 [title] => Song - 5 [time] => 5 [License] => MIT ) [7] => Array ( [id] => 8 [title] => Song - 8 [time] => 8 [License] => MIT ) [6] => Array ( [id] => 7 [title] => Song - 7 [time] => 7 [License] => MIT ) [5] => Array ( [id] => 6 [title] => Song - 6 [time] => 6 [License] => MIT ) [2] => Array ( [id] => 3 [title] => Song - 3 [time] => 3 [License] => MIT ) [1] => Array ( [id] => 2 [title] => Song - 2 [time] => 2 [License] => MIT ) [0] => Array ( [id] => 1 [title] => Song - 1 [time] => 1 [License] => MIT ) )
Output for 5.4.34
Array ( [149] => Array ( [id] => 600 [title] => Song - 150 [time] => 150 [License] => MIT ) [146] => Array ( [id] => 588 [title] => Song - 147 [time] => 147 [License] => MIT ) [145] => Array ( [id] => 584 [title] => Song - 146 [time] => 146 [License] => MIT ) [144] => Array ( [id] => 580 [title] => Song - 145 [time] => 145 [License] => MIT ) [140] => Array ( [id] => 564 [title] => Song - 141 [time] => 141 [License] => MIT ) [136] => Array ( [id] => 548 [title] => Song - 137 [time] => 137 [License] => MIT ) [130] => Array ( [id] => 524 [title] => Song - 131 [time] => 131 [License] => MIT ) [127] => Array ( [id] => 512 [title] => Song - 128 [time] => 128 [License] => MIT ) [125] => Array ( [id] => 504 [title] => Song - 126 [time] => 126 [License] => MIT ) [122] => Array ( [id] => 492 [title] => Song - 123 [time] => 123 [License] => MIT ) [121] => Array ( [id] => 488 [title] => Song - 122 [time] => 122 [License] => MIT ) [114] => Array ( [id] => 460 [title] => Song - 115 [time] => 115 [License] => MIT ) [113] => Array ( [id] => 456 [title] => Song - 114 [time] => 114 [License] => MIT ) [110] => Array ( [id] => 444 [title] => Song - 111 [time] => 111 [License] => MIT ) [137] => Array ( [id] => 414 [title] => Song - 138 [time] => 138 [License] => MIT ) [135] => Array ( [id] => 408 [title] => Song - 136 [time] => 136 [License] => MIT ) [132] => Array ( [id] => 399 [title] => Song - 133 [time] => 133 [License] => MIT ) [129] => Array ( [id] => 390 [title] => Song - 130 [time] => 130 [License] => MIT ) [95] => Array ( [id] => 384 [title] => Song - 96 [time] => 96 [License] => MIT ) [126] => Array ( [id] => 381 [title] => Song - 127 [time] => 127 [License] => MIT ) [93] => Array ( [id] => 376 [title] => Song - 94 [time] => 94 [License] => MIT ) [124] => Array ( [id] => 375 [title] => Song - 125 [time] => 125 [License] => MIT ) [91] => Array ( [id] => 368 [title] => Song - 92 [time] => 92 [License] => MIT ) [120] => Array ( [id] => 363 [title] => Song - 121 [time] => 121 [License] => MIT ) [116] => Array ( [id] => 351 [title] => Song - 117 [time] => 117 [License] => MIT ) [81] => Array ( [id] => 328 [title] => Song - 82 [time] => 82 [License] => MIT ) [108] => Array ( [id] => 327 [title] => Song - 109 [time] => 109 [License] => MIT ) [79] => Array ( [id] => 320 [title] => Song - 80 [time] => 80 [License] => MIT ) [102] => Array ( [id] => 309 [title] => Song - 103 [time] => 103 [License] => MIT ) [74] => Array ( [id] => 300 [title] => Song - 75 [time] => 75 [License] => MIT ) [99] => Array ( [id] => 300 [title] => Song - 100 [time] => 100 [License] => MIT ) [148] => Array ( [id] => 298 [title] => Song - 149 [time] => 149 [License] => MIT ) [147] => Array ( [id] => 296 [title] => Song - 148 [time] => 148 [License] => MIT ) [97] => Array ( [id] => 294 [title] => Song - 98 [time] => 98 [License] => MIT ) [96] => Array ( [id] => 291 [title] => Song - 97 [time] => 97 [License] => MIT ) [143] => Array ( [id] => 288 [title] => Song - 144 [time] => 144 [License] => MIT ) [142] => Array ( [id] => 286 [title] => Song - 143 [time] => 143 [License] => MIT ) [70] => Array ( [id] => 284 [title] => Song - 71 [time] => 71 [License] => MIT ) [139] => Array ( [id] => 280 [title] => Song - 140 [time] => 140 [License] => MIT ) [92] => Array ( [id] => 279 [title] => Song - 93 [time] => 93 [License] => MIT ) [138] => Array ( [id] => 278 [title] => Song - 139 [time] => 139 [License] => MIT ) [68] => Array ( [id] => 276 [title] => Song - 69 [time] => 69 [License] => MIT ) [90] => Array ( [id] => 273 [title] => Song - 91 [time] => 91 [License] => MIT ) [89] => Array ( [id] => 270 [title] => Song - 90 [time] => 90 [License] => MIT ) [134] => Array ( [id] => 270 [title] => Song - 135 [time] => 135 [License] => MIT ) [88] => Array ( [id] => 267 [title] => Song - 89 [time] => 89 [License] => MIT ) [131] => Array ( [id] => 264 [title] => Song - 132 [time] => 132 [License] => MIT ) [64] => Array ( [id] => 260 [title] => Song - 65 [time] => 65 [License] => MIT ) [85] => Array ( [id] => 258 [title] => Song - 86 [time] => 86 [License] => MIT ) [128] => Array ( [id] => 258 [title] => Song - 129 [time] => 129 [License] => MIT ) [63] => Array ( [id] => 256 [title] => Song - 64 [time] => 64 [License] => MIT ) [84] => Array ( [id] => 255 [title] => Song - 85 [time] => 85 [License] => MIT ) [123] => Array ( [id] => 248 [title] => Song - 124 [time] => 124 [License] => MIT ) [56] => Array ( [id] => 228 [title] => Song - 57 [time] => 57 [License] => MIT ) [73] => Array ( [id] => 222 [title] => Song - 74 [time] => 74 [License] => MIT ) [105] => Array ( [id] => 212 [title] => Song - 106 [time] => 106 [License] => MIT ) [104] => Array ( [id] => 210 [title] => Song - 105 [time] => 105 [License] => MIT ) [51] => Array ( [id] => 208 [title] => Song - 52 [time] => 52 [License] => MIT ) [103] => Array ( [id] => 208 [title] => Song - 104 [time] => 104 [License] => MIT ) [101] => Array ( [id] => 204 [title] => Song - 102 [time] => 102 [License] => MIT ) [66] => Array ( [id] => 201 [title] => Song - 67 [time] => 67 [License] => MIT ) [98] => Array ( [id] => 198 [title] => Song - 99 [time] => 99 [License] => MIT ) [48] => Array ( [id] => 196 [title] => Song - 49 [time] => 49 [License] => MIT ) [94] => Array ( [id] => 190 [title] => Song - 95 [time] => 95 [License] => MIT ) [46] => Array ( [id] => 188 [title] => Song - 47 [time] => 47 [License] => MIT ) [45] => Array ( [id] => 184 [title] => Song - 46 [time] => 46 [License] => MIT ) [60] => Array ( [id] => 183 [title] => Song - 61 [time] => 61 [License] => MIT ) [59] => Array ( [id] => 180 [title] => Song - 60 [time] => 60 [License] => MIT ) [87] => Array ( [id] => 176 [title] => Song - 88 [time] => 88 [License] => MIT ) [86] => Array ( [id] => 174 [title] => Song - 87 [time] => 87 [License] => MIT ) [42] => Array ( [id] => 172 [title] => Song - 43 [time] => 43 [License] => MIT ) [83] => Array ( [id] => 168 [title] => Song - 84 [time] => 84 [License] => MIT ) [55] => Array ( [id] => 168 [title] => Song - 56 [time] => 56 [License] => MIT ) [82] => Array ( [id] => 166 [title] => Song - 83 [time] => 83 [License] => MIT ) [54] => Array ( [id] => 165 [title] => Song - 55 [time] => 55 [License] => MIT ) [78] => Array ( [id] => 158 [title] => Song - 79 [time] => 79 [License] => MIT ) [77] => Array ( [id] => 156 [title] => Song - 78 [time] => 78 [License] => MIT ) [76] => Array ( [id] => 154 [title] => Song - 77 [time] => 77 [License] => MIT ) [50] => Array ( [id] => 153 [title] => Song - 51 [time] => 51 [License] => MIT ) [75] => Array ( [id] => 152 [title] => Song - 76 [time] => 76 [License] => MIT ) [141] => Array ( [id] => 142 [title] => Song - 142 [time] => 142 [License] => MIT ) [69] => Array ( [id] => 140 [title] => Song - 70 [time] => 70 [License] => MIT ) [33] => Array ( [id] => 136 [title] => Song - 34 [time] => 34 [License] => MIT ) [133] => Array ( [id] => 134 [title] => Song - 134 [time] => 134 [License] => MIT ) [31] => Array ( [id] => 128 [title] => Song - 32 [time] => 32 [License] => MIT ) [62] => Array ( [id] => 126 [title] => Song - 63 [time] => 63 [License] => MIT ) [30] => Array ( [id] => 124 [title] => Song - 31 [time] => 31 [License] => MIT ) [29] => Array ( [id] => 120 [title] => Song - 30 [time] => 30 [License] => MIT ) [119] => Array ( [id] => 120 [title] => Song - 120 [time] => 120 [License] => MIT ) [118] => Array ( [id] => 119 [title] => Song - 119 [time] => 119 [License] => MIT ) [58] => Array ( [id] => 118 [title] => Song - 59 [time] => 59 [License] => MIT ) [117] => Array ( [id] => 118 [title] => Song - 118 [time] => 118 [License] => MIT ) [38] => Array ( [id] => 117 [title] => Song - 39 [time] => 39 [License] => MIT ) [115] => Array ( [id] => 116 [title] => Song - 116 [time] => 116 [License] => MIT ) [112] => Array ( [id] => 113 [title] => Song - 113 [time] => 113 [License] => MIT ) [27] => Array ( [id] => 112 [title] => Song - 28 [time] => 28 [License] => MIT ) [111] => Array ( [id] => 112 [title] => Song - 112 [time] => 112 [License] => MIT ) [36] => Array ( [id] => 111 [title] => Song - 37 [time] => 37 [License] => MIT ) [109] => Array ( [id] => 110 [title] => Song - 110 [time] => 110 [License] => MIT ) [107] => Array ( [id] => 108 [title] => Song - 108 [time] => 108 [License] => MIT ) [106] => Array ( [id] => 107 [title] => Song - 107 [time] => 107 [License] => MIT ) [52] => Array ( [id] => 106 [title] => Song - 53 [time] => 53 [License] => MIT ) [34] => Array ( [id] => 105 [title] => Song - 35 [time] => 35 [License] => MIT ) [100] => Array ( [id] => 101 [title] => Song - 101 [time] => 101 [License] => MIT ) [49] => Array ( [id] => 100 [title] => Song - 50 [time] => 50 [License] => MIT ) [21] => Array ( [id] => 88 [title] => Song - 22 [time] => 22 [License] => MIT ) [28] => Array ( [id] => 87 [title] => Song - 29 [time] => 29 [License] => MIT ) [41] => Array ( [id] => 84 [title] => Song - 42 [time] => 42 [License] => MIT ) [80] => Array ( [id] => 81 [title] => Song - 81 [time] => 81 [License] => MIT ) [39] => Array ( [id] => 80 [title] => Song - 40 [time] => 40 [License] => MIT ) [37] => Array ( [id] => 76 [title] => Song - 38 [time] => 38 [License] => MIT ) [72] => Array ( [id] => 73 [title] => Song - 73 [time] => 73 [License] => MIT ) [71] => Array ( [id] => 72 [title] => Song - 72 [time] => 72 [License] => MIT ) [35] => Array ( [id] => 72 [title] => Song - 36 [time] => 36 [License] => MIT ) [22] => Array ( [id] => 69 [title] => Song - 23 [time] => 23 [License] => MIT ) [67] => Array ( [id] => 68 [title] => Song - 68 [time] => 68 [License] => MIT ) [65] => Array ( [id] => 66 [title] => Song - 66 [time] => 66 [License] => MIT ) [32] => Array ( [id] => 66 [title] => Song - 33 [time] => 33 [License] => MIT ) [20] => Array ( [id] => 63 [title] => Song - 21 [time] => 21 [License] => MIT ) [61] => Array ( [id] => 62 [title] => Song - 62 [time] => 62 [License] => MIT ) [14] => Array ( [id] => 60 [title] => Song - 15 [time] => 15 [License] => MIT ) [57] => Array ( [id] => 58 [title] => Song - 58 [time] => 58 [License] => MIT ) [53] => Array ( [id] => 54 [title] => Song - 54 [time] => 54 [License] => MIT ) [25] => Array ( [id] => 52 [title] => Song - 26 [time] => 26 [License] => MIT ) [47] => Array ( [id] => 48 [title] => Song - 48 [time] => 48 [License] => MIT ) [23] => Array ( [id] => 48 [title] => Song - 24 [time] => 24 [License] => MIT ) [15] => Array ( [id] => 48 [title] => Song - 16 [time] => 16 [License] => MIT ) [44] => Array ( [id] => 45 [title] => Song - 45 [time] => 45 [License] => MIT ) [43] => Array ( [id] => 44 [title] => Song - 44 [time] => 44 [License] => MIT ) [10] => Array ( [id] => 44 [title] => Song - 11 [time] => 11 [License] => MIT ) [40] => Array ( [id] => 41 [title] => Song - 41 [time] => 41 [License] => MIT ) [19] => Array ( [id] => 40 [title] => Song - 20 [time] => 20 [License] => MIT ) [12] => Array ( [id] => 39 [title] => Song - 13 [time] => 13 [License] => MIT ) [7] => Array ( [id] => 32 [title] => Song - 8 [time] => 8 [License] => MIT ) [13] => Array ( [id] => 28 [title] => Song - 14 [time] => 14 [License] => MIT ) [8] => Array ( [id] => 27 [title] => Song - 9 [time] => 9 [License] => MIT ) [26] => Array ( [id] => 27 [title] => Song - 27 [time] => 27 [License] => MIT ) [24] => Array ( [id] => 25 [title] => Song - 25 [time] => 25 [License] => MIT ) [11] => Array ( [id] => 24 [title] => Song - 12 [time] => 12 [License] => MIT ) [9] => Array ( [id] => 20 [title] => Song - 10 [time] => 10 [License] => MIT ) [18] => Array ( [id] => 19 [title] => Song - 19 [time] => 19 [License] => MIT ) [17] => Array ( [id] => 18 [title] => Song - 18 [time] => 18 [License] => MIT ) [16] => Array ( [id] => 17 [title] => Song - 17 [time] => 17 [License] => MIT ) [6] => Array ( [id] => 14 [title] => Song - 7 [time] => 7 [License] => MIT ) [5] => Array ( [id] => 12 [title] => Song - 6 [time] => 6 [License] => MIT ) [2] => Array ( [id] => 12 [title] => Song - 3 [time] => 3 [License] => MIT ) [1] => Array ( [id] => 8 [title] => Song - 2 [time] => 2 [License] => MIT ) [4] => Array ( [id] => 5 [title] => Song - 5 [time] => 5 [License] => MIT ) [3] => Array ( [id] => 4 [title] => Song - 4 [time] => 4 [License] => MIT ) [0] => Array ( [id] => 3 [title] => Song - 1 [time] => 1 [License] => MIT ) )
Output for 5.4.32
Array ( [149] => Array ( [id] => 600 [title] => Song - 150 [time] => 150 [License] => MIT ) [148] => Array ( [id] => 596 [title] => Song - 149 [time] => 149 [License] => MIT ) [144] => Array ( [id] => 580 [title] => Song - 145 [time] => 145 [License] => MIT ) [143] => Array ( [id] => 576 [title] => Song - 144 [time] => 144 [License] => MIT ) [142] => Array ( [id] => 572 [title] => Song - 143 [time] => 143 [License] => MIT ) [133] => Array ( [id] => 536 [title] => Song - 134 [time] => 134 [License] => MIT ) [131] => Array ( [id] => 528 [title] => Song - 132 [time] => 132 [License] => MIT ) [128] => Array ( [id] => 516 [title] => Song - 129 [time] => 129 [License] => MIT ) [119] => Array ( [id] => 480 [title] => Song - 120 [time] => 120 [License] => MIT ) [115] => Array ( [id] => 464 [title] => Song - 116 [time] => 116 [License] => MIT ) [114] => Array ( [id] => 460 [title] => Song - 115 [time] => 115 [License] => MIT ) [113] => Array ( [id] => 456 [title] => Song - 114 [time] => 114 [License] => MIT ) [111] => Array ( [id] => 448 [title] => Song - 112 [time] => 112 [License] => MIT ) [147] => Array ( [id] => 444 [title] => Song - 148 [time] => 148 [License] => MIT ) [146] => Array ( [id] => 441 [title] => Song - 147 [time] => 147 [License] => MIT ) [145] => Array ( [id] => 438 [title] => Song - 146 [time] => 146 [License] => MIT ) [107] => Array ( [id] => 432 [title] => Song - 108 [time] => 108 [License] => MIT ) [139] => Array ( [id] => 420 [title] => Song - 140 [time] => 140 [License] => MIT ) [104] => Array ( [id] => 420 [title] => Song - 105 [time] => 105 [License] => MIT ) [138] => Array ( [id] => 417 [title] => Song - 139 [time] => 139 [License] => MIT ) [137] => Array ( [id] => 414 [title] => Song - 138 [time] => 138 [License] => MIT ) [135] => Array ( [id] => 408 [title] => Song - 136 [time] => 136 [License] => MIT ) [134] => Array ( [id] => 405 [title] => Song - 135 [time] => 135 [License] => MIT ) [129] => Array ( [id] => 390 [title] => Song - 130 [time] => 130 [License] => MIT ) [95] => Array ( [id] => 384 [title] => Song - 96 [time] => 96 [License] => MIT ) [94] => Array ( [id] => 380 [title] => Song - 95 [time] => 95 [License] => MIT ) [120] => Array ( [id] => 363 [title] => Song - 121 [time] => 121 [License] => MIT ) [89] => Array ( [id] => 360 [title] => Song - 90 [time] => 90 [License] => MIT ) [116] => Array ( [id] => 351 [title] => Song - 117 [time] => 117 [License] => MIT ) [78] => Array ( [id] => 316 [title] => Song - 79 [time] => 79 [License] => MIT ) [77] => Array ( [id] => 312 [title] => Song - 78 [time] => 78 [License] => MIT ) [103] => Array ( [id] => 312 [title] => Song - 104 [time] => 104 [License] => MIT ) [76] => Array ( [id] => 308 [title] => Song - 77 [time] => 77 [License] => MIT ) [73] => Array ( [id] => 296 [title] => Song - 74 [time] => 74 [License] => MIT ) [97] => Array ( [id] => 294 [title] => Song - 98 [time] => 98 [License] => MIT ) [96] => Array ( [id] => 291 [title] => Song - 97 [time] => 97 [License] => MIT ) [71] => Array ( [id] => 288 [title] => Song - 72 [time] => 72 [License] => MIT ) [141] => Array ( [id] => 284 [title] => Song - 142 [time] => 142 [License] => MIT ) [140] => Array ( [id] => 282 [title] => Song - 141 [time] => 141 [License] => MIT ) [92] => Array ( [id] => 279 [title] => Song - 93 [time] => 93 [License] => MIT ) [91] => Array ( [id] => 276 [title] => Song - 92 [time] => 92 [License] => MIT ) [67] => Array ( [id] => 272 [title] => Song - 68 [time] => 68 [License] => MIT ) [66] => Array ( [id] => 268 [title] => Song - 67 [time] => 67 [License] => MIT ) [88] => Array ( [id] => 267 [title] => Song - 89 [time] => 89 [License] => MIT ) [132] => Array ( [id] => 266 [title] => Song - 133 [time] => 133 [License] => MIT ) [65] => Array ( [id] => 264 [title] => Song - 66 [time] => 66 [License] => MIT ) [130] => Array ( [id] => 262 [title] => Song - 131 [time] => 131 [License] => MIT ) [127] => Array ( [id] => 256 [title] => Song - 128 [time] => 128 [License] => MIT ) [84] => Array ( [id] => 255 [title] => Song - 85 [time] => 85 [License] => MIT ) [125] => Array ( [id] => 252 [title] => Song - 126 [time] => 126 [License] => MIT ) [124] => Array ( [id] => 250 [title] => Song - 125 [time] => 125 [License] => MIT ) [123] => Array ( [id] => 248 [title] => Song - 124 [time] => 124 [License] => MIT ) [79] => Array ( [id] => 240 [title] => Song - 80 [time] => 80 [License] => MIT ) [118] => Array ( [id] => 238 [title] => Song - 119 [time] => 119 [License] => MIT ) [75] => Array ( [id] => 228 [title] => Song - 76 [time] => 76 [License] => MIT ) [112] => Array ( [id] => 226 [title] => Song - 113 [time] => 113 [License] => MIT ) [74] => Array ( [id] => 225 [title] => Song - 75 [time] => 75 [License] => MIT ) [109] => Array ( [id] => 220 [title] => Song - 110 [time] => 110 [License] => MIT ) [52] => Array ( [id] => 212 [title] => Song - 53 [time] => 53 [License] => MIT ) [105] => Array ( [id] => 212 [title] => Song - 106 [time] => 106 [License] => MIT ) [50] => Array ( [id] => 204 [title] => Song - 51 [time] => 51 [License] => MIT ) [101] => Array ( [id] => 204 [title] => Song - 102 [time] => 102 [License] => MIT ) [49] => Array ( [id] => 200 [title] => Song - 50 [time] => 50 [License] => MIT ) [98] => Array ( [id] => 198 [title] => Song - 99 [time] => 99 [License] => MIT ) [62] => Array ( [id] => 189 [title] => Song - 63 [time] => 63 [License] => MIT ) [46] => Array ( [id] => 188 [title] => Song - 47 [time] => 47 [License] => MIT ) [45] => Array ( [id] => 184 [title] => Song - 46 [time] => 46 [License] => MIT ) [90] => Array ( [id] => 182 [title] => Song - 91 [time] => 91 [License] => MIT ) [87] => Array ( [id] => 176 [title] => Song - 88 [time] => 88 [License] => MIT ) [56] => Array ( [id] => 171 [title] => Song - 57 [time] => 57 [License] => MIT ) [83] => Array ( [id] => 168 [title] => Song - 84 [time] => 84 [License] => MIT ) [54] => Array ( [id] => 165 [title] => Song - 55 [time] => 55 [License] => MIT ) [81] => Array ( [id] => 164 [title] => Song - 82 [time] => 82 [License] => MIT ) [40] => Array ( [id] => 164 [title] => Song - 41 [time] => 41 [License] => MIT ) [37] => Array ( [id] => 152 [title] => Song - 38 [time] => 38 [License] => MIT ) [36] => Array ( [id] => 148 [title] => Song - 37 [time] => 37 [License] => MIT ) [48] => Array ( [id] => 147 [title] => Song - 49 [time] => 49 [License] => MIT ) [35] => Array ( [id] => 144 [title] => Song - 36 [time] => 36 [License] => MIT ) [68] => Array ( [id] => 138 [title] => Song - 69 [time] => 69 [License] => MIT ) [136] => Array ( [id] => 137 [title] => Song - 137 [time] => 137 [License] => MIT ) [43] => Array ( [id] => 132 [title] => Song - 44 [time] => 44 [License] => MIT ) [63] => Array ( [id] => 128 [title] => Song - 64 [time] => 64 [License] => MIT ) [126] => Array ( [id] => 127 [title] => Song - 127 [time] => 127 [License] => MIT ) [61] => Array ( [id] => 124 [title] => Song - 62 [time] => 62 [License] => MIT ) [30] => Array ( [id] => 124 [title] => Song - 31 [time] => 31 [License] => MIT ) [122] => Array ( [id] => 123 [title] => Song - 123 [time] => 123 [License] => MIT ) [60] => Array ( [id] => 122 [title] => Song - 61 [time] => 61 [License] => MIT ) [121] => Array ( [id] => 122 [title] => Song - 122 [time] => 122 [License] => MIT ) [39] => Array ( [id] => 120 [title] => Song - 40 [time] => 40 [License] => MIT ) [29] => Array ( [id] => 120 [title] => Song - 30 [time] => 30 [License] => MIT ) [58] => Array ( [id] => 118 [title] => Song - 59 [time] => 59 [License] => MIT ) [117] => Array ( [id] => 118 [title] => Song - 118 [time] => 118 [License] => MIT ) [27] => Array ( [id] => 112 [title] => Song - 28 [time] => 28 [License] => MIT ) [110] => Array ( [id] => 111 [title] => Song - 111 [time] => 111 [License] => MIT ) [108] => Array ( [id] => 109 [title] => Song - 109 [time] => 109 [License] => MIT ) [53] => Array ( [id] => 108 [title] => Song - 54 [time] => 54 [License] => MIT ) [106] => Array ( [id] => 107 [title] => Song - 107 [time] => 107 [License] => MIT ) [25] => Array ( [id] => 104 [title] => Song - 26 [time] => 26 [License] => MIT ) [102] => Array ( [id] => 103 [title] => Song - 103 [time] => 103 [License] => MIT ) [33] => Array ( [id] => 102 [title] => Song - 34 [time] => 34 [License] => MIT ) [100] => Array ( [id] => 101 [title] => Song - 101 [time] => 101 [License] => MIT ) [24] => Array ( [id] => 100 [title] => Song - 25 [time] => 25 [License] => MIT ) [99] => Array ( [id] => 100 [title] => Song - 100 [time] => 100 [License] => MIT ) [93] => Array ( [id] => 94 [title] => Song - 94 [time] => 94 [License] => MIT ) [44] => Array ( [id] => 90 [title] => Song - 45 [time] => 45 [License] => MIT ) [86] => Array ( [id] => 87 [title] => Song - 87 [time] => 87 [License] => MIT ) [85] => Array ( [id] => 86 [title] => Song - 86 [time] => 86 [License] => MIT ) [42] => Array ( [id] => 86 [title] => Song - 43 [time] => 43 [License] => MIT ) [41] => Array ( [id] => 84 [title] => Song - 42 [time] => 42 [License] => MIT ) [82] => Array ( [id] => 83 [title] => Song - 83 [time] => 83 [License] => MIT ) [80] => Array ( [id] => 81 [title] => Song - 81 [time] => 81 [License] => MIT ) [38] => Array ( [id] => 78 [title] => Song - 39 [time] => 39 [License] => MIT ) [18] => Array ( [id] => 76 [title] => Song - 19 [time] => 19 [License] => MIT ) [72] => Array ( [id] => 73 [title] => Song - 73 [time] => 73 [License] => MIT ) [17] => Array ( [id] => 72 [title] => Song - 18 [time] => 18 [License] => MIT ) [70] => Array ( [id] => 71 [title] => Song - 71 [time] => 71 [License] => MIT ) [69] => Array ( [id] => 70 [title] => Song - 70 [time] => 70 [License] => MIT ) [32] => Array ( [id] => 66 [title] => Song - 33 [time] => 33 [License] => MIT ) [64] => Array ( [id] => 65 [title] => Song - 65 [time] => 65 [License] => MIT ) [20] => Array ( [id] => 63 [title] => Song - 21 [time] => 21 [License] => MIT ) [59] => Array ( [id] => 60 [title] => Song - 60 [time] => 60 [License] => MIT ) [57] => Array ( [id] => 58 [title] => Song - 58 [time] => 58 [License] => MIT ) [55] => Array ( [id] => 56 [title] => Song - 56 [time] => 56 [License] => MIT ) [51] => Array ( [id] => 52 [title] => Song - 52 [time] => 52 [License] => MIT ) [47] => Array ( [id] => 48 [title] => Song - 48 [time] => 48 [License] => MIT ) [11] => Array ( [id] => 48 [title] => Song - 12 [time] => 12 [License] => MIT ) [22] => Array ( [id] => 46 [title] => Song - 23 [time] => 23 [License] => MIT ) [19] => Array ( [id] => 40 [title] => Song - 20 [time] => 20 [License] => MIT ) [9] => Array ( [id] => 40 [title] => Song - 10 [time] => 10 [License] => MIT ) [12] => Array ( [id] => 39 [title] => Song - 13 [time] => 13 [License] => MIT ) [8] => Array ( [id] => 36 [title] => Song - 9 [time] => 9 [License] => MIT ) [34] => Array ( [id] => 35 [title] => Song - 35 [time] => 35 [License] => MIT ) [31] => Array ( [id] => 32 [title] => Song - 32 [time] => 32 [License] => MIT ) [28] => Array ( [id] => 29 [title] => Song - 29 [time] => 29 [License] => MIT ) [26] => Array ( [id] => 27 [title] => Song - 27 [time] => 27 [License] => MIT ) [7] => Array ( [id] => 24 [title] => Song - 8 [time] => 8 [License] => MIT ) [5] => Array ( [id] => 24 [title] => Song - 6 [time] => 6 [License] => MIT ) [23] => Array ( [id] => 24 [title] => Song - 24 [time] => 24 [License] => MIT ) [21] => Array ( [id] => 22 [title] => Song - 22 [time] => 22 [License] => MIT ) [10] => Array ( [id] => 22 [title] => Song - 11 [time] => 11 [License] => MIT ) [6] => Array ( [id] => 21 [title] => Song - 7 [time] => 7 [License] => MIT ) [16] => Array ( [id] => 17 [title] => Song - 17 [time] => 17 [License] => MIT ) [15] => Array ( [id] => 16 [title] => Song - 16 [time] => 16 [License] => MIT ) [14] => Array ( [id] => 15 [title] => Song - 15 [time] => 15 [License] => MIT ) [13] => Array ( [id] => 14 [title] => Song - 14 [time] => 14 [License] => MIT ) [3] => Array ( [id] => 12 [title] => Song - 4 [time] => 4 [License] => MIT ) [4] => Array ( [id] => 10 [title] => Song - 5 [time] => 5 [License] => MIT ) [2] => Array ( [id] => 9 [title] => Song - 3 [time] => 3 [License] => MIT ) [1] => Array ( [id] => 8 [title] => Song - 2 [time] => 2 [License] => MIT ) [0] => Array ( [id] => 4 [title] => Song - 1 [time] => 1 [License] => MIT ) )
Output for 5.4.31
Array ( [148] => Array ( [id] => 596 [title] => Song - 149 [time] => 149 [License] => MIT ) [145] => Array ( [id] => 584 [title] => Song - 146 [time] => 146 [License] => MIT ) [142] => Array ( [id] => 572 [title] => Song - 143 [time] => 143 [License] => MIT ) [140] => Array ( [id] => 564 [title] => Song - 141 [time] => 141 [License] => MIT ) [138] => Array ( [id] => 556 [title] => Song - 139 [time] => 139 [License] => MIT ) [131] => Array ( [id] => 528 [title] => Song - 132 [time] => 132 [License] => MIT ) [130] => Array ( [id] => 524 [title] => Song - 131 [time] => 131 [License] => MIT ) [125] => Array ( [id] => 504 [title] => Song - 126 [time] => 126 [License] => MIT ) [123] => Array ( [id] => 496 [title] => Song - 124 [time] => 124 [License] => MIT ) [122] => Array ( [id] => 492 [title] => Song - 123 [time] => 123 [License] => MIT ) [121] => Array ( [id] => 488 [title] => Song - 122 [time] => 122 [License] => MIT ) [119] => Array ( [id] => 480 [title] => Song - 120 [time] => 120 [License] => MIT ) [116] => Array ( [id] => 468 [title] => Song - 117 [time] => 117 [License] => MIT ) [115] => Array ( [id] => 464 [title] => Song - 116 [time] => 116 [License] => MIT ) [147] => Array ( [id] => 444 [title] => Song - 148 [time] => 148 [License] => MIT ) [109] => Array ( [id] => 440 [title] => Song - 110 [time] => 110 [License] => MIT ) [144] => Array ( [id] => 435 [title] => Song - 145 [time] => 145 [License] => MIT ) [141] => Array ( [id] => 426 [title] => Song - 142 [time] => 142 [License] => MIT ) [139] => Array ( [id] => 420 [title] => Song - 140 [time] => 140 [License] => MIT ) [103] => Array ( [id] => 416 [title] => Song - 104 [time] => 104 [License] => MIT ) [136] => Array ( [id] => 411 [title] => Song - 137 [time] => 137 [License] => MIT ) [101] => Array ( [id] => 408 [title] => Song - 102 [time] => 102 [License] => MIT ) [97] => Array ( [id] => 392 [title] => Song - 98 [time] => 98 [License] => MIT ) [94] => Array ( [id] => 380 [title] => Song - 95 [time] => 95 [License] => MIT ) [120] => Array ( [id] => 363 [title] => Song - 121 [time] => 121 [License] => MIT ) [117] => Array ( [id] => 354 [title] => Song - 118 [time] => 118 [License] => MIT ) [113] => Array ( [id] => 342 [title] => Song - 114 [time] => 114 [License] => MIT ) [84] => Array ( [id] => 340 [title] => Song - 85 [time] => 85 [License] => MIT ) [110] => Array ( [id] => 333 [title] => Song - 111 [time] => 111 [License] => MIT ) [102] => Array ( [id] => 309 [title] => Song - 103 [time] => 103 [License] => MIT ) [149] => Array ( [id] => 300 [title] => Song - 150 [time] => 150 [License] => MIT ) [92] => Array ( [id] => 279 [title] => Song - 93 [time] => 93 [License] => MIT ) [68] => Array ( [id] => 276 [title] => Song - 69 [time] => 69 [License] => MIT ) [135] => Array ( [id] => 272 [title] => Song - 136 [time] => 136 [License] => MIT ) [89] => Array ( [id] => 270 [title] => Song - 90 [time] => 90 [License] => MIT ) [66] => Array ( [id] => 268 [title] => Song - 67 [time] => 67 [License] => MIT ) [86] => Array ( [id] => 261 [title] => Song - 87 [time] => 87 [License] => MIT ) [129] => Array ( [id] => 260 [title] => Song - 130 [time] => 130 [License] => MIT ) [128] => Array ( [id] => 258 [title] => Song - 129 [time] => 129 [License] => MIT ) [127] => Array ( [id] => 256 [title] => Song - 128 [time] => 128 [License] => MIT ) [82] => Array ( [id] => 249 [title] => Song - 83 [time] => 83 [License] => MIT ) [61] => Array ( [id] => 248 [title] => Song - 62 [time] => 62 [License] => MIT ) [59] => Array ( [id] => 240 [title] => Song - 60 [time] => 60 [License] => MIT ) [118] => Array ( [id] => 238 [title] => Song - 119 [time] => 119 [License] => MIT ) [76] => Array ( [id] => 231 [title] => Song - 77 [time] => 77 [License] => MIT ) [114] => Array ( [id] => 230 [title] => Song - 115 [time] => 115 [License] => MIT ) [55] => Array ( [id] => 224 [title] => Song - 56 [time] => 56 [License] => MIT ) [111] => Array ( [id] => 224 [title] => Song - 112 [time] => 112 [License] => MIT ) [71] => Array ( [id] => 216 [title] => Song - 72 [time] => 72 [License] => MIT ) [107] => Array ( [id] => 216 [title] => Song - 108 [time] => 108 [License] => MIT ) [104] => Array ( [id] => 210 [title] => Song - 105 [time] => 105 [License] => MIT ) [51] => Array ( [id] => 208 [title] => Song - 52 [time] => 52 [License] => MIT ) [50] => Array ( [id] => 204 [title] => Song - 51 [time] => 51 [License] => MIT ) [65] => Array ( [id] => 198 [title] => Song - 66 [time] => 66 [License] => MIT ) [48] => Array ( [id] => 196 [title] => Song - 49 [time] => 49 [License] => MIT ) [95] => Array ( [id] => 192 [title] => Song - 96 [time] => 96 [License] => MIT ) [47] => Array ( [id] => 192 [title] => Song - 48 [time] => 48 [License] => MIT ) [93] => Array ( [id] => 188 [title] => Song - 94 [time] => 94 [License] => MIT ) [90] => Array ( [id] => 182 [title] => Song - 91 [time] => 91 [License] => MIT ) [88] => Array ( [id] => 178 [title] => Song - 89 [time] => 89 [License] => MIT ) [87] => Array ( [id] => 176 [title] => Song - 88 [time] => 88 [License] => MIT ) [57] => Array ( [id] => 174 [title] => Song - 58 [time] => 58 [License] => MIT ) [85] => Array ( [id] => 172 [title] => Song - 86 [time] => 86 [License] => MIT ) [41] => Array ( [id] => 168 [title] => Song - 42 [time] => 42 [License] => MIT ) [81] => Array ( [id] => 164 [title] => Song - 82 [time] => 82 [License] => MIT ) [40] => Array ( [id] => 164 [title] => Song - 41 [time] => 41 [License] => MIT ) [80] => Array ( [id] => 162 [title] => Song - 81 [time] => 81 [License] => MIT ) [79] => Array ( [id] => 160 [title] => Song - 80 [time] => 80 [License] => MIT ) [52] => Array ( [id] => 159 [title] => Song - 53 [time] => 53 [License] => MIT ) [75] => Array ( [id] => 152 [title] => Song - 76 [time] => 76 [License] => MIT ) [49] => Array ( [id] => 150 [title] => Song - 50 [time] => 50 [License] => MIT ) [146] => Array ( [id] => 147 [title] => Song - 147 [time] => 147 [License] => MIT ) [35] => Array ( [id] => 144 [title] => Song - 36 [time] => 36 [License] => MIT ) [143] => Array ( [id] => 144 [title] => Song - 144 [time] => 144 [License] => MIT ) [70] => Array ( [id] => 142 [title] => Song - 71 [time] => 71 [License] => MIT ) [45] => Array ( [id] => 138 [title] => Song - 46 [time] => 46 [License] => MIT ) [137] => Array ( [id] => 138 [title] => Song - 138 [time] => 138 [License] => MIT ) [134] => Array ( [id] => 135 [title] => Song - 135 [time] => 135 [License] => MIT ) [133] => Array ( [id] => 134 [title] => Song - 134 [time] => 134 [License] => MIT ) [132] => Array ( [id] => 133 [title] => Song - 133 [time] => 133 [License] => MIT ) [64] => Array ( [id] => 130 [title] => Song - 65 [time] => 65 [License] => MIT ) [126] => Array ( [id] => 127 [title] => Song - 127 [time] => 127 [License] => MIT ) [62] => Array ( [id] => 126 [title] => Song - 63 [time] => 63 [License] => MIT ) [124] => Array ( [id] => 125 [title] => Song - 125 [time] => 125 [License] => MIT ) [60] => Array ( [id] => 122 [title] => Song - 61 [time] => 61 [License] => MIT ) [39] => Array ( [id] => 120 [title] => Song - 40 [time] => 40 [License] => MIT ) [58] => Array ( [id] => 118 [title] => Song - 59 [time] => 59 [License] => MIT ) [28] => Array ( [id] => 116 [title] => Song - 29 [time] => 29 [License] => MIT ) [56] => Array ( [id] => 114 [title] => Song - 57 [time] => 57 [License] => MIT ) [37] => Array ( [id] => 114 [title] => Song - 38 [time] => 38 [License] => MIT ) [112] => Array ( [id] => 113 [title] => Song - 113 [time] => 113 [License] => MIT ) [27] => Array ( [id] => 112 [title] => Song - 28 [time] => 28 [License] => MIT ) [108] => Array ( [id] => 109 [title] => Song - 109 [time] => 109 [License] => MIT ) [106] => Array ( [id] => 107 [title] => Song - 107 [time] => 107 [License] => MIT ) [105] => Array ( [id] => 106 [title] => Song - 106 [time] => 106 [License] => MIT ) [34] => Array ( [id] => 105 [title] => Song - 35 [time] => 35 [License] => MIT ) [100] => Array ( [id] => 101 [title] => Song - 101 [time] => 101 [License] => MIT ) [99] => Array ( [id] => 100 [title] => Song - 100 [time] => 100 [License] => MIT ) [98] => Array ( [id] => 99 [title] => Song - 99 [time] => 99 [License] => MIT ) [32] => Array ( [id] => 99 [title] => Song - 33 [time] => 33 [License] => MIT ) [96] => Array ( [id] => 97 [title] => Song - 97 [time] => 97 [License] => MIT ) [46] => Array ( [id] => 94 [title] => Song - 47 [time] => 47 [License] => MIT ) [91] => Array ( [id] => 92 [title] => Song - 92 [time] => 92 [License] => MIT ) [43] => Array ( [id] => 88 [title] => Song - 44 [time] => 44 [License] => MIT ) [83] => Array ( [id] => 84 [title] => Song - 84 [time] => 84 [License] => MIT ) [19] => Array ( [id] => 80 [title] => Song - 20 [time] => 20 [License] => MIT ) [78] => Array ( [id] => 79 [title] => Song - 79 [time] => 79 [License] => MIT ) [77] => Array ( [id] => 78 [title] => Song - 78 [time] => 78 [License] => MIT ) [74] => Array ( [id] => 75 [title] => Song - 75 [time] => 75 [License] => MIT ) [24] => Array ( [id] => 75 [title] => Song - 25 [time] => 25 [License] => MIT ) [73] => Array ( [id] => 74 [title] => Song - 74 [time] => 74 [License] => MIT ) [36] => Array ( [id] => 74 [title] => Song - 37 [time] => 37 [License] => MIT ) [72] => Array ( [id] => 73 [title] => Song - 73 [time] => 73 [License] => MIT ) [69] => Array ( [id] => 70 [title] => Song - 70 [time] => 70 [License] => MIT ) [22] => Array ( [id] => 69 [title] => Song - 23 [time] => 23 [License] => MIT ) [67] => Array ( [id] => 68 [title] => Song - 68 [time] => 68 [License] => MIT ) [33] => Array ( [id] => 68 [title] => Song - 34 [time] => 34 [License] => MIT ) [63] => Array ( [id] => 64 [title] => Song - 64 [time] => 64 [License] => MIT ) [31] => Array ( [id] => 64 [title] => Song - 32 [time] => 32 [License] => MIT ) [29] => Array ( [id] => 60 [title] => Song - 30 [time] => 30 [License] => MIT ) [18] => Array ( [id] => 57 [title] => Song - 19 [time] => 19 [License] => MIT ) [54] => Array ( [id] => 55 [title] => Song - 55 [time] => 55 [License] => MIT ) [53] => Array ( [id] => 54 [title] => Song - 54 [time] => 54 [License] => MIT ) [25] => Array ( [id] => 52 [title] => Song - 26 [time] => 26 [License] => MIT ) [23] => Array ( [id] => 48 [title] => Song - 24 [time] => 24 [License] => MIT ) [15] => Array ( [id] => 48 [title] => Song - 16 [time] => 16 [License] => MIT ) [44] => Array ( [id] => 45 [title] => Song - 45 [time] => 45 [License] => MIT ) [14] => Array ( [id] => 45 [title] => Song - 15 [time] => 15 [License] => MIT ) [21] => Array ( [id] => 44 [title] => Song - 22 [time] => 22 [License] => MIT ) [42] => Array ( [id] => 43 [title] => Song - 43 [time] => 43 [License] => MIT ) [38] => Array ( [id] => 39 [title] => Song - 39 [time] => 39 [License] => MIT ) [8] => Array ( [id] => 36 [title] => Song - 9 [time] => 9 [License] => MIT ) [17] => Array ( [id] => 36 [title] => Song - 18 [time] => 18 [License] => MIT ) [30] => Array ( [id] => 31 [title] => Song - 31 [time] => 31 [License] => MIT ) [9] => Array ( [id] => 30 [title] => Song - 10 [time] => 10 [License] => MIT ) [26] => Array ( [id] => 27 [title] => Song - 27 [time] => 27 [License] => MIT ) [7] => Array ( [id] => 24 [title] => Song - 8 [time] => 8 [License] => MIT ) [6] => Array ( [id] => 21 [title] => Song - 7 [time] => 7 [License] => MIT ) [20] => Array ( [id] => 21 [title] => Song - 21 [time] => 21 [License] => MIT ) [16] => Array ( [id] => 17 [title] => Song - 17 [time] => 17 [License] => MIT ) [13] => Array ( [id] => 14 [title] => Song - 14 [time] => 14 [License] => MIT ) [12] => Array ( [id] => 13 [title] => Song - 13 [time] => 13 [License] => MIT ) [11] => Array ( [id] => 12 [title] => Song - 12 [time] => 12 [License] => MIT ) [10] => Array ( [id] => 11 [title] => Song - 11 [time] => 11 [License] => MIT ) [5] => Array ( [id] => 6 [title] => Song - 6 [time] => 6 [License] => MIT ) [1] => Array ( [id] => 6 [title] => Song - 2 [time] => 2 [License] => MIT ) [4] => Array ( [id] => 5 [title] => Song - 5 [time] => 5 [License] => MIT ) [3] => Array ( [id] => 4 [title] => Song - 4 [time] => 4 [License] => MIT ) [2] => Array ( [id] => 3 [title] => Song - 3 [time] => 3 [License] => MIT ) [0] => Array ( [id] => 1 [title] => Song - 1 [time] => 1 [License] => MIT ) )
Output for 5.4.30
Array ( [143] => Array ( [id] => 576 [title] => Song - 144 [time] => 144 [License] => MIT ) [138] => Array ( [id] => 556 [title] => Song - 139 [time] => 139 [License] => MIT ) [137] => Array ( [id] => 552 [title] => Song - 138 [time] => 138 [License] => MIT ) [134] => Array ( [id] => 540 [title] => Song - 135 [time] => 135 [License] => MIT ) [133] => Array ( [id] => 536 [title] => Song - 134 [time] => 134 [License] => MIT ) [131] => Array ( [id] => 528 [title] => Song - 132 [time] => 132 [License] => MIT ) [127] => Array ( [id] => 512 [title] => Song - 128 [time] => 128 [License] => MIT ) [123] => Array ( [id] => 496 [title] => Song - 124 [time] => 124 [License] => MIT ) [119] => Array ( [id] => 480 [title] => Song - 120 [time] => 120 [License] => MIT ) [117] => Array ( [id] => 472 [title] => Song - 118 [time] => 118 [License] => MIT ) [115] => Array ( [id] => 464 [title] => Song - 116 [time] => 116 [License] => MIT ) [111] => Array ( [id] => 448 [title] => Song - 112 [time] => 112 [License] => MIT ) [147] => Array ( [id] => 444 [title] => Song - 148 [time] => 148 [License] => MIT ) [109] => Array ( [id] => 440 [title] => Song - 110 [time] => 110 [License] => MIT ) [141] => Array ( [id] => 426 [title] => Song - 142 [time] => 142 [License] => MIT ) [140] => Array ( [id] => 423 [title] => Song - 141 [time] => 141 [License] => MIT ) [139] => Array ( [id] => 420 [title] => Song - 140 [time] => 140 [License] => MIT ) [103] => Array ( [id] => 416 [title] => Song - 104 [time] => 104 [License] => MIT ) [136] => Array ( [id] => 411 [title] => Song - 137 [time] => 137 [License] => MIT ) [101] => Array ( [id] => 408 [title] => Song - 102 [time] => 102 [License] => MIT ) [100] => Array ( [id] => 404 [title] => Song - 101 [time] => 101 [License] => MIT ) [99] => Array ( [id] => 400 [title] => Song - 100 [time] => 100 [License] => MIT ) [132] => Array ( [id] => 399 [title] => Song - 133 [time] => 133 [License] => MIT ) [130] => Array ( [id] => 393 [title] => Song - 131 [time] => 131 [License] => MIT ) [97] => Array ( [id] => 392 [title] => Song - 98 [time] => 98 [License] => MIT ) [129] => Array ( [id] => 390 [title] => Song - 130 [time] => 130 [License] => MIT ) [95] => Array ( [id] => 384 [title] => Song - 96 [time] => 96 [License] => MIT ) [126] => Array ( [id] => 381 [title] => Song - 127 [time] => 127 [License] => MIT ) [124] => Array ( [id] => 375 [title] => Song - 125 [time] => 125 [License] => MIT ) [121] => Array ( [id] => 366 [title] => Song - 122 [time] => 122 [License] => MIT ) [120] => Array ( [id] => 363 [title] => Song - 121 [time] => 121 [License] => MIT ) [113] => Array ( [id] => 342 [title] => Song - 114 [time] => 114 [License] => MIT ) [112] => Array ( [id] => 339 [title] => Song - 113 [time] => 113 [License] => MIT ) [83] => Array ( [id] => 336 [title] => Song - 84 [time] => 84 [License] => MIT ) [110] => Array ( [id] => 333 [title] => Song - 111 [time] => 111 [License] => MIT ) [82] => Array ( [id] => 332 [title] => Song - 83 [time] => 83 [License] => MIT ) [80] => Array ( [id] => 324 [title] => Song - 81 [time] => 81 [License] => MIT ) [106] => Array ( [id] => 321 [title] => Song - 107 [time] => 107 [License] => MIT ) [79] => Array ( [id] => 320 [title] => Song - 80 [time] => 80 [License] => MIT ) [78] => Array ( [id] => 316 [title] => Song - 79 [time] => 79 [License] => MIT ) [102] => Array ( [id] => 309 [title] => Song - 103 [time] => 103 [License] => MIT ) [76] => Array ( [id] => 308 [title] => Song - 77 [time] => 77 [License] => MIT ) [149] => Array ( [id] => 300 [title] => Song - 150 [time] => 150 [License] => MIT ) [148] => Array ( [id] => 298 [title] => Song - 149 [time] => 149 [License] => MIT ) [146] => Array ( [id] => 294 [title] => Song - 147 [time] => 147 [License] => MIT ) [72] => Array ( [id] => 292 [title] => Song - 73 [time] => 73 [License] => MIT ) [96] => Array ( [id] => 291 [title] => Song - 97 [time] => 97 [License] => MIT ) [144] => Array ( [id] => 290 [title] => Song - 145 [time] => 145 [License] => MIT ) [142] => Array ( [id] => 286 [title] => Song - 143 [time] => 143 [License] => MIT ) [69] => Array ( [id] => 280 [title] => Song - 70 [time] => 70 [License] => MIT ) [92] => Array ( [id] => 279 [title] => Song - 93 [time] => 93 [License] => MIT ) [90] => Array ( [id] => 273 [title] => Song - 91 [time] => 91 [License] => MIT ) [89] => Array ( [id] => 270 [title] => Song - 90 [time] => 90 [License] => MIT ) [65] => Array ( [id] => 264 [title] => Song - 66 [time] => 66 [License] => MIT ) [64] => Array ( [id] => 260 [title] => Song - 65 [time] => 65 [License] => MIT ) [62] => Array ( [id] => 252 [title] => Song - 63 [time] => 63 [License] => MIT ) [125] => Array ( [id] => 252 [title] => Song - 126 [time] => 126 [License] => MIT ) [81] => Array ( [id] => 246 [title] => Song - 82 [time] => 82 [License] => MIT ) [122] => Array ( [id] => 246 [title] => Song - 123 [time] => 123 [License] => MIT ) [59] => Array ( [id] => 240 [title] => Song - 60 [time] => 60 [License] => MIT ) [53] => Array ( [id] => 216 [title] => Song - 54 [time] => 54 [License] => MIT ) [107] => Array ( [id] => 216 [title] => Song - 108 [time] => 108 [License] => MIT ) [68] => Array ( [id] => 207 [title] => Song - 69 [time] => 69 [License] => MIT ) [66] => Array ( [id] => 201 [title] => Song - 67 [time] => 67 [License] => MIT ) [98] => Array ( [id] => 198 [title] => Song - 99 [time] => 99 [License] => MIT ) [63] => Array ( [id] => 192 [title] => Song - 64 [time] => 64 [License] => MIT ) [47] => Array ( [id] => 192 [title] => Song - 48 [time] => 48 [License] => MIT ) [93] => Array ( [id] => 188 [title] => Song - 94 [time] => 94 [License] => MIT ) [46] => Array ( [id] => 188 [title] => Song - 47 [time] => 47 [License] => MIT ) [45] => Array ( [id] => 184 [title] => Song - 46 [time] => 46 [License] => MIT ) [88] => Array ( [id] => 178 [title] => Song - 89 [time] => 89 [License] => MIT ) [86] => Array ( [id] => 174 [title] => Song - 87 [time] => 87 [License] => MIT ) [57] => Array ( [id] => 174 [title] => Song - 58 [time] => 58 [License] => MIT ) [85] => Array ( [id] => 172 [title] => Song - 86 [time] => 86 [License] => MIT ) [42] => Array ( [id] => 172 [title] => Song - 43 [time] => 43 [License] => MIT ) [84] => Array ( [id] => 170 [title] => Song - 85 [time] => 85 [License] => MIT ) [55] => Array ( [id] => 168 [title] => Song - 56 [time] => 56 [License] => MIT ) [54] => Array ( [id] => 165 [title] => Song - 55 [time] => 55 [License] => MIT ) [77] => Array ( [id] => 156 [title] => Song - 78 [time] => 78 [License] => MIT ) [38] => Array ( [id] => 156 [title] => Song - 39 [time] => 39 [License] => MIT ) [75] => Array ( [id] => 152 [title] => Song - 76 [time] => 76 [License] => MIT ) [74] => Array ( [id] => 150 [title] => Song - 75 [time] => 75 [License] => MIT ) [48] => Array ( [id] => 147 [title] => Song - 49 [time] => 49 [License] => MIT ) [145] => Array ( [id] => 146 [title] => Song - 146 [time] => 146 [License] => MIT ) [33] => Array ( [id] => 136 [title] => Song - 34 [time] => 34 [License] => MIT ) [135] => Array ( [id] => 136 [title] => Song - 136 [time] => 136 [License] => MIT ) [44] => Array ( [id] => 135 [title] => Song - 45 [time] => 45 [License] => MIT ) [128] => Array ( [id] => 129 [title] => Song - 129 [time] => 129 [License] => MIT ) [31] => Array ( [id] => 128 [title] => Song - 32 [time] => 32 [License] => MIT ) [118] => Array ( [id] => 119 [title] => Song - 119 [time] => 119 [License] => MIT ) [58] => Array ( [id] => 118 [title] => Song - 59 [time] => 59 [License] => MIT ) [116] => Array ( [id] => 117 [title] => Song - 117 [time] => 117 [License] => MIT ) [28] => Array ( [id] => 116 [title] => Song - 29 [time] => 29 [License] => MIT ) [114] => Array ( [id] => 115 [title] => Song - 115 [time] => 115 [License] => MIT ) [56] => Array ( [id] => 114 [title] => Song - 57 [time] => 57 [License] => MIT ) [108] => Array ( [id] => 109 [title] => Song - 109 [time] => 109 [License] => MIT ) [52] => Array ( [id] => 106 [title] => Song - 53 [time] => 53 [License] => MIT ) [105] => Array ( [id] => 106 [title] => Song - 106 [time] => 106 [License] => MIT ) [104] => Array ( [id] => 105 [title] => Song - 105 [time] => 105 [License] => MIT ) [49] => Array ( [id] => 100 [title] => Song - 50 [time] => 50 [License] => MIT ) [23] => Array ( [id] => 96 [title] => Song - 24 [time] => 24 [License] => MIT ) [94] => Array ( [id] => 95 [title] => Song - 95 [time] => 95 [License] => MIT ) [91] => Array ( [id] => 92 [title] => Song - 92 [time] => 92 [License] => MIT ) [87] => Array ( [id] => 88 [title] => Song - 88 [time] => 88 [License] => MIT ) [43] => Array ( [id] => 88 [title] => Song - 44 [time] => 44 [License] => MIT ) [41] => Array ( [id] => 84 [title] => Song - 42 [time] => 42 [License] => MIT ) [27] => Array ( [id] => 84 [title] => Song - 28 [time] => 28 [License] => MIT ) [40] => Array ( [id] => 82 [title] => Song - 41 [time] => 41 [License] => MIT ) [25] => Array ( [id] => 78 [title] => Song - 26 [time] => 26 [License] => MIT ) [37] => Array ( [id] => 76 [title] => Song - 38 [time] => 38 [License] => MIT ) [24] => Array ( [id] => 75 [title] => Song - 25 [time] => 25 [License] => MIT ) [73] => Array ( [id] => 74 [title] => Song - 74 [time] => 74 [License] => MIT ) [36] => Array ( [id] => 74 [title] => Song - 37 [time] => 37 [License] => MIT ) [71] => Array ( [id] => 72 [title] => Song - 72 [time] => 72 [License] => MIT ) [70] => Array ( [id] => 71 [title] => Song - 71 [time] => 71 [License] => MIT ) [34] => Array ( [id] => 70 [title] => Song - 35 [time] => 35 [License] => MIT ) [67] => Array ( [id] => 68 [title] => Song - 68 [time] => 68 [License] => MIT ) [32] => Array ( [id] => 66 [title] => Song - 33 [time] => 33 [License] => MIT ) [20] => Array ( [id] => 63 [title] => Song - 21 [time] => 21 [License] => MIT ) [61] => Array ( [id] => 62 [title] => Song - 62 [time] => 62 [License] => MIT ) [60] => Array ( [id] => 61 [title] => Song - 61 [time] => 61 [License] => MIT ) [29] => Array ( [id] => 60 [title] => Song - 30 [time] => 30 [License] => MIT ) [19] => Array ( [id] => 60 [title] => Song - 20 [time] => 20 [License] => MIT ) [18] => Array ( [id] => 57 [title] => Song - 19 [time] => 19 [License] => MIT ) [17] => Array ( [id] => 54 [title] => Song - 18 [time] => 18 [License] => MIT ) [51] => Array ( [id] => 52 [title] => Song - 52 [time] => 52 [License] => MIT ) [50] => Array ( [id] => 51 [title] => Song - 51 [time] => 51 [License] => MIT ) [11] => Array ( [id] => 48 [title] => Song - 12 [time] => 12 [License] => MIT ) [21] => Array ( [id] => 44 [title] => Song - 22 [time] => 22 [License] => MIT ) [39] => Array ( [id] => 40 [title] => Song - 40 [time] => 40 [License] => MIT ) [9] => Array ( [id] => 40 [title] => Song - 10 [time] => 10 [License] => MIT ) [35] => Array ( [id] => 36 [title] => Song - 36 [time] => 36 [License] => MIT ) [16] => Array ( [id] => 34 [title] => Song - 17 [time] => 17 [License] => MIT ) [7] => Array ( [id] => 32 [title] => Song - 8 [time] => 8 [License] => MIT ) [30] => Array ( [id] => 31 [title] => Song - 31 [time] => 31 [License] => MIT ) [26] => Array ( [id] => 27 [title] => Song - 27 [time] => 27 [License] => MIT ) [12] => Array ( [id] => 26 [title] => Song - 13 [time] => 13 [License] => MIT ) [22] => Array ( [id] => 23 [title] => Song - 23 [time] => 23 [License] => MIT ) [10] => Array ( [id] => 22 [title] => Song - 11 [time] => 11 [License] => MIT ) [6] => Array ( [id] => 21 [title] => Song - 7 [time] => 7 [License] => MIT ) [4] => Array ( [id] => 20 [title] => Song - 5 [time] => 5 [License] => MIT ) [15] => Array ( [id] => 16 [title] => Song - 16 [time] => 16 [License] => MIT ) [14] => Array ( [id] => 15 [title] => Song - 15 [time] => 15 [License] => MIT ) [13] => Array ( [id] => 14 [title] => Song - 14 [time] => 14 [License] => MIT ) [5] => Array ( [id] => 12 [title] => Song - 6 [time] => 6 [License] => MIT ) [2] => Array ( [id] => 12 [title] => Song - 3 [time] => 3 [License] => MIT ) [8] => Array ( [id] => 9 [title] => Song - 9 [time] => 9 [License] => MIT ) [3] => Array ( [id] => 8 [title] => Song - 4 [time] => 4 [License] => MIT ) [1] => Array ( [id] => 8 [title] => Song - 2 [time] => 2 [License] => MIT ) [0] => Array ( [id] => 1 [title] => Song - 1 [time] => 1 [License] => MIT ) )
Output for 5.4.29
Array ( [147] => Array ( [id] => 592 [title] => Song - 148 [time] => 148 [License] => MIT ) [136] => Array ( [id] => 548 [title] => Song - 137 [time] => 137 [License] => MIT ) [127] => Array ( [id] => 512 [title] => Song - 128 [time] => 128 [License] => MIT ) [126] => Array ( [id] => 508 [title] => Song - 127 [time] => 127 [License] => MIT ) [115] => Array ( [id] => 464 [title] => Song - 116 [time] => 116 [License] => MIT ) [114] => Array ( [id] => 460 [title] => Song - 115 [time] => 115 [License] => MIT ) [113] => Array ( [id] => 456 [title] => Song - 114 [time] => 114 [License] => MIT ) [149] => Array ( [id] => 450 [title] => Song - 150 [time] => 150 [License] => MIT ) [111] => Array ( [id] => 448 [title] => Song - 112 [time] => 112 [License] => MIT ) [148] => Array ( [id] => 447 [title] => Song - 149 [time] => 149 [License] => MIT ) [145] => Array ( [id] => 438 [title] => Song - 146 [time] => 146 [License] => MIT ) [106] => Array ( [id] => 428 [title] => Song - 107 [time] => 107 [License] => MIT ) [141] => Array ( [id] => 426 [title] => Song - 142 [time] => 142 [License] => MIT ) [140] => Array ( [id] => 423 [title] => Song - 141 [time] => 141 [License] => MIT ) [139] => Array ( [id] => 420 [title] => Song - 140 [time] => 140 [License] => MIT ) [137] => Array ( [id] => 414 [title] => Song - 138 [time] => 138 [License] => MIT ) [134] => Array ( [id] => 405 [title] => Song - 135 [time] => 135 [License] => MIT ) [132] => Array ( [id] => 399 [title] => Song - 133 [time] => 133 [License] => MIT ) [98] => Array ( [id] => 396 [title] => Song - 99 [time] => 99 [License] => MIT ) [131] => Array ( [id] => 396 [title] => Song - 132 [time] => 132 [License] => MIT ) [130] => Array ( [id] => 393 [title] => Song - 131 [time] => 131 [License] => MIT ) [124] => Array ( [id] => 375 [title] => Song - 125 [time] => 125 [License] => MIT ) [122] => Array ( [id] => 369 [title] => Song - 123 [time] => 123 [License] => MIT ) [120] => Array ( [id] => 363 [title] => Song - 121 [time] => 121 [License] => MIT ) [118] => Array ( [id] => 357 [title] => Song - 119 [time] => 119 [License] => MIT ) [88] => Array ( [id] => 356 [title] => Song - 89 [time] => 89 [License] => MIT ) [84] => Array ( [id] => 340 [title] => Song - 85 [time] => 85 [License] => MIT ) [83] => Array ( [id] => 336 [title] => Song - 84 [time] => 84 [License] => MIT ) [110] => Array ( [id] => 333 [title] => Song - 111 [time] => 111 [License] => MIT ) [109] => Array ( [id] => 330 [title] => Song - 110 [time] => 110 [License] => MIT ) [81] => Array ( [id] => 328 [title] => Song - 82 [time] => 82 [License] => MIT ) [108] => Array ( [id] => 327 [title] => Song - 109 [time] => 109 [License] => MIT ) [107] => Array ( [id] => 324 [title] => Song - 108 [time] => 108 [License] => MIT ) [105] => Array ( [id] => 318 [title] => Song - 106 [time] => 106 [License] => MIT ) [104] => Array ( [id] => 315 [title] => Song - 105 [time] => 105 [License] => MIT ) [103] => Array ( [id] => 312 [title] => Song - 104 [time] => 104 [License] => MIT ) [97] => Array ( [id] => 294 [title] => Song - 98 [time] => 98 [License] => MIT ) [144] => Array ( [id] => 290 [title] => Song - 145 [time] => 145 [License] => MIT ) [95] => Array ( [id] => 288 [title] => Song - 96 [time] => 96 [License] => MIT ) [93] => Array ( [id] => 282 [title] => Song - 94 [time] => 94 [License] => MIT ) [65] => Array ( [id] => 264 [title] => Song - 66 [time] => 66 [License] => MIT ) [64] => Array ( [id] => 260 [title] => Song - 65 [time] => 65 [License] => MIT ) [128] => Array ( [id] => 258 [title] => Song - 129 [time] => 129 [License] => MIT ) [121] => Array ( [id] => 244 [title] => Song - 122 [time] => 122 [License] => MIT ) [116] => Array ( [id] => 234 [title] => Song - 117 [time] => 117 [License] => MIT ) [75] => Array ( [id] => 228 [title] => Song - 76 [time] => 76 [License] => MIT ) [112] => Array ( [id] => 226 [title] => Song - 113 [time] => 113 [License] => MIT ) [74] => Array ( [id] => 225 [title] => Song - 75 [time] => 75 [License] => MIT ) [55] => Array ( [id] => 224 [title] => Song - 56 [time] => 56 [License] => MIT ) [73] => Array ( [id] => 222 [title] => Song - 74 [time] => 74 [License] => MIT ) [71] => Array ( [id] => 216 [title] => Song - 72 [time] => 72 [License] => MIT ) [70] => Array ( [id] => 213 [title] => Song - 71 [time] => 71 [License] => MIT ) [68] => Array ( [id] => 207 [title] => Song - 69 [time] => 69 [License] => MIT ) [67] => Array ( [id] => 204 [title] => Song - 68 [time] => 68 [License] => MIT ) [66] => Array ( [id] => 201 [title] => Song - 67 [time] => 67 [License] => MIT ) [49] => Array ( [id] => 200 [title] => Song - 50 [time] => 50 [License] => MIT ) [99] => Array ( [id] => 200 [title] => Song - 100 [time] => 100 [License] => MIT ) [94] => Array ( [id] => 190 [title] => Song - 95 [time] => 95 [License] => MIT ) [62] => Array ( [id] => 189 [title] => Song - 63 [time] => 63 [License] => MIT ) [92] => Array ( [id] => 186 [title] => Song - 93 [time] => 93 [License] => MIT ) [91] => Array ( [id] => 184 [title] => Song - 92 [time] => 92 [License] => MIT ) [45] => Array ( [id] => 184 [title] => Song - 46 [time] => 46 [License] => MIT ) [90] => Array ( [id] => 182 [title] => Song - 91 [time] => 91 [License] => MIT ) [89] => Array ( [id] => 180 [title] => Song - 90 [time] => 90 [License] => MIT ) [59] => Array ( [id] => 180 [title] => Song - 60 [time] => 60 [License] => MIT ) [87] => Array ( [id] => 176 [title] => Song - 88 [time] => 88 [License] => MIT ) [85] => Array ( [id] => 172 [title] => Song - 86 [time] => 86 [License] => MIT ) [40] => Array ( [id] => 164 [title] => Song - 41 [time] => 41 [License] => MIT ) [80] => Array ( [id] => 162 [title] => Song - 81 [time] => 81 [License] => MIT ) [53] => Array ( [id] => 162 [title] => Song - 54 [time] => 54 [License] => MIT ) [79] => Array ( [id] => 160 [title] => Song - 80 [time] => 80 [License] => MIT ) [77] => Array ( [id] => 156 [title] => Song - 78 [time] => 78 [License] => MIT ) [48] => Array ( [id] => 147 [title] => Song - 49 [time] => 49 [License] => MIT ) [146] => Array ( [id] => 147 [title] => Song - 147 [time] => 147 [License] => MIT ) [72] => Array ( [id] => 146 [title] => Song - 73 [time] => 73 [License] => MIT ) [143] => Array ( [id] => 144 [title] => Song - 144 [time] => 144 [License] => MIT ) [142] => Array ( [id] => 143 [title] => Song - 143 [time] => 143 [License] => MIT ) [46] => Array ( [id] => 141 [title] => Song - 47 [time] => 47 [License] => MIT ) [138] => Array ( [id] => 139 [title] => Song - 139 [time] => 139 [License] => MIT ) [135] => Array ( [id] => 136 [title] => Song - 136 [time] => 136 [License] => MIT ) [133] => Array ( [id] => 134 [title] => Song - 134 [time] => 134 [License] => MIT ) [129] => Array ( [id] => 130 [title] => Song - 130 [time] => 130 [License] => MIT ) [31] => Array ( [id] => 128 [title] => Song - 32 [time] => 32 [License] => MIT ) [125] => Array ( [id] => 126 [title] => Song - 126 [time] => 126 [License] => MIT ) [123] => Array ( [id] => 124 [title] => Song - 124 [time] => 124 [License] => MIT ) [29] => Array ( [id] => 120 [title] => Song - 30 [time] => 30 [License] => MIT ) [119] => Array ( [id] => 120 [title] => Song - 120 [time] => 120 [License] => MIT ) [58] => Array ( [id] => 118 [title] => Song - 59 [time] => 59 [License] => MIT ) [117] => Array ( [id] => 118 [title] => Song - 118 [time] => 118 [License] => MIT ) [28] => Array ( [id] => 116 [title] => Song - 29 [time] => 29 [License] => MIT ) [56] => Array ( [id] => 114 [title] => Song - 57 [time] => 57 [License] => MIT ) [36] => Array ( [id] => 111 [title] => Song - 37 [time] => 37 [License] => MIT ) [54] => Array ( [id] => 110 [title] => Song - 55 [time] => 55 [License] => MIT ) [26] => Array ( [id] => 108 [title] => Song - 27 [time] => 27 [License] => MIT ) [102] => Array ( [id] => 103 [title] => Song - 103 [time] => 103 [License] => MIT ) [33] => Array ( [id] => 102 [title] => Song - 34 [time] => 34 [License] => MIT ) [101] => Array ( [id] => 102 [title] => Song - 102 [time] => 102 [License] => MIT ) [100] => Array ( [id] => 101 [title] => Song - 101 [time] => 101 [License] => MIT ) [32] => Array ( [id] => 99 [title] => Song - 33 [time] => 33 [License] => MIT ) [96] => Array ( [id] => 97 [title] => Song - 97 [time] => 97 [License] => MIT ) [47] => Array ( [id] => 96 [title] => Song - 48 [time] => 48 [License] => MIT ) [23] => Array ( [id] => 96 [title] => Song - 24 [time] => 24 [License] => MIT ) [30] => Array ( [id] => 93 [title] => Song - 31 [time] => 31 [License] => MIT ) [86] => Array ( [id] => 87 [title] => Song - 87 [time] => 87 [License] => MIT ) [27] => Array ( [id] => 84 [title] => Song - 28 [time] => 28 [License] => MIT ) [82] => Array ( [id] => 83 [title] => Song - 83 [time] => 83 [License] => MIT ) [39] => Array ( [id] => 80 [title] => Song - 40 [time] => 40 [License] => MIT ) [78] => Array ( [id] => 79 [title] => Song - 79 [time] => 79 [License] => MIT ) [76] => Array ( [id] => 77 [title] => Song - 77 [time] => 77 [License] => MIT ) [37] => Array ( [id] => 76 [title] => Song - 38 [time] => 38 [License] => MIT ) [69] => Array ( [id] => 70 [title] => Song - 70 [time] => 70 [License] => MIT ) [16] => Array ( [id] => 68 [title] => Song - 17 [time] => 17 [License] => MIT ) [63] => Array ( [id] => 64 [title] => Song - 64 [time] => 64 [License] => MIT ) [20] => Array ( [id] => 63 [title] => Song - 21 [time] => 21 [License] => MIT ) [61] => Array ( [id] => 62 [title] => Song - 62 [time] => 62 [License] => MIT ) [60] => Array ( [id] => 61 [title] => Song - 61 [time] => 61 [License] => MIT ) [57] => Array ( [id] => 58 [title] => Song - 58 [time] => 58 [License] => MIT ) [17] => Array ( [id] => 54 [title] => Song - 18 [time] => 18 [License] => MIT ) [52] => Array ( [id] => 53 [title] => Song - 53 [time] => 53 [License] => MIT ) [51] => Array ( [id] => 52 [title] => Song - 52 [time] => 52 [License] => MIT ) [25] => Array ( [id] => 52 [title] => Song - 26 [time] => 26 [License] => MIT ) [50] => Array ( [id] => 51 [title] => Song - 51 [time] => 51 [License] => MIT ) [15] => Array ( [id] => 48 [title] => Song - 16 [time] => 16 [License] => MIT ) [22] => Array ( [id] => 46 [title] => Song - 23 [time] => 23 [License] => MIT ) [44] => Array ( [id] => 45 [title] => Song - 45 [time] => 45 [License] => MIT ) [43] => Array ( [id] => 44 [title] => Song - 44 [time] => 44 [License] => MIT ) [42] => Array ( [id] => 43 [title] => Song - 43 [time] => 43 [License] => MIT ) [41] => Array ( [id] => 42 [title] => Song - 42 [time] => 42 [License] => MIT ) [13] => Array ( [id] => 42 [title] => Song - 14 [time] => 14 [License] => MIT ) [38] => Array ( [id] => 39 [title] => Song - 39 [time] => 39 [License] => MIT ) [18] => Array ( [id] => 38 [title] => Song - 19 [time] => 19 [License] => MIT ) [35] => Array ( [id] => 36 [title] => Song - 36 [time] => 36 [License] => MIT ) [34] => Array ( [id] => 35 [title] => Song - 35 [time] => 35 [License] => MIT ) [10] => Array ( [id] => 33 [title] => Song - 11 [time] => 11 [License] => MIT ) [9] => Array ( [id] => 30 [title] => Song - 10 [time] => 10 [License] => MIT ) [24] => Array ( [id] => 25 [title] => Song - 25 [time] => 25 [License] => MIT ) [5] => Array ( [id] => 24 [title] => Song - 6 [time] => 6 [License] => MIT ) [11] => Array ( [id] => 24 [title] => Song - 12 [time] => 12 [License] => MIT ) [21] => Array ( [id] => 22 [title] => Song - 22 [time] => 22 [License] => MIT ) [19] => Array ( [id] => 20 [title] => Song - 20 [time] => 20 [License] => MIT ) [3] => Array ( [id] => 16 [title] => Song - 4 [time] => 4 [License] => MIT ) [14] => Array ( [id] => 15 [title] => Song - 15 [time] => 15 [License] => MIT ) [6] => Array ( [id] => 14 [title] => Song - 7 [time] => 7 [License] => MIT ) [12] => Array ( [id] => 13 [title] => Song - 13 [time] => 13 [License] => MIT ) [2] => Array ( [id] => 12 [title] => Song - 3 [time] => 3 [License] => MIT ) [4] => Array ( [id] => 10 [title] => Song - 5 [time] => 5 [License] => MIT ) [8] => Array ( [id] => 9 [title] => Song - 9 [time] => 9 [License] => MIT ) [7] => Array ( [id] => 8 [title] => Song - 8 [time] => 8 [License] => MIT ) [1] => Array ( [id] => 4 [title] => Song - 2 [time] => 2 [License] => MIT ) [0] => Array ( [id] => 1 [title] => Song - 1 [time] => 1 [License] => MIT ) )
Output for 5.4.28
Array ( [143] => Array ( [id] => 576 [title] => Song - 144 [time] => 144 [License] => MIT ) [137] => Array ( [id] => 552 [title] => Song - 138 [time] => 138 [License] => MIT ) [136] => Array ( [id] => 548 [title] => Song - 137 [time] => 137 [License] => MIT ) [134] => Array ( [id] => 540 [title] => Song - 135 [time] => 135 [License] => MIT ) [131] => Array ( [id] => 528 [title] => Song - 132 [time] => 132 [License] => MIT ) [124] => Array ( [id] => 500 [title] => Song - 125 [time] => 125 [License] => MIT ) [121] => Array ( [id] => 488 [title] => Song - 122 [time] => 122 [License] => MIT ) [149] => Array ( [id] => 450 [title] => Song - 150 [time] => 150 [License] => MIT ) [148] => Array ( [id] => 447 [title] => Song - 149 [time] => 149 [License] => MIT ) [144] => Array ( [id] => 435 [title] => Song - 145 [time] => 145 [License] => MIT ) [107] => Array ( [id] => 432 [title] => Song - 108 [time] => 108 [License] => MIT ) [140] => Array ( [id] => 423 [title] => Song - 141 [time] => 141 [License] => MIT ) [104] => Array ( [id] => 420 [title] => Song - 105 [time] => 105 [License] => MIT ) [103] => Array ( [id] => 416 [title] => Song - 104 [time] => 104 [License] => MIT ) [135] => Array ( [id] => 408 [title] => Song - 136 [time] => 136 [License] => MIT ) [100] => Array ( [id] => 404 [title] => Song - 101 [time] => 101 [License] => MIT ) [133] => Array ( [id] => 402 [title] => Song - 134 [time] => 134 [License] => MIT ) [99] => Array ( [id] => 400 [title] => Song - 100 [time] => 100 [License] => MIT ) [132] => Array ( [id] => 399 [title] => Song - 133 [time] => 133 [License] => MIT ) [130] => Array ( [id] => 393 [title] => Song - 131 [time] => 131 [License] => MIT ) [97] => Array ( [id] => 392 [title] => Song - 98 [time] => 98 [License] => MIT ) [128] => Array ( [id] => 387 [title] => Song - 129 [time] => 129 [License] => MIT ) [92] => Array ( [id] => 372 [title] => Song - 93 [time] => 93 [License] => MIT ) [91] => Array ( [id] => 368 [title] => Song - 92 [time] => 92 [License] => MIT ) [89] => Array ( [id] => 360 [title] => Song - 90 [time] => 90 [License] => MIT ) [118] => Array ( [id] => 357 [title] => Song - 119 [time] => 119 [License] => MIT ) [117] => Array ( [id] => 354 [title] => Song - 118 [time] => 118 [License] => MIT ) [114] => Array ( [id] => 345 [title] => Song - 115 [time] => 115 [License] => MIT ) [85] => Array ( [id] => 344 [title] => Song - 86 [time] => 86 [License] => MIT ) [112] => Array ( [id] => 339 [title] => Song - 113 [time] => 113 [License] => MIT ) [83] => Array ( [id] => 336 [title] => Song - 84 [time] => 84 [License] => MIT ) [110] => Array ( [id] => 333 [title] => Song - 111 [time] => 111 [License] => MIT ) [106] => Array ( [id] => 321 [title] => Song - 107 [time] => 107 [License] => MIT ) [102] => Array ( [id] => 309 [title] => Song - 103 [time] => 103 [License] => MIT ) [98] => Array ( [id] => 297 [title] => Song - 99 [time] => 99 [License] => MIT ) [146] => Array ( [id] => 294 [title] => Song - 147 [time] => 147 [License] => MIT ) [95] => Array ( [id] => 288 [title] => Song - 96 [time] => 96 [License] => MIT ) [71] => Array ( [id] => 288 [title] => Song - 72 [time] => 72 [License] => MIT ) [94] => Array ( [id] => 285 [title] => Song - 95 [time] => 95 [License] => MIT ) [93] => Array ( [id] => 282 [title] => Song - 94 [time] => 94 [License] => MIT ) [88] => Array ( [id] => 267 [title] => Song - 89 [time] => 89 [License] => MIT ) [86] => Array ( [id] => 261 [title] => Song - 87 [time] => 87 [License] => MIT ) [64] => Array ( [id] => 260 [title] => Song - 65 [time] => 65 [License] => MIT ) [127] => Array ( [id] => 256 [title] => Song - 128 [time] => 128 [License] => MIT ) [126] => Array ( [id] => 254 [title] => Song - 127 [time] => 127 [License] => MIT ) [82] => Array ( [id] => 249 [title] => Song - 83 [time] => 83 [License] => MIT ) [60] => Array ( [id] => 244 [title] => Song - 61 [time] => 61 [License] => MIT ) [80] => Array ( [id] => 243 [title] => Song - 81 [time] => 81 [License] => MIT ) [58] => Array ( [id] => 236 [title] => Song - 59 [time] => 59 [License] => MIT ) [77] => Array ( [id] => 234 [title] => Song - 78 [time] => 78 [License] => MIT ) [75] => Array ( [id] => 228 [title] => Song - 76 [time] => 76 [License] => MIT ) [111] => Array ( [id] => 224 [title] => Song - 112 [time] => 112 [License] => MIT ) [54] => Array ( [id] => 220 [title] => Song - 55 [time] => 55 [License] => MIT ) [72] => Array ( [id] => 219 [title] => Song - 73 [time] => 73 [License] => MIT ) [108] => Array ( [id] => 218 [title] => Song - 109 [time] => 109 [License] => MIT ) [105] => Array ( [id] => 212 [title] => Song - 106 [time] => 106 [License] => MIT ) [67] => Array ( [id] => 204 [title] => Song - 68 [time] => 68 [License] => MIT ) [101] => Array ( [id] => 204 [title] => Song - 102 [time] => 102 [License] => MIT ) [65] => Array ( [id] => 198 [title] => Song - 66 [time] => 66 [License] => MIT ) [96] => Array ( [id] => 194 [title] => Song - 97 [time] => 97 [License] => MIT ) [63] => Array ( [id] => 192 [title] => Song - 64 [time] => 64 [License] => MIT ) [62] => Array ( [id] => 189 [title] => Song - 63 [time] => 63 [License] => MIT ) [45] => Array ( [id] => 184 [title] => Song - 46 [time] => 46 [License] => MIT ) [44] => Array ( [id] => 180 [title] => Song - 45 [time] => 45 [License] => MIT ) [87] => Array ( [id] => 176 [title] => Song - 88 [time] => 88 [License] => MIT ) [56] => Array ( [id] => 171 [title] => Song - 57 [time] => 57 [License] => MIT ) [79] => Array ( [id] => 160 [title] => Song - 80 [time] => 80 [License] => MIT ) [39] => Array ( [id] => 160 [title] => Song - 40 [time] => 40 [License] => MIT ) [74] => Array ( [id] => 150 [title] => Song - 75 [time] => 75 [License] => MIT ) [147] => Array ( [id] => 148 [title] => Song - 148 [time] => 148 [License] => MIT ) [145] => Array ( [id] => 146 [title] => Song - 146 [time] => 146 [License] => MIT ) [142] => Array ( [id] => 143 [title] => Song - 143 [time] => 143 [License] => MIT ) [141] => Array ( [id] => 142 [title] => Song - 142 [time] => 142 [License] => MIT ) [139] => Array ( [id] => 140 [title] => Song - 140 [time] => 140 [License] => MIT ) [138] => Array ( [id] => 139 [title] => Song - 139 [time] => 139 [License] => MIT ) [68] => Array ( [id] => 138 [title] => Song - 69 [time] => 69 [License] => MIT ) [66] => Array ( [id] => 134 [title] => Song - 67 [time] => 67 [License] => MIT ) [129] => Array ( [id] => 130 [title] => Song - 130 [time] => 130 [License] => MIT ) [42] => Array ( [id] => 129 [title] => Song - 43 [time] => 43 [License] => MIT ) [41] => Array ( [id] => 126 [title] => Song - 42 [time] => 42 [License] => MIT ) [125] => Array ( [id] => 126 [title] => Song - 126 [time] => 126 [License] => MIT ) [61] => Array ( [id] => 124 [title] => Song - 62 [time] => 62 [License] => MIT ) [123] => Array ( [id] => 124 [title] => Song - 124 [time] => 124 [License] => MIT ) [40] => Array ( [id] => 123 [title] => Song - 41 [time] => 41 [License] => MIT ) [122] => Array ( [id] => 123 [title] => Song - 123 [time] => 123 [License] => MIT ) [120] => Array ( [id] => 121 [title] => Song - 121 [time] => 121 [License] => MIT ) [59] => Array ( [id] => 120 [title] => Song - 60 [time] => 60 [License] => MIT ) [119] => Array ( [id] => 120 [title] => Song - 120 [time] => 120 [License] => MIT ) [38] => Array ( [id] => 117 [title] => Song - 39 [time] => 39 [License] => MIT ) [116] => Array ( [id] => 117 [title] => Song - 117 [time] => 117 [License] => MIT ) [57] => Array ( [id] => 116 [title] => Song - 58 [time] => 58 [License] => MIT ) [28] => Array ( [id] => 116 [title] => Song - 29 [time] => 29 [License] => MIT ) [115] => Array ( [id] => 116 [title] => Song - 116 [time] => 116 [License] => MIT ) [113] => Array ( [id] => 114 [title] => Song - 114 [time] => 114 [License] => MIT ) [55] => Array ( [id] => 112 [title] => Song - 56 [time] => 56 [License] => MIT ) [27] => Array ( [id] => 112 [title] => Song - 28 [time] => 28 [License] => MIT ) [109] => Array ( [id] => 110 [title] => Song - 110 [time] => 110 [License] => MIT ) [53] => Array ( [id] => 108 [title] => Song - 54 [time] => 54 [License] => MIT ) [51] => Array ( [id] => 104 [title] => Song - 52 [time] => 52 [License] => MIT ) [49] => Array ( [id] => 100 [title] => Song - 50 [time] => 50 [License] => MIT ) [24] => Array ( [id] => 100 [title] => Song - 25 [time] => 25 [License] => MIT ) [30] => Array ( [id] => 93 [title] => Song - 31 [time] => 31 [License] => MIT ) [90] => Array ( [id] => 91 [title] => Song - 91 [time] => 91 [License] => MIT ) [29] => Array ( [id] => 90 [title] => Song - 30 [time] => 30 [License] => MIT ) [84] => Array ( [id] => 85 [title] => Song - 85 [time] => 85 [License] => MIT ) [81] => Array ( [id] => 82 [title] => Song - 82 [time] => 82 [License] => MIT ) [78] => Array ( [id] => 79 [title] => Song - 79 [time] => 79 [License] => MIT ) [76] => Array ( [id] => 77 [title] => Song - 77 [time] => 77 [License] => MIT ) [73] => Array ( [id] => 74 [title] => Song - 74 [time] => 74 [License] => MIT ) [36] => Array ( [id] => 74 [title] => Song - 37 [time] => 37 [License] => MIT ) [35] => Array ( [id] => 72 [title] => Song - 36 [time] => 36 [License] => MIT ) [23] => Array ( [id] => 72 [title] => Song - 24 [time] => 24 [License] => MIT ) [17] => Array ( [id] => 72 [title] => Song - 18 [time] => 18 [License] => MIT ) [70] => Array ( [id] => 71 [title] => Song - 71 [time] => 71 [License] => MIT ) [69] => Array ( [id] => 70 [title] => Song - 70 [time] => 70 [License] => MIT ) [34] => Array ( [id] => 70 [title] => Song - 35 [time] => 35 [License] => MIT ) [19] => Array ( [id] => 60 [title] => Song - 20 [time] => 20 [License] => MIT ) [14] => Array ( [id] => 60 [title] => Song - 15 [time] => 15 [License] => MIT ) [18] => Array ( [id] => 57 [title] => Song - 19 [time] => 19 [License] => MIT ) [52] => Array ( [id] => 53 [title] => Song - 53 [time] => 53 [License] => MIT ) [50] => Array ( [id] => 51 [title] => Song - 51 [time] => 51 [License] => MIT ) [48] => Array ( [id] => 49 [title] => Song - 49 [time] => 49 [License] => MIT ) [47] => Array ( [id] => 48 [title] => Song - 48 [time] => 48 [License] => MIT ) [15] => Array ( [id] => 48 [title] => Song - 16 [time] => 16 [License] => MIT ) [46] => Array ( [id] => 47 [title] => Song - 47 [time] => 47 [License] => MIT ) [22] => Array ( [id] => 46 [title] => Song - 23 [time] => 23 [License] => MIT ) [43] => Array ( [id] => 44 [title] => Song - 44 [time] => 44 [License] => MIT ) [20] => Array ( [id] => 42 [title] => Song - 21 [time] => 21 [License] => MIT ) [13] => Array ( [id] => 42 [title] => Song - 14 [time] => 14 [License] => MIT ) [37] => Array ( [id] => 38 [title] => Song - 38 [time] => 38 [License] => MIT ) [8] => Array ( [id] => 36 [title] => Song - 9 [time] => 9 [License] => MIT ) [33] => Array ( [id] => 34 [title] => Song - 34 [time] => 34 [License] => MIT ) [16] => Array ( [id] => 34 [title] => Song - 17 [time] => 17 [License] => MIT ) [32] => Array ( [id] => 33 [title] => Song - 33 [time] => 33 [License] => MIT ) [31] => Array ( [id] => 32 [title] => Song - 32 [time] => 32 [License] => MIT ) [26] => Array ( [id] => 27 [title] => Song - 27 [time] => 27 [License] => MIT ) [25] => Array ( [id] => 26 [title] => Song - 26 [time] => 26 [License] => MIT ) [7] => Array ( [id] => 24 [title] => Song - 8 [time] => 8 [License] => MIT ) [5] => Array ( [id] => 24 [title] => Song - 6 [time] => 6 [License] => MIT ) [21] => Array ( [id] => 22 [title] => Song - 22 [time] => 22 [License] => MIT ) [10] => Array ( [id] => 22 [title] => Song - 11 [time] => 11 [License] => MIT ) [3] => Array ( [id] => 16 [title] => Song - 4 [time] => 4 [License] => MIT ) [4] => Array ( [id] => 15 [title] => Song - 5 [time] => 5 [License] => MIT ) [12] => Array ( [id] => 13 [title] => Song - 13 [time] => 13 [License] => MIT ) [11] => Array ( [id] => 12 [title] => Song - 12 [time] => 12 [License] => MIT ) [9] => Array ( [id] => 10 [title] => Song - 10 [time] => 10 [License] => MIT ) [2] => Array ( [id] => 9 [title] => Song - 3 [time] => 3 [License] => MIT ) [6] => Array ( [id] => 7 [title] => Song - 7 [time] => 7 [License] => MIT ) [1] => Array ( [id] => 4 [title] => Song - 2 [time] => 2 [License] => MIT ) [0] => Array ( [id] => 1 [title] => Song - 1 [time] => 1 [License] => MIT ) )
Output for 5.4.27
Array ( [148] => Array ( [id] => 596 [title] => Song - 149 [time] => 149 [License] => MIT ) [146] => Array ( [id] => 588 [title] => Song - 147 [time] => 147 [License] => MIT ) [145] => Array ( [id] => 584 [title] => Song - 146 [time] => 146 [License] => MIT ) [144] => Array ( [id] => 580 [title] => Song - 145 [time] => 145 [License] => MIT ) [136] => Array ( [id] => 548 [title] => Song - 137 [time] => 137 [License] => MIT ) [134] => Array ( [id] => 540 [title] => Song - 135 [time] => 135 [License] => MIT ) [132] => Array ( [id] => 532 [title] => Song - 133 [time] => 133 [License] => MIT ) [125] => Array ( [id] => 504 [title] => Song - 126 [time] => 126 [License] => MIT ) [124] => Array ( [id] => 500 [title] => Song - 125 [time] => 125 [License] => MIT ) [121] => Array ( [id] => 488 [title] => Song - 122 [time] => 122 [License] => MIT ) [110] => Array ( [id] => 444 [title] => Song - 111 [time] => 111 [License] => MIT ) [142] => Array ( [id] => 429 [title] => Song - 143 [time] => 143 [License] => MIT ) [141] => Array ( [id] => 426 [title] => Song - 142 [time] => 142 [License] => MIT ) [140] => Array ( [id] => 423 [title] => Song - 141 [time] => 141 [License] => MIT ) [138] => Array ( [id] => 417 [title] => Song - 139 [time] => 139 [License] => MIT ) [137] => Array ( [id] => 414 [title] => Song - 138 [time] => 138 [License] => MIT ) [100] => Array ( [id] => 404 [title] => Song - 101 [time] => 101 [License] => MIT ) [99] => Array ( [id] => 400 [title] => Song - 100 [time] => 100 [License] => MIT ) [127] => Array ( [id] => 384 [title] => Song - 128 [time] => 128 [License] => MIT ) [123] => Array ( [id] => 372 [title] => Song - 124 [time] => 124 [License] => MIT ) [122] => Array ( [id] => 369 [title] => Song - 123 [time] => 123 [License] => MIT ) [120] => Array ( [id] => 363 [title] => Song - 121 [time] => 121 [License] => MIT ) [118] => Array ( [id] => 357 [title] => Song - 119 [time] => 119 [License] => MIT ) [116] => Array ( [id] => 351 [title] => Song - 117 [time] => 117 [License] => MIT ) [112] => Array ( [id] => 339 [title] => Song - 113 [time] => 113 [License] => MIT ) [83] => Array ( [id] => 336 [title] => Song - 84 [time] => 84 [License] => MIT ) [79] => Array ( [id] => 320 [title] => Song - 80 [time] => 80 [License] => MIT ) [77] => Array ( [id] => 312 [title] => Song - 78 [time] => 78 [License] => MIT ) [103] => Array ( [id] => 312 [title] => Song - 104 [time] => 104 [License] => MIT ) [75] => Array ( [id] => 304 [title] => Song - 76 [time] => 76 [License] => MIT ) [149] => Array ( [id] => 300 [title] => Song - 150 [time] => 150 [License] => MIT ) [73] => Array ( [id] => 296 [title] => Song - 74 [time] => 74 [License] => MIT ) [97] => Array ( [id] => 294 [title] => Song - 98 [time] => 98 [License] => MIT ) [94] => Array ( [id] => 285 [title] => Song - 95 [time] => 95 [License] => MIT ) [69] => Array ( [id] => 280 [title] => Song - 70 [time] => 70 [License] => MIT ) [90] => Array ( [id] => 273 [title] => Song - 91 [time] => 91 [License] => MIT ) [67] => Array ( [id] => 272 [title] => Song - 68 [time] => 68 [License] => MIT ) [135] => Array ( [id] => 272 [title] => Song - 136 [time] => 136 [License] => MIT ) [66] => Array ( [id] => 268 [title] => Song - 67 [time] => 67 [License] => MIT ) [65] => Array ( [id] => 264 [title] => Song - 66 [time] => 66 [License] => MIT ) [131] => Array ( [id] => 264 [title] => Song - 132 [time] => 132 [License] => MIT ) [130] => Array ( [id] => 262 [title] => Song - 131 [time] => 131 [License] => MIT ) [129] => Array ( [id] => 260 [title] => Song - 130 [time] => 130 [License] => MIT ) [128] => Array ( [id] => 258 [title] => Song - 129 [time] => 129 [License] => MIT ) [126] => Array ( [id] => 254 [title] => Song - 127 [time] => 127 [License] => MIT ) [81] => Array ( [id] => 246 [title] => Song - 82 [time] => 82 [License] => MIT ) [119] => Array ( [id] => 240 [title] => Song - 120 [time] => 120 [License] => MIT ) [117] => Array ( [id] => 236 [title] => Song - 118 [time] => 118 [License] => MIT ) [115] => Array ( [id] => 232 [title] => Song - 116 [time] => 116 [License] => MIT ) [114] => Array ( [id] => 230 [title] => Song - 115 [time] => 115 [License] => MIT ) [54] => Array ( [id] => 220 [title] => Song - 55 [time] => 55 [License] => MIT ) [106] => Array ( [id] => 214 [title] => Song - 107 [time] => 107 [License] => MIT ) [104] => Array ( [id] => 210 [title] => Song - 105 [time] => 105 [License] => MIT ) [51] => Array ( [id] => 208 [title] => Song - 52 [time] => 52 [License] => MIT ) [49] => Array ( [id] => 200 [title] => Song - 50 [time] => 50 [License] => MIT ) [48] => Array ( [id] => 196 [title] => Song - 49 [time] => 49 [License] => MIT ) [64] => Array ( [id] => 195 [title] => Song - 65 [time] => 65 [License] => MIT ) [63] => Array ( [id] => 192 [title] => Song - 64 [time] => 64 [License] => MIT ) [62] => Array ( [id] => 189 [title] => Song - 63 [time] => 63 [License] => MIT ) [61] => Array ( [id] => 186 [title] => Song - 62 [time] => 62 [License] => MIT ) [45] => Array ( [id] => 184 [title] => Song - 46 [time] => 46 [License] => MIT ) [87] => Array ( [id] => 176 [title] => Song - 88 [time] => 88 [License] => MIT ) [86] => Array ( [id] => 174 [title] => Song - 87 [time] => 87 [License] => MIT ) [85] => Array ( [id] => 172 [title] => Song - 86 [time] => 86 [License] => MIT ) [82] => Array ( [id] => 166 [title] => Song - 83 [time] => 83 [License] => MIT ) [39] => Array ( [id] => 160 [title] => Song - 40 [time] => 40 [License] => MIT ) [78] => Array ( [id] => 158 [title] => Song - 79 [time] => 79 [License] => MIT ) [50] => Array ( [id] => 153 [title] => Song - 51 [time] => 51 [License] => MIT ) [147] => Array ( [id] => 148 [title] => Song - 148 [time] => 148 [License] => MIT ) [72] => Array ( [id] => 146 [title] => Song - 73 [time] => 73 [License] => MIT ) [71] => Array ( [id] => 144 [title] => Song - 72 [time] => 72 [License] => MIT ) [47] => Array ( [id] => 144 [title] => Song - 48 [time] => 48 [License] => MIT ) [143] => Array ( [id] => 144 [title] => Song - 144 [time] => 144 [License] => MIT ) [70] => Array ( [id] => 142 [title] => Song - 71 [time] => 71 [License] => MIT ) [46] => Array ( [id] => 141 [title] => Song - 47 [time] => 47 [License] => MIT ) [139] => Array ( [id] => 140 [title] => Song - 140 [time] => 140 [License] => MIT ) [68] => Array ( [id] => 138 [title] => Song - 69 [time] => 69 [License] => MIT ) [44] => Array ( [id] => 135 [title] => Song - 45 [time] => 45 [License] => MIT ) [133] => Array ( [id] => 134 [title] => Song - 134 [time] => 134 [License] => MIT ) [32] => Array ( [id] => 132 [title] => Song - 33 [time] => 33 [License] => MIT ) [41] => Array ( [id] => 126 [title] => Song - 42 [time] => 42 [License] => MIT ) [60] => Array ( [id] => 122 [title] => Song - 61 [time] => 61 [License] => MIT ) [59] => Array ( [id] => 120 [title] => Song - 60 [time] => 60 [License] => MIT ) [58] => Array ( [id] => 118 [title] => Song - 59 [time] => 59 [License] => MIT ) [38] => Array ( [id] => 117 [title] => Song - 39 [time] => 39 [License] => MIT ) [56] => Array ( [id] => 114 [title] => Song - 57 [time] => 57 [License] => MIT ) [113] => Array ( [id] => 114 [title] => Song - 114 [time] => 114 [License] => MIT ) [27] => Array ( [id] => 112 [title] => Song - 28 [time] => 28 [License] => MIT ) [111] => Array ( [id] => 112 [title] => Song - 112 [time] => 112 [License] => MIT ) [36] => Array ( [id] => 111 [title] => Song - 37 [time] => 37 [License] => MIT ) [109] => Array ( [id] => 110 [title] => Song - 110 [time] => 110 [License] => MIT ) [108] => Array ( [id] => 109 [title] => Song - 109 [time] => 109 [License] => MIT ) [107] => Array ( [id] => 108 [title] => Song - 108 [time] => 108 [License] => MIT ) [105] => Array ( [id] => 106 [title] => Song - 106 [time] => 106 [License] => MIT ) [102] => Array ( [id] => 103 [title] => Song - 103 [time] => 103 [License] => MIT ) [101] => Array ( [id] => 102 [title] => Song - 102 [time] => 102 [License] => MIT ) [98] => Array ( [id] => 99 [title] => Song - 99 [time] => 99 [License] => MIT ) [96] => Array ( [id] => 97 [title] => Song - 97 [time] => 97 [License] => MIT ) [95] => Array ( [id] => 96 [title] => Song - 96 [time] => 96 [License] => MIT ) [23] => Array ( [id] => 96 [title] => Song - 24 [time] => 24 [License] => MIT ) [93] => Array ( [id] => 94 [title] => Song - 94 [time] => 94 [License] => MIT ) [92] => Array ( [id] => 93 [title] => Song - 93 [time] => 93 [License] => MIT ) [91] => Array ( [id] => 92 [title] => Song - 92 [time] => 92 [License] => MIT ) [22] => Array ( [id] => 92 [title] => Song - 23 [time] => 23 [License] => MIT ) [89] => Array ( [id] => 90 [title] => Song - 90 [time] => 90 [License] => MIT ) [29] => Array ( [id] => 90 [title] => Song - 30 [time] => 30 [License] => MIT ) [88] => Array ( [id] => 89 [title] => Song - 89 [time] => 89 [License] => MIT ) [43] => Array ( [id] => 88 [title] => Song - 44 [time] => 44 [License] => MIT ) [21] => Array ( [id] => 88 [title] => Song - 22 [time] => 22 [License] => MIT ) [84] => Array ( [id] => 85 [title] => Song - 85 [time] => 85 [License] => MIT ) [40] => Array ( [id] => 82 [title] => Song - 41 [time] => 41 [License] => MIT ) [80] => Array ( [id] => 81 [title] => Song - 81 [time] => 81 [License] => MIT ) [76] => Array ( [id] => 77 [title] => Song - 77 [time] => 77 [License] => MIT ) [37] => Array ( [id] => 76 [title] => Song - 38 [time] => 38 [License] => MIT ) [74] => Array ( [id] => 75 [title] => Song - 75 [time] => 75 [License] => MIT ) [24] => Array ( [id] => 75 [title] => Song - 25 [time] => 25 [License] => MIT ) [33] => Array ( [id] => 68 [title] => Song - 34 [time] => 34 [License] => MIT ) [20] => Array ( [id] => 63 [title] => Song - 21 [time] => 21 [License] => MIT ) [19] => Array ( [id] => 60 [title] => Song - 20 [time] => 20 [License] => MIT ) [57] => Array ( [id] => 58 [title] => Song - 58 [time] => 58 [License] => MIT ) [28] => Array ( [id] => 58 [title] => Song - 29 [time] => 29 [License] => MIT ) [55] => Array ( [id] => 56 [title] => Song - 56 [time] => 56 [License] => MIT ) [53] => Array ( [id] => 54 [title] => Song - 54 [time] => 54 [License] => MIT ) [26] => Array ( [id] => 54 [title] => Song - 27 [time] => 27 [License] => MIT ) [52] => Array ( [id] => 53 [title] => Song - 53 [time] => 53 [License] => MIT ) [25] => Array ( [id] => 52 [title] => Song - 26 [time] => 26 [License] => MIT ) [42] => Array ( [id] => 43 [title] => Song - 43 [time] => 43 [License] => MIT ) [13] => Array ( [id] => 42 [title] => Song - 14 [time] => 14 [License] => MIT ) [9] => Array ( [id] => 40 [title] => Song - 10 [time] => 10 [License] => MIT ) [8] => Array ( [id] => 36 [title] => Song - 9 [time] => 9 [License] => MIT ) [35] => Array ( [id] => 36 [title] => Song - 36 [time] => 36 [License] => MIT ) [17] => Array ( [id] => 36 [title] => Song - 18 [time] => 18 [License] => MIT ) [34] => Array ( [id] => 35 [title] => Song - 35 [time] => 35 [License] => MIT ) [10] => Array ( [id] => 33 [title] => Song - 11 [time] => 11 [License] => MIT ) [31] => Array ( [id] => 32 [title] => Song - 32 [time] => 32 [License] => MIT ) [15] => Array ( [id] => 32 [title] => Song - 16 [time] => 16 [License] => MIT ) [30] => Array ( [id] => 31 [title] => Song - 31 [time] => 31 [License] => MIT ) [14] => Array ( [id] => 30 [title] => Song - 15 [time] => 15 [License] => MIT ) [18] => Array ( [id] => 19 [title] => Song - 19 [time] => 19 [License] => MIT ) [5] => Array ( [id] => 18 [title] => Song - 6 [time] => 6 [License] => MIT ) [16] => Array ( [id] => 17 [title] => Song - 17 [time] => 17 [License] => MIT ) [7] => Array ( [id] => 16 [title] => Song - 8 [time] => 8 [License] => MIT ) [3] => Array ( [id] => 16 [title] => Song - 4 [time] => 4 [License] => MIT ) [12] => Array ( [id] => 13 [title] => Song - 13 [time] => 13 [License] => MIT ) [2] => Array ( [id] => 12 [title] => Song - 3 [time] => 3 [License] => MIT ) [11] => Array ( [id] => 12 [title] => Song - 12 [time] => 12 [License] => MIT ) [6] => Array ( [id] => 7 [title] => Song - 7 [time] => 7 [License] => MIT ) [1] => Array ( [id] => 6 [title] => Song - 2 [time] => 2 [License] => MIT ) [4] => Array ( [id] => 5 [title] => Song - 5 [time] => 5 [License] => MIT ) [0] => Array ( [id] => 3 [title] => Song - 1 [time] => 1 [License] => MIT ) )
Output for 5.4.26
Array ( [144] => Array ( [id] => 580 [title] => Song - 145 [time] => 145 [License] => MIT ) [142] => Array ( [id] => 572 [title] => Song - 143 [time] => 143 [License] => MIT ) [139] => Array ( [id] => 560 [title] => Song - 140 [time] => 140 [License] => MIT ) [137] => Array ( [id] => 552 [title] => Song - 138 [time] => 138 [License] => MIT ) [135] => Array ( [id] => 544 [title] => Song - 136 [time] => 136 [License] => MIT ) [134] => Array ( [id] => 540 [title] => Song - 135 [time] => 135 [License] => MIT ) [131] => Array ( [id] => 528 [title] => Song - 132 [time] => 132 [License] => MIT ) [130] => Array ( [id] => 524 [title] => Song - 131 [time] => 131 [License] => MIT ) [123] => Array ( [id] => 496 [title] => Song - 124 [time] => 124 [License] => MIT ) [118] => Array ( [id] => 476 [title] => Song - 119 [time] => 119 [License] => MIT ) [116] => Array ( [id] => 468 [title] => Song - 117 [time] => 117 [License] => MIT ) [113] => Array ( [id] => 456 [title] => Song - 114 [time] => 114 [License] => MIT ) [147] => Array ( [id] => 444 [title] => Song - 148 [time] => 148 [License] => MIT ) [110] => Array ( [id] => 444 [title] => Song - 111 [time] => 111 [License] => MIT ) [145] => Array ( [id] => 438 [title] => Song - 146 [time] => 146 [License] => MIT ) [108] => Array ( [id] => 436 [title] => Song - 109 [time] => 109 [License] => MIT ) [106] => Array ( [id] => 428 [title] => Song - 107 [time] => 107 [License] => MIT ) [136] => Array ( [id] => 411 [title] => Song - 137 [time] => 137 [License] => MIT ) [101] => Array ( [id] => 408 [title] => Song - 102 [time] => 102 [License] => MIT ) [100] => Array ( [id] => 404 [title] => Song - 101 [time] => 101 [License] => MIT ) [133] => Array ( [id] => 402 [title] => Song - 134 [time] => 134 [License] => MIT ) [99] => Array ( [id] => 400 [title] => Song - 100 [time] => 100 [License] => MIT ) [126] => Array ( [id] => 381 [title] => Song - 127 [time] => 127 [License] => MIT ) [125] => Array ( [id] => 378 [title] => Song - 126 [time] => 126 [License] => MIT ) [91] => Array ( [id] => 368 [title] => Song - 92 [time] => 92 [License] => MIT ) [120] => Array ( [id] => 363 [title] => Song - 121 [time] => 121 [License] => MIT ) [115] => Array ( [id] => 348 [title] => Song - 116 [time] => 116 [License] => MIT ) [114] => Array ( [id] => 345 [title] => Song - 115 [time] => 115 [License] => MIT ) [84] => Array ( [id] => 340 [title] => Song - 85 [time] => 85 [License] => MIT ) [83] => Array ( [id] => 336 [title] => Song - 84 [time] => 84 [License] => MIT ) [107] => Array ( [id] => 324 [title] => Song - 108 [time] => 108 [License] => MIT ) [79] => Array ( [id] => 320 [title] => Song - 80 [time] => 80 [License] => MIT ) [104] => Array ( [id] => 315 [title] => Song - 105 [time] => 105 [License] => MIT ) [149] => Array ( [id] => 300 [title] => Song - 150 [time] => 150 [License] => MIT ) [148] => Array ( [id] => 298 [title] => Song - 149 [time] => 149 [License] => MIT ) [98] => Array ( [id] => 297 [title] => Song - 99 [time] => 99 [License] => MIT ) [73] => Array ( [id] => 296 [title] => Song - 74 [time] => 74 [License] => MIT ) [146] => Array ( [id] => 294 [title] => Song - 147 [time] => 147 [License] => MIT ) [95] => Array ( [id] => 288 [title] => Song - 96 [time] => 96 [License] => MIT ) [141] => Array ( [id] => 284 [title] => Song - 142 [time] => 142 [License] => MIT ) [92] => Array ( [id] => 279 [title] => Song - 93 [time] => 93 [License] => MIT ) [138] => Array ( [id] => 278 [title] => Song - 139 [time] => 139 [License] => MIT ) [90] => Array ( [id] => 273 [title] => Song - 91 [time] => 91 [License] => MIT ) [89] => Array ( [id] => 270 [title] => Song - 90 [time] => 90 [License] => MIT ) [87] => Array ( [id] => 264 [title] => Song - 88 [time] => 88 [License] => MIT ) [85] => Array ( [id] => 258 [title] => Song - 86 [time] => 86 [License] => MIT ) [128] => Array ( [id] => 258 [title] => Song - 129 [time] => 129 [License] => MIT ) [127] => Array ( [id] => 256 [title] => Song - 128 [time] => 128 [License] => MIT ) [62] => Array ( [id] => 252 [title] => Song - 63 [time] => 63 [License] => MIT ) [124] => Array ( [id] => 250 [title] => Song - 125 [time] => 125 [License] => MIT ) [81] => Array ( [id] => 246 [title] => Song - 82 [time] => 82 [License] => MIT ) [121] => Array ( [id] => 244 [title] => Song - 122 [time] => 122 [License] => MIT ) [119] => Array ( [id] => 240 [title] => Song - 120 [time] => 120 [License] => MIT ) [117] => Array ( [id] => 236 [title] => Song - 118 [time] => 118 [License] => MIT ) [77] => Array ( [id] => 234 [title] => Song - 78 [time] => 78 [License] => MIT ) [112] => Array ( [id] => 226 [title] => Song - 113 [time] => 113 [License] => MIT ) [52] => Array ( [id] => 212 [title] => Song - 53 [time] => 53 [License] => MIT ) [105] => Array ( [id] => 212 [title] => Song - 106 [time] => 106 [License] => MIT ) [69] => Array ( [id] => 210 [title] => Song - 70 [time] => 70 [License] => MIT ) [103] => Array ( [id] => 208 [title] => Song - 104 [time] => 104 [License] => MIT ) [68] => Array ( [id] => 207 [title] => Song - 69 [time] => 69 [License] => MIT ) [67] => Array ( [id] => 204 [title] => Song - 68 [time] => 68 [License] => MIT ) [97] => Array ( [id] => 196 [title] => Song - 98 [time] => 98 [License] => MIT ) [48] => Array ( [id] => 196 [title] => Song - 49 [time] => 49 [License] => MIT ) [63] => Array ( [id] => 192 [title] => Song - 64 [time] => 64 [License] => MIT ) [94] => Array ( [id] => 190 [title] => Song - 95 [time] => 95 [License] => MIT ) [93] => Array ( [id] => 188 [title] => Song - 94 [time] => 94 [License] => MIT ) [61] => Array ( [id] => 186 [title] => Song - 62 [time] => 62 [License] => MIT ) [60] => Array ( [id] => 183 [title] => Song - 61 [time] => 61 [License] => MIT ) [88] => Array ( [id] => 178 [title] => Song - 89 [time] => 89 [License] => MIT ) [86] => Array ( [id] => 174 [title] => Song - 87 [time] => 87 [License] => MIT ) [56] => Array ( [id] => 171 [title] => Song - 57 [time] => 57 [License] => MIT ) [41] => Array ( [id] => 168 [title] => Song - 42 [time] => 42 [License] => MIT ) [54] => Array ( [id] => 165 [title] => Song - 55 [time] => 55 [License] => MIT ) [80] => Array ( [id] => 162 [title] => Song - 81 [time] => 81 [License] => MIT ) [78] => Array ( [id] => 158 [title] => Song - 79 [time] => 79 [License] => MIT ) [50] => Array ( [id] => 153 [title] => Song - 51 [time] => 51 [License] => MIT ) [75] => Array ( [id] => 152 [title] => Song - 76 [time] => 76 [License] => MIT ) [74] => Array ( [id] => 150 [title] => Song - 75 [time] => 75 [License] => MIT ) [71] => Array ( [id] => 144 [title] => Song - 72 [time] => 72 [License] => MIT ) [143] => Array ( [id] => 144 [title] => Song - 144 [time] => 144 [License] => MIT ) [140] => Array ( [id] => 141 [title] => Song - 141 [time] => 141 [License] => MIT ) [44] => Array ( [id] => 135 [title] => Song - 45 [time] => 45 [License] => MIT ) [132] => Array ( [id] => 133 [title] => Song - 133 [time] => 133 [License] => MIT ) [65] => Array ( [id] => 132 [title] => Song - 66 [time] => 66 [License] => MIT ) [32] => Array ( [id] => 132 [title] => Song - 33 [time] => 33 [License] => MIT ) [64] => Array ( [id] => 130 [title] => Song - 65 [time] => 65 [License] => MIT ) [129] => Array ( [id] => 130 [title] => Song - 130 [time] => 130 [License] => MIT ) [42] => Array ( [id] => 129 [title] => Song - 43 [time] => 43 [License] => MIT ) [30] => Array ( [id] => 124 [title] => Song - 31 [time] => 31 [License] => MIT ) [40] => Array ( [id] => 123 [title] => Song - 41 [time] => 41 [License] => MIT ) [122] => Array ( [id] => 123 [title] => Song - 123 [time] => 123 [License] => MIT ) [59] => Array ( [id] => 120 [title] => Song - 60 [time] => 60 [License] => MIT ) [39] => Array ( [id] => 120 [title] => Song - 40 [time] => 40 [License] => MIT ) [29] => Array ( [id] => 120 [title] => Song - 30 [time] => 30 [License] => MIT ) [55] => Array ( [id] => 112 [title] => Song - 56 [time] => 56 [License] => MIT ) [111] => Array ( [id] => 112 [title] => Song - 112 [time] => 112 [License] => MIT ) [109] => Array ( [id] => 110 [title] => Song - 110 [time] => 110 [License] => MIT ) [53] => Array ( [id] => 108 [title] => Song - 54 [time] => 54 [License] => MIT ) [26] => Array ( [id] => 108 [title] => Song - 27 [time] => 27 [License] => MIT ) [102] => Array ( [id] => 103 [title] => Song - 103 [time] => 103 [License] => MIT ) [33] => Array ( [id] => 102 [title] => Song - 34 [time] => 34 [License] => MIT ) [49] => Array ( [id] => 100 [title] => Song - 50 [time] => 50 [License] => MIT ) [96] => Array ( [id] => 97 [title] => Song - 97 [time] => 97 [License] => MIT ) [47] => Array ( [id] => 96 [title] => Song - 48 [time] => 48 [License] => MIT ) [23] => Array ( [id] => 96 [title] => Song - 24 [time] => 24 [License] => MIT ) [43] => Array ( [id] => 88 [title] => Song - 44 [time] => 44 [License] => MIT ) [28] => Array ( [id] => 87 [title] => Song - 29 [time] => 29 [License] => MIT ) [82] => Array ( [id] => 83 [title] => Song - 83 [time] => 83 [License] => MIT ) [76] => Array ( [id] => 77 [title] => Song - 77 [time] => 77 [License] => MIT ) [37] => Array ( [id] => 76 [title] => Song - 38 [time] => 38 [License] => MIT ) [36] => Array ( [id] => 74 [title] => Song - 37 [time] => 37 [License] => MIT ) [72] => Array ( [id] => 73 [title] => Song - 73 [time] => 73 [License] => MIT ) [35] => Array ( [id] => 72 [title] => Song - 36 [time] => 36 [License] => MIT ) [17] => Array ( [id] => 72 [title] => Song - 18 [time] => 18 [License] => MIT ) [70] => Array ( [id] => 71 [title] => Song - 71 [time] => 71 [License] => MIT ) [66] => Array ( [id] => 67 [title] => Song - 67 [time] => 67 [License] => MIT ) [15] => Array ( [id] => 64 [title] => Song - 16 [time] => 16 [License] => MIT ) [20] => Array ( [id] => 63 [title] => Song - 21 [time] => 21 [License] => MIT ) [19] => Array ( [id] => 60 [title] => Song - 20 [time] => 20 [License] => MIT ) [58] => Array ( [id] => 59 [title] => Song - 59 [time] => 59 [License] => MIT ) [57] => Array ( [id] => 58 [title] => Song - 58 [time] => 58 [License] => MIT ) [13] => Array ( [id] => 56 [title] => Song - 14 [time] => 14 [License] => MIT ) [51] => Array ( [id] => 52 [title] => Song - 52 [time] => 52 [License] => MIT ) [25] => Array ( [id] => 52 [title] => Song - 26 [time] => 26 [License] => MIT ) [12] => Array ( [id] => 52 [title] => Song - 13 [time] => 13 [License] => MIT ) [16] => Array ( [id] => 51 [title] => Song - 17 [time] => 17 [License] => MIT ) [24] => Array ( [id] => 50 [title] => Song - 25 [time] => 25 [License] => MIT ) [11] => Array ( [id] => 48 [title] => Song - 12 [time] => 12 [License] => MIT ) [46] => Array ( [id] => 47 [title] => Song - 47 [time] => 47 [License] => MIT ) [45] => Array ( [id] => 46 [title] => Song - 46 [time] => 46 [License] => MIT ) [21] => Array ( [id] => 44 [title] => Song - 22 [time] => 22 [License] => MIT ) [10] => Array ( [id] => 44 [title] => Song - 11 [time] => 11 [License] => MIT ) [38] => Array ( [id] => 39 [title] => Song - 39 [time] => 39 [License] => MIT ) [34] => Array ( [id] => 35 [title] => Song - 35 [time] => 35 [License] => MIT ) [31] => Array ( [id] => 32 [title] => Song - 32 [time] => 32 [License] => MIT ) [9] => Array ( [id] => 30 [title] => Song - 10 [time] => 10 [License] => MIT ) [27] => Array ( [id] => 28 [title] => Song - 28 [time] => 28 [License] => MIT ) [8] => Array ( [id] => 27 [title] => Song - 9 [time] => 9 [License] => MIT ) [22] => Array ( [id] => 23 [title] => Song - 23 [time] => 23 [License] => MIT ) [18] => Array ( [id] => 19 [title] => Song - 19 [time] => 19 [License] => MIT ) [14] => Array ( [id] => 15 [title] => Song - 15 [time] => 15 [License] => MIT ) [6] => Array ( [id] => 14 [title] => Song - 7 [time] => 7 [License] => MIT ) [4] => Array ( [id] => 10 [title] => Song - 5 [time] => 5 [License] => MIT ) [7] => Array ( [id] => 8 [title] => Song - 8 [time] => 8 [License] => MIT ) [5] => Array ( [id] => 6 [title] => Song - 6 [time] => 6 [License] => MIT ) [2] => Array ( [id] => 6 [title] => Song - 3 [time] => 3 [License] => MIT ) [1] => Array ( [id] => 6 [title] => Song - 2 [time] => 2 [License] => MIT ) [3] => Array ( [id] => 4 [title] => Song - 4 [time] => 4 [License] => MIT ) [0] => Array ( [id] => 4 [title] => Song - 1 [time] => 1 [License] => MIT ) )
Output for 5.4.25
Array ( [139] => Array ( [id] => 560 [title] => Song - 140 [time] => 140 [License] => MIT ) [137] => Array ( [id] => 552 [title] => Song - 138 [time] => 138 [License] => MIT ) [134] => Array ( [id] => 540 [title] => Song - 135 [time] => 135 [License] => MIT ) [132] => Array ( [id] => 532 [title] => Song - 133 [time] => 133 [License] => MIT ) [125] => Array ( [id] => 504 [title] => Song - 126 [time] => 126 [License] => MIT ) [122] => Array ( [id] => 492 [title] => Song - 123 [time] => 123 [License] => MIT ) [120] => Array ( [id] => 484 [title] => Song - 121 [time] => 121 [License] => MIT ) [119] => Array ( [id] => 480 [title] => Song - 120 [time] => 120 [License] => MIT ) [118] => Array ( [id] => 476 [title] => Song - 119 [time] => 119 [License] => MIT ) [116] => Array ( [id] => 468 [title] => Song - 117 [time] => 117 [License] => MIT ) [115] => Array ( [id] => 464 [title] => Song - 116 [time] => 116 [License] => MIT ) [114] => Array ( [id] => 460 [title] => Song - 115 [time] => 115 [License] => MIT ) [113] => Array ( [id] => 456 [title] => Song - 114 [time] => 114 [License] => MIT ) [148] => Array ( [id] => 447 [title] => Song - 149 [time] => 149 [License] => MIT ) [145] => Array ( [id] => 438 [title] => Song - 146 [time] => 146 [License] => MIT ) [108] => Array ( [id] => 436 [title] => Song - 109 [time] => 109 [License] => MIT ) [142] => Array ( [id] => 429 [title] => Song - 143 [time] => 143 [License] => MIT ) [141] => Array ( [id] => 426 [title] => Song - 142 [time] => 142 [License] => MIT ) [127] => Array ( [id] => 384 [title] => Song - 128 [time] => 128 [License] => MIT ) [94] => Array ( [id] => 380 [title] => Song - 95 [time] => 95 [License] => MIT ) [93] => Array ( [id] => 376 [title] => Song - 94 [time] => 94 [License] => MIT ) [121] => Array ( [id] => 366 [title] => Song - 122 [time] => 122 [License] => MIT ) [90] => Array ( [id] => 364 [title] => Song - 91 [time] => 91 [License] => MIT ) [87] => Array ( [id] => 352 [title] => Song - 88 [time] => 88 [License] => MIT ) [83] => Array ( [id] => 336 [title] => Song - 84 [time] => 84 [License] => MIT ) [111] => Array ( [id] => 336 [title] => Song - 112 [time] => 112 [License] => MIT ) [110] => Array ( [id] => 333 [title] => Song - 111 [time] => 111 [License] => MIT ) [109] => Array ( [id] => 330 [title] => Song - 110 [time] => 110 [License] => MIT ) [106] => Array ( [id] => 321 [title] => Song - 107 [time] => 107 [License] => MIT ) [79] => Array ( [id] => 320 [title] => Song - 80 [time] => 80 [License] => MIT ) [103] => Array ( [id] => 312 [title] => Song - 104 [time] => 104 [License] => MIT ) [102] => Array ( [id] => 309 [title] => Song - 103 [time] => 103 [License] => MIT ) [149] => Array ( [id] => 300 [title] => Song - 150 [time] => 150 [License] => MIT ) [99] => Array ( [id] => 300 [title] => Song - 100 [time] => 100 [License] => MIT ) [147] => Array ( [id] => 296 [title] => Song - 148 [time] => 148 [License] => MIT ) [146] => Array ( [id] => 294 [title] => Song - 147 [time] => 147 [License] => MIT ) [96] => Array ( [id] => 291 [title] => Song - 97 [time] => 97 [License] => MIT ) [144] => Array ( [id] => 290 [title] => Song - 145 [time] => 145 [License] => MIT ) [143] => Array ( [id] => 288 [title] => Song - 144 [time] => 144 [License] => MIT ) [140] => Array ( [id] => 282 [title] => Song - 141 [time] => 141 [License] => MIT ) [69] => Array ( [id] => 280 [title] => Song - 70 [time] => 70 [License] => MIT ) [138] => Array ( [id] => 278 [title] => Song - 139 [time] => 139 [License] => MIT ) [91] => Array ( [id] => 276 [title] => Song - 92 [time] => 92 [License] => MIT ) [68] => Array ( [id] => 276 [title] => Song - 69 [time] => 69 [License] => MIT ) [67] => Array ( [id] => 272 [title] => Song - 68 [time] => 68 [License] => MIT ) [66] => Array ( [id] => 268 [title] => Song - 67 [time] => 67 [License] => MIT ) [131] => Array ( [id] => 264 [title] => Song - 132 [time] => 132 [License] => MIT ) [130] => Array ( [id] => 262 [title] => Song - 131 [time] => 131 [License] => MIT ) [129] => Array ( [id] => 260 [title] => Song - 130 [time] => 130 [License] => MIT ) [85] => Array ( [id] => 258 [title] => Song - 86 [time] => 86 [License] => MIT ) [124] => Array ( [id] => 250 [title] => Song - 125 [time] => 125 [License] => MIT ) [82] => Array ( [id] => 249 [title] => Song - 83 [time] => 83 [License] => MIT ) [81] => Array ( [id] => 246 [title] => Song - 82 [time] => 82 [License] => MIT ) [58] => Array ( [id] => 236 [title] => Song - 59 [time] => 59 [License] => MIT ) [117] => Array ( [id] => 236 [title] => Song - 118 [time] => 118 [License] => MIT ) [77] => Array ( [id] => 234 [title] => Song - 78 [time] => 78 [License] => MIT ) [76] => Array ( [id] => 231 [title] => Song - 77 [time] => 77 [License] => MIT ) [56] => Array ( [id] => 228 [title] => Song - 57 [time] => 57 [License] => MIT ) [55] => Array ( [id] => 224 [title] => Song - 56 [time] => 56 [License] => MIT ) [54] => Array ( [id] => 220 [title] => Song - 55 [time] => 55 [License] => MIT ) [71] => Array ( [id] => 216 [title] => Song - 72 [time] => 72 [License] => MIT ) [52] => Array ( [id] => 212 [title] => Song - 53 [time] => 53 [License] => MIT ) [104] => Array ( [id] => 210 [title] => Song - 105 [time] => 105 [License] => MIT ) [100] => Array ( [id] => 202 [title] => Song - 101 [time] => 101 [License] => MIT ) [49] => Array ( [id] => 200 [title] => Song - 50 [time] => 50 [License] => MIT ) [61] => Array ( [id] => 186 [title] => Song - 62 [time] => 62 [License] => MIT ) [89] => Array ( [id] => 180 [title] => Song - 90 [time] => 90 [License] => MIT ) [88] => Array ( [id] => 178 [title] => Song - 89 [time] => 89 [License] => MIT ) [86] => Array ( [id] => 174 [title] => Song - 87 [time] => 87 [License] => MIT ) [84] => Array ( [id] => 170 [title] => Song - 85 [time] => 85 [License] => MIT ) [41] => Array ( [id] => 168 [title] => Song - 42 [time] => 42 [License] => MIT ) [80] => Array ( [id] => 162 [title] => Song - 81 [time] => 81 [License] => MIT ) [39] => Array ( [id] => 160 [title] => Song - 40 [time] => 40 [License] => MIT ) [78] => Array ( [id] => 158 [title] => Song - 79 [time] => 79 [License] => MIT ) [51] => Array ( [id] => 156 [title] => Song - 52 [time] => 52 [License] => MIT ) [38] => Array ( [id] => 156 [title] => Song - 39 [time] => 39 [License] => MIT ) [50] => Array ( [id] => 153 [title] => Song - 51 [time] => 51 [License] => MIT ) [75] => Array ( [id] => 152 [title] => Song - 76 [time] => 76 [License] => MIT ) [48] => Array ( [id] => 147 [title] => Song - 49 [time] => 49 [License] => MIT ) [72] => Array ( [id] => 146 [title] => Song - 73 [time] => 73 [License] => MIT ) [46] => Array ( [id] => 141 [title] => Song - 47 [time] => 47 [License] => MIT ) [136] => Array ( [id] => 137 [title] => Song - 137 [time] => 137 [License] => MIT ) [135] => Array ( [id] => 136 [title] => Song - 136 [time] => 136 [License] => MIT ) [44] => Array ( [id] => 135 [title] => Song - 45 [time] => 45 [License] => MIT ) [133] => Array ( [id] => 134 [title] => Song - 134 [time] => 134 [License] => MIT ) [42] => Array ( [id] => 129 [title] => Song - 43 [time] => 43 [License] => MIT ) [128] => Array ( [id] => 129 [title] => Song - 129 [time] => 129 [License] => MIT ) [126] => Array ( [id] => 127 [title] => Song - 127 [time] => 127 [License] => MIT ) [62] => Array ( [id] => 126 [title] => Song - 63 [time] => 63 [License] => MIT ) [123] => Array ( [id] => 124 [title] => Song - 124 [time] => 124 [License] => MIT ) [59] => Array ( [id] => 120 [title] => Song - 60 [time] => 60 [License] => MIT ) [29] => Array ( [id] => 120 [title] => Song - 30 [time] => 30 [License] => MIT ) [57] => Array ( [id] => 116 [title] => Song - 58 [time] => 58 [License] => MIT ) [112] => Array ( [id] => 113 [title] => Song - 113 [time] => 113 [License] => MIT ) [107] => Array ( [id] => 108 [title] => Song - 108 [time] => 108 [License] => MIT ) [105] => Array ( [id] => 106 [title] => Song - 106 [time] => 106 [License] => MIT ) [34] => Array ( [id] => 105 [title] => Song - 35 [time] => 35 [License] => MIT ) [25] => Array ( [id] => 104 [title] => Song - 26 [time] => 26 [License] => MIT ) [101] => Array ( [id] => 102 [title] => Song - 102 [time] => 102 [License] => MIT ) [98] => Array ( [id] => 99 [title] => Song - 99 [time] => 99 [License] => MIT ) [97] => Array ( [id] => 98 [title] => Song - 98 [time] => 98 [License] => MIT ) [95] => Array ( [id] => 96 [title] => Song - 96 [time] => 96 [License] => MIT ) [47] => Array ( [id] => 96 [title] => Song - 48 [time] => 48 [License] => MIT ) [92] => Array ( [id] => 93 [title] => Song - 93 [time] => 93 [License] => MIT ) [45] => Array ( [id] => 92 [title] => Song - 46 [time] => 46 [License] => MIT ) [43] => Array ( [id] => 88 [title] => Song - 44 [time] => 44 [License] => MIT ) [21] => Array ( [id] => 88 [title] => Song - 22 [time] => 22 [License] => MIT ) [26] => Array ( [id] => 81 [title] => Song - 27 [time] => 27 [License] => MIT ) [18] => Array ( [id] => 76 [title] => Song - 19 [time] => 19 [License] => MIT ) [74] => Array ( [id] => 75 [title] => Song - 75 [time] => 75 [License] => MIT ) [24] => Array ( [id] => 75 [title] => Song - 25 [time] => 25 [License] => MIT ) [73] => Array ( [id] => 74 [title] => Song - 74 [time] => 74 [License] => MIT ) [70] => Array ( [id] => 71 [title] => Song - 71 [time] => 71 [License] => MIT ) [33] => Array ( [id] => 68 [title] => Song - 34 [time] => 34 [License] => MIT ) [65] => Array ( [id] => 66 [title] => Song - 66 [time] => 66 [License] => MIT ) [32] => Array ( [id] => 66 [title] => Song - 33 [time] => 33 [License] => MIT ) [64] => Array ( [id] => 65 [title] => Song - 65 [time] => 65 [License] => MIT ) [63] => Array ( [id] => 64 [title] => Song - 64 [time] => 64 [License] => MIT ) [31] => Array ( [id] => 64 [title] => Song - 32 [time] => 32 [License] => MIT ) [30] => Array ( [id] => 62 [title] => Song - 31 [time] => 31 [License] => MIT ) [60] => Array ( [id] => 61 [title] => Song - 61 [time] => 61 [License] => MIT ) [27] => Array ( [id] => 56 [title] => Song - 28 [time] => 28 [License] => MIT ) [53] => Array ( [id] => 54 [title] => Song - 54 [time] => 54 [License] => MIT ) [17] => Array ( [id] => 54 [title] => Song - 18 [time] => 18 [License] => MIT ) [16] => Array ( [id] => 51 [title] => Song - 17 [time] => 17 [License] => MIT ) [23] => Array ( [id] => 48 [title] => Song - 24 [time] => 24 [License] => MIT ) [15] => Array ( [id] => 48 [title] => Song - 16 [time] => 16 [License] => MIT ) [22] => Array ( [id] => 46 [title] => Song - 23 [time] => 23 [License] => MIT ) [14] => Array ( [id] => 45 [title] => Song - 15 [time] => 15 [License] => MIT ) [20] => Array ( [id] => 42 [title] => Song - 21 [time] => 21 [License] => MIT ) [40] => Array ( [id] => 41 [title] => Song - 41 [time] => 41 [License] => MIT ) [19] => Array ( [id] => 40 [title] => Song - 20 [time] => 20 [License] => MIT ) [37] => Array ( [id] => 38 [title] => Song - 38 [time] => 38 [License] => MIT ) [36] => Array ( [id] => 37 [title] => Song - 37 [time] => 37 [License] => MIT ) [8] => Array ( [id] => 36 [title] => Song - 9 [time] => 9 [License] => MIT ) [35] => Array ( [id] => 36 [title] => Song - 36 [time] => 36 [License] => MIT ) [10] => Array ( [id] => 33 [title] => Song - 11 [time] => 11 [License] => MIT ) [9] => Array ( [id] => 30 [title] => Song - 10 [time] => 10 [License] => MIT ) [28] => Array ( [id] => 29 [title] => Song - 29 [time] => 29 [License] => MIT ) [6] => Array ( [id] => 28 [title] => Song - 7 [time] => 7 [License] => MIT ) [13] => Array ( [id] => 28 [title] => Song - 14 [time] => 14 [License] => MIT ) [5] => Array ( [id] => 24 [title] => Song - 6 [time] => 6 [License] => MIT ) [4] => Array ( [id] => 20 [title] => Song - 5 [time] => 5 [License] => MIT ) [7] => Array ( [id] => 16 [title] => Song - 8 [time] => 8 [License] => MIT ) [12] => Array ( [id] => 13 [title] => Song - 13 [time] => 13 [License] => MIT ) [11] => Array ( [id] => 12 [title] => Song - 12 [time] => 12 [License] => MIT ) [3] => Array ( [id] => 8 [title] => Song - 4 [time] => 4 [License] => MIT ) [2] => Array ( [id] => 6 [title] => Song - 3 [time] => 3 [License] => MIT ) [1] => Array ( [id] => 4 [title] => Song - 2 [time] => 2 [License] => MIT ) [0] => Array ( [id] => 2 [title] => Song - 1 [time] => 1 [License] => MIT ) )
Output for 5.4.24
Array ( [147] => Array ( [id] => 592 [title] => Song - 148 [time] => 148 [License] => MIT ) [144] => Array ( [id] => 580 [title] => Song - 145 [time] => 145 [License] => MIT ) [140] => Array ( [id] => 564 [title] => Song - 141 [time] => 141 [License] => MIT ) [133] => Array ( [id] => 536 [title] => Song - 134 [time] => 134 [License] => MIT ) [131] => Array ( [id] => 528 [title] => Song - 132 [time] => 132 [License] => MIT ) [126] => Array ( [id] => 508 [title] => Song - 127 [time] => 127 [License] => MIT ) [124] => Array ( [id] => 500 [title] => Song - 125 [time] => 125 [License] => MIT ) [122] => Array ( [id] => 492 [title] => Song - 123 [time] => 123 [License] => MIT ) [120] => Array ( [id] => 484 [title] => Song - 121 [time] => 121 [License] => MIT ) [109] => Array ( [id] => 440 [title] => Song - 110 [time] => 110 [License] => MIT ) [145] => Array ( [id] => 438 [title] => Song - 146 [time] => 146 [License] => MIT ) [141] => Array ( [id] => 426 [title] => Song - 142 [time] => 142 [License] => MIT ) [139] => Array ( [id] => 420 [title] => Song - 140 [time] => 140 [License] => MIT ) [137] => Array ( [id] => 414 [title] => Song - 138 [time] => 138 [License] => MIT ) [134] => Array ( [id] => 405 [title] => Song - 135 [time] => 135 [License] => MIT ) [98] => Array ( [id] => 396 [title] => Song - 99 [time] => 99 [License] => MIT ) [130] => Array ( [id] => 393 [title] => Song - 131 [time] => 131 [License] => MIT ) [97] => Array ( [id] => 392 [title] => Song - 98 [time] => 98 [License] => MIT ) [129] => Array ( [id] => 390 [title] => Song - 130 [time] => 130 [License] => MIT ) [94] => Array ( [id] => 380 [title] => Song - 95 [time] => 95 [License] => MIT ) [93] => Array ( [id] => 376 [title] => Song - 94 [time] => 94 [License] => MIT ) [92] => Array ( [id] => 372 [title] => Song - 93 [time] => 93 [License] => MIT ) [121] => Array ( [id] => 366 [title] => Song - 122 [time] => 122 [License] => MIT ) [118] => Array ( [id] => 357 [title] => Song - 119 [time] => 119 [License] => MIT ) [114] => Array ( [id] => 345 [title] => Song - 115 [time] => 115 [License] => MIT ) [113] => Array ( [id] => 342 [title] => Song - 114 [time] => 114 [License] => MIT ) [110] => Array ( [id] => 333 [title] => Song - 111 [time] => 111 [License] => MIT ) [81] => Array ( [id] => 328 [title] => Song - 82 [time] => 82 [License] => MIT ) [79] => Array ( [id] => 320 [title] => Song - 80 [time] => 80 [License] => MIT ) [105] => Array ( [id] => 318 [title] => Song - 106 [time] => 106 [License] => MIT ) [100] => Array ( [id] => 303 [title] => Song - 101 [time] => 101 [License] => MIT ) [74] => Array ( [id] => 300 [title] => Song - 75 [time] => 75 [License] => MIT ) [149] => Array ( [id] => 300 [title] => Song - 150 [time] => 150 [License] => MIT ) [96] => Array ( [id] => 291 [title] => Song - 97 [time] => 97 [License] => MIT ) [143] => Array ( [id] => 288 [title] => Song - 144 [time] => 144 [License] => MIT ) [138] => Array ( [id] => 278 [title] => Song - 139 [time] => 139 [License] => MIT ) [91] => Array ( [id] => 276 [title] => Song - 92 [time] => 92 [License] => MIT ) [67] => Array ( [id] => 272 [title] => Song - 68 [time] => 68 [License] => MIT ) [89] => Array ( [id] => 270 [title] => Song - 90 [time] => 90 [License] => MIT ) [132] => Array ( [id] => 266 [title] => Song - 133 [time] => 133 [License] => MIT ) [87] => Array ( [id] => 264 [title] => Song - 88 [time] => 88 [License] => MIT ) [127] => Array ( [id] => 256 [title] => Song - 128 [time] => 128 [License] => MIT ) [82] => Array ( [id] => 249 [title] => Song - 83 [time] => 83 [License] => MIT ) [123] => Array ( [id] => 248 [title] => Song - 124 [time] => 124 [License] => MIT ) [80] => Array ( [id] => 243 [title] => Song - 81 [time] => 81 [License] => MIT ) [58] => Array ( [id] => 236 [title] => Song - 59 [time] => 59 [License] => MIT ) [117] => Array ( [id] => 236 [title] => Song - 118 [time] => 118 [License] => MIT ) [116] => Array ( [id] => 234 [title] => Song - 117 [time] => 117 [License] => MIT ) [115] => Array ( [id] => 232 [title] => Song - 116 [time] => 116 [License] => MIT ) [55] => Array ( [id] => 224 [title] => Song - 56 [time] => 56 [License] => MIT ) [73] => Array ( [id] => 222 [title] => Song - 74 [time] => 74 [License] => MIT ) [106] => Array ( [id] => 214 [title] => Song - 107 [time] => 107 [License] => MIT ) [104] => Array ( [id] => 210 [title] => Song - 105 [time] => 105 [License] => MIT ) [49] => Array ( [id] => 200 [title] => Song - 50 [time] => 50 [License] => MIT ) [99] => Array ( [id] => 200 [title] => Song - 100 [time] => 100 [License] => MIT ) [65] => Array ( [id] => 198 [title] => Song - 66 [time] => 66 [License] => MIT ) [95] => Array ( [id] => 192 [title] => Song - 96 [time] => 96 [License] => MIT ) [62] => Array ( [id] => 189 [title] => Song - 63 [time] => 63 [License] => MIT ) [59] => Array ( [id] => 180 [title] => Song - 60 [time] => 60 [License] => MIT ) [88] => Array ( [id] => 178 [title] => Song - 89 [time] => 89 [License] => MIT ) [43] => Array ( [id] => 176 [title] => Song - 44 [time] => 44 [License] => MIT ) [85] => Array ( [id] => 172 [title] => Song - 86 [time] => 86 [License] => MIT ) [83] => Array ( [id] => 168 [title] => Song - 84 [time] => 84 [License] => MIT ) [39] => Array ( [id] => 160 [title] => Song - 40 [time] => 40 [License] => MIT ) [77] => Array ( [id] => 156 [title] => Song - 78 [time] => 78 [License] => MIT ) [38] => Array ( [id] => 156 [title] => Song - 39 [time] => 39 [License] => MIT ) [76] => Array ( [id] => 154 [title] => Song - 77 [time] => 77 [License] => MIT ) [37] => Array ( [id] => 152 [title] => Song - 38 [time] => 38 [License] => MIT ) [148] => Array ( [id] => 149 [title] => Song - 149 [time] => 149 [License] => MIT ) [36] => Array ( [id] => 148 [title] => Song - 37 [time] => 37 [License] => MIT ) [48] => Array ( [id] => 147 [title] => Song - 49 [time] => 49 [License] => MIT ) [146] => Array ( [id] => 147 [title] => Song - 147 [time] => 147 [License] => MIT ) [72] => Array ( [id] => 146 [title] => Song - 73 [time] => 73 [License] => MIT ) [71] => Array ( [id] => 144 [title] => Song - 72 [time] => 72 [License] => MIT ) [142] => Array ( [id] => 143 [title] => Song - 143 [time] => 143 [License] => MIT ) [69] => Array ( [id] => 140 [title] => Song - 70 [time] => 70 [License] => MIT ) [34] => Array ( [id] => 140 [title] => Song - 35 [time] => 35 [License] => MIT ) [136] => Array ( [id] => 137 [title] => Song - 137 [time] => 137 [License] => MIT ) [33] => Array ( [id] => 136 [title] => Song - 34 [time] => 34 [License] => MIT ) [135] => Array ( [id] => 136 [title] => Song - 136 [time] => 136 [License] => MIT ) [44] => Array ( [id] => 135 [title] => Song - 45 [time] => 45 [License] => MIT ) [42] => Array ( [id] => 129 [title] => Song - 43 [time] => 43 [License] => MIT ) [128] => Array ( [id] => 129 [title] => Song - 129 [time] => 129 [License] => MIT ) [63] => Array ( [id] => 128 [title] => Song - 64 [time] => 64 [License] => MIT ) [125] => Array ( [id] => 126 [title] => Song - 126 [time] => 126 [License] => MIT ) [60] => Array ( [id] => 122 [title] => Song - 61 [time] => 61 [License] => MIT ) [119] => Array ( [id] => 120 [title] => Song - 120 [time] => 120 [License] => MIT ) [56] => Array ( [id] => 114 [title] => Song - 57 [time] => 57 [License] => MIT ) [112] => Array ( [id] => 113 [title] => Song - 113 [time] => 113 [License] => MIT ) [27] => Array ( [id] => 112 [title] => Song - 28 [time] => 28 [License] => MIT ) [111] => Array ( [id] => 112 [title] => Song - 112 [time] => 112 [License] => MIT ) [108] => Array ( [id] => 109 [title] => Song - 109 [time] => 109 [License] => MIT ) [35] => Array ( [id] => 108 [title] => Song - 36 [time] => 36 [License] => MIT ) [107] => Array ( [id] => 108 [title] => Song - 108 [time] => 108 [License] => MIT ) [51] => Array ( [id] => 104 [title] => Song - 52 [time] => 52 [License] => MIT ) [103] => Array ( [id] => 104 [title] => Song - 104 [time] => 104 [License] => MIT ) [102] => Array ( [id] => 103 [title] => Song - 103 [time] => 103 [License] => MIT ) [50] => Array ( [id] => 102 [title] => Song - 51 [time] => 51 [License] => MIT ) [101] => Array ( [id] => 102 [title] => Song - 102 [time] => 102 [License] => MIT ) [47] => Array ( [id] => 96 [title] => Song - 48 [time] => 48 [License] => MIT ) [46] => Array ( [id] => 94 [title] => Song - 47 [time] => 47 [License] => MIT ) [30] => Array ( [id] => 93 [title] => Song - 31 [time] => 31 [License] => MIT ) [45] => Array ( [id] => 92 [title] => Song - 46 [time] => 46 [License] => MIT ) [22] => Array ( [id] => 92 [title] => Song - 23 [time] => 23 [License] => MIT ) [90] => Array ( [id] => 91 [title] => Song - 91 [time] => 91 [License] => MIT ) [29] => Array ( [id] => 90 [title] => Song - 30 [time] => 30 [License] => MIT ) [86] => Array ( [id] => 87 [title] => Song - 87 [time] => 87 [License] => MIT ) [84] => Array ( [id] => 85 [title] => Song - 85 [time] => 85 [License] => MIT ) [41] => Array ( [id] => 84 [title] => Song - 42 [time] => 42 [License] => MIT ) [20] => Array ( [id] => 84 [title] => Song - 21 [time] => 21 [License] => MIT ) [40] => Array ( [id] => 82 [title] => Song - 41 [time] => 41 [License] => MIT ) [26] => Array ( [id] => 81 [title] => Song - 27 [time] => 27 [License] => MIT ) [19] => Array ( [id] => 80 [title] => Song - 20 [time] => 20 [License] => MIT ) [78] => Array ( [id] => 79 [title] => Song - 79 [time] => 79 [License] => MIT ) [75] => Array ( [id] => 76 [title] => Song - 76 [time] => 76 [License] => MIT ) [17] => Array ( [id] => 72 [title] => Song - 18 [time] => 18 [License] => MIT ) [70] => Array ( [id] => 71 [title] => Song - 71 [time] => 71 [License] => MIT ) [68] => Array ( [id] => 69 [title] => Song - 69 [time] => 69 [License] => MIT ) [16] => Array ( [id] => 68 [title] => Song - 17 [time] => 17 [License] => MIT ) [66] => Array ( [id] => 67 [title] => Song - 67 [time] => 67 [License] => MIT ) [32] => Array ( [id] => 66 [title] => Song - 33 [time] => 33 [License] => MIT ) [64] => Array ( [id] => 65 [title] => Song - 65 [time] => 65 [License] => MIT ) [31] => Array ( [id] => 64 [title] => Song - 32 [time] => 32 [License] => MIT ) [15] => Array ( [id] => 64 [title] => Song - 16 [time] => 16 [License] => MIT ) [61] => Array ( [id] => 62 [title] => Song - 62 [time] => 62 [License] => MIT ) [14] => Array ( [id] => 60 [title] => Song - 15 [time] => 15 [License] => MIT ) [57] => Array ( [id] => 58 [title] => Song - 58 [time] => 58 [License] => MIT ) [28] => Array ( [id] => 58 [title] => Song - 29 [time] => 29 [License] => MIT ) [54] => Array ( [id] => 55 [title] => Song - 55 [time] => 55 [License] => MIT ) [53] => Array ( [id] => 54 [title] => Song - 54 [time] => 54 [License] => MIT ) [52] => Array ( [id] => 53 [title] => Song - 53 [time] => 53 [License] => MIT ) [25] => Array ( [id] => 52 [title] => Song - 26 [time] => 26 [License] => MIT ) [12] => Array ( [id] => 52 [title] => Song - 13 [time] => 13 [License] => MIT ) [21] => Array ( [id] => 44 [title] => Song - 22 [time] => 22 [License] => MIT ) [10] => Array ( [id] => 44 [title] => Song - 11 [time] => 11 [License] => MIT ) [18] => Array ( [id] => 38 [title] => Song - 19 [time] => 19 [License] => MIT ) [8] => Array ( [id] => 36 [title] => Song - 9 [time] => 9 [License] => MIT ) [11] => Array ( [id] => 36 [title] => Song - 12 [time] => 12 [License] => MIT ) [7] => Array ( [id] => 32 [title] => Song - 8 [time] => 8 [License] => MIT ) [24] => Array ( [id] => 25 [title] => Song - 25 [time] => 25 [License] => MIT ) [23] => Array ( [id] => 24 [title] => Song - 24 [time] => 24 [License] => MIT ) [3] => Array ( [id] => 16 [title] => Song - 4 [time] => 4 [License] => MIT ) [6] => Array ( [id] => 14 [title] => Song - 7 [time] => 7 [License] => MIT ) [13] => Array ( [id] => 14 [title] => Song - 14 [time] => 14 [License] => MIT ) [9] => Array ( [id] => 10 [title] => Song - 10 [time] => 10 [License] => MIT ) [5] => Array ( [id] => 6 [title] => Song - 6 [time] => 6 [License] => MIT ) [4] => Array ( [id] => 5 [title] => Song - 5 [time] => 5 [License] => MIT ) [2] => Array ( [id] => 3 [title] => Song - 3 [time] => 3 [License] => MIT ) [1] => Array ( [id] => 2 [title] => Song - 2 [time] => 2 [License] => MIT ) [0] => Array ( [id] => 2 [title] => Song - 1 [time] => 1 [License] => MIT ) )
Output for 5.4.23
Array ( [149] => Array ( [id] => 600 [title] => Song - 150 [time] => 150 [License] => MIT ) [140] => Array ( [id] => 564 [title] => Song - 141 [time] => 141 [License] => MIT ) [139] => Array ( [id] => 560 [title] => Song - 140 [time] => 140 [License] => MIT ) [134] => Array ( [id] => 540 [title] => Song - 135 [time] => 135 [License] => MIT ) [129] => Array ( [id] => 520 [title] => Song - 130 [time] => 130 [License] => MIT ) [126] => Array ( [id] => 508 [title] => Song - 127 [time] => 127 [License] => MIT ) [124] => Array ( [id] => 500 [title] => Song - 125 [time] => 125 [License] => MIT ) [120] => Array ( [id] => 484 [title] => Song - 121 [time] => 121 [License] => MIT ) [115] => Array ( [id] => 464 [title] => Song - 116 [time] => 116 [License] => MIT ) [114] => Array ( [id] => 460 [title] => Song - 115 [time] => 115 [License] => MIT ) [113] => Array ( [id] => 456 [title] => Song - 114 [time] => 114 [License] => MIT ) [146] => Array ( [id] => 441 [title] => Song - 147 [time] => 147 [License] => MIT ) [144] => Array ( [id] => 435 [title] => Song - 145 [time] => 145 [License] => MIT ) [143] => Array ( [id] => 432 [title] => Song - 144 [time] => 144 [License] => MIT ) [135] => Array ( [id] => 408 [title] => Song - 136 [time] => 136 [License] => MIT ) [101] => Array ( [id] => 408 [title] => Song - 102 [time] => 102 [License] => MIT ) [100] => Array ( [id] => 404 [title] => Song - 101 [time] => 101 [License] => MIT ) [132] => Array ( [id] => 399 [title] => Song - 133 [time] => 133 [License] => MIT ) [98] => Array ( [id] => 396 [title] => Song - 99 [time] => 99 [License] => MIT ) [125] => Array ( [id] => 378 [title] => Song - 126 [time] => 126 [License] => MIT ) [119] => Array ( [id] => 360 [title] => Song - 120 [time] => 120 [License] => MIT ) [111] => Array ( [id] => 336 [title] => Song - 112 [time] => 112 [License] => MIT ) [82] => Array ( [id] => 332 [title] => Song - 83 [time] => 83 [License] => MIT ) [108] => Array ( [id] => 327 [title] => Song - 109 [time] => 109 [License] => MIT ) [105] => Array ( [id] => 318 [title] => Song - 106 [time] => 106 [License] => MIT ) [77] => Array ( [id] => 312 [title] => Song - 78 [time] => 78 [License] => MIT ) [103] => Array ( [id] => 312 [title] => Song - 104 [time] => 104 [License] => MIT ) [148] => Array ( [id] => 298 [title] => Song - 149 [time] => 149 [License] => MIT ) [73] => Array ( [id] => 296 [title] => Song - 74 [time] => 74 [License] => MIT ) [147] => Array ( [id] => 296 [title] => Song - 148 [time] => 148 [License] => MIT ) [145] => Array ( [id] => 292 [title] => Song - 146 [time] => 146 [License] => MIT ) [95] => Array ( [id] => 288 [title] => Song - 96 [time] => 96 [License] => MIT ) [142] => Array ( [id] => 286 [title] => Song - 143 [time] => 143 [License] => MIT ) [141] => Array ( [id] => 284 [title] => Song - 142 [time] => 142 [License] => MIT ) [93] => Array ( [id] => 282 [title] => Song - 94 [time] => 94 [License] => MIT ) [69] => Array ( [id] => 280 [title] => Song - 70 [time] => 70 [License] => MIT ) [92] => Array ( [id] => 279 [title] => Song - 93 [time] => 93 [License] => MIT ) [138] => Array ( [id] => 278 [title] => Song - 139 [time] => 139 [License] => MIT ) [91] => Array ( [id] => 276 [title] => Song - 92 [time] => 92 [License] => MIT ) [68] => Array ( [id] => 276 [title] => Song - 69 [time] => 69 [License] => MIT ) [136] => Array ( [id] => 274 [title] => Song - 137 [time] => 137 [License] => MIT ) [89] => Array ( [id] => 270 [title] => Song - 90 [time] => 90 [License] => MIT ) [88] => Array ( [id] => 267 [title] => Song - 89 [time] => 89 [License] => MIT ) [64] => Array ( [id] => 260 [title] => Song - 65 [time] => 65 [License] => MIT ) [85] => Array ( [id] => 258 [title] => Song - 86 [time] => 86 [License] => MIT ) [84] => Array ( [id] => 255 [title] => Song - 85 [time] => 85 [License] => MIT ) [123] => Array ( [id] => 248 [title] => Song - 124 [time] => 124 [License] => MIT ) [60] => Array ( [id] => 244 [title] => Song - 61 [time] => 61 [License] => MIT ) [80] => Array ( [id] => 243 [title] => Song - 81 [time] => 81 [License] => MIT ) [118] => Array ( [id] => 238 [title] => Song - 119 [time] => 119 [License] => MIT ) [117] => Array ( [id] => 236 [title] => Song - 118 [time] => 118 [License] => MIT ) [57] => Array ( [id] => 232 [title] => Song - 58 [time] => 58 [License] => MIT ) [56] => Array ( [id] => 228 [title] => Song - 57 [time] => 57 [License] => MIT ) [112] => Array ( [id] => 226 [title] => Song - 113 [time] => 113 [License] => MIT ) [55] => Array ( [id] => 224 [title] => Song - 56 [time] => 56 [License] => MIT ) [110] => Array ( [id] => 222 [title] => Song - 111 [time] => 111 [License] => MIT ) [109] => Array ( [id] => 220 [title] => Song - 110 [time] => 110 [License] => MIT ) [107] => Array ( [id] => 216 [title] => Song - 108 [time] => 108 [License] => MIT ) [106] => Array ( [id] => 214 [title] => Song - 107 [time] => 107 [License] => MIT ) [104] => Array ( [id] => 210 [title] => Song - 105 [time] => 105 [License] => MIT ) [102] => Array ( [id] => 206 [title] => Song - 103 [time] => 103 [License] => MIT ) [67] => Array ( [id] => 204 [title] => Song - 68 [time] => 68 [License] => MIT ) [99] => Array ( [id] => 200 [title] => Song - 100 [time] => 100 [License] => MIT ) [97] => Array ( [id] => 196 [title] => Song - 98 [time] => 98 [License] => MIT ) [94] => Array ( [id] => 190 [title] => Song - 95 [time] => 95 [License] => MIT ) [62] => Array ( [id] => 189 [title] => Song - 63 [time] => 63 [License] => MIT ) [61] => Array ( [id] => 186 [title] => Song - 62 [time] => 62 [License] => MIT ) [45] => Array ( [id] => 184 [title] => Song - 46 [time] => 46 [License] => MIT ) [58] => Array ( [id] => 177 [title] => Song - 59 [time] => 59 [License] => MIT ) [87] => Array ( [id] => 176 [title] => Song - 88 [time] => 88 [License] => MIT ) [43] => Array ( [id] => 176 [title] => Song - 44 [time] => 44 [License] => MIT ) [42] => Array ( [id] => 172 [title] => Song - 43 [time] => 43 [License] => MIT ) [53] => Array ( [id] => 162 [title] => Song - 54 [time] => 54 [License] => MIT ) [79] => Array ( [id] => 160 [title] => Song - 80 [time] => 80 [License] => MIT ) [52] => Array ( [id] => 159 [title] => Song - 53 [time] => 53 [License] => MIT ) [75] => Array ( [id] => 152 [title] => Song - 76 [time] => 76 [License] => MIT ) [71] => Array ( [id] => 144 [title] => Song - 72 [time] => 72 [License] => MIT ) [47] => Array ( [id] => 144 [title] => Song - 48 [time] => 48 [License] => MIT ) [70] => Array ( [id] => 142 [title] => Song - 71 [time] => 71 [License] => MIT ) [137] => Array ( [id] => 138 [title] => Song - 138 [time] => 138 [License] => MIT ) [66] => Array ( [id] => 134 [title] => Song - 67 [time] => 67 [License] => MIT ) [133] => Array ( [id] => 134 [title] => Song - 134 [time] => 134 [License] => MIT ) [65] => Array ( [id] => 132 [title] => Song - 66 [time] => 66 [License] => MIT ) [131] => Array ( [id] => 132 [title] => Song - 132 [time] => 132 [License] => MIT ) [130] => Array ( [id] => 131 [title] => Song - 131 [time] => 131 [License] => MIT ) [128] => Array ( [id] => 129 [title] => Song - 129 [time] => 129 [License] => MIT ) [127] => Array ( [id] => 128 [title] => Song - 128 [time] => 128 [License] => MIT ) [40] => Array ( [id] => 123 [title] => Song - 41 [time] => 41 [License] => MIT ) [122] => Array ( [id] => 123 [title] => Song - 123 [time] => 123 [License] => MIT ) [121] => Array ( [id] => 122 [title] => Song - 122 [time] => 122 [License] => MIT ) [59] => Array ( [id] => 120 [title] => Song - 60 [time] => 60 [License] => MIT ) [116] => Array ( [id] => 117 [title] => Song - 117 [time] => 117 [License] => MIT ) [28] => Array ( [id] => 116 [title] => Song - 29 [time] => 29 [License] => MIT ) [27] => Array ( [id] => 112 [title] => Song - 28 [time] => 28 [License] => MIT ) [54] => Array ( [id] => 110 [title] => Song - 55 [time] => 55 [License] => MIT ) [26] => Array ( [id] => 108 [title] => Song - 27 [time] => 27 [License] => MIT ) [51] => Array ( [id] => 104 [title] => Song - 52 [time] => 52 [License] => MIT ) [32] => Array ( [id] => 99 [title] => Song - 33 [time] => 33 [License] => MIT ) [96] => Array ( [id] => 97 [title] => Song - 97 [time] => 97 [License] => MIT ) [23] => Array ( [id] => 96 [title] => Song - 24 [time] => 24 [License] => MIT ) [46] => Array ( [id] => 94 [title] => Song - 47 [time] => 47 [License] => MIT ) [90] => Array ( [id] => 91 [title] => Song - 91 [time] => 91 [License] => MIT ) [44] => Array ( [id] => 90 [title] => Song - 45 [time] => 45 [License] => MIT ) [86] => Array ( [id] => 87 [title] => Song - 87 [time] => 87 [License] => MIT ) [83] => Array ( [id] => 84 [title] => Song - 84 [time] => 84 [License] => MIT ) [81] => Array ( [id] => 82 [title] => Song - 82 [time] => 82 [License] => MIT ) [19] => Array ( [id] => 80 [title] => Song - 20 [time] => 20 [License] => MIT ) [78] => Array ( [id] => 79 [title] => Song - 79 [time] => 79 [License] => MIT ) [38] => Array ( [id] => 78 [title] => Song - 39 [time] => 39 [License] => MIT ) [25] => Array ( [id] => 78 [title] => Song - 26 [time] => 26 [License] => MIT ) [76] => Array ( [id] => 77 [title] => Song - 77 [time] => 77 [License] => MIT ) [74] => Array ( [id] => 75 [title] => Song - 75 [time] => 75 [License] => MIT ) [24] => Array ( [id] => 75 [title] => Song - 25 [time] => 25 [License] => MIT ) [72] => Array ( [id] => 73 [title] => Song - 73 [time] => 73 [License] => MIT ) [34] => Array ( [id] => 70 [title] => Song - 35 [time] => 35 [License] => MIT ) [22] => Array ( [id] => 69 [title] => Song - 23 [time] => 23 [License] => MIT ) [33] => Array ( [id] => 68 [title] => Song - 34 [time] => 34 [License] => MIT ) [63] => Array ( [id] => 64 [title] => Song - 64 [time] => 64 [License] => MIT ) [30] => Array ( [id] => 62 [title] => Song - 31 [time] => 31 [License] => MIT ) [29] => Array ( [id] => 60 [title] => Song - 30 [time] => 30 [License] => MIT ) [13] => Array ( [id] => 56 [title] => Song - 14 [time] => 14 [License] => MIT ) [50] => Array ( [id] => 51 [title] => Song - 51 [time] => 51 [License] => MIT ) [16] => Array ( [id] => 51 [title] => Song - 17 [time] => 17 [License] => MIT ) [49] => Array ( [id] => 50 [title] => Song - 50 [time] => 50 [License] => MIT ) [48] => Array ( [id] => 49 [title] => Song - 49 [time] => 49 [License] => MIT ) [21] => Array ( [id] => 44 [title] => Song - 22 [time] => 22 [License] => MIT ) [41] => Array ( [id] => 42 [title] => Song - 42 [time] => 42 [License] => MIT ) [20] => Array ( [id] => 42 [title] => Song - 21 [time] => 21 [License] => MIT ) [39] => Array ( [id] => 40 [title] => Song - 40 [time] => 40 [License] => MIT ) [37] => Array ( [id] => 38 [title] => Song - 38 [time] => 38 [License] => MIT ) [36] => Array ( [id] => 37 [title] => Song - 37 [time] => 37 [License] => MIT ) [35] => Array ( [id] => 36 [title] => Song - 36 [time] => 36 [License] => MIT ) [7] => Array ( [id] => 32 [title] => Song - 8 [time] => 8 [License] => MIT ) [31] => Array ( [id] => 32 [title] => Song - 32 [time] => 32 [License] => MIT ) [14] => Array ( [id] => 30 [title] => Song - 15 [time] => 15 [License] => MIT ) [11] => Array ( [id] => 24 [title] => Song - 12 [time] => 12 [License] => MIT ) [9] => Array ( [id] => 20 [title] => Song - 10 [time] => 10 [License] => MIT ) [18] => Array ( [id] => 19 [title] => Song - 19 [time] => 19 [License] => MIT ) [8] => Array ( [id] => 18 [title] => Song - 9 [time] => 9 [License] => MIT ) [17] => Array ( [id] => 18 [title] => Song - 18 [time] => 18 [License] => MIT ) [15] => Array ( [id] => 16 [title] => Song - 16 [time] => 16 [License] => MIT ) [6] => Array ( [id] => 14 [title] => Song - 7 [time] => 7 [License] => MIT ) [12] => Array ( [id] => 13 [title] => Song - 13 [time] => 13 [License] => MIT ) [2] => Array ( [id] => 12 [title] => Song - 3 [time] => 3 [License] => MIT ) [10] => Array ( [id] => 11 [title] => Song - 11 [time] => 11 [License] => MIT ) [4] => Array ( [id] => 10 [title] => Song - 5 [time] => 5 [License] => MIT ) [3] => Array ( [id] => 8 [title] => Song - 4 [time] => 4 [License] => MIT ) [5] => Array ( [id] => 6 [title] => Song - 6 [time] => 6 [License] => MIT ) [0] => Array ( [id] => 4 [title] => Song - 1 [time] => 1 [License] => MIT ) [1] => Array ( [id] => 2 [title] => Song - 2 [time] => 2 [License] => MIT ) )
Output for 5.4.22
Array ( [147] => Array ( [id] => 592 [title] => Song - 148 [time] => 148 [License] => MIT ) [145] => Array ( [id] => 584 [title] => Song - 146 [time] => 146 [License] => MIT ) [142] => Array ( [id] => 572 [title] => Song - 143 [time] => 143 [License] => MIT ) [136] => Array ( [id] => 548 [title] => Song - 137 [time] => 137 [License] => MIT ) [134] => Array ( [id] => 540 [title] => Song - 135 [time] => 135 [License] => MIT ) [132] => Array ( [id] => 532 [title] => Song - 133 [time] => 133 [License] => MIT ) [130] => Array ( [id] => 524 [title] => Song - 131 [time] => 131 [License] => MIT ) [122] => Array ( [id] => 492 [title] => Song - 123 [time] => 123 [License] => MIT ) [108] => Array ( [id] => 436 [title] => Song - 109 [time] => 109 [License] => MIT ) [105] => Array ( [id] => 424 [title] => Song - 106 [time] => 106 [License] => MIT ) [137] => Array ( [id] => 414 [title] => Song - 138 [time] => 138 [License] => MIT ) [101] => Array ( [id] => 408 [title] => Song - 102 [time] => 102 [License] => MIT ) [128] => Array ( [id] => 387 [title] => Song - 129 [time] => 129 [License] => MIT ) [127] => Array ( [id] => 384 [title] => Song - 128 [time] => 128 [License] => MIT ) [125] => Array ( [id] => 378 [title] => Song - 126 [time] => 126 [License] => MIT ) [93] => Array ( [id] => 376 [title] => Song - 94 [time] => 94 [License] => MIT ) [124] => Array ( [id] => 375 [title] => Song - 125 [time] => 125 [License] => MIT ) [123] => Array ( [id] => 372 [title] => Song - 124 [time] => 124 [License] => MIT ) [119] => Array ( [id] => 360 [title] => Song - 120 [time] => 120 [License] => MIT ) [86] => Array ( [id] => 348 [title] => Song - 87 [time] => 87 [License] => MIT ) [85] => Array ( [id] => 344 [title] => Song - 86 [time] => 86 [License] => MIT ) [113] => Array ( [id] => 342 [title] => Song - 114 [time] => 114 [License] => MIT ) [112] => Array ( [id] => 339 [title] => Song - 113 [time] => 113 [License] => MIT ) [80] => Array ( [id] => 324 [title] => Song - 81 [time] => 81 [License] => MIT ) [107] => Array ( [id] => 324 [title] => Song - 108 [time] => 108 [License] => MIT ) [106] => Array ( [id] => 321 [title] => Song - 107 [time] => 107 [License] => MIT ) [75] => Array ( [id] => 304 [title] => Song - 76 [time] => 76 [License] => MIT ) [149] => Array ( [id] => 300 [title] => Song - 150 [time] => 150 [License] => MIT ) [97] => Array ( [id] => 294 [title] => Song - 98 [time] => 98 [License] => MIT ) [72] => Array ( [id] => 292 [title] => Song - 73 [time] => 73 [License] => MIT ) [95] => Array ( [id] => 288 [title] => Song - 96 [time] => 96 [License] => MIT ) [141] => Array ( [id] => 284 [title] => Song - 142 [time] => 142 [License] => MIT ) [139] => Array ( [id] => 280 [title] => Song - 140 [time] => 140 [License] => MIT ) [138] => Array ( [id] => 278 [title] => Song - 139 [time] => 139 [License] => MIT ) [135] => Array ( [id] => 272 [title] => Song - 136 [time] => 136 [License] => MIT ) [89] => Array ( [id] => 270 [title] => Song - 90 [time] => 90 [License] => MIT ) [87] => Array ( [id] => 264 [title] => Song - 88 [time] => 88 [License] => MIT ) [64] => Array ( [id] => 260 [title] => Song - 65 [time] => 65 [License] => MIT ) [129] => Array ( [id] => 260 [title] => Song - 130 [time] => 130 [License] => MIT ) [126] => Array ( [id] => 254 [title] => Song - 127 [time] => 127 [License] => MIT ) [61] => Array ( [id] => 248 [title] => Song - 62 [time] => 62 [License] => MIT ) [60] => Array ( [id] => 244 [title] => Song - 61 [time] => 61 [License] => MIT ) [121] => Array ( [id] => 244 [title] => Song - 122 [time] => 122 [License] => MIT ) [78] => Array ( [id] => 237 [title] => Song - 79 [time] => 79 [License] => MIT ) [117] => Array ( [id] => 236 [title] => Song - 118 [time] => 118 [License] => MIT ) [77] => Array ( [id] => 234 [title] => Song - 78 [time] => 78 [License] => MIT ) [57] => Array ( [id] => 232 [title] => Song - 58 [time] => 58 [License] => MIT ) [76] => Array ( [id] => 231 [title] => Song - 77 [time] => 77 [License] => MIT ) [56] => Array ( [id] => 228 [title] => Song - 57 [time] => 57 [License] => MIT ) [111] => Array ( [id] => 224 [title] => Song - 112 [time] => 112 [License] => MIT ) [73] => Array ( [id] => 222 [title] => Song - 74 [time] => 74 [License] => MIT ) [109] => Array ( [id] => 220 [title] => Song - 110 [time] => 110 [License] => MIT ) [71] => Array ( [id] => 216 [title] => Song - 72 [time] => 72 [License] => MIT ) [104] => Array ( [id] => 210 [title] => Song - 105 [time] => 105 [License] => MIT ) [103] => Array ( [id] => 208 [title] => Song - 104 [time] => 104 [License] => MIT ) [68] => Array ( [id] => 207 [title] => Song - 69 [time] => 69 [License] => MIT ) [100] => Array ( [id] => 202 [title] => Song - 101 [time] => 101 [License] => MIT ) [48] => Array ( [id] => 196 [title] => Song - 49 [time] => 49 [License] => MIT ) [46] => Array ( [id] => 188 [title] => Song - 47 [time] => 47 [License] => MIT ) [92] => Array ( [id] => 186 [title] => Song - 93 [time] => 93 [License] => MIT ) [91] => Array ( [id] => 184 [title] => Song - 92 [time] => 92 [License] => MIT ) [59] => Array ( [id] => 180 [title] => Song - 60 [time] => 60 [License] => MIT ) [88] => Array ( [id] => 178 [title] => Song - 89 [time] => 89 [License] => MIT ) [84] => Array ( [id] => 170 [title] => Song - 85 [time] => 85 [License] => MIT ) [83] => Array ( [id] => 168 [title] => Song - 84 [time] => 84 [License] => MIT ) [81] => Array ( [id] => 164 [title] => Song - 82 [time] => 82 [License] => MIT ) [50] => Array ( [id] => 153 [title] => Song - 51 [time] => 51 [License] => MIT ) [37] => Array ( [id] => 152 [title] => Song - 38 [time] => 38 [License] => MIT ) [74] => Array ( [id] => 150 [title] => Song - 75 [time] => 75 [License] => MIT ) [148] => Array ( [id] => 149 [title] => Song - 149 [time] => 149 [License] => MIT ) [36] => Array ( [id] => 148 [title] => Song - 37 [time] => 37 [License] => MIT ) [146] => Array ( [id] => 147 [title] => Song - 147 [time] => 147 [License] => MIT ) [144] => Array ( [id] => 145 [title] => Song - 145 [time] => 145 [License] => MIT ) [35] => Array ( [id] => 144 [title] => Song - 36 [time] => 36 [License] => MIT ) [143] => Array ( [id] => 144 [title] => Song - 144 [time] => 144 [License] => MIT ) [140] => Array ( [id] => 141 [title] => Song - 141 [time] => 141 [License] => MIT ) [69] => Array ( [id] => 140 [title] => Song - 70 [time] => 70 [License] => MIT ) [45] => Array ( [id] => 138 [title] => Song - 46 [time] => 46 [License] => MIT ) [67] => Array ( [id] => 136 [title] => Song - 68 [time] => 68 [License] => MIT ) [66] => Array ( [id] => 134 [title] => Song - 67 [time] => 67 [License] => MIT ) [133] => Array ( [id] => 134 [title] => Song - 134 [time] => 134 [License] => MIT ) [131] => Array ( [id] => 132 [title] => Song - 132 [time] => 132 [License] => MIT ) [120] => Array ( [id] => 121 [title] => Song - 121 [time] => 121 [License] => MIT ) [118] => Array ( [id] => 119 [title] => Song - 119 [time] => 119 [License] => MIT ) [58] => Array ( [id] => 118 [title] => Song - 59 [time] => 59 [License] => MIT ) [38] => Array ( [id] => 117 [title] => Song - 39 [time] => 39 [License] => MIT ) [116] => Array ( [id] => 117 [title] => Song - 117 [time] => 117 [License] => MIT ) [115] => Array ( [id] => 116 [title] => Song - 116 [time] => 116 [License] => MIT ) [114] => Array ( [id] => 115 [title] => Song - 115 [time] => 115 [License] => MIT ) [110] => Array ( [id] => 111 [title] => Song - 111 [time] => 111 [License] => MIT ) [53] => Array ( [id] => 108 [title] => Song - 54 [time] => 54 [License] => MIT ) [102] => Array ( [id] => 103 [title] => Song - 103 [time] => 103 [License] => MIT ) [49] => Array ( [id] => 100 [title] => Song - 50 [time] => 50 [License] => MIT ) [99] => Array ( [id] => 100 [title] => Song - 100 [time] => 100 [License] => MIT ) [98] => Array ( [id] => 99 [title] => Song - 99 [time] => 99 [License] => MIT ) [32] => Array ( [id] => 99 [title] => Song - 33 [time] => 33 [License] => MIT ) [96] => Array ( [id] => 97 [title] => Song - 97 [time] => 97 [License] => MIT ) [31] => Array ( [id] => 96 [title] => Song - 32 [time] => 32 [License] => MIT ) [23] => Array ( [id] => 96 [title] => Song - 24 [time] => 24 [License] => MIT ) [94] => Array ( [id] => 95 [title] => Song - 95 [time] => 95 [License] => MIT ) [90] => Array ( [id] => 91 [title] => Song - 91 [time] => 91 [License] => MIT ) [43] => Array ( [id] => 88 [title] => Song - 44 [time] => 44 [License] => MIT ) [21] => Array ( [id] => 88 [title] => Song - 22 [time] => 22 [License] => MIT ) [27] => Array ( [id] => 84 [title] => Song - 28 [time] => 28 [License] => MIT ) [82] => Array ( [id] => 83 [title] => Song - 83 [time] => 83 [License] => MIT ) [26] => Array ( [id] => 81 [title] => Song - 27 [time] => 27 [License] => MIT ) [79] => Array ( [id] => 80 [title] => Song - 80 [time] => 80 [License] => MIT ) [39] => Array ( [id] => 80 [title] => Song - 40 [time] => 40 [License] => MIT ) [18] => Array ( [id] => 76 [title] => Song - 19 [time] => 19 [License] => MIT ) [24] => Array ( [id] => 75 [title] => Song - 25 [time] => 25 [License] => MIT ) [70] => Array ( [id] => 71 [title] => Song - 71 [time] => 71 [License] => MIT ) [22] => Array ( [id] => 69 [title] => Song - 23 [time] => 23 [License] => MIT ) [65] => Array ( [id] => 66 [title] => Song - 66 [time] => 66 [License] => MIT ) [63] => Array ( [id] => 64 [title] => Song - 64 [time] => 64 [License] => MIT ) [15] => Array ( [id] => 64 [title] => Song - 16 [time] => 16 [License] => MIT ) [62] => Array ( [id] => 63 [title] => Song - 63 [time] => 63 [License] => MIT ) [30] => Array ( [id] => 62 [title] => Song - 31 [time] => 31 [License] => MIT ) [29] => Array ( [id] => 60 [title] => Song - 30 [time] => 30 [License] => MIT ) [14] => Array ( [id] => 60 [title] => Song - 15 [time] => 15 [License] => MIT ) [55] => Array ( [id] => 56 [title] => Song - 56 [time] => 56 [License] => MIT ) [13] => Array ( [id] => 56 [title] => Song - 14 [time] => 14 [License] => MIT ) [54] => Array ( [id] => 55 [title] => Song - 55 [time] => 55 [License] => MIT ) [17] => Array ( [id] => 54 [title] => Song - 18 [time] => 18 [License] => MIT ) [52] => Array ( [id] => 53 [title] => Song - 53 [time] => 53 [License] => MIT ) [51] => Array ( [id] => 52 [title] => Song - 52 [time] => 52 [License] => MIT ) [16] => Array ( [id] => 51 [title] => Song - 17 [time] => 17 [License] => MIT ) [47] => Array ( [id] => 48 [title] => Song - 48 [time] => 48 [License] => MIT ) [11] => Array ( [id] => 48 [title] => Song - 12 [time] => 12 [License] => MIT ) [44] => Array ( [id] => 45 [title] => Song - 45 [time] => 45 [License] => MIT ) [10] => Array ( [id] => 44 [title] => Song - 11 [time] => 11 [License] => MIT ) [42] => Array ( [id] => 43 [title] => Song - 43 [time] => 43 [License] => MIT ) [41] => Array ( [id] => 42 [title] => Song - 42 [time] => 42 [License] => MIT ) [40] => Array ( [id] => 41 [title] => Song - 41 [time] => 41 [License] => MIT ) [12] => Array ( [id] => 39 [title] => Song - 13 [time] => 13 [License] => MIT ) [34] => Array ( [id] => 35 [title] => Song - 35 [time] => 35 [License] => MIT ) [33] => Array ( [id] => 34 [title] => Song - 34 [time] => 34 [License] => MIT ) [28] => Array ( [id] => 29 [title] => Song - 29 [time] => 29 [License] => MIT ) [8] => Array ( [id] => 27 [title] => Song - 9 [time] => 9 [License] => MIT ) [25] => Array ( [id] => 26 [title] => Song - 26 [time] => 26 [License] => MIT ) [5] => Array ( [id] => 24 [title] => Song - 6 [time] => 6 [License] => MIT ) [20] => Array ( [id] => 21 [title] => Song - 21 [time] => 21 [License] => MIT ) [19] => Array ( [id] => 20 [title] => Song - 20 [time] => 20 [License] => MIT ) [9] => Array ( [id] => 20 [title] => Song - 10 [time] => 10 [License] => MIT ) [7] => Array ( [id] => 16 [title] => Song - 8 [time] => 8 [License] => MIT ) [4] => Array ( [id] => 15 [title] => Song - 5 [time] => 5 [License] => MIT ) [2] => Array ( [id] => 12 [title] => Song - 3 [time] => 3 [License] => MIT ) [3] => Array ( [id] => 8 [title] => Song - 4 [time] => 4 [License] => MIT ) [6] => Array ( [id] => 7 [title] => Song - 7 [time] => 7 [License] => MIT ) [1] => Array ( [id] => 6 [title] => Song - 2 [time] => 2 [License] => MIT ) [0] => Array ( [id] => 1 [title] => Song - 1 [time] => 1 [License] => MIT ) )
Output for 5.4.21
Array ( [147] => Array ( [id] => 592 [title] => Song - 148 [time] => 148 [License] => MIT ) [145] => Array ( [id] => 584 [title] => Song - 146 [time] => 146 [License] => MIT ) [143] => Array ( [id] => 576 [title] => Song - 144 [time] => 144 [License] => MIT ) [142] => Array ( [id] => 572 [title] => Song - 143 [time] => 143 [License] => MIT ) [132] => Array ( [id] => 532 [title] => Song - 133 [time] => 133 [License] => MIT ) [119] => Array ( [id] => 480 [title] => Song - 120 [time] => 120 [License] => MIT ) [118] => Array ( [id] => 476 [title] => Song - 119 [time] => 119 [License] => MIT ) [116] => Array ( [id] => 468 [title] => Song - 117 [time] => 117 [License] => MIT ) [113] => Array ( [id] => 456 [title] => Song - 114 [time] => 114 [License] => MIT ) [112] => Array ( [id] => 452 [title] => Song - 113 [time] => 113 [License] => MIT ) [149] => Array ( [id] => 450 [title] => Song - 150 [time] => 150 [License] => MIT ) [111] => Array ( [id] => 448 [title] => Song - 112 [time] => 112 [License] => MIT ) [108] => Array ( [id] => 436 [title] => Song - 109 [time] => 109 [License] => MIT ) [105] => Array ( [id] => 424 [title] => Song - 106 [time] => 106 [License] => MIT ) [138] => Array ( [id] => 417 [title] => Song - 139 [time] => 139 [License] => MIT ) [102] => Array ( [id] => 412 [title] => Song - 103 [time] => 103 [License] => MIT ) [135] => Array ( [id] => 408 [title] => Song - 136 [time] => 136 [License] => MIT ) [133] => Array ( [id] => 402 [title] => Song - 134 [time] => 134 [License] => MIT ) [99] => Array ( [id] => 400 [title] => Song - 100 [time] => 100 [License] => MIT ) [131] => Array ( [id] => 396 [title] => Song - 132 [time] => 132 [License] => MIT ) [130] => Array ( [id] => 393 [title] => Song - 131 [time] => 131 [License] => MIT ) [96] => Array ( [id] => 388 [title] => Song - 97 [time] => 97 [License] => MIT ) [95] => Array ( [id] => 384 [title] => Song - 96 [time] => 96 [License] => MIT ) [126] => Array ( [id] => 381 [title] => Song - 127 [time] => 127 [License] => MIT ) [123] => Array ( [id] => 372 [title] => Song - 124 [time] => 124 [License] => MIT ) [121] => Array ( [id] => 366 [title] => Song - 122 [time] => 122 [License] => MIT ) [88] => Array ( [id] => 356 [title] => Song - 89 [time] => 89 [License] => MIT ) [85] => Array ( [id] => 344 [title] => Song - 86 [time] => 86 [License] => MIT ) [84] => Array ( [id] => 340 [title] => Song - 85 [time] => 85 [License] => MIT ) [109] => Array ( [id] => 330 [title] => Song - 110 [time] => 110 [License] => MIT ) [107] => Array ( [id] => 324 [title] => Song - 108 [time] => 108 [License] => MIT ) [106] => Array ( [id] => 321 [title] => Song - 107 [time] => 107 [License] => MIT ) [104] => Array ( [id] => 315 [title] => Song - 105 [time] => 105 [License] => MIT ) [77] => Array ( [id] => 312 [title] => Song - 78 [time] => 78 [License] => MIT ) [100] => Array ( [id] => 303 [title] => Song - 101 [time] => 101 [License] => MIT ) [97] => Array ( [id] => 294 [title] => Song - 98 [time] => 98 [License] => MIT ) [72] => Array ( [id] => 292 [title] => Song - 73 [time] => 73 [License] => MIT ) [94] => Array ( [id] => 285 [title] => Song - 95 [time] => 95 [License] => MIT ) [70] => Array ( [id] => 284 [title] => Song - 71 [time] => 71 [License] => MIT ) [141] => Array ( [id] => 284 [title] => Song - 142 [time] => 142 [License] => MIT ) [92] => Array ( [id] => 279 [title] => Song - 93 [time] => 93 [License] => MIT ) [91] => Array ( [id] => 276 [title] => Song - 92 [time] => 92 [License] => MIT ) [137] => Array ( [id] => 276 [title] => Song - 138 [time] => 138 [License] => MIT ) [66] => Array ( [id] => 268 [title] => Song - 67 [time] => 67 [License] => MIT ) [63] => Array ( [id] => 256 [title] => Song - 64 [time] => 64 [License] => MIT ) [127] => Array ( [id] => 256 [title] => Song - 128 [time] => 128 [License] => MIT ) [125] => Array ( [id] => 252 [title] => Song - 126 [time] => 126 [License] => MIT ) [124] => Array ( [id] => 250 [title] => Song - 125 [time] => 125 [License] => MIT ) [80] => Array ( [id] => 243 [title] => Song - 81 [time] => 81 [License] => MIT ) [120] => Array ( [id] => 242 [title] => Song - 121 [time] => 121 [License] => MIT ) [79] => Array ( [id] => 240 [title] => Song - 80 [time] => 80 [License] => MIT ) [59] => Array ( [id] => 240 [title] => Song - 60 [time] => 60 [License] => MIT ) [58] => Array ( [id] => 236 [title] => Song - 59 [time] => 59 [License] => MIT ) [117] => Array ( [id] => 236 [title] => Song - 118 [time] => 118 [License] => MIT ) [114] => Array ( [id] => 230 [title] => Song - 115 [time] => 115 [License] => MIT ) [53] => Array ( [id] => 216 [title] => Song - 54 [time] => 54 [License] => MIT ) [51] => Array ( [id] => 208 [title] => Song - 52 [time] => 52 [License] => MIT ) [101] => Array ( [id] => 204 [title] => Song - 102 [time] => 102 [License] => MIT ) [62] => Array ( [id] => 189 [title] => Song - 63 [time] => 63 [License] => MIT ) [93] => Array ( [id] => 188 [title] => Song - 94 [time] => 94 [License] => MIT ) [60] => Array ( [id] => 183 [title] => Song - 61 [time] => 61 [License] => MIT ) [90] => Array ( [id] => 182 [title] => Song - 91 [time] => 91 [License] => MIT ) [89] => Array ( [id] => 180 [title] => Song - 90 [time] => 90 [License] => MIT ) [43] => Array ( [id] => 176 [title] => Song - 44 [time] => 44 [License] => MIT ) [56] => Array ( [id] => 171 [title] => Song - 57 [time] => 57 [License] => MIT ) [55] => Array ( [id] => 168 [title] => Song - 56 [time] => 56 [License] => MIT ) [82] => Array ( [id] => 166 [title] => Song - 83 [time] => 83 [License] => MIT ) [54] => Array ( [id] => 165 [title] => Song - 55 [time] => 55 [License] => MIT ) [81] => Array ( [id] => 164 [title] => Song - 82 [time] => 82 [License] => MIT ) [76] => Array ( [id] => 154 [title] => Song - 77 [time] => 77 [License] => MIT ) [75] => Array ( [id] => 152 [title] => Song - 76 [time] => 76 [License] => MIT ) [148] => Array ( [id] => 149 [title] => Song - 149 [time] => 149 [License] => MIT ) [36] => Array ( [id] => 148 [title] => Song - 37 [time] => 37 [License] => MIT ) [146] => Array ( [id] => 147 [title] => Song - 147 [time] => 147 [License] => MIT ) [144] => Array ( [id] => 145 [title] => Song - 145 [time] => 145 [License] => MIT ) [71] => Array ( [id] => 144 [title] => Song - 72 [time] => 72 [License] => MIT ) [140] => Array ( [id] => 141 [title] => Song - 141 [time] => 141 [License] => MIT ) [69] => Array ( [id] => 140 [title] => Song - 70 [time] => 70 [License] => MIT ) [139] => Array ( [id] => 140 [title] => Song - 140 [time] => 140 [License] => MIT ) [136] => Array ( [id] => 137 [title] => Song - 137 [time] => 137 [License] => MIT ) [67] => Array ( [id] => 136 [title] => Song - 68 [time] => 68 [License] => MIT ) [134] => Array ( [id] => 135 [title] => Song - 135 [time] => 135 [License] => MIT ) [65] => Array ( [id] => 132 [title] => Song - 66 [time] => 66 [License] => MIT ) [129] => Array ( [id] => 130 [title] => Song - 130 [time] => 130 [License] => MIT ) [42] => Array ( [id] => 129 [title] => Song - 43 [time] => 43 [License] => MIT ) [128] => Array ( [id] => 129 [title] => Song - 129 [time] => 129 [License] => MIT ) [40] => Array ( [id] => 123 [title] => Song - 41 [time] => 41 [License] => MIT ) [122] => Array ( [id] => 123 [title] => Song - 123 [time] => 123 [License] => MIT ) [39] => Array ( [id] => 120 [title] => Song - 40 [time] => 40 [License] => MIT ) [29] => Array ( [id] => 120 [title] => Song - 30 [time] => 30 [License] => MIT ) [115] => Array ( [id] => 116 [title] => Song - 116 [time] => 116 [License] => MIT ) [27] => Array ( [id] => 112 [title] => Song - 28 [time] => 28 [License] => MIT ) [110] => Array ( [id] => 111 [title] => Song - 111 [time] => 111 [License] => MIT ) [52] => Array ( [id] => 106 [title] => Song - 53 [time] => 53 [License] => MIT ) [103] => Array ( [id] => 104 [title] => Song - 104 [time] => 104 [License] => MIT ) [49] => Array ( [id] => 100 [title] => Song - 50 [time] => 50 [License] => MIT ) [98] => Array ( [id] => 99 [title] => Song - 99 [time] => 99 [License] => MIT ) [32] => Array ( [id] => 99 [title] => Song - 33 [time] => 33 [License] => MIT ) [48] => Array ( [id] => 98 [title] => Song - 49 [time] => 49 [License] => MIT ) [47] => Array ( [id] => 96 [title] => Song - 48 [time] => 48 [License] => MIT ) [23] => Array ( [id] => 96 [title] => Song - 24 [time] => 24 [License] => MIT ) [46] => Array ( [id] => 94 [title] => Song - 47 [time] => 47 [License] => MIT ) [45] => Array ( [id] => 92 [title] => Song - 46 [time] => 46 [License] => MIT ) [87] => Array ( [id] => 88 [title] => Song - 88 [time] => 88 [License] => MIT ) [86] => Array ( [id] => 87 [title] => Song - 87 [time] => 87 [License] => MIT ) [83] => Array ( [id] => 84 [title] => Song - 84 [time] => 84 [License] => MIT ) [41] => Array ( [id] => 84 [title] => Song - 42 [time] => 42 [License] => MIT ) [26] => Array ( [id] => 81 [title] => Song - 27 [time] => 27 [License] => MIT ) [78] => Array ( [id] => 79 [title] => Song - 79 [time] => 79 [License] => MIT ) [37] => Array ( [id] => 76 [title] => Song - 38 [time] => 38 [License] => MIT ) [18] => Array ( [id] => 76 [title] => Song - 19 [time] => 19 [License] => MIT ) [74] => Array ( [id] => 75 [title] => Song - 75 [time] => 75 [License] => MIT ) [73] => Array ( [id] => 74 [title] => Song - 74 [time] => 74 [License] => MIT ) [17] => Array ( [id] => 72 [title] => Song - 18 [time] => 18 [License] => MIT ) [68] => Array ( [id] => 69 [title] => Song - 69 [time] => 69 [License] => MIT ) [22] => Array ( [id] => 69 [title] => Song - 23 [time] => 23 [License] => MIT ) [33] => Array ( [id] => 68 [title] => Song - 34 [time] => 34 [License] => MIT ) [64] => Array ( [id] => 65 [title] => Song - 65 [time] => 65 [License] => MIT ) [31] => Array ( [id] => 64 [title] => Song - 32 [time] => 32 [License] => MIT ) [15] => Array ( [id] => 64 [title] => Song - 16 [time] => 16 [License] => MIT ) [20] => Array ( [id] => 63 [title] => Song - 21 [time] => 21 [License] => MIT ) [61] => Array ( [id] => 62 [title] => Song - 62 [time] => 62 [License] => MIT ) [30] => Array ( [id] => 62 [title] => Song - 31 [time] => 31 [License] => MIT ) [57] => Array ( [id] => 58 [title] => Song - 58 [time] => 58 [License] => MIT ) [28] => Array ( [id] => 58 [title] => Song - 29 [time] => 29 [License] => MIT ) [13] => Array ( [id] => 56 [title] => Song - 14 [time] => 14 [License] => MIT ) [50] => Array ( [id] => 51 [title] => Song - 51 [time] => 51 [License] => MIT ) [16] => Array ( [id] => 51 [title] => Song - 17 [time] => 17 [License] => MIT ) [44] => Array ( [id] => 45 [title] => Song - 45 [time] => 45 [License] => MIT ) [14] => Array ( [id] => 45 [title] => Song - 15 [time] => 15 [License] => MIT ) [9] => Array ( [id] => 40 [title] => Song - 10 [time] => 10 [License] => MIT ) [38] => Array ( [id] => 39 [title] => Song - 39 [time] => 39 [License] => MIT ) [8] => Array ( [id] => 36 [title] => Song - 9 [time] => 9 [License] => MIT ) [35] => Array ( [id] => 36 [title] => Song - 36 [time] => 36 [License] => MIT ) [11] => Array ( [id] => 36 [title] => Song - 12 [time] => 12 [License] => MIT ) [34] => Array ( [id] => 35 [title] => Song - 35 [time] => 35 [License] => MIT ) [10] => Array ( [id] => 33 [title] => Song - 11 [time] => 11 [License] => MIT ) [25] => Array ( [id] => 26 [title] => Song - 26 [time] => 26 [License] => MIT ) [24] => Array ( [id] => 25 [title] => Song - 25 [time] => 25 [License] => MIT ) [7] => Array ( [id] => 24 [title] => Song - 8 [time] => 8 [License] => MIT ) [21] => Array ( [id] => 22 [title] => Song - 22 [time] => 22 [License] => MIT ) [6] => Array ( [id] => 21 [title] => Song - 7 [time] => 7 [License] => MIT ) [19] => Array ( [id] => 20 [title] => Song - 20 [time] => 20 [License] => MIT ) [12] => Array ( [id] => 13 [title] => Song - 13 [time] => 13 [License] => MIT ) [2] => Array ( [id] => 9 [title] => Song - 3 [time] => 3 [License] => MIT ) [3] => Array ( [id] => 8 [title] => Song - 4 [time] => 4 [License] => MIT ) [5] => Array ( [id] => 6 [title] => Song - 6 [time] => 6 [License] => MIT ) [1] => Array ( [id] => 6 [title] => Song - 2 [time] => 2 [License] => MIT ) [4] => Array ( [id] => 5 [title] => Song - 5 [time] => 5 [License] => MIT ) [0] => Array ( [id] => 2 [title] => Song - 1 [time] => 1 [License] => MIT ) )
Output for 5.4.20
Array ( [144] => Array ( [id] => 580 [title] => Song - 145 [time] => 145 [License] => MIT ) [132] => Array ( [id] => 532 [title] => Song - 133 [time] => 133 [License] => MIT ) [130] => Array ( [id] => 524 [title] => Song - 131 [time] => 131 [License] => MIT ) [128] => Array ( [id] => 516 [title] => Song - 129 [time] => 129 [License] => MIT ) [126] => Array ( [id] => 508 [title] => Song - 127 [time] => 127 [License] => MIT ) [124] => Array ( [id] => 500 [title] => Song - 125 [time] => 125 [License] => MIT ) [118] => Array ( [id] => 476 [title] => Song - 119 [time] => 119 [License] => MIT ) [117] => Array ( [id] => 472 [title] => Song - 118 [time] => 118 [License] => MIT ) [149] => Array ( [id] => 450 [title] => Song - 150 [time] => 150 [License] => MIT ) [111] => Array ( [id] => 448 [title] => Song - 112 [time] => 112 [License] => MIT ) [148] => Array ( [id] => 447 [title] => Song - 149 [time] => 149 [License] => MIT ) [145] => Array ( [id] => 438 [title] => Song - 146 [time] => 146 [License] => MIT ) [108] => Array ( [id] => 436 [title] => Song - 109 [time] => 109 [License] => MIT ) [143] => Array ( [id] => 432 [title] => Song - 144 [time] => 144 [License] => MIT ) [106] => Array ( [id] => 428 [title] => Song - 107 [time] => 107 [License] => MIT ) [104] => Array ( [id] => 420 [title] => Song - 105 [time] => 105 [License] => MIT ) [103] => Array ( [id] => 416 [title] => Song - 104 [time] => 104 [License] => MIT ) [101] => Array ( [id] => 408 [title] => Song - 102 [time] => 102 [License] => MIT ) [133] => Array ( [id] => 402 [title] => Song - 134 [time] => 134 [License] => MIT ) [129] => Array ( [id] => 390 [title] => Song - 130 [time] => 130 [License] => MIT ) [127] => Array ( [id] => 384 [title] => Song - 128 [time] => 128 [License] => MIT ) [125] => Array ( [id] => 378 [title] => Song - 126 [time] => 126 [License] => MIT ) [90] => Array ( [id] => 364 [title] => Song - 91 [time] => 91 [License] => MIT ) [86] => Array ( [id] => 348 [title] => Song - 87 [time] => 87 [License] => MIT ) [85] => Array ( [id] => 344 [title] => Song - 86 [time] => 86 [License] => MIT ) [109] => Array ( [id] => 330 [title] => Song - 110 [time] => 110 [License] => MIT ) [81] => Array ( [id] => 328 [title] => Song - 82 [time] => 82 [License] => MIT ) [105] => Array ( [id] => 318 [title] => Song - 106 [time] => 106 [License] => MIT ) [102] => Array ( [id] => 309 [title] => Song - 103 [time] => 103 [License] => MIT ) [74] => Array ( [id] => 300 [title] => Song - 75 [time] => 75 [License] => MIT ) [99] => Array ( [id] => 300 [title] => Song - 100 [time] => 100 [License] => MIT ) [98] => Array ( [id] => 297 [title] => Song - 99 [time] => 99 [License] => MIT ) [147] => Array ( [id] => 296 [title] => Song - 148 [time] => 148 [License] => MIT ) [95] => Array ( [id] => 288 [title] => Song - 96 [time] => 96 [License] => MIT ) [93] => Array ( [id] => 282 [title] => Song - 94 [time] => 94 [License] => MIT ) [69] => Array ( [id] => 280 [title] => Song - 70 [time] => 70 [License] => MIT ) [139] => Array ( [id] => 280 [title] => Song - 140 [time] => 140 [License] => MIT ) [138] => Array ( [id] => 278 [title] => Song - 139 [time] => 139 [License] => MIT ) [91] => Array ( [id] => 276 [title] => Song - 92 [time] => 92 [License] => MIT ) [137] => Array ( [id] => 276 [title] => Song - 138 [time] => 138 [License] => MIT ) [135] => Array ( [id] => 272 [title] => Song - 136 [time] => 136 [License] => MIT ) [89] => Array ( [id] => 270 [title] => Song - 90 [time] => 90 [License] => MIT ) [134] => Array ( [id] => 270 [title] => Song - 135 [time] => 135 [License] => MIT ) [66] => Array ( [id] => 268 [title] => Song - 67 [time] => 67 [License] => MIT ) [65] => Array ( [id] => 264 [title] => Song - 66 [time] => 66 [License] => MIT ) [63] => Array ( [id] => 256 [title] => Song - 64 [time] => 64 [License] => MIT ) [84] => Array ( [id] => 255 [title] => Song - 85 [time] => 85 [License] => MIT ) [83] => Array ( [id] => 252 [title] => Song - 84 [time] => 84 [License] => MIT ) [62] => Array ( [id] => 252 [title] => Song - 63 [time] => 63 [License] => MIT ) [82] => Array ( [id] => 249 [title] => Song - 83 [time] => 83 [License] => MIT ) [123] => Array ( [id] => 248 [title] => Song - 124 [time] => 124 [License] => MIT ) [80] => Array ( [id] => 243 [title] => Song - 81 [time] => 81 [License] => MIT ) [120] => Array ( [id] => 242 [title] => Song - 121 [time] => 121 [License] => MIT ) [79] => Array ( [id] => 240 [title] => Song - 80 [time] => 80 [License] => MIT ) [115] => Array ( [id] => 232 [title] => Song - 116 [time] => 116 [License] => MIT ) [114] => Array ( [id] => 230 [title] => Song - 115 [time] => 115 [License] => MIT ) [72] => Array ( [id] => 219 [title] => Song - 73 [time] => 73 [License] => MIT ) [107] => Array ( [id] => 216 [title] => Song - 108 [time] => 108 [License] => MIT ) [68] => Array ( [id] => 207 [title] => Song - 69 [time] => 69 [License] => MIT ) [100] => Array ( [id] => 202 [title] => Song - 101 [time] => 101 [License] => MIT ) [64] => Array ( [id] => 195 [title] => Song - 65 [time] => 65 [License] => MIT ) [47] => Array ( [id] => 192 [title] => Song - 48 [time] => 48 [License] => MIT ) [61] => Array ( [id] => 186 [title] => Song - 62 [time] => 62 [License] => MIT ) [44] => Array ( [id] => 180 [title] => Song - 45 [time] => 45 [License] => MIT ) [56] => Array ( [id] => 171 [title] => Song - 57 [time] => 57 [License] => MIT ) [41] => Array ( [id] => 168 [title] => Song - 42 [time] => 42 [License] => MIT ) [53] => Array ( [id] => 162 [title] => Song - 54 [time] => 54 [License] => MIT ) [76] => Array ( [id] => 154 [title] => Song - 77 [time] => 77 [License] => MIT ) [73] => Array ( [id] => 148 [title] => Song - 74 [time] => 74 [License] => MIT ) [146] => Array ( [id] => 147 [title] => Song - 147 [time] => 147 [License] => MIT ) [71] => Array ( [id] => 144 [title] => Song - 72 [time] => 72 [License] => MIT ) [142] => Array ( [id] => 143 [title] => Song - 143 [time] => 143 [License] => MIT ) [141] => Array ( [id] => 142 [title] => Song - 142 [time] => 142 [License] => MIT ) [140] => Array ( [id] => 141 [title] => Song - 141 [time] => 141 [License] => MIT ) [136] => Array ( [id] => 137 [title] => Song - 137 [time] => 137 [License] => MIT ) [131] => Array ( [id] => 132 [title] => Song - 132 [time] => 132 [License] => MIT ) [40] => Array ( [id] => 123 [title] => Song - 41 [time] => 41 [License] => MIT ) [122] => Array ( [id] => 123 [title] => Song - 123 [time] => 123 [License] => MIT ) [60] => Array ( [id] => 122 [title] => Song - 61 [time] => 61 [License] => MIT ) [121] => Array ( [id] => 122 [title] => Song - 122 [time] => 122 [License] => MIT ) [59] => Array ( [id] => 120 [title] => Song - 60 [time] => 60 [License] => MIT ) [39] => Array ( [id] => 120 [title] => Song - 40 [time] => 40 [License] => MIT ) [29] => Array ( [id] => 120 [title] => Song - 30 [time] => 30 [License] => MIT ) [119] => Array ( [id] => 120 [title] => Song - 120 [time] => 120 [License] => MIT ) [58] => Array ( [id] => 118 [title] => Song - 59 [time] => 59 [License] => MIT ) [38] => Array ( [id] => 117 [title] => Song - 39 [time] => 39 [License] => MIT ) [116] => Array ( [id] => 117 [title] => Song - 117 [time] => 117 [License] => MIT ) [113] => Array ( [id] => 114 [title] => Song - 114 [time] => 114 [License] => MIT ) [112] => Array ( [id] => 113 [title] => Song - 113 [time] => 113 [License] => MIT ) [55] => Array ( [id] => 112 [title] => Song - 56 [time] => 56 [License] => MIT ) [110] => Array ( [id] => 111 [title] => Song - 111 [time] => 111 [License] => MIT ) [51] => Array ( [id] => 104 [title] => Song - 52 [time] => 52 [License] => MIT ) [97] => Array ( [id] => 98 [title] => Song - 98 [time] => 98 [License] => MIT ) [96] => Array ( [id] => 97 [title] => Song - 97 [time] => 97 [License] => MIT ) [94] => Array ( [id] => 95 [title] => Song - 95 [time] => 95 [License] => MIT ) [46] => Array ( [id] => 94 [title] => Song - 47 [time] => 47 [License] => MIT ) [92] => Array ( [id] => 93 [title] => Song - 93 [time] => 93 [License] => MIT ) [88] => Array ( [id] => 89 [title] => Song - 89 [time] => 89 [License] => MIT ) [87] => Array ( [id] => 88 [title] => Song - 88 [time] => 88 [License] => MIT ) [21] => Array ( [id] => 88 [title] => Song - 22 [time] => 22 [License] => MIT ) [28] => Array ( [id] => 87 [title] => Song - 29 [time] => 29 [License] => MIT ) [42] => Array ( [id] => 86 [title] => Song - 43 [time] => 43 [License] => MIT ) [78] => Array ( [id] => 79 [title] => Song - 79 [time] => 79 [License] => MIT ) [77] => Array ( [id] => 78 [title] => Song - 78 [time] => 78 [License] => MIT ) [75] => Array ( [id] => 76 [title] => Song - 76 [time] => 76 [License] => MIT ) [36] => Array ( [id] => 74 [title] => Song - 37 [time] => 37 [License] => MIT ) [70] => Array ( [id] => 71 [title] => Song - 71 [time] => 71 [License] => MIT ) [22] => Array ( [id] => 69 [title] => Song - 23 [time] => 23 [License] => MIT ) [67] => Array ( [id] => 68 [title] => Song - 68 [time] => 68 [License] => MIT ) [31] => Array ( [id] => 64 [title] => Song - 32 [time] => 32 [License] => MIT ) [20] => Array ( [id] => 63 [title] => Song - 21 [time] => 21 [License] => MIT ) [30] => Array ( [id] => 62 [title] => Song - 31 [time] => 31 [License] => MIT ) [57] => Array ( [id] => 58 [title] => Song - 58 [time] => 58 [License] => MIT ) [27] => Array ( [id] => 56 [title] => Song - 28 [time] => 28 [License] => MIT ) [54] => Array ( [id] => 55 [title] => Song - 55 [time] => 55 [License] => MIT ) [26] => Array ( [id] => 54 [title] => Song - 27 [time] => 27 [License] => MIT ) [52] => Array ( [id] => 53 [title] => Song - 53 [time] => 53 [License] => MIT ) [25] => Array ( [id] => 52 [title] => Song - 26 [time] => 26 [License] => MIT ) [50] => Array ( [id] => 51 [title] => Song - 51 [time] => 51 [License] => MIT ) [16] => Array ( [id] => 51 [title] => Song - 17 [time] => 17 [License] => MIT ) [49] => Array ( [id] => 50 [title] => Song - 50 [time] => 50 [License] => MIT ) [24] => Array ( [id] => 50 [title] => Song - 25 [time] => 25 [License] => MIT ) [48] => Array ( [id] => 49 [title] => Song - 49 [time] => 49 [License] => MIT ) [11] => Array ( [id] => 48 [title] => Song - 12 [time] => 12 [License] => MIT ) [45] => Array ( [id] => 46 [title] => Song - 46 [time] => 46 [License] => MIT ) [43] => Array ( [id] => 44 [title] => Song - 44 [time] => 44 [License] => MIT ) [13] => Array ( [id] => 42 [title] => Song - 14 [time] => 14 [License] => MIT ) [37] => Array ( [id] => 38 [title] => Song - 38 [time] => 38 [License] => MIT ) [18] => Array ( [id] => 38 [title] => Song - 19 [time] => 19 [License] => MIT ) [35] => Array ( [id] => 36 [title] => Song - 36 [time] => 36 [License] => MIT ) [17] => Array ( [id] => 36 [title] => Song - 18 [time] => 18 [License] => MIT ) [34] => Array ( [id] => 35 [title] => Song - 35 [time] => 35 [License] => MIT ) [33] => Array ( [id] => 34 [title] => Song - 34 [time] => 34 [License] => MIT ) [32] => Array ( [id] => 33 [title] => Song - 33 [time] => 33 [License] => MIT ) [10] => Array ( [id] => 33 [title] => Song - 11 [time] => 11 [License] => MIT ) [14] => Array ( [id] => 30 [title] => Song - 15 [time] => 15 [License] => MIT ) [6] => Array ( [id] => 28 [title] => Song - 7 [time] => 7 [License] => MIT ) [12] => Array ( [id] => 26 [title] => Song - 13 [time] => 13 [License] => MIT ) [23] => Array ( [id] => 24 [title] => Song - 24 [time] => 24 [License] => MIT ) [19] => Array ( [id] => 20 [title] => Song - 20 [time] => 20 [License] => MIT ) [5] => Array ( [id] => 18 [title] => Song - 6 [time] => 6 [License] => MIT ) [15] => Array ( [id] => 16 [title] => Song - 16 [time] => 16 [License] => MIT ) [4] => Array ( [id] => 10 [title] => Song - 5 [time] => 5 [License] => MIT ) [9] => Array ( [id] => 10 [title] => Song - 10 [time] => 10 [License] => MIT ) [8] => Array ( [id] => 9 [title] => Song - 9 [time] => 9 [License] => MIT ) [2] => Array ( [id] => 9 [title] => Song - 3 [time] => 3 [License] => MIT ) [7] => Array ( [id] => 8 [title] => Song - 8 [time] => 8 [License] => MIT ) [3] => Array ( [id] => 4 [title] => Song - 4 [time] => 4 [License] => MIT ) [1] => Array ( [id] => 2 [title] => Song - 2 [time] => 2 [License] => MIT ) [0] => Array ( [id] => 1 [title] => Song - 1 [time] => 1 [License] => MIT ) )
Output for 5.4.19
Array ( [149] => Array ( [id] => 600 [title] => Song - 150 [time] => 150 [License] => MIT ) [148] => Array ( [id] => 596 [title] => Song - 149 [time] => 149 [License] => MIT ) [144] => Array ( [id] => 580 [title] => Song - 145 [time] => 145 [License] => MIT ) [139] => Array ( [id] => 560 [title] => Song - 140 [time] => 140 [License] => MIT ) [136] => Array ( [id] => 548 [title] => Song - 137 [time] => 137 [License] => MIT ) [126] => Array ( [id] => 508 [title] => Song - 127 [time] => 127 [License] => MIT ) [123] => Array ( [id] => 496 [title] => Song - 124 [time] => 124 [License] => MIT ) [114] => Array ( [id] => 460 [title] => Song - 115 [time] => 115 [License] => MIT ) [108] => Array ( [id] => 436 [title] => Song - 109 [time] => 109 [License] => MIT ) [140] => Array ( [id] => 423 [title] => Song - 141 [time] => 141 [License] => MIT ) [103] => Array ( [id] => 416 [title] => Song - 104 [time] => 104 [License] => MIT ) [135] => Array ( [id] => 408 [title] => Song - 136 [time] => 136 [License] => MIT ) [96] => Array ( [id] => 388 [title] => Song - 97 [time] => 97 [License] => MIT ) [128] => Array ( [id] => 387 [title] => Song - 129 [time] => 129 [License] => MIT ) [90] => Array ( [id] => 364 [title] => Song - 91 [time] => 91 [License] => MIT ) [118] => Array ( [id] => 357 [title] => Song - 119 [time] => 119 [License] => MIT ) [87] => Array ( [id] => 352 [title] => Song - 88 [time] => 88 [License] => MIT ) [116] => Array ( [id] => 351 [title] => Song - 117 [time] => 117 [License] => MIT ) [85] => Array ( [id] => 344 [title] => Song - 86 [time] => 86 [License] => MIT ) [113] => Array ( [id] => 342 [title] => Song - 114 [time] => 114 [License] => MIT ) [110] => Array ( [id] => 333 [title] => Song - 111 [time] => 111 [License] => MIT ) [81] => Array ( [id] => 328 [title] => Song - 82 [time] => 82 [License] => MIT ) [80] => Array ( [id] => 324 [title] => Song - 81 [time] => 81 [License] => MIT ) [107] => Array ( [id] => 324 [title] => Song - 108 [time] => 108 [License] => MIT ) [106] => Array ( [id] => 321 [title] => Song - 107 [time] => 107 [License] => MIT ) [79] => Array ( [id] => 320 [title] => Song - 80 [time] => 80 [License] => MIT ) [77] => Array ( [id] => 312 [title] => Song - 78 [time] => 78 [License] => MIT ) [74] => Array ( [id] => 300 [title] => Song - 75 [time] => 75 [License] => MIT ) [73] => Array ( [id] => 296 [title] => Song - 74 [time] => 74 [License] => MIT ) [147] => Array ( [id] => 296 [title] => Song - 148 [time] => 148 [License] => MIT ) [146] => Array ( [id] => 294 [title] => Song - 147 [time] => 147 [License] => MIT ) [72] => Array ( [id] => 292 [title] => Song - 73 [time] => 73 [License] => MIT ) [71] => Array ( [id] => 288 [title] => Song - 72 [time] => 72 [License] => MIT ) [142] => Array ( [id] => 286 [title] => Song - 143 [time] => 143 [License] => MIT ) [141] => Array ( [id] => 284 [title] => Song - 142 [time] => 142 [License] => MIT ) [93] => Array ( [id] => 282 [title] => Song - 94 [time] => 94 [License] => MIT ) [69] => Array ( [id] => 280 [title] => Song - 70 [time] => 70 [License] => MIT ) [92] => Array ( [id] => 279 [title] => Song - 93 [time] => 93 [License] => MIT ) [138] => Array ( [id] => 278 [title] => Song - 139 [time] => 139 [License] => MIT ) [91] => Array ( [id] => 276 [title] => Song - 92 [time] => 92 [License] => MIT ) [67] => Array ( [id] => 272 [title] => Song - 68 [time] => 68 [License] => MIT ) [89] => Array ( [id] => 270 [title] => Song - 90 [time] => 90 [License] => MIT ) [134] => Array ( [id] => 270 [title] => Song - 135 [time] => 135 [License] => MIT ) [131] => Array ( [id] => 264 [title] => Song - 132 [time] => 132 [License] => MIT ) [130] => Array ( [id] => 262 [title] => Song - 131 [time] => 131 [License] => MIT ) [83] => Array ( [id] => 252 [title] => Song - 84 [time] => 84 [License] => MIT ) [125] => Array ( [id] => 252 [title] => Song - 126 [time] => 126 [License] => MIT ) [124] => Array ( [id] => 250 [title] => Song - 125 [time] => 125 [License] => MIT ) [82] => Array ( [id] => 249 [title] => Song - 83 [time] => 83 [License] => MIT ) [61] => Array ( [id] => 248 [title] => Song - 62 [time] => 62 [License] => MIT ) [122] => Array ( [id] => 246 [title] => Song - 123 [time] => 123 [License] => MIT ) [60] => Array ( [id] => 244 [title] => Song - 61 [time] => 61 [License] => MIT ) [120] => Array ( [id] => 242 [title] => Song - 121 [time] => 121 [License] => MIT ) [59] => Array ( [id] => 240 [title] => Song - 60 [time] => 60 [License] => MIT ) [119] => Array ( [id] => 240 [title] => Song - 120 [time] => 120 [License] => MIT ) [117] => Array ( [id] => 236 [title] => Song - 118 [time] => 118 [License] => MIT ) [112] => Array ( [id] => 226 [title] => Song - 113 [time] => 113 [License] => MIT ) [111] => Array ( [id] => 224 [title] => Song - 112 [time] => 112 [License] => MIT ) [104] => Array ( [id] => 210 [title] => Song - 105 [time] => 105 [License] => MIT ) [100] => Array ( [id] => 202 [title] => Song - 101 [time] => 101 [License] => MIT ) [99] => Array ( [id] => 200 [title] => Song - 100 [time] => 100 [License] => MIT ) [97] => Array ( [id] => 196 [title] => Song - 98 [time] => 98 [License] => MIT ) [64] => Array ( [id] => 195 [title] => Song - 65 [time] => 65 [License] => MIT ) [95] => Array ( [id] => 192 [title] => Song - 96 [time] => 96 [License] => MIT ) [63] => Array ( [id] => 192 [title] => Song - 64 [time] => 64 [License] => MIT ) [94] => Array ( [id] => 190 [title] => Song - 95 [time] => 95 [License] => MIT ) [44] => Array ( [id] => 180 [title] => Song - 45 [time] => 45 [License] => MIT ) [88] => Array ( [id] => 178 [title] => Song - 89 [time] => 89 [License] => MIT ) [86] => Array ( [id] => 174 [title] => Song - 87 [time] => 87 [License] => MIT ) [55] => Array ( [id] => 168 [title] => Song - 56 [time] => 56 [License] => MIT ) [41] => Array ( [id] => 168 [title] => Song - 42 [time] => 42 [License] => MIT ) [40] => Array ( [id] => 164 [title] => Song - 41 [time] => 41 [License] => MIT ) [39] => Array ( [id] => 160 [title] => Song - 40 [time] => 40 [License] => MIT ) [78] => Array ( [id] => 158 [title] => Song - 79 [time] => 79 [License] => MIT ) [38] => Array ( [id] => 156 [title] => Song - 39 [time] => 39 [License] => MIT ) [76] => Array ( [id] => 154 [title] => Song - 77 [time] => 77 [License] => MIT ) [48] => Array ( [id] => 147 [title] => Song - 49 [time] => 49 [License] => MIT ) [145] => Array ( [id] => 146 [title] => Song - 146 [time] => 146 [License] => MIT ) [47] => Array ( [id] => 144 [title] => Song - 48 [time] => 48 [License] => MIT ) [143] => Array ( [id] => 144 [title] => Song - 144 [time] => 144 [License] => MIT ) [137] => Array ( [id] => 138 [title] => Song - 138 [time] => 138 [License] => MIT ) [133] => Array ( [id] => 134 [title] => Song - 134 [time] => 134 [License] => MIT ) [132] => Array ( [id] => 133 [title] => Song - 133 [time] => 133 [License] => MIT ) [65] => Array ( [id] => 132 [title] => Song - 66 [time] => 66 [License] => MIT ) [129] => Array ( [id] => 130 [title] => Song - 130 [time] => 130 [License] => MIT ) [127] => Array ( [id] => 128 [title] => Song - 128 [time] => 128 [License] => MIT ) [121] => Array ( [id] => 122 [title] => Song - 122 [time] => 122 [License] => MIT ) [58] => Array ( [id] => 118 [title] => Song - 59 [time] => 59 [License] => MIT ) [57] => Array ( [id] => 116 [title] => Song - 58 [time] => 58 [License] => MIT ) [115] => Array ( [id] => 116 [title] => Song - 116 [time] => 116 [License] => MIT ) [27] => Array ( [id] => 112 [title] => Song - 28 [time] => 28 [License] => MIT ) [36] => Array ( [id] => 111 [title] => Song - 37 [time] => 37 [License] => MIT ) [109] => Array ( [id] => 110 [title] => Song - 110 [time] => 110 [License] => MIT ) [35] => Array ( [id] => 108 [title] => Song - 36 [time] => 36 [License] => MIT ) [52] => Array ( [id] => 106 [title] => Song - 53 [time] => 53 [License] => MIT ) [105] => Array ( [id] => 106 [title] => Song - 106 [time] => 106 [License] => MIT ) [51] => Array ( [id] => 104 [title] => Song - 52 [time] => 52 [License] => MIT ) [25] => Array ( [id] => 104 [title] => Song - 26 [time] => 26 [License] => MIT ) [102] => Array ( [id] => 103 [title] => Song - 103 [time] => 103 [License] => MIT ) [50] => Array ( [id] => 102 [title] => Song - 51 [time] => 51 [License] => MIT ) [101] => Array ( [id] => 102 [title] => Song - 102 [time] => 102 [License] => MIT ) [49] => Array ( [id] => 100 [title] => Song - 50 [time] => 50 [License] => MIT ) [24] => Array ( [id] => 100 [title] => Song - 25 [time] => 25 [License] => MIT ) [98] => Array ( [id] => 99 [title] => Song - 99 [time] => 99 [License] => MIT ) [46] => Array ( [id] => 94 [title] => Song - 47 [time] => 47 [License] => MIT ) [30] => Array ( [id] => 93 [title] => Song - 31 [time] => 31 [License] => MIT ) [22] => Array ( [id] => 92 [title] => Song - 23 [time] => 23 [License] => MIT ) [43] => Array ( [id] => 88 [title] => Song - 44 [time] => 44 [License] => MIT ) [28] => Array ( [id] => 87 [title] => Song - 29 [time] => 29 [License] => MIT ) [84] => Array ( [id] => 85 [title] => Song - 85 [time] => 85 [License] => MIT ) [26] => Array ( [id] => 81 [title] => Song - 27 [time] => 27 [License] => MIT ) [75] => Array ( [id] => 76 [title] => Song - 76 [time] => 76 [License] => MIT ) [17] => Array ( [id] => 72 [title] => Song - 18 [time] => 18 [License] => MIT ) [70] => Array ( [id] => 71 [title] => Song - 71 [time] => 71 [License] => MIT ) [68] => Array ( [id] => 69 [title] => Song - 69 [time] => 69 [License] => MIT ) [66] => Array ( [id] => 67 [title] => Song - 67 [time] => 67 [License] => MIT ) [21] => Array ( [id] => 66 [title] => Song - 22 [time] => 22 [License] => MIT ) [31] => Array ( [id] => 64 [title] => Song - 32 [time] => 32 [License] => MIT ) [62] => Array ( [id] => 63 [title] => Song - 63 [time] => 63 [License] => MIT ) [29] => Array ( [id] => 60 [title] => Song - 30 [time] => 30 [License] => MIT ) [14] => Array ( [id] => 60 [title] => Song - 15 [time] => 15 [License] => MIT ) [56] => Array ( [id] => 57 [title] => Song - 57 [time] => 57 [License] => MIT ) [54] => Array ( [id] => 55 [title] => Song - 55 [time] => 55 [License] => MIT ) [53] => Array ( [id] => 54 [title] => Song - 54 [time] => 54 [License] => MIT ) [23] => Array ( [id] => 48 [title] => Song - 24 [time] => 24 [License] => MIT ) [11] => Array ( [id] => 48 [title] => Song - 12 [time] => 12 [License] => MIT ) [45] => Array ( [id] => 46 [title] => Song - 46 [time] => 46 [License] => MIT ) [42] => Array ( [id] => 43 [title] => Song - 43 [time] => 43 [License] => MIT ) [19] => Array ( [id] => 40 [title] => Song - 20 [time] => 20 [License] => MIT ) [37] => Array ( [id] => 38 [title] => Song - 38 [time] => 38 [License] => MIT ) [18] => Array ( [id] => 38 [title] => Song - 19 [time] => 19 [License] => MIT ) [34] => Array ( [id] => 35 [title] => Song - 35 [time] => 35 [License] => MIT ) [33] => Array ( [id] => 34 [title] => Song - 34 [time] => 34 [License] => MIT ) [32] => Array ( [id] => 33 [title] => Song - 33 [time] => 33 [License] => MIT ) [15] => Array ( [id] => 32 [title] => Song - 16 [time] => 16 [License] => MIT ) [6] => Array ( [id] => 28 [title] => Song - 7 [time] => 7 [License] => MIT ) [12] => Array ( [id] => 26 [title] => Song - 13 [time] => 13 [License] => MIT ) [10] => Array ( [id] => 22 [title] => Song - 11 [time] => 11 [License] => MIT ) [20] => Array ( [id] => 21 [title] => Song - 21 [time] => 21 [License] => MIT ) [5] => Array ( [id] => 18 [title] => Song - 6 [time] => 6 [License] => MIT ) [16] => Array ( [id] => 17 [title] => Song - 17 [time] => 17 [License] => MIT ) [7] => Array ( [id] => 16 [title] => Song - 8 [time] => 8 [License] => MIT ) [13] => Array ( [id] => 14 [title] => Song - 14 [time] => 14 [License] => MIT ) [9] => Array ( [id] => 10 [title] => Song - 10 [time] => 10 [License] => MIT ) [8] => Array ( [id] => 9 [title] => Song - 9 [time] => 9 [License] => MIT ) [2] => Array ( [id] => 6 [title] => Song - 3 [time] => 3 [License] => MIT ) [1] => Array ( [id] => 6 [title] => Song - 2 [time] => 2 [License] => MIT ) [4] => Array ( [id] => 5 [title] => Song - 5 [time] => 5 [License] => MIT ) [3] => Array ( [id] => 4 [title] => Song - 4 [time] => 4 [License] => MIT ) [0] => Array ( [id] => 2 [title] => Song - 1 [time] => 1 [License] => MIT ) )
Output for 5.4.18
Array ( [142] => Array ( [id] => 572 [title] => Song - 143 [time] => 143 [License] => MIT ) [139] => Array ( [id] => 560 [title] => Song - 140 [time] => 140 [License] => MIT ) [136] => Array ( [id] => 548 [title] => Song - 137 [time] => 137 [License] => MIT ) [135] => Array ( [id] => 544 [title] => Song - 136 [time] => 136 [License] => MIT ) [131] => Array ( [id] => 528 [title] => Song - 132 [time] => 132 [License] => MIT ) [129] => Array ( [id] => 520 [title] => Song - 130 [time] => 130 [License] => MIT ) [122] => Array ( [id] => 492 [title] => Song - 123 [time] => 123 [License] => MIT ) [121] => Array ( [id] => 488 [title] => Song - 122 [time] => 122 [License] => MIT ) [116] => Array ( [id] => 468 [title] => Song - 117 [time] => 117 [License] => MIT ) [112] => Array ( [id] => 452 [title] => Song - 113 [time] => 113 [License] => MIT ) [148] => Array ( [id] => 447 [title] => Song - 149 [time] => 149 [License] => MIT ) [110] => Array ( [id] => 444 [title] => Song - 111 [time] => 111 [License] => MIT ) [107] => Array ( [id] => 432 [title] => Song - 108 [time] => 108 [License] => MIT ) [106] => Array ( [id] => 428 [title] => Song - 107 [time] => 107 [License] => MIT ) [141] => Array ( [id] => 426 [title] => Song - 142 [time] => 142 [License] => MIT ) [140] => Array ( [id] => 423 [title] => Song - 141 [time] => 141 [License] => MIT ) [104] => Array ( [id] => 420 [title] => Song - 105 [time] => 105 [License] => MIT ) [138] => Array ( [id] => 417 [title] => Song - 139 [time] => 139 [License] => MIT ) [99] => Array ( [id] => 400 [title] => Song - 100 [time] => 100 [License] => MIT ) [98] => Array ( [id] => 396 [title] => Song - 99 [time] => 99 [License] => MIT ) [96] => Array ( [id] => 388 [title] => Song - 97 [time] => 97 [License] => MIT ) [127] => Array ( [id] => 384 [title] => Song - 128 [time] => 128 [License] => MIT ) [94] => Array ( [id] => 380 [title] => Song - 95 [time] => 95 [License] => MIT ) [125] => Array ( [id] => 378 [title] => Song - 126 [time] => 126 [License] => MIT ) [124] => Array ( [id] => 375 [title] => Song - 125 [time] => 125 [License] => MIT ) [88] => Array ( [id] => 356 [title] => Song - 89 [time] => 89 [License] => MIT ) [114] => Array ( [id] => 345 [title] => Song - 115 [time] => 115 [License] => MIT ) [113] => Array ( [id] => 342 [title] => Song - 114 [time] => 114 [License] => MIT ) [111] => Array ( [id] => 336 [title] => Song - 112 [time] => 112 [License] => MIT ) [109] => Array ( [id] => 330 [title] => Song - 110 [time] => 110 [License] => MIT ) [108] => Array ( [id] => 327 [title] => Song - 109 [time] => 109 [License] => MIT ) [77] => Array ( [id] => 312 [title] => Song - 78 [time] => 78 [License] => MIT ) [102] => Array ( [id] => 309 [title] => Song - 103 [time] => 103 [License] => MIT ) [75] => Array ( [id] => 304 [title] => Song - 76 [time] => 76 [License] => MIT ) [147] => Array ( [id] => 296 [title] => Song - 148 [time] => 148 [License] => MIT ) [97] => Array ( [id] => 294 [title] => Song - 98 [time] => 98 [License] => MIT ) [146] => Array ( [id] => 294 [title] => Song - 147 [time] => 147 [License] => MIT ) [145] => Array ( [id] => 292 [title] => Song - 146 [time] => 146 [License] => MIT ) [95] => Array ( [id] => 288 [title] => Song - 96 [time] => 96 [License] => MIT ) [69] => Array ( [id] => 280 [title] => Song - 70 [time] => 70 [License] => MIT ) [90] => Array ( [id] => 273 [title] => Song - 91 [time] => 91 [License] => MIT ) [134] => Array ( [id] => 270 [title] => Song - 135 [time] => 135 [License] => MIT ) [132] => Array ( [id] => 266 [title] => Song - 133 [time] => 133 [License] => MIT ) [130] => Array ( [id] => 262 [title] => Song - 131 [time] => 131 [License] => MIT ) [86] => Array ( [id] => 261 [title] => Song - 87 [time] => 87 [License] => MIT ) [64] => Array ( [id] => 260 [title] => Song - 65 [time] => 65 [License] => MIT ) [84] => Array ( [id] => 255 [title] => Song - 85 [time] => 85 [License] => MIT ) [126] => Array ( [id] => 254 [title] => Song - 127 [time] => 127 [License] => MIT ) [83] => Array ( [id] => 252 [title] => Song - 84 [time] => 84 [License] => MIT ) [123] => Array ( [id] => 248 [title] => Song - 124 [time] => 124 [License] => MIT ) [120] => Array ( [id] => 242 [title] => Song - 121 [time] => 121 [License] => MIT ) [59] => Array ( [id] => 240 [title] => Song - 60 [time] => 60 [License] => MIT ) [117] => Array ( [id] => 236 [title] => Song - 118 [time] => 118 [License] => MIT ) [73] => Array ( [id] => 222 [title] => Song - 74 [time] => 74 [License] => MIT ) [54] => Array ( [id] => 220 [title] => Song - 55 [time] => 55 [License] => MIT ) [70] => Array ( [id] => 213 [title] => Song - 71 [time] => 71 [License] => MIT ) [105] => Array ( [id] => 212 [title] => Song - 106 [time] => 106 [License] => MIT ) [103] => Array ( [id] => 208 [title] => Song - 104 [time] => 104 [License] => MIT ) [68] => Array ( [id] => 207 [title] => Song - 69 [time] => 69 [License] => MIT ) [47] => Array ( [id] => 192 [title] => Song - 48 [time] => 48 [License] => MIT ) [91] => Array ( [id] => 184 [title] => Song - 92 [time] => 92 [License] => MIT ) [60] => Array ( [id] => 183 [title] => Song - 61 [time] => 61 [License] => MIT ) [89] => Array ( [id] => 180 [title] => Song - 90 [time] => 90 [License] => MIT ) [87] => Array ( [id] => 176 [title] => Song - 88 [time] => 88 [License] => MIT ) [57] => Array ( [id] => 174 [title] => Song - 58 [time] => 58 [License] => MIT ) [85] => Array ( [id] => 172 [title] => Song - 86 [time] => 86 [License] => MIT ) [42] => Array ( [id] => 172 [title] => Song - 43 [time] => 43 [License] => MIT ) [40] => Array ( [id] => 164 [title] => Song - 41 [time] => 41 [License] => MIT ) [80] => Array ( [id] => 162 [title] => Song - 81 [time] => 81 [License] => MIT ) [79] => Array ( [id] => 160 [title] => Song - 80 [time] => 80 [License] => MIT ) [52] => Array ( [id] => 159 [title] => Song - 53 [time] => 53 [License] => MIT ) [51] => Array ( [id] => 156 [title] => Song - 52 [time] => 52 [License] => MIT ) [76] => Array ( [id] => 154 [title] => Song - 77 [time] => 77 [License] => MIT ) [50] => Array ( [id] => 153 [title] => Song - 51 [time] => 51 [License] => MIT ) [74] => Array ( [id] => 150 [title] => Song - 75 [time] => 75 [License] => MIT ) [149] => Array ( [id] => 150 [title] => Song - 150 [time] => 150 [License] => MIT ) [48] => Array ( [id] => 147 [title] => Song - 49 [time] => 49 [License] => MIT ) [72] => Array ( [id] => 146 [title] => Song - 73 [time] => 73 [License] => MIT ) [144] => Array ( [id] => 145 [title] => Song - 145 [time] => 145 [License] => MIT ) [143] => Array ( [id] => 144 [title] => Song - 144 [time] => 144 [License] => MIT ) [137] => Array ( [id] => 138 [title] => Song - 138 [time] => 138 [License] => MIT ) [67] => Array ( [id] => 136 [title] => Song - 68 [time] => 68 [License] => MIT ) [133] => Array ( [id] => 134 [title] => Song - 134 [time] => 134 [License] => MIT ) [65] => Array ( [id] => 132 [title] => Song - 66 [time] => 66 [License] => MIT ) [128] => Array ( [id] => 129 [title] => Song - 129 [time] => 129 [License] => MIT ) [41] => Array ( [id] => 126 [title] => Song - 42 [time] => 42 [License] => MIT ) [61] => Array ( [id] => 124 [title] => Song - 62 [time] => 62 [License] => MIT ) [30] => Array ( [id] => 124 [title] => Song - 31 [time] => 31 [License] => MIT ) [119] => Array ( [id] => 120 [title] => Song - 120 [time] => 120 [License] => MIT ) [118] => Array ( [id] => 119 [title] => Song - 119 [time] => 119 [License] => MIT ) [58] => Array ( [id] => 118 [title] => Song - 59 [time] => 59 [License] => MIT ) [115] => Array ( [id] => 116 [title] => Song - 116 [time] => 116 [License] => MIT ) [56] => Array ( [id] => 114 [title] => Song - 57 [time] => 57 [License] => MIT ) [37] => Array ( [id] => 114 [title] => Song - 38 [time] => 38 [License] => MIT ) [36] => Array ( [id] => 111 [title] => Song - 37 [time] => 37 [License] => MIT ) [101] => Array ( [id] => 102 [title] => Song - 102 [time] => 102 [License] => MIT ) [100] => Array ( [id] => 101 [title] => Song - 101 [time] => 101 [License] => MIT ) [49] => Array ( [id] => 100 [title] => Song - 50 [time] => 50 [License] => MIT ) [24] => Array ( [id] => 100 [title] => Song - 25 [time] => 25 [License] => MIT ) [23] => Array ( [id] => 96 [title] => Song - 24 [time] => 24 [License] => MIT ) [93] => Array ( [id] => 94 [title] => Song - 94 [time] => 94 [License] => MIT ) [92] => Array ( [id] => 93 [title] => Song - 93 [time] => 93 [License] => MIT ) [45] => Array ( [id] => 92 [title] => Song - 46 [time] => 46 [License] => MIT ) [43] => Array ( [id] => 88 [title] => Song - 44 [time] => 44 [License] => MIT ) [21] => Array ( [id] => 88 [title] => Song - 22 [time] => 22 [License] => MIT ) [28] => Array ( [id] => 87 [title] => Song - 29 [time] => 29 [License] => MIT ) [82] => Array ( [id] => 83 [title] => Song - 83 [time] => 83 [License] => MIT ) [81] => Array ( [id] => 82 [title] => Song - 82 [time] => 82 [License] => MIT ) [26] => Array ( [id] => 81 [title] => Song - 27 [time] => 27 [License] => MIT ) [39] => Array ( [id] => 80 [title] => Song - 40 [time] => 40 [License] => MIT ) [19] => Array ( [id] => 80 [title] => Song - 20 [time] => 20 [License] => MIT ) [78] => Array ( [id] => 79 [title] => Song - 79 [time] => 79 [License] => MIT ) [38] => Array ( [id] => 78 [title] => Song - 39 [time] => 39 [License] => MIT ) [25] => Array ( [id] => 78 [title] => Song - 26 [time] => 26 [License] => MIT ) [71] => Array ( [id] => 72 [title] => Song - 72 [time] => 72 [License] => MIT ) [35] => Array ( [id] => 72 [title] => Song - 36 [time] => 36 [License] => MIT ) [17] => Array ( [id] => 72 [title] => Song - 18 [time] => 18 [License] => MIT ) [34] => Array ( [id] => 70 [title] => Song - 35 [time] => 35 [License] => MIT ) [33] => Array ( [id] => 68 [title] => Song - 34 [time] => 34 [License] => MIT ) [66] => Array ( [id] => 67 [title] => Song - 67 [time] => 67 [License] => MIT ) [32] => Array ( [id] => 66 [title] => Song - 33 [time] => 33 [License] => MIT ) [63] => Array ( [id] => 64 [title] => Song - 64 [time] => 64 [License] => MIT ) [62] => Array ( [id] => 63 [title] => Song - 63 [time] => 63 [License] => MIT ) [29] => Array ( [id] => 60 [title] => Song - 30 [time] => 30 [License] => MIT ) [55] => Array ( [id] => 56 [title] => Song - 56 [time] => 56 [License] => MIT ) [53] => Array ( [id] => 54 [title] => Song - 54 [time] => 54 [License] => MIT ) [11] => Array ( [id] => 48 [title] => Song - 12 [time] => 12 [License] => MIT ) [46] => Array ( [id] => 47 [title] => Song - 47 [time] => 47 [License] => MIT ) [22] => Array ( [id] => 46 [title] => Song - 23 [time] => 23 [License] => MIT ) [44] => Array ( [id] => 45 [title] => Song - 45 [time] => 45 [License] => MIT ) [14] => Array ( [id] => 45 [title] => Song - 15 [time] => 15 [License] => MIT ) [12] => Array ( [id] => 39 [title] => Song - 13 [time] => 13 [License] => MIT ) [18] => Array ( [id] => 38 [title] => Song - 19 [time] => 19 [License] => MIT ) [31] => Array ( [id] => 32 [title] => Song - 32 [time] => 32 [License] => MIT ) [15] => Array ( [id] => 32 [title] => Song - 16 [time] => 16 [License] => MIT ) [27] => Array ( [id] => 28 [title] => Song - 28 [time] => 28 [License] => MIT ) [13] => Array ( [id] => 28 [title] => Song - 14 [time] => 14 [License] => MIT ) [8] => Array ( [id] => 27 [title] => Song - 9 [time] => 9 [License] => MIT ) [10] => Array ( [id] => 22 [title] => Song - 11 [time] => 11 [License] => MIT ) [20] => Array ( [id] => 21 [title] => Song - 21 [time] => 21 [License] => MIT ) [16] => Array ( [id] => 17 [title] => Song - 17 [time] => 17 [License] => MIT ) [7] => Array ( [id] => 16 [title] => Song - 8 [time] => 8 [License] => MIT ) [9] => Array ( [id] => 10 [title] => Song - 10 [time] => 10 [License] => MIT ) [3] => Array ( [id] => 8 [title] => Song - 4 [time] => 4 [License] => MIT ) [6] => Array ( [id] => 7 [title] => Song - 7 [time] => 7 [License] => MIT ) [5] => Array ( [id] => 6 [title] => Song - 6 [time] => 6 [License] => MIT ) [1] => Array ( [id] => 6 [title] => Song - 2 [time] => 2 [License] => MIT ) [4] => Array ( [id] => 5 [title] => Song - 5 [time] => 5 [License] => MIT ) [2] => Array ( [id] => 3 [title] => Song - 3 [time] => 3 [License] => MIT ) [0] => Array ( [id] => 2 [title] => Song - 1 [time] => 1 [License] => MIT ) )
Output for 5.4.17
Array ( [149] => Array ( [id] => 600 [title] => Song - 150 [time] => 150 [License] => MIT ) [144] => Array ( [id] => 580 [title] => Song - 145 [time] => 145 [License] => MIT ) [143] => Array ( [id] => 576 [title] => Song - 144 [time] => 144 [License] => MIT ) [132] => Array ( [id] => 532 [title] => Song - 133 [time] => 133 [License] => MIT ) [130] => Array ( [id] => 524 [title] => Song - 131 [time] => 131 [License] => MIT ) [129] => Array ( [id] => 520 [title] => Song - 130 [time] => 130 [License] => MIT ) [126] => Array ( [id] => 508 [title] => Song - 127 [time] => 127 [License] => MIT ) [125] => Array ( [id] => 504 [title] => Song - 126 [time] => 126 [License] => MIT ) [121] => Array ( [id] => 488 [title] => Song - 122 [time] => 122 [License] => MIT ) [113] => Array ( [id] => 456 [title] => Song - 114 [time] => 114 [License] => MIT ) [107] => Array ( [id] => 432 [title] => Song - 108 [time] => 108 [License] => MIT ) [142] => Array ( [id] => 429 [title] => Song - 143 [time] => 143 [License] => MIT ) [140] => Array ( [id] => 423 [title] => Song - 141 [time] => 141 [License] => MIT ) [137] => Array ( [id] => 414 [title] => Song - 138 [time] => 138 [License] => MIT ) [136] => Array ( [id] => 411 [title] => Song - 137 [time] => 137 [License] => MIT ) [131] => Array ( [id] => 396 [title] => Song - 132 [time] => 132 [License] => MIT ) [127] => Array ( [id] => 384 [title] => Song - 128 [time] => 128 [License] => MIT ) [123] => Array ( [id] => 372 [title] => Song - 124 [time] => 124 [License] => MIT ) [91] => Array ( [id] => 368 [title] => Song - 92 [time] => 92 [License] => MIT ) [90] => Array ( [id] => 364 [title] => Song - 91 [time] => 91 [License] => MIT ) [119] => Array ( [id] => 360 [title] => Song - 120 [time] => 120 [License] => MIT ) [88] => Array ( [id] => 356 [title] => Song - 89 [time] => 89 [License] => MIT ) [86] => Array ( [id] => 348 [title] => Song - 87 [time] => 87 [License] => MIT ) [84] => Array ( [id] => 340 [title] => Song - 85 [time] => 85 [License] => MIT ) [112] => Array ( [id] => 339 [title] => Song - 113 [time] => 113 [License] => MIT ) [111] => Array ( [id] => 336 [title] => Song - 112 [time] => 112 [License] => MIT ) [109] => Array ( [id] => 330 [title] => Song - 110 [time] => 110 [License] => MIT ) [108] => Array ( [id] => 327 [title] => Song - 109 [time] => 109 [License] => MIT ) [79] => Array ( [id] => 320 [title] => Song - 80 [time] => 80 [License] => MIT ) [76] => Array ( [id] => 308 [title] => Song - 77 [time] => 77 [License] => MIT ) [100] => Array ( [id] => 303 [title] => Song - 101 [time] => 101 [License] => MIT ) [99] => Array ( [id] => 300 [title] => Song - 100 [time] => 100 [License] => MIT ) [148] => Array ( [id] => 298 [title] => Song - 149 [time] => 149 [License] => MIT ) [146] => Array ( [id] => 294 [title] => Song - 147 [time] => 147 [License] => MIT ) [145] => Array ( [id] => 292 [title] => Song - 146 [time] => 146 [License] => MIT ) [71] => Array ( [id] => 288 [title] => Song - 72 [time] => 72 [License] => MIT ) [134] => Array ( [id] => 270 [title] => Song - 135 [time] => 135 [License] => MIT ) [66] => Array ( [id] => 268 [title] => Song - 67 [time] => 67 [License] => MIT ) [133] => Array ( [id] => 268 [title] => Song - 134 [time] => 134 [License] => MIT ) [64] => Array ( [id] => 260 [title] => Song - 65 [time] => 65 [License] => MIT ) [85] => Array ( [id] => 258 [title] => Song - 86 [time] => 86 [License] => MIT ) [128] => Array ( [id] => 258 [title] => Song - 129 [time] => 129 [License] => MIT ) [83] => Array ( [id] => 252 [title] => Song - 84 [time] => 84 [License] => MIT ) [62] => Array ( [id] => 252 [title] => Song - 63 [time] => 63 [License] => MIT ) [124] => Array ( [id] => 250 [title] => Song - 125 [time] => 125 [License] => MIT ) [82] => Array ( [id] => 249 [title] => Song - 83 [time] => 83 [License] => MIT ) [122] => Array ( [id] => 246 [title] => Song - 123 [time] => 123 [License] => MIT ) [80] => Array ( [id] => 243 [title] => Song - 81 [time] => 81 [License] => MIT ) [120] => Array ( [id] => 242 [title] => Song - 121 [time] => 121 [License] => MIT ) [59] => Array ( [id] => 240 [title] => Song - 60 [time] => 60 [License] => MIT ) [77] => Array ( [id] => 234 [title] => Song - 78 [time] => 78 [License] => MIT ) [116] => Array ( [id] => 234 [title] => Song - 117 [time] => 117 [License] => MIT ) [57] => Array ( [id] => 232 [title] => Song - 58 [time] => 58 [License] => MIT ) [115] => Array ( [id] => 232 [title] => Song - 116 [time] => 116 [License] => MIT ) [55] => Array ( [id] => 224 [title] => Song - 56 [time] => 56 [License] => MIT ) [54] => Array ( [id] => 220 [title] => Song - 55 [time] => 55 [License] => MIT ) [72] => Array ( [id] => 219 [title] => Song - 73 [time] => 73 [License] => MIT ) [53] => Array ( [id] => 216 [title] => Song - 54 [time] => 54 [License] => MIT ) [105] => Array ( [id] => 212 [title] => Song - 106 [time] => 106 [License] => MIT ) [69] => Array ( [id] => 210 [title] => Song - 70 [time] => 70 [License] => MIT ) [104] => Array ( [id] => 210 [title] => Song - 105 [time] => 105 [License] => MIT ) [102] => Array ( [id] => 206 [title] => Song - 103 [time] => 103 [License] => MIT ) [98] => Array ( [id] => 198 [title] => Song - 99 [time] => 99 [License] => MIT ) [97] => Array ( [id] => 196 [title] => Song - 98 [time] => 98 [License] => MIT ) [96] => Array ( [id] => 194 [title] => Song - 97 [time] => 97 [License] => MIT ) [46] => Array ( [id] => 188 [title] => Song - 47 [time] => 47 [License] => MIT ) [92] => Array ( [id] => 186 [title] => Song - 93 [time] => 93 [License] => MIT ) [89] => Array ( [id] => 180 [title] => Song - 90 [time] => 90 [License] => MIT ) [87] => Array ( [id] => 176 [title] => Song - 88 [time] => 88 [License] => MIT ) [81] => Array ( [id] => 164 [title] => Song - 82 [time] => 82 [License] => MIT ) [78] => Array ( [id] => 158 [title] => Song - 79 [time] => 79 [License] => MIT ) [51] => Array ( [id] => 156 [title] => Song - 52 [time] => 52 [License] => MIT ) [75] => Array ( [id] => 152 [title] => Song - 76 [time] => 76 [License] => MIT ) [74] => Array ( [id] => 150 [title] => Song - 75 [time] => 75 [License] => MIT ) [73] => Array ( [id] => 148 [title] => Song - 74 [time] => 74 [License] => MIT ) [147] => Array ( [id] => 148 [title] => Song - 148 [time] => 148 [License] => MIT ) [141] => Array ( [id] => 142 [title] => Song - 142 [time] => 142 [License] => MIT ) [34] => Array ( [id] => 140 [title] => Song - 35 [time] => 35 [License] => MIT ) [139] => Array ( [id] => 140 [title] => Song - 140 [time] => 140 [License] => MIT ) [138] => Array ( [id] => 139 [title] => Song - 139 [time] => 139 [License] => MIT ) [68] => Array ( [id] => 138 [title] => Song - 69 [time] => 69 [License] => MIT ) [67] => Array ( [id] => 136 [title] => Song - 68 [time] => 68 [License] => MIT ) [135] => Array ( [id] => 136 [title] => Song - 136 [time] => 136 [License] => MIT ) [44] => Array ( [id] => 135 [title] => Song - 45 [time] => 45 [License] => MIT ) [32] => Array ( [id] => 132 [title] => Song - 33 [time] => 33 [License] => MIT ) [42] => Array ( [id] => 129 [title] => Song - 43 [time] => 43 [License] => MIT ) [61] => Array ( [id] => 124 [title] => Song - 62 [time] => 62 [License] => MIT ) [30] => Array ( [id] => 124 [title] => Song - 31 [time] => 31 [License] => MIT ) [60] => Array ( [id] => 122 [title] => Song - 61 [time] => 61 [License] => MIT ) [29] => Array ( [id] => 120 [title] => Song - 30 [time] => 30 [License] => MIT ) [118] => Array ( [id] => 119 [title] => Song - 119 [time] => 119 [License] => MIT ) [117] => Array ( [id] => 118 [title] => Song - 118 [time] => 118 [License] => MIT ) [28] => Array ( [id] => 116 [title] => Song - 29 [time] => 29 [License] => MIT ) [114] => Array ( [id] => 115 [title] => Song - 115 [time] => 115 [License] => MIT ) [56] => Array ( [id] => 114 [title] => Song - 57 [time] => 57 [License] => MIT ) [37] => Array ( [id] => 114 [title] => Song - 38 [time] => 38 [License] => MIT ) [110] => Array ( [id] => 111 [title] => Song - 111 [time] => 111 [License] => MIT ) [106] => Array ( [id] => 107 [title] => Song - 107 [time] => 107 [License] => MIT ) [52] => Array ( [id] => 106 [title] => Song - 53 [time] => 53 [License] => MIT ) [103] => Array ( [id] => 104 [title] => Song - 104 [time] => 104 [License] => MIT ) [50] => Array ( [id] => 102 [title] => Song - 51 [time] => 51 [License] => MIT ) [101] => Array ( [id] => 102 [title] => Song - 102 [time] => 102 [License] => MIT ) [48] => Array ( [id] => 98 [title] => Song - 49 [time] => 49 [License] => MIT ) [95] => Array ( [id] => 96 [title] => Song - 96 [time] => 96 [License] => MIT ) [31] => Array ( [id] => 96 [title] => Song - 32 [time] => 32 [License] => MIT ) [94] => Array ( [id] => 95 [title] => Song - 95 [time] => 95 [License] => MIT ) [93] => Array ( [id] => 94 [title] => Song - 94 [time] => 94 [License] => MIT ) [45] => Array ( [id] => 92 [title] => Song - 46 [time] => 46 [License] => MIT ) [43] => Array ( [id] => 88 [title] => Song - 44 [time] => 44 [License] => MIT ) [41] => Array ( [id] => 84 [title] => Song - 42 [time] => 42 [License] => MIT ) [38] => Array ( [id] => 78 [title] => Song - 39 [time] => 39 [License] => MIT ) [25] => Array ( [id] => 78 [title] => Song - 26 [time] => 26 [License] => MIT ) [36] => Array ( [id] => 74 [title] => Song - 37 [time] => 37 [License] => MIT ) [17] => Array ( [id] => 72 [title] => Song - 18 [time] => 18 [License] => MIT ) [70] => Array ( [id] => 71 [title] => Song - 71 [time] => 71 [License] => MIT ) [22] => Array ( [id] => 69 [title] => Song - 23 [time] => 23 [License] => MIT ) [16] => Array ( [id] => 68 [title] => Song - 17 [time] => 17 [License] => MIT ) [65] => Array ( [id] => 66 [title] => Song - 66 [time] => 66 [License] => MIT ) [63] => Array ( [id] => 64 [title] => Song - 64 [time] => 64 [License] => MIT ) [58] => Array ( [id] => 59 [title] => Song - 59 [time] => 59 [License] => MIT ) [49] => Array ( [id] => 50 [title] => Song - 50 [time] => 50 [License] => MIT ) [24] => Array ( [id] => 50 [title] => Song - 25 [time] => 25 [License] => MIT ) [47] => Array ( [id] => 48 [title] => Song - 48 [time] => 48 [License] => MIT ) [21] => Array ( [id] => 44 [title] => Song - 22 [time] => 22 [License] => MIT ) [10] => Array ( [id] => 44 [title] => Song - 11 [time] => 11 [License] => MIT ) [40] => Array ( [id] => 41 [title] => Song - 41 [time] => 41 [License] => MIT ) [39] => Array ( [id] => 40 [title] => Song - 40 [time] => 40 [License] => MIT ) [19] => Array ( [id] => 40 [title] => Song - 20 [time] => 20 [License] => MIT ) [9] => Array ( [id] => 40 [title] => Song - 10 [time] => 10 [License] => MIT ) [12] => Array ( [id] => 39 [title] => Song - 13 [time] => 13 [License] => MIT ) [35] => Array ( [id] => 36 [title] => Song - 36 [time] => 36 [License] => MIT ) [33] => Array ( [id] => 34 [title] => Song - 34 [time] => 34 [License] => MIT ) [7] => Array ( [id] => 32 [title] => Song - 8 [time] => 8 [License] => MIT ) [15] => Array ( [id] => 32 [title] => Song - 16 [time] => 16 [License] => MIT ) [6] => Array ( [id] => 28 [title] => Song - 7 [time] => 7 [License] => MIT ) [27] => Array ( [id] => 28 [title] => Song - 28 [time] => 28 [License] => MIT ) [13] => Array ( [id] => 28 [title] => Song - 14 [time] => 14 [License] => MIT ) [26] => Array ( [id] => 27 [title] => Song - 27 [time] => 27 [License] => MIT ) [23] => Array ( [id] => 24 [title] => Song - 24 [time] => 24 [License] => MIT ) [20] => Array ( [id] => 21 [title] => Song - 21 [time] => 21 [License] => MIT ) [18] => Array ( [id] => 19 [title] => Song - 19 [time] => 19 [License] => MIT ) [8] => Array ( [id] => 18 [title] => Song - 9 [time] => 9 [License] => MIT ) [5] => Array ( [id] => 18 [title] => Song - 6 [time] => 6 [License] => MIT ) [3] => Array ( [id] => 16 [title] => Song - 4 [time] => 4 [License] => MIT ) [14] => Array ( [id] => 15 [title] => Song - 15 [time] => 15 [License] => MIT ) [11] => Array ( [id] => 12 [title] => Song - 12 [time] => 12 [License] => MIT ) [4] => Array ( [id] => 10 [title] => Song - 5 [time] => 5 [License] => MIT ) [2] => Array ( [id] => 9 [title] => Song - 3 [time] => 3 [License] => MIT ) [0] => Array ( [id] => 3 [title] => Song - 1 [time] => 1 [License] => MIT ) [1] => Array ( [id] => 2 [title] => Song - 2 [time] => 2 [License] => MIT ) )
Output for 5.4.16
Array ( [149] => Array ( [id] => 600 [title] => Song - 150 [time] => 150 [License] => MIT ) [146] => Array ( [id] => 588 [title] => Song - 147 [time] => 147 [License] => MIT ) [143] => Array ( [id] => 576 [title] => Song - 144 [time] => 144 [License] => MIT ) [138] => Array ( [id] => 556 [title] => Song - 139 [time] => 139 [License] => MIT ) [127] => Array ( [id] => 512 [title] => Song - 128 [time] => 128 [License] => MIT ) [124] => Array ( [id] => 500 [title] => Song - 125 [time] => 125 [License] => MIT ) [116] => Array ( [id] => 468 [title] => Song - 117 [time] => 117 [License] => MIT ) [114] => Array ( [id] => 460 [title] => Song - 115 [time] => 115 [License] => MIT ) [112] => Array ( [id] => 452 [title] => Song - 113 [time] => 113 [License] => MIT ) [144] => Array ( [id] => 435 [title] => Song - 145 [time] => 145 [License] => MIT ) [107] => Array ( [id] => 432 [title] => Song - 108 [time] => 108 [License] => MIT ) [106] => Array ( [id] => 428 [title] => Song - 107 [time] => 107 [License] => MIT ) [141] => Array ( [id] => 426 [title] => Song - 142 [time] => 142 [License] => MIT ) [104] => Array ( [id] => 420 [title] => Song - 105 [time] => 105 [License] => MIT ) [103] => Array ( [id] => 416 [title] => Song - 104 [time] => 104 [License] => MIT ) [136] => Array ( [id] => 411 [title] => Song - 137 [time] => 137 [License] => MIT ) [100] => Array ( [id] => 404 [title] => Song - 101 [time] => 101 [License] => MIT ) [131] => Array ( [id] => 396 [title] => Song - 132 [time] => 132 [License] => MIT ) [130] => Array ( [id] => 393 [title] => Song - 131 [time] => 131 [License] => MIT ) [128] => Array ( [id] => 387 [title] => Song - 129 [time] => 129 [License] => MIT ) [125] => Array ( [id] => 378 [title] => Song - 126 [time] => 126 [License] => MIT ) [123] => Array ( [id] => 372 [title] => Song - 124 [time] => 124 [License] => MIT ) [113] => Array ( [id] => 342 [title] => Song - 114 [time] => 114 [License] => MIT ) [83] => Array ( [id] => 336 [title] => Song - 84 [time] => 84 [License] => MIT ) [111] => Array ( [id] => 336 [title] => Song - 112 [time] => 112 [License] => MIT ) [110] => Array ( [id] => 333 [title] => Song - 111 [time] => 111 [License] => MIT ) [82] => Array ( [id] => 332 [title] => Song - 83 [time] => 83 [License] => MIT ) [109] => Array ( [id] => 330 [title] => Song - 110 [time] => 110 [License] => MIT ) [108] => Array ( [id] => 327 [title] => Song - 109 [time] => 109 [License] => MIT ) [105] => Array ( [id] => 318 [title] => Song - 106 [time] => 106 [License] => MIT ) [101] => Array ( [id] => 306 [title] => Song - 102 [time] => 102 [License] => MIT ) [74] => Array ( [id] => 300 [title] => Song - 75 [time] => 75 [License] => MIT ) [147] => Array ( [id] => 296 [title] => Song - 148 [time] => 148 [License] => MIT ) [97] => Array ( [id] => 294 [title] => Song - 98 [time] => 98 [License] => MIT ) [72] => Array ( [id] => 292 [title] => Song - 73 [time] => 73 [License] => MIT ) [145] => Array ( [id] => 292 [title] => Song - 146 [time] => 146 [License] => MIT ) [96] => Array ( [id] => 291 [title] => Song - 97 [time] => 97 [License] => MIT ) [142] => Array ( [id] => 286 [title] => Song - 143 [time] => 143 [License] => MIT ) [94] => Array ( [id] => 285 [title] => Song - 95 [time] => 95 [License] => MIT ) [93] => Array ( [id] => 282 [title] => Song - 94 [time] => 94 [License] => MIT ) [140] => Array ( [id] => 282 [title] => Song - 141 [time] => 141 [License] => MIT ) [69] => Array ( [id] => 280 [title] => Song - 70 [time] => 70 [License] => MIT ) [92] => Array ( [id] => 279 [title] => Song - 93 [time] => 93 [License] => MIT ) [137] => Array ( [id] => 276 [title] => Song - 138 [time] => 138 [License] => MIT ) [89] => Array ( [id] => 270 [title] => Song - 90 [time] => 90 [License] => MIT ) [134] => Array ( [id] => 270 [title] => Song - 135 [time] => 135 [License] => MIT ) [66] => Array ( [id] => 268 [title] => Song - 67 [time] => 67 [License] => MIT ) [133] => Array ( [id] => 268 [title] => Song - 134 [time] => 134 [License] => MIT ) [132] => Array ( [id] => 266 [title] => Song - 133 [time] => 133 [License] => MIT ) [64] => Array ( [id] => 260 [title] => Song - 65 [time] => 65 [License] => MIT ) [129] => Array ( [id] => 260 [title] => Song - 130 [time] => 130 [License] => MIT ) [63] => Array ( [id] => 256 [title] => Song - 64 [time] => 64 [License] => MIT ) [126] => Array ( [id] => 254 [title] => Song - 127 [time] => 127 [License] => MIT ) [81] => Array ( [id] => 246 [title] => Song - 82 [time] => 82 [License] => MIT ) [60] => Array ( [id] => 244 [title] => Song - 61 [time] => 61 [License] => MIT ) [80] => Array ( [id] => 243 [title] => Song - 81 [time] => 81 [License] => MIT ) [118] => Array ( [id] => 238 [title] => Song - 119 [time] => 119 [License] => MIT ) [77] => Array ( [id] => 234 [title] => Song - 78 [time] => 78 [License] => MIT ) [57] => Array ( [id] => 232 [title] => Song - 58 [time] => 58 [License] => MIT ) [71] => Array ( [id] => 216 [title] => Song - 72 [time] => 72 [License] => MIT ) [70] => Array ( [id] => 213 [title] => Song - 71 [time] => 71 [License] => MIT ) [68] => Array ( [id] => 207 [title] => Song - 69 [time] => 69 [License] => MIT ) [102] => Array ( [id] => 206 [title] => Song - 103 [time] => 103 [License] => MIT ) [67] => Array ( [id] => 204 [title] => Song - 68 [time] => 68 [License] => MIT ) [99] => Array ( [id] => 200 [title] => Song - 100 [time] => 100 [License] => MIT ) [95] => Array ( [id] => 192 [title] => Song - 96 [time] => 96 [License] => MIT ) [62] => Array ( [id] => 189 [title] => Song - 63 [time] => 63 [License] => MIT ) [91] => Array ( [id] => 184 [title] => Song - 92 [time] => 92 [License] => MIT ) [90] => Array ( [id] => 182 [title] => Song - 91 [time] => 91 [License] => MIT ) [87] => Array ( [id] => 176 [title] => Song - 88 [time] => 88 [License] => MIT ) [54] => Array ( [id] => 165 [title] => Song - 55 [time] => 55 [License] => MIT ) [78] => Array ( [id] => 158 [title] => Song - 79 [time] => 79 [License] => MIT ) [38] => Array ( [id] => 156 [title] => Song - 39 [time] => 39 [License] => MIT ) [76] => Array ( [id] => 154 [title] => Song - 77 [time] => 77 [License] => MIT ) [148] => Array ( [id] => 149 [title] => Song - 149 [time] => 149 [License] => MIT ) [47] => Array ( [id] => 144 [title] => Song - 48 [time] => 48 [License] => MIT ) [35] => Array ( [id] => 144 [title] => Song - 36 [time] => 36 [License] => MIT ) [34] => Array ( [id] => 140 [title] => Song - 35 [time] => 35 [License] => MIT ) [139] => Array ( [id] => 140 [title] => Song - 140 [time] => 140 [License] => MIT ) [45] => Array ( [id] => 138 [title] => Song - 46 [time] => 46 [License] => MIT ) [135] => Array ( [id] => 136 [title] => Song - 136 [time] => 136 [License] => MIT ) [43] => Array ( [id] => 132 [title] => Song - 44 [time] => 44 [License] => MIT ) [40] => Array ( [id] => 123 [title] => Song - 41 [time] => 41 [License] => MIT ) [122] => Array ( [id] => 123 [title] => Song - 123 [time] => 123 [License] => MIT ) [121] => Array ( [id] => 122 [title] => Song - 122 [time] => 122 [License] => MIT ) [120] => Array ( [id] => 121 [title] => Song - 121 [time] => 121 [License] => MIT ) [59] => Array ( [id] => 120 [title] => Song - 60 [time] => 60 [License] => MIT ) [119] => Array ( [id] => 120 [title] => Song - 120 [time] => 120 [License] => MIT ) [58] => Array ( [id] => 118 [title] => Song - 59 [time] => 59 [License] => MIT ) [117] => Array ( [id] => 118 [title] => Song - 118 [time] => 118 [License] => MIT ) [115] => Array ( [id] => 116 [title] => Song - 116 [time] => 116 [License] => MIT ) [37] => Array ( [id] => 114 [title] => Song - 38 [time] => 38 [License] => MIT ) [55] => Array ( [id] => 112 [title] => Song - 56 [time] => 56 [License] => MIT ) [36] => Array ( [id] => 111 [title] => Song - 37 [time] => 37 [License] => MIT ) [52] => Array ( [id] => 106 [title] => Song - 53 [time] => 53 [License] => MIT ) [51] => Array ( [id] => 104 [title] => Song - 52 [time] => 52 [License] => MIT ) [24] => Array ( [id] => 100 [title] => Song - 25 [time] => 25 [License] => MIT ) [98] => Array ( [id] => 99 [title] => Song - 99 [time] => 99 [License] => MIT ) [32] => Array ( [id] => 99 [title] => Song - 33 [time] => 33 [License] => MIT ) [23] => Array ( [id] => 96 [title] => Song - 24 [time] => 24 [License] => MIT ) [30] => Array ( [id] => 93 [title] => Song - 31 [time] => 31 [License] => MIT ) [22] => Array ( [id] => 92 [title] => Song - 23 [time] => 23 [License] => MIT ) [29] => Array ( [id] => 90 [title] => Song - 30 [time] => 30 [License] => MIT ) [88] => Array ( [id] => 89 [title] => Song - 89 [time] => 89 [License] => MIT ) [86] => Array ( [id] => 87 [title] => Song - 87 [time] => 87 [License] => MIT ) [85] => Array ( [id] => 86 [title] => Song - 86 [time] => 86 [License] => MIT ) [42] => Array ( [id] => 86 [title] => Song - 43 [time] => 43 [License] => MIT ) [84] => Array ( [id] => 85 [title] => Song - 85 [time] => 85 [License] => MIT ) [26] => Array ( [id] => 81 [title] => Song - 27 [time] => 27 [License] => MIT ) [79] => Array ( [id] => 80 [title] => Song - 80 [time] => 80 [License] => MIT ) [39] => Array ( [id] => 80 [title] => Song - 40 [time] => 40 [License] => MIT ) [75] => Array ( [id] => 76 [title] => Song - 76 [time] => 76 [License] => MIT ) [73] => Array ( [id] => 74 [title] => Song - 74 [time] => 74 [License] => MIT ) [33] => Array ( [id] => 68 [title] => Song - 34 [time] => 34 [License] => MIT ) [65] => Array ( [id] => 66 [title] => Song - 66 [time] => 66 [License] => MIT ) [61] => Array ( [id] => 62 [title] => Song - 62 [time] => 62 [License] => MIT ) [14] => Array ( [id] => 60 [title] => Song - 15 [time] => 15 [License] => MIT ) [28] => Array ( [id] => 58 [title] => Song - 29 [time] => 29 [License] => MIT ) [56] => Array ( [id] => 57 [title] => Song - 57 [time] => 57 [License] => MIT ) [27] => Array ( [id] => 56 [title] => Song - 28 [time] => 28 [License] => MIT ) [53] => Array ( [id] => 54 [title] => Song - 54 [time] => 54 [License] => MIT ) [12] => Array ( [id] => 52 [title] => Song - 13 [time] => 13 [License] => MIT ) [50] => Array ( [id] => 51 [title] => Song - 51 [time] => 51 [License] => MIT ) [49] => Array ( [id] => 50 [title] => Song - 50 [time] => 50 [License] => MIT ) [48] => Array ( [id] => 49 [title] => Song - 49 [time] => 49 [License] => MIT ) [15] => Array ( [id] => 48 [title] => Song - 16 [time] => 16 [License] => MIT ) [46] => Array ( [id] => 47 [title] => Song - 47 [time] => 47 [License] => MIT ) [44] => Array ( [id] => 45 [title] => Song - 45 [time] => 45 [License] => MIT ) [41] => Array ( [id] => 42 [title] => Song - 42 [time] => 42 [License] => MIT ) [13] => Array ( [id] => 42 [title] => Song - 14 [time] => 14 [License] => MIT ) [19] => Array ( [id] => 40 [title] => Song - 20 [time] => 20 [License] => MIT ) [8] => Array ( [id] => 36 [title] => Song - 9 [time] => 9 [License] => MIT ) [16] => Array ( [id] => 34 [title] => Song - 17 [time] => 17 [License] => MIT ) [7] => Array ( [id] => 32 [title] => Song - 8 [time] => 8 [License] => MIT ) [31] => Array ( [id] => 32 [title] => Song - 32 [time] => 32 [License] => MIT ) [6] => Array ( [id] => 28 [title] => Song - 7 [time] => 7 [License] => MIT ) [25] => Array ( [id] => 26 [title] => Song - 26 [time] => 26 [License] => MIT ) [11] => Array ( [id] => 24 [title] => Song - 12 [time] => 12 [License] => MIT ) [21] => Array ( [id] => 22 [title] => Song - 22 [time] => 22 [License] => MIT ) [10] => Array ( [id] => 22 [title] => Song - 11 [time] => 11 [License] => MIT ) [20] => Array ( [id] => 21 [title] => Song - 21 [time] => 21 [License] => MIT ) [9] => Array ( [id] => 20 [title] => Song - 10 [time] => 10 [License] => MIT ) [18] => Array ( [id] => 19 [title] => Song - 19 [time] => 19 [License] => MIT ) [17] => Array ( [id] => 18 [title] => Song - 18 [time] => 18 [License] => MIT ) [4] => Array ( [id] => 10 [title] => Song - 5 [time] => 5 [License] => MIT ) [2] => Array ( [id] => 9 [title] => Song - 3 [time] => 3 [License] => MIT ) [5] => Array ( [id] => 6 [title] => Song - 6 [time] => 6 [License] => MIT ) [1] => Array ( [id] => 6 [title] => Song - 2 [time] => 2 [License] => MIT ) [3] => Array ( [id] => 4 [title] => Song - 4 [time] => 4 [License] => MIT ) [0] => Array ( [id] => 2 [title] => Song - 1 [time] => 1 [License] => MIT ) )
Output for 5.4.15
Array ( [148] => Array ( [id] => 596 [title] => Song - 149 [time] => 149 [License] => MIT ) [142] => Array ( [id] => 572 [title] => Song - 143 [time] => 143 [License] => MIT ) [141] => Array ( [id] => 568 [title] => Song - 142 [time] => 142 [License] => MIT ) [138] => Array ( [id] => 556 [title] => Song - 139 [time] => 139 [License] => MIT ) [134] => Array ( [id] => 540 [title] => Song - 135 [time] => 135 [License] => MIT ) [133] => Array ( [id] => 536 [title] => Song - 134 [time] => 134 [License] => MIT ) [129] => Array ( [id] => 520 [title] => Song - 130 [time] => 130 [License] => MIT ) [126] => Array ( [id] => 508 [title] => Song - 127 [time] => 127 [License] => MIT ) [125] => Array ( [id] => 504 [title] => Song - 126 [time] => 126 [License] => MIT ) [121] => Array ( [id] => 488 [title] => Song - 122 [time] => 122 [License] => MIT ) [117] => Array ( [id] => 472 [title] => Song - 118 [time] => 118 [License] => MIT ) [115] => Array ( [id] => 464 [title] => Song - 116 [time] => 116 [License] => MIT ) [149] => Array ( [id] => 450 [title] => Song - 150 [time] => 150 [License] => MIT ) [109] => Array ( [id] => 440 [title] => Song - 110 [time] => 110 [License] => MIT ) [102] => Array ( [id] => 412 [title] => Song - 103 [time] => 103 [License] => MIT ) [99] => Array ( [id] => 400 [title] => Song - 100 [time] => 100 [License] => MIT ) [132] => Array ( [id] => 399 [title] => Song - 133 [time] => 133 [License] => MIT ) [97] => Array ( [id] => 392 [title] => Song - 98 [time] => 98 [License] => MIT ) [94] => Array ( [id] => 380 [title] => Song - 95 [time] => 95 [License] => MIT ) [124] => Array ( [id] => 375 [title] => Song - 125 [time] => 125 [License] => MIT ) [122] => Array ( [id] => 369 [title] => Song - 123 [time] => 123 [License] => MIT ) [91] => Array ( [id] => 368 [title] => Song - 92 [time] => 92 [License] => MIT ) [90] => Array ( [id] => 364 [title] => Song - 91 [time] => 91 [License] => MIT ) [119] => Array ( [id] => 360 [title] => Song - 120 [time] => 120 [License] => MIT ) [116] => Array ( [id] => 351 [title] => Song - 117 [time] => 117 [License] => MIT ) [86] => Array ( [id] => 348 [title] => Song - 87 [time] => 87 [License] => MIT ) [114] => Array ( [id] => 345 [title] => Song - 115 [time] => 115 [License] => MIT ) [111] => Array ( [id] => 336 [title] => Song - 112 [time] => 112 [License] => MIT ) [82] => Array ( [id] => 332 [title] => Song - 83 [time] => 83 [License] => MIT ) [108] => Array ( [id] => 327 [title] => Song - 109 [time] => 109 [License] => MIT ) [80] => Array ( [id] => 324 [title] => Song - 81 [time] => 81 [License] => MIT ) [79] => Array ( [id] => 320 [title] => Song - 80 [time] => 80 [License] => MIT ) [77] => Array ( [id] => 312 [title] => Song - 78 [time] => 78 [License] => MIT ) [147] => Array ( [id] => 296 [title] => Song - 148 [time] => 148 [License] => MIT ) [146] => Array ( [id] => 294 [title] => Song - 147 [time] => 147 [License] => MIT ) [72] => Array ( [id] => 292 [title] => Song - 73 [time] => 73 [License] => MIT ) [145] => Array ( [id] => 292 [title] => Song - 146 [time] => 146 [License] => MIT ) [140] => Array ( [id] => 282 [title] => Song - 141 [time] => 141 [License] => MIT ) [139] => Array ( [id] => 280 [title] => Song - 140 [time] => 140 [License] => MIT ) [135] => Array ( [id] => 272 [title] => Song - 136 [time] => 136 [License] => MIT ) [89] => Array ( [id] => 270 [title] => Song - 90 [time] => 90 [License] => MIT ) [65] => Array ( [id] => 264 [title] => Song - 66 [time] => 66 [License] => MIT ) [130] => Array ( [id] => 262 [title] => Song - 131 [time] => 131 [License] => MIT ) [128] => Array ( [id] => 258 [title] => Song - 129 [time] => 129 [License] => MIT ) [123] => Array ( [id] => 248 [title] => Song - 124 [time] => 124 [License] => MIT ) [60] => Array ( [id] => 244 [title] => Song - 61 [time] => 61 [License] => MIT ) [118] => Array ( [id] => 238 [title] => Song - 119 [time] => 119 [License] => MIT ) [78] => Array ( [id] => 237 [title] => Song - 79 [time] => 79 [License] => MIT ) [55] => Array ( [id] => 224 [title] => Song - 56 [time] => 56 [License] => MIT ) [71] => Array ( [id] => 216 [title] => Song - 72 [time] => 72 [License] => MIT ) [103] => Array ( [id] => 208 [title] => Song - 104 [time] => 104 [License] => MIT ) [68] => Array ( [id] => 207 [title] => Song - 69 [time] => 69 [License] => MIT ) [50] => Array ( [id] => 204 [title] => Song - 51 [time] => 51 [License] => MIT ) [101] => Array ( [id] => 204 [title] => Song - 102 [time] => 102 [License] => MIT ) [98] => Array ( [id] => 198 [title] => Song - 99 [time] => 99 [License] => MIT ) [48] => Array ( [id] => 196 [title] => Song - 49 [time] => 49 [License] => MIT ) [96] => Array ( [id] => 194 [title] => Song - 97 [time] => 97 [License] => MIT ) [88] => Array ( [id] => 178 [title] => Song - 89 [time] => 89 [License] => MIT ) [58] => Array ( [id] => 177 [title] => Song - 59 [time] => 59 [License] => MIT ) [57] => Array ( [id] => 174 [title] => Song - 58 [time] => 58 [License] => MIT ) [85] => Array ( [id] => 172 [title] => Song - 86 [time] => 86 [License] => MIT ) [84] => Array ( [id] => 170 [title] => Song - 85 [time] => 85 [License] => MIT ) [83] => Array ( [id] => 168 [title] => Song - 84 [time] => 84 [License] => MIT ) [81] => Array ( [id] => 164 [title] => Song - 82 [time] => 82 [License] => MIT ) [53] => Array ( [id] => 162 [title] => Song - 54 [time] => 54 [License] => MIT ) [52] => Array ( [id] => 159 [title] => Song - 53 [time] => 53 [License] => MIT ) [76] => Array ( [id] => 154 [title] => Song - 77 [time] => 77 [License] => MIT ) [74] => Array ( [id] => 150 [title] => Song - 75 [time] => 75 [License] => MIT ) [49] => Array ( [id] => 150 [title] => Song - 50 [time] => 50 [License] => MIT ) [144] => Array ( [id] => 145 [title] => Song - 145 [time] => 145 [License] => MIT ) [35] => Array ( [id] => 144 [title] => Song - 36 [time] => 36 [License] => MIT ) [143] => Array ( [id] => 144 [title] => Song - 144 [time] => 144 [License] => MIT ) [137] => Array ( [id] => 138 [title] => Song - 138 [time] => 138 [License] => MIT ) [136] => Array ( [id] => 137 [title] => Song - 137 [time] => 137 [License] => MIT ) [67] => Array ( [id] => 136 [title] => Song - 68 [time] => 68 [License] => MIT ) [66] => Array ( [id] => 134 [title] => Song - 67 [time] => 67 [License] => MIT ) [131] => Array ( [id] => 132 [title] => Song - 132 [time] => 132 [License] => MIT ) [64] => Array ( [id] => 130 [title] => Song - 65 [time] => 65 [License] => MIT ) [63] => Array ( [id] => 128 [title] => Song - 64 [time] => 64 [License] => MIT ) [127] => Array ( [id] => 128 [title] => Song - 128 [time] => 128 [License] => MIT ) [62] => Array ( [id] => 126 [title] => Song - 63 [time] => 63 [License] => MIT ) [120] => Array ( [id] => 121 [title] => Song - 121 [time] => 121 [License] => MIT ) [59] => Array ( [id] => 120 [title] => Song - 60 [time] => 60 [License] => MIT ) [28] => Array ( [id] => 116 [title] => Song - 29 [time] => 29 [License] => MIT ) [37] => Array ( [id] => 114 [title] => Song - 38 [time] => 38 [License] => MIT ) [113] => Array ( [id] => 114 [title] => Song - 114 [time] => 114 [License] => MIT ) [112] => Array ( [id] => 113 [title] => Song - 113 [time] => 113 [License] => MIT ) [110] => Array ( [id] => 111 [title] => Song - 111 [time] => 111 [License] => MIT ) [107] => Array ( [id] => 108 [title] => Song - 108 [time] => 108 [License] => MIT ) [106] => Array ( [id] => 107 [title] => Song - 107 [time] => 107 [License] => MIT ) [105] => Array ( [id] => 106 [title] => Song - 106 [time] => 106 [License] => MIT ) [34] => Array ( [id] => 105 [title] => Song - 35 [time] => 35 [License] => MIT ) [104] => Array ( [id] => 105 [title] => Song - 105 [time] => 105 [License] => MIT ) [100] => Array ( [id] => 101 [title] => Song - 101 [time] => 101 [License] => MIT ) [95] => Array ( [id] => 96 [title] => Song - 96 [time] => 96 [License] => MIT ) [47] => Array ( [id] => 96 [title] => Song - 48 [time] => 48 [License] => MIT ) [31] => Array ( [id] => 96 [title] => Song - 32 [time] => 32 [License] => MIT ) [93] => Array ( [id] => 94 [title] => Song - 94 [time] => 94 [License] => MIT ) [46] => Array ( [id] => 94 [title] => Song - 47 [time] => 47 [License] => MIT ) [92] => Array ( [id] => 93 [title] => Song - 93 [time] => 93 [License] => MIT ) [44] => Array ( [id] => 90 [title] => Song - 45 [time] => 45 [License] => MIT ) [87] => Array ( [id] => 88 [title] => Song - 88 [time] => 88 [License] => MIT ) [43] => Array ( [id] => 88 [title] => Song - 44 [time] => 44 [License] => MIT ) [42] => Array ( [id] => 86 [title] => Song - 43 [time] => 43 [License] => MIT ) [40] => Array ( [id] => 82 [title] => Song - 41 [time] => 41 [License] => MIT ) [26] => Array ( [id] => 81 [title] => Song - 27 [time] => 27 [License] => MIT ) [39] => Array ( [id] => 80 [title] => Song - 40 [time] => 40 [License] => MIT ) [75] => Array ( [id] => 76 [title] => Song - 76 [time] => 76 [License] => MIT ) [18] => Array ( [id] => 76 [title] => Song - 19 [time] => 19 [License] => MIT ) [73] => Array ( [id] => 74 [title] => Song - 74 [time] => 74 [License] => MIT ) [36] => Array ( [id] => 74 [title] => Song - 37 [time] => 37 [License] => MIT ) [70] => Array ( [id] => 71 [title] => Song - 71 [time] => 71 [License] => MIT ) [69] => Array ( [id] => 70 [title] => Song - 70 [time] => 70 [License] => MIT ) [22] => Array ( [id] => 69 [title] => Song - 23 [time] => 23 [License] => MIT ) [33] => Array ( [id] => 68 [title] => Song - 34 [time] => 34 [License] => MIT ) [32] => Array ( [id] => 66 [title] => Song - 33 [time] => 33 [License] => MIT ) [15] => Array ( [id] => 64 [title] => Song - 16 [time] => 16 [License] => MIT ) [61] => Array ( [id] => 62 [title] => Song - 62 [time] => 62 [License] => MIT ) [29] => Array ( [id] => 60 [title] => Song - 30 [time] => 30 [License] => MIT ) [14] => Array ( [id] => 60 [title] => Song - 15 [time] => 15 [License] => MIT ) [56] => Array ( [id] => 57 [title] => Song - 57 [time] => 57 [License] => MIT ) [13] => Array ( [id] => 56 [title] => Song - 14 [time] => 14 [License] => MIT ) [54] => Array ( [id] => 55 [title] => Song - 55 [time] => 55 [License] => MIT ) [51] => Array ( [id] => 52 [title] => Song - 52 [time] => 52 [License] => MIT ) [25] => Array ( [id] => 52 [title] => Song - 26 [time] => 26 [License] => MIT ) [23] => Array ( [id] => 48 [title] => Song - 24 [time] => 24 [License] => MIT ) [45] => Array ( [id] => 46 [title] => Song - 46 [time] => 46 [License] => MIT ) [21] => Array ( [id] => 44 [title] => Song - 22 [time] => 22 [License] => MIT ) [41] => Array ( [id] => 42 [title] => Song - 42 [time] => 42 [License] => MIT ) [38] => Array ( [id] => 39 [title] => Song - 39 [time] => 39 [License] => MIT ) [17] => Array ( [id] => 36 [title] => Song - 18 [time] => 18 [License] => MIT ) [16] => Array ( [id] => 34 [title] => Song - 17 [time] => 17 [License] => MIT ) [10] => Array ( [id] => 33 [title] => Song - 11 [time] => 11 [License] => MIT ) [30] => Array ( [id] => 31 [title] => Song - 31 [time] => 31 [License] => MIT ) [9] => Array ( [id] => 30 [title] => Song - 10 [time] => 10 [License] => MIT ) [27] => Array ( [id] => 28 [title] => Song - 28 [time] => 28 [License] => MIT ) [24] => Array ( [id] => 25 [title] => Song - 25 [time] => 25 [License] => MIT ) [20] => Array ( [id] => 21 [title] => Song - 21 [time] => 21 [License] => MIT ) [19] => Array ( [id] => 20 [title] => Song - 20 [time] => 20 [License] => MIT ) [4] => Array ( [id] => 15 [title] => Song - 5 [time] => 5 [License] => MIT ) [6] => Array ( [id] => 14 [title] => Song - 7 [time] => 7 [License] => MIT ) [12] => Array ( [id] => 13 [title] => Song - 13 [time] => 13 [License] => MIT ) [3] => Array ( [id] => 12 [title] => Song - 4 [time] => 4 [License] => MIT ) [11] => Array ( [id] => 12 [title] => Song - 12 [time] => 12 [License] => MIT ) [8] => Array ( [id] => 9 [title] => Song - 9 [time] => 9 [License] => MIT ) [7] => Array ( [id] => 8 [title] => Song - 8 [time] => 8 [License] => MIT ) [5] => Array ( [id] => 6 [title] => Song - 6 [time] => 6 [License] => MIT ) [2] => Array ( [id] => 6 [title] => Song - 3 [time] => 3 [License] => MIT ) [1] => Array ( [id] => 4 [title] => Song - 2 [time] => 2 [License] => MIT ) [0] => Array ( [id] => 1 [title] => Song - 1 [time] => 1 [License] => MIT ) )
Output for 5.4.14
Array ( [149] => Array ( [id] => 600 [title] => Song - 150 [time] => 150 [License] => MIT ) [148] => Array ( [id] => 596 [title] => Song - 149 [time] => 149 [License] => MIT ) [143] => Array ( [id] => 576 [title] => Song - 144 [time] => 144 [License] => MIT ) [136] => Array ( [id] => 548 [title] => Song - 137 [time] => 137 [License] => MIT ) [134] => Array ( [id] => 540 [title] => Song - 135 [time] => 135 [License] => MIT ) [131] => Array ( [id] => 528 [title] => Song - 132 [time] => 132 [License] => MIT ) [130] => Array ( [id] => 524 [title] => Song - 131 [time] => 131 [License] => MIT ) [128] => Array ( [id] => 516 [title] => Song - 129 [time] => 129 [License] => MIT ) [124] => Array ( [id] => 500 [title] => Song - 125 [time] => 125 [License] => MIT ) [123] => Array ( [id] => 496 [title] => Song - 124 [time] => 124 [License] => MIT ) [121] => Array ( [id] => 488 [title] => Song - 122 [time] => 122 [License] => MIT ) [112] => Array ( [id] => 452 [title] => Song - 113 [time] => 113 [License] => MIT ) [111] => Array ( [id] => 448 [title] => Song - 112 [time] => 112 [License] => MIT ) [110] => Array ( [id] => 444 [title] => Song - 111 [time] => 111 [License] => MIT ) [109] => Array ( [id] => 440 [title] => Song - 110 [time] => 110 [License] => MIT ) [145] => Array ( [id] => 438 [title] => Song - 146 [time] => 146 [License] => MIT ) [144] => Array ( [id] => 435 [title] => Song - 145 [time] => 145 [License] => MIT ) [140] => Array ( [id] => 423 [title] => Song - 141 [time] => 141 [License] => MIT ) [137] => Array ( [id] => 414 [title] => Song - 138 [time] => 138 [License] => MIT ) [133] => Array ( [id] => 402 [title] => Song - 134 [time] => 134 [License] => MIT ) [97] => Array ( [id] => 392 [title] => Song - 98 [time] => 98 [License] => MIT ) [96] => Array ( [id] => 388 [title] => Song - 97 [time] => 97 [License] => MIT ) [126] => Array ( [id] => 381 [title] => Song - 127 [time] => 127 [License] => MIT ) [94] => Array ( [id] => 380 [title] => Song - 95 [time] => 95 [License] => MIT ) [93] => Array ( [id] => 376 [title] => Song - 94 [time] => 94 [License] => MIT ) [90] => Array ( [id] => 364 [title] => Song - 91 [time] => 91 [License] => MIT ) [118] => Array ( [id] => 357 [title] => Song - 119 [time] => 119 [License] => MIT ) [117] => Array ( [id] => 354 [title] => Song - 118 [time] => 118 [License] => MIT ) [116] => Array ( [id] => 351 [title] => Song - 117 [time] => 117 [License] => MIT ) [85] => Array ( [id] => 344 [title] => Song - 86 [time] => 86 [License] => MIT ) [80] => Array ( [id] => 324 [title] => Song - 81 [time] => 81 [License] => MIT ) [79] => Array ( [id] => 320 [title] => Song - 80 [time] => 80 [License] => MIT ) [105] => Array ( [id] => 318 [title] => Song - 106 [time] => 106 [License] => MIT ) [78] => Array ( [id] => 316 [title] => Song - 79 [time] => 79 [License] => MIT ) [103] => Array ( [id] => 312 [title] => Song - 104 [time] => 104 [License] => MIT ) [102] => Array ( [id] => 309 [title] => Song - 103 [time] => 103 [License] => MIT ) [101] => Array ( [id] => 306 [title] => Song - 102 [time] => 102 [License] => MIT ) [71] => Array ( [id] => 288 [title] => Song - 72 [time] => 72 [License] => MIT ) [142] => Array ( [id] => 286 [title] => Song - 143 [time] => 143 [License] => MIT ) [141] => Array ( [id] => 284 [title] => Song - 142 [time] => 142 [License] => MIT ) [139] => Array ( [id] => 280 [title] => Song - 140 [time] => 140 [License] => MIT ) [138] => Array ( [id] => 278 [title] => Song - 139 [time] => 139 [License] => MIT ) [135] => Array ( [id] => 272 [title] => Song - 136 [time] => 136 [License] => MIT ) [132] => Array ( [id] => 266 [title] => Song - 133 [time] => 133 [License] => MIT ) [65] => Array ( [id] => 264 [title] => Song - 66 [time] => 66 [License] => MIT ) [84] => Array ( [id] => 255 [title] => Song - 85 [time] => 85 [License] => MIT ) [125] => Array ( [id] => 252 [title] => Song - 126 [time] => 126 [License] => MIT ) [81] => Array ( [id] => 246 [title] => Song - 82 [time] => 82 [License] => MIT ) [122] => Array ( [id] => 246 [title] => Song - 123 [time] => 123 [License] => MIT ) [119] => Array ( [id] => 240 [title] => Song - 120 [time] => 120 [License] => MIT ) [58] => Array ( [id] => 236 [title] => Song - 59 [time] => 59 [License] => MIT ) [57] => Array ( [id] => 232 [title] => Song - 58 [time] => 58 [License] => MIT ) [115] => Array ( [id] => 232 [title] => Song - 116 [time] => 116 [License] => MIT ) [75] => Array ( [id] => 228 [title] => Song - 76 [time] => 76 [License] => MIT ) [56] => Array ( [id] => 228 [title] => Song - 57 [time] => 57 [License] => MIT ) [108] => Array ( [id] => 218 [title] => Song - 109 [time] => 109 [License] => MIT ) [106] => Array ( [id] => 214 [title] => Song - 107 [time] => 107 [License] => MIT ) [52] => Array ( [id] => 212 [title] => Song - 53 [time] => 53 [License] => MIT ) [69] => Array ( [id] => 210 [title] => Song - 70 [time] => 70 [License] => MIT ) [104] => Array ( [id] => 210 [title] => Song - 105 [time] => 105 [License] => MIT ) [66] => Array ( [id] => 201 [title] => Song - 67 [time] => 67 [License] => MIT ) [98] => Array ( [id] => 198 [title] => Song - 99 [time] => 99 [License] => MIT ) [46] => Array ( [id] => 188 [title] => Song - 47 [time] => 47 [License] => MIT ) [61] => Array ( [id] => 186 [title] => Song - 62 [time] => 62 [License] => MIT ) [91] => Array ( [id] => 184 [title] => Song - 92 [time] => 92 [License] => MIT ) [45] => Array ( [id] => 184 [title] => Song - 46 [time] => 46 [License] => MIT ) [88] => Array ( [id] => 178 [title] => Song - 89 [time] => 89 [License] => MIT ) [83] => Array ( [id] => 168 [title] => Song - 84 [time] => 84 [License] => MIT ) [82] => Array ( [id] => 166 [title] => Song - 83 [time] => 83 [License] => MIT ) [76] => Array ( [id] => 154 [title] => Song - 77 [time] => 77 [License] => MIT ) [50] => Array ( [id] => 153 [title] => Song - 51 [time] => 51 [License] => MIT ) [74] => Array ( [id] => 150 [title] => Song - 75 [time] => 75 [License] => MIT ) [49] => Array ( [id] => 150 [title] => Song - 50 [time] => 50 [License] => MIT ) [36] => Array ( [id] => 148 [title] => Song - 37 [time] => 37 [License] => MIT ) [147] => Array ( [id] => 148 [title] => Song - 148 [time] => 148 [License] => MIT ) [146] => Array ( [id] => 147 [title] => Song - 147 [time] => 147 [License] => MIT ) [34] => Array ( [id] => 140 [title] => Song - 35 [time] => 35 [License] => MIT ) [68] => Array ( [id] => 138 [title] => Song - 69 [time] => 69 [License] => MIT ) [43] => Array ( [id] => 132 [title] => Song - 44 [time] => 44 [License] => MIT ) [129] => Array ( [id] => 130 [title] => Song - 130 [time] => 130 [License] => MIT ) [127] => Array ( [id] => 128 [title] => Song - 128 [time] => 128 [License] => MIT ) [120] => Array ( [id] => 121 [title] => Song - 121 [time] => 121 [License] => MIT ) [29] => Array ( [id] => 120 [title] => Song - 30 [time] => 30 [License] => MIT ) [38] => Array ( [id] => 117 [title] => Song - 39 [time] => 39 [License] => MIT ) [28] => Array ( [id] => 116 [title] => Song - 29 [time] => 29 [License] => MIT ) [114] => Array ( [id] => 115 [title] => Song - 115 [time] => 115 [License] => MIT ) [113] => Array ( [id] => 114 [title] => Song - 114 [time] => 114 [License] => MIT ) [54] => Array ( [id] => 110 [title] => Song - 55 [time] => 55 [License] => MIT ) [107] => Array ( [id] => 108 [title] => Song - 108 [time] => 108 [License] => MIT ) [100] => Array ( [id] => 101 [title] => Song - 101 [time] => 101 [License] => MIT ) [24] => Array ( [id] => 100 [title] => Song - 25 [time] => 25 [License] => MIT ) [99] => Array ( [id] => 100 [title] => Song - 100 [time] => 100 [License] => MIT ) [95] => Array ( [id] => 96 [title] => Song - 96 [time] => 96 [License] => MIT ) [92] => Array ( [id] => 93 [title] => Song - 93 [time] => 93 [License] => MIT ) [22] => Array ( [id] => 92 [title] => Song - 23 [time] => 23 [License] => MIT ) [89] => Array ( [id] => 90 [title] => Song - 90 [time] => 90 [License] => MIT ) [44] => Array ( [id] => 90 [title] => Song - 45 [time] => 45 [License] => MIT ) [87] => Array ( [id] => 88 [title] => Song - 88 [time] => 88 [License] => MIT ) [86] => Array ( [id] => 87 [title] => Song - 87 [time] => 87 [License] => MIT ) [42] => Array ( [id] => 86 [title] => Song - 43 [time] => 43 [License] => MIT ) [39] => Array ( [id] => 80 [title] => Song - 40 [time] => 40 [License] => MIT ) [19] => Array ( [id] => 80 [title] => Song - 20 [time] => 20 [License] => MIT ) [77] => Array ( [id] => 78 [title] => Song - 78 [time] => 78 [License] => MIT ) [37] => Array ( [id] => 76 [title] => Song - 38 [time] => 38 [License] => MIT ) [73] => Array ( [id] => 74 [title] => Song - 74 [time] => 74 [License] => MIT ) [72] => Array ( [id] => 73 [title] => Song - 73 [time] => 73 [License] => MIT ) [35] => Array ( [id] => 72 [title] => Song - 36 [time] => 36 [License] => MIT ) [17] => Array ( [id] => 72 [title] => Song - 18 [time] => 18 [License] => MIT ) [70] => Array ( [id] => 71 [title] => Song - 71 [time] => 71 [License] => MIT ) [67] => Array ( [id] => 68 [title] => Song - 68 [time] => 68 [License] => MIT ) [33] => Array ( [id] => 68 [title] => Song - 34 [time] => 34 [License] => MIT ) [32] => Array ( [id] => 66 [title] => Song - 33 [time] => 33 [License] => MIT ) [64] => Array ( [id] => 65 [title] => Song - 65 [time] => 65 [License] => MIT ) [63] => Array ( [id] => 64 [title] => Song - 64 [time] => 64 [License] => MIT ) [62] => Array ( [id] => 63 [title] => Song - 63 [time] => 63 [License] => MIT ) [60] => Array ( [id] => 61 [title] => Song - 61 [time] => 61 [License] => MIT ) [59] => Array ( [id] => 60 [title] => Song - 60 [time] => 60 [License] => MIT ) [14] => Array ( [id] => 60 [title] => Song - 15 [time] => 15 [License] => MIT ) [18] => Array ( [id] => 57 [title] => Song - 19 [time] => 19 [License] => MIT ) [55] => Array ( [id] => 56 [title] => Song - 56 [time] => 56 [License] => MIT ) [27] => Array ( [id] => 56 [title] => Song - 28 [time] => 28 [License] => MIT ) [53] => Array ( [id] => 54 [title] => Song - 54 [time] => 54 [License] => MIT ) [26] => Array ( [id] => 54 [title] => Song - 27 [time] => 27 [License] => MIT ) [51] => Array ( [id] => 52 [title] => Song - 52 [time] => 52 [License] => MIT ) [12] => Array ( [id] => 52 [title] => Song - 13 [time] => 13 [License] => MIT ) [48] => Array ( [id] => 49 [title] => Song - 49 [time] => 49 [License] => MIT ) [47] => Array ( [id] => 48 [title] => Song - 48 [time] => 48 [License] => MIT ) [15] => Array ( [id] => 48 [title] => Song - 16 [time] => 16 [License] => MIT ) [11] => Array ( [id] => 48 [title] => Song - 12 [time] => 12 [License] => MIT ) [21] => Array ( [id] => 44 [title] => Song - 22 [time] => 22 [License] => MIT ) [10] => Array ( [id] => 44 [title] => Song - 11 [time] => 11 [License] => MIT ) [41] => Array ( [id] => 42 [title] => Song - 42 [time] => 42 [License] => MIT ) [40] => Array ( [id] => 41 [title] => Song - 41 [time] => 41 [License] => MIT ) [16] => Array ( [id] => 34 [title] => Song - 17 [time] => 17 [License] => MIT ) [31] => Array ( [id] => 32 [title] => Song - 32 [time] => 32 [License] => MIT ) [30] => Array ( [id] => 31 [title] => Song - 31 [time] => 31 [License] => MIT ) [25] => Array ( [id] => 26 [title] => Song - 26 [time] => 26 [License] => MIT ) [23] => Array ( [id] => 24 [title] => Song - 24 [time] => 24 [License] => MIT ) [20] => Array ( [id] => 21 [title] => Song - 21 [time] => 21 [License] => MIT ) [6] => Array ( [id] => 14 [title] => Song - 7 [time] => 7 [License] => MIT ) [13] => Array ( [id] => 14 [title] => Song - 14 [time] => 14 [License] => MIT ) [5] => Array ( [id] => 12 [title] => Song - 6 [time] => 6 [License] => MIT ) [2] => Array ( [id] => 12 [title] => Song - 3 [time] => 3 [License] => MIT ) [9] => Array ( [id] => 10 [title] => Song - 10 [time] => 10 [License] => MIT ) [8] => Array ( [id] => 9 [title] => Song - 9 [time] => 9 [License] => MIT ) [7] => Array ( [id] => 8 [title] => Song - 8 [time] => 8 [License] => MIT ) [4] => Array ( [id] => 5 [title] => Song - 5 [time] => 5 [License] => MIT ) [3] => Array ( [id] => 4 [title] => Song - 4 [time] => 4 [License] => MIT ) [1] => Array ( [id] => 2 [title] => Song - 2 [time] => 2 [License] => MIT ) [0] => Array ( [id] => 1 [title] => Song - 1 [time] => 1 [License] => MIT ) )
Output for 5.4.13
Array ( [142] => Array ( [id] => 572 [title] => Song - 143 [time] => 143 [License] => MIT ) [136] => Array ( [id] => 548 [title] => Song - 137 [time] => 137 [License] => MIT ) [135] => Array ( [id] => 544 [title] => Song - 136 [time] => 136 [License] => MIT ) [133] => Array ( [id] => 536 [title] => Song - 134 [time] => 134 [License] => MIT ) [128] => Array ( [id] => 516 [title] => Song - 129 [time] => 129 [License] => MIT ) [118] => Array ( [id] => 476 [title] => Song - 119 [time] => 119 [License] => MIT ) [149] => Array ( [id] => 450 [title] => Song - 150 [time] => 150 [License] => MIT ) [111] => Array ( [id] => 448 [title] => Song - 112 [time] => 112 [License] => MIT ) [109] => Array ( [id] => 440 [title] => Song - 110 [time] => 110 [License] => MIT ) [108] => Array ( [id] => 436 [title] => Song - 109 [time] => 109 [License] => MIT ) [144] => Array ( [id] => 435 [title] => Song - 145 [time] => 145 [License] => MIT ) [106] => Array ( [id] => 428 [title] => Song - 107 [time] => 107 [License] => MIT ) [138] => Array ( [id] => 417 [title] => Song - 139 [time] => 139 [License] => MIT ) [98] => Array ( [id] => 396 [title] => Song - 99 [time] => 99 [License] => MIT ) [130] => Array ( [id] => 393 [title] => Song - 131 [time] => 131 [License] => MIT ) [129] => Array ( [id] => 390 [title] => Song - 130 [time] => 130 [License] => MIT ) [95] => Array ( [id] => 384 [title] => Song - 96 [time] => 96 [License] => MIT ) [94] => Array ( [id] => 380 [title] => Song - 95 [time] => 95 [License] => MIT ) [93] => Array ( [id] => 376 [title] => Song - 94 [time] => 94 [License] => MIT ) [92] => Array ( [id] => 372 [title] => Song - 93 [time] => 93 [License] => MIT ) [123] => Array ( [id] => 372 [title] => Song - 124 [time] => 124 [License] => MIT ) [91] => Array ( [id] => 368 [title] => Song - 92 [time] => 92 [License] => MIT ) [119] => Array ( [id] => 360 [title] => Song - 120 [time] => 120 [License] => MIT ) [117] => Array ( [id] => 354 [title] => Song - 118 [time] => 118 [License] => MIT ) [87] => Array ( [id] => 352 [title] => Song - 88 [time] => 88 [License] => MIT ) [86] => Array ( [id] => 348 [title] => Song - 87 [time] => 87 [License] => MIT ) [85] => Array ( [id] => 344 [title] => Song - 86 [time] => 86 [License] => MIT ) [112] => Array ( [id] => 339 [title] => Song - 113 [time] => 113 [License] => MIT ) [83] => Array ( [id] => 336 [title] => Song - 84 [time] => 84 [License] => MIT ) [104] => Array ( [id] => 315 [title] => Song - 105 [time] => 105 [License] => MIT ) [103] => Array ( [id] => 312 [title] => Song - 104 [time] => 104 [License] => MIT ) [102] => Array ( [id] => 309 [title] => Song - 103 [time] => 103 [License] => MIT ) [101] => Array ( [id] => 306 [title] => Song - 102 [time] => 102 [License] => MIT ) [100] => Array ( [id] => 303 [title] => Song - 101 [time] => 101 [License] => MIT ) [99] => Array ( [id] => 300 [title] => Song - 100 [time] => 100 [License] => MIT ) [147] => Array ( [id] => 296 [title] => Song - 148 [time] => 148 [License] => MIT ) [146] => Array ( [id] => 294 [title] => Song - 147 [time] => 147 [License] => MIT ) [145] => Array ( [id] => 292 [title] => Song - 146 [time] => 146 [License] => MIT ) [96] => Array ( [id] => 291 [title] => Song - 97 [time] => 97 [License] => MIT ) [143] => Array ( [id] => 288 [title] => Song - 144 [time] => 144 [License] => MIT ) [141] => Array ( [id] => 284 [title] => Song - 142 [time] => 142 [License] => MIT ) [140] => Array ( [id] => 282 [title] => Song - 141 [time] => 141 [License] => MIT ) [69] => Array ( [id] => 280 [title] => Song - 70 [time] => 70 [License] => MIT ) [139] => Array ( [id] => 280 [title] => Song - 140 [time] => 140 [License] => MIT ) [90] => Array ( [id] => 273 [title] => Song - 91 [time] => 91 [License] => MIT ) [89] => Array ( [id] => 270 [title] => Song - 90 [time] => 90 [License] => MIT ) [134] => Array ( [id] => 270 [title] => Song - 135 [time] => 135 [License] => MIT ) [131] => Array ( [id] => 264 [title] => Song - 132 [time] => 132 [License] => MIT ) [127] => Array ( [id] => 256 [title] => Song - 128 [time] => 128 [License] => MIT ) [81] => Array ( [id] => 246 [title] => Song - 82 [time] => 82 [License] => MIT ) [122] => Array ( [id] => 246 [title] => Song - 123 [time] => 123 [License] => MIT ) [120] => Array ( [id] => 242 [title] => Song - 121 [time] => 121 [License] => MIT ) [77] => Array ( [id] => 234 [title] => Song - 78 [time] => 78 [License] => MIT ) [115] => Array ( [id] => 232 [title] => Song - 116 [time] => 116 [License] => MIT ) [56] => Array ( [id] => 228 [title] => Song - 57 [time] => 57 [License] => MIT ) [73] => Array ( [id] => 222 [title] => Song - 74 [time] => 74 [License] => MIT ) [110] => Array ( [id] => 222 [title] => Song - 111 [time] => 111 [License] => MIT ) [107] => Array ( [id] => 216 [title] => Song - 108 [time] => 108 [License] => MIT ) [51] => Array ( [id] => 208 [title] => Song - 52 [time] => 52 [License] => MIT ) [65] => Array ( [id] => 198 [title] => Song - 66 [time] => 66 [License] => MIT ) [97] => Array ( [id] => 196 [title] => Song - 98 [time] => 98 [License] => MIT ) [61] => Array ( [id] => 186 [title] => Song - 62 [time] => 62 [License] => MIT ) [59] => Array ( [id] => 180 [title] => Song - 60 [time] => 60 [License] => MIT ) [88] => Array ( [id] => 178 [title] => Song - 89 [time] => 89 [License] => MIT ) [57] => Array ( [id] => 174 [title] => Song - 58 [time] => 58 [License] => MIT ) [82] => Array ( [id] => 166 [title] => Song - 83 [time] => 83 [License] => MIT ) [79] => Array ( [id] => 160 [title] => Song - 80 [time] => 80 [License] => MIT ) [52] => Array ( [id] => 159 [title] => Song - 53 [time] => 53 [License] => MIT ) [78] => Array ( [id] => 158 [title] => Song - 79 [time] => 79 [License] => MIT ) [38] => Array ( [id] => 156 [title] => Song - 39 [time] => 39 [License] => MIT ) [50] => Array ( [id] => 153 [title] => Song - 51 [time] => 51 [License] => MIT ) [37] => Array ( [id] => 152 [title] => Song - 38 [time] => 38 [License] => MIT ) [74] => Array ( [id] => 150 [title] => Song - 75 [time] => 75 [License] => MIT ) [49] => Array ( [id] => 150 [title] => Song - 50 [time] => 50 [License] => MIT ) [148] => Array ( [id] => 149 [title] => Song - 149 [time] => 149 [License] => MIT ) [36] => Array ( [id] => 148 [title] => Song - 37 [time] => 37 [License] => MIT ) [48] => Array ( [id] => 147 [title] => Song - 49 [time] => 49 [License] => MIT ) [72] => Array ( [id] => 146 [title] => Song - 73 [time] => 73 [License] => MIT ) [71] => Array ( [id] => 144 [title] => Song - 72 [time] => 72 [License] => MIT ) [46] => Array ( [id] => 141 [title] => Song - 47 [time] => 47 [License] => MIT ) [68] => Array ( [id] => 138 [title] => Song - 69 [time] => 69 [License] => MIT ) [137] => Array ( [id] => 138 [title] => Song - 138 [time] => 138 [License] => MIT ) [67] => Array ( [id] => 136 [title] => Song - 68 [time] => 68 [License] => MIT ) [44] => Array ( [id] => 135 [title] => Song - 45 [time] => 45 [License] => MIT ) [66] => Array ( [id] => 134 [title] => Song - 67 [time] => 67 [License] => MIT ) [132] => Array ( [id] => 133 [title] => Song - 133 [time] => 133 [License] => MIT ) [43] => Array ( [id] => 132 [title] => Song - 44 [time] => 44 [License] => MIT ) [32] => Array ( [id] => 132 [title] => Song - 33 [time] => 33 [License] => MIT ) [63] => Array ( [id] => 128 [title] => Song - 64 [time] => 64 [License] => MIT ) [126] => Array ( [id] => 127 [title] => Song - 127 [time] => 127 [License] => MIT ) [125] => Array ( [id] => 126 [title] => Song - 126 [time] => 126 [License] => MIT ) [124] => Array ( [id] => 125 [title] => Song - 125 [time] => 125 [License] => MIT ) [30] => Array ( [id] => 124 [title] => Song - 31 [time] => 31 [License] => MIT ) [60] => Array ( [id] => 122 [title] => Song - 61 [time] => 61 [License] => MIT ) [121] => Array ( [id] => 122 [title] => Song - 122 [time] => 122 [License] => MIT ) [29] => Array ( [id] => 120 [title] => Song - 30 [time] => 30 [License] => MIT ) [58] => Array ( [id] => 118 [title] => Song - 59 [time] => 59 [License] => MIT ) [116] => Array ( [id] => 117 [title] => Song - 117 [time] => 117 [License] => MIT ) [114] => Array ( [id] => 115 [title] => Song - 115 [time] => 115 [License] => MIT ) [113] => Array ( [id] => 114 [title] => Song - 114 [time] => 114 [License] => MIT ) [55] => Array ( [id] => 112 [title] => Song - 56 [time] => 56 [License] => MIT ) [53] => Array ( [id] => 108 [title] => Song - 54 [time] => 54 [License] => MIT ) [35] => Array ( [id] => 108 [title] => Song - 36 [time] => 36 [License] => MIT ) [105] => Array ( [id] => 106 [title] => Song - 106 [time] => 106 [License] => MIT ) [34] => Array ( [id] => 105 [title] => Song - 35 [time] => 35 [License] => MIT ) [47] => Array ( [id] => 96 [title] => Song - 48 [time] => 48 [License] => MIT ) [31] => Array ( [id] => 96 [title] => Song - 32 [time] => 32 [License] => MIT ) [45] => Array ( [id] => 92 [title] => Song - 46 [time] => 46 [License] => MIT ) [42] => Array ( [id] => 86 [title] => Song - 43 [time] => 43 [License] => MIT ) [84] => Array ( [id] => 85 [title] => Song - 85 [time] => 85 [License] => MIT ) [80] => Array ( [id] => 81 [title] => Song - 81 [time] => 81 [License] => MIT ) [76] => Array ( [id] => 77 [title] => Song - 77 [time] => 77 [License] => MIT ) [75] => Array ( [id] => 76 [title] => Song - 76 [time] => 76 [License] => MIT ) [18] => Array ( [id] => 76 [title] => Song - 19 [time] => 19 [License] => MIT ) [24] => Array ( [id] => 75 [title] => Song - 25 [time] => 25 [License] => MIT ) [17] => Array ( [id] => 72 [title] => Song - 18 [time] => 18 [License] => MIT ) [70] => Array ( [id] => 71 [title] => Song - 71 [time] => 71 [License] => MIT ) [33] => Array ( [id] => 68 [title] => Song - 34 [time] => 34 [License] => MIT ) [16] => Array ( [id] => 68 [title] => Song - 17 [time] => 17 [License] => MIT ) [21] => Array ( [id] => 66 [title] => Song - 22 [time] => 22 [License] => MIT ) [64] => Array ( [id] => 65 [title] => Song - 65 [time] => 65 [License] => MIT ) [62] => Array ( [id] => 63 [title] => Song - 63 [time] => 63 [License] => MIT ) [19] => Array ( [id] => 60 [title] => Song - 20 [time] => 20 [License] => MIT ) [27] => Array ( [id] => 56 [title] => Song - 28 [time] => 28 [License] => MIT ) [54] => Array ( [id] => 55 [title] => Song - 55 [time] => 55 [License] => MIT ) [26] => Array ( [id] => 54 [title] => Song - 27 [time] => 27 [License] => MIT ) [15] => Array ( [id] => 48 [title] => Song - 16 [time] => 16 [License] => MIT ) [10] => Array ( [id] => 44 [title] => Song - 11 [time] => 11 [License] => MIT ) [41] => Array ( [id] => 42 [title] => Song - 42 [time] => 42 [License] => MIT ) [20] => Array ( [id] => 42 [title] => Song - 21 [time] => 21 [License] => MIT ) [13] => Array ( [id] => 42 [title] => Song - 14 [time] => 14 [License] => MIT ) [40] => Array ( [id] => 41 [title] => Song - 41 [time] => 41 [License] => MIT ) [39] => Array ( [id] => 40 [title] => Song - 40 [time] => 40 [License] => MIT ) [7] => Array ( [id] => 32 [title] => Song - 8 [time] => 8 [License] => MIT ) [14] => Array ( [id] => 30 [title] => Song - 15 [time] => 15 [License] => MIT ) [28] => Array ( [id] => 29 [title] => Song - 29 [time] => 29 [License] => MIT ) [25] => Array ( [id] => 26 [title] => Song - 26 [time] => 26 [License] => MIT ) [12] => Array ( [id] => 26 [title] => Song - 13 [time] => 13 [License] => MIT ) [23] => Array ( [id] => 24 [title] => Song - 24 [time] => 24 [License] => MIT ) [22] => Array ( [id] => 23 [title] => Song - 23 [time] => 23 [License] => MIT ) [9] => Array ( [id] => 20 [title] => Song - 10 [time] => 10 [License] => MIT ) [8] => Array ( [id] => 18 [title] => Song - 9 [time] => 9 [License] => MIT ) [4] => Array ( [id] => 15 [title] => Song - 5 [time] => 5 [License] => MIT ) [11] => Array ( [id] => 12 [title] => Song - 12 [time] => 12 [License] => MIT ) [2] => Array ( [id] => 9 [title] => Song - 3 [time] => 3 [License] => MIT ) [6] => Array ( [id] => 7 [title] => Song - 7 [time] => 7 [License] => MIT ) [5] => Array ( [id] => 6 [title] => Song - 6 [time] => 6 [License] => MIT ) [1] => Array ( [id] => 6 [title] => Song - 2 [time] => 2 [License] => MIT ) [3] => Array ( [id] => 4 [title] => Song - 4 [time] => 4 [License] => MIT ) [0] => Array ( [id] => 4 [title] => Song - 1 [time] => 1 [License] => MIT ) )
Output for 5.4.12
Array ( [148] => Array ( [id] => 596 [title] => Song - 149 [time] => 149 [License] => MIT ) [144] => Array ( [id] => 580 [title] => Song - 145 [time] => 145 [License] => MIT ) [143] => Array ( [id] => 576 [title] => Song - 144 [time] => 144 [License] => MIT ) [141] => Array ( [id] => 568 [title] => Song - 142 [time] => 142 [License] => MIT ) [136] => Array ( [id] => 548 [title] => Song - 137 [time] => 137 [License] => MIT ) [135] => Array ( [id] => 544 [title] => Song - 136 [time] => 136 [License] => MIT ) [132] => Array ( [id] => 532 [title] => Song - 133 [time] => 133 [License] => MIT ) [129] => Array ( [id] => 520 [title] => Song - 130 [time] => 130 [License] => MIT ) [125] => Array ( [id] => 504 [title] => Song - 126 [time] => 126 [License] => MIT ) [123] => Array ( [id] => 496 [title] => Song - 124 [time] => 124 [License] => MIT ) [118] => Array ( [id] => 476 [title] => Song - 119 [time] => 119 [License] => MIT ) [115] => Array ( [id] => 464 [title] => Song - 116 [time] => 116 [License] => MIT ) [113] => Array ( [id] => 456 [title] => Song - 114 [time] => 114 [License] => MIT ) [149] => Array ( [id] => 450 [title] => Song - 150 [time] => 150 [License] => MIT ) [147] => Array ( [id] => 444 [title] => Song - 148 [time] => 148 [License] => MIT ) [107] => Array ( [id] => 432 [title] => Song - 108 [time] => 108 [License] => MIT ) [105] => Array ( [id] => 424 [title] => Song - 106 [time] => 106 [License] => MIT ) [140] => Array ( [id] => 423 [title] => Song - 141 [time] => 141 [License] => MIT ) [137] => Array ( [id] => 414 [title] => Song - 138 [time] => 138 [License] => MIT ) [134] => Array ( [id] => 405 [title] => Song - 135 [time] => 135 [License] => MIT ) [124] => Array ( [id] => 375 [title] => Song - 125 [time] => 125 [License] => MIT ) [122] => Array ( [id] => 369 [title] => Song - 123 [time] => 123 [License] => MIT ) [120] => Array ( [id] => 363 [title] => Song - 121 [time] => 121 [License] => MIT ) [119] => Array ( [id] => 360 [title] => Song - 120 [time] => 120 [License] => MIT ) [88] => Array ( [id] => 356 [title] => Song - 89 [time] => 89 [License] => MIT ) [86] => Array ( [id] => 348 [title] => Song - 87 [time] => 87 [License] => MIT ) [112] => Array ( [id] => 339 [title] => Song - 113 [time] => 113 [License] => MIT ) [82] => Array ( [id] => 332 [title] => Song - 83 [time] => 83 [License] => MIT ) [80] => Array ( [id] => 324 [title] => Song - 81 [time] => 81 [License] => MIT ) [78] => Array ( [id] => 316 [title] => Song - 79 [time] => 79 [License] => MIT ) [104] => Array ( [id] => 315 [title] => Song - 105 [time] => 105 [License] => MIT ) [103] => Array ( [id] => 312 [title] => Song - 104 [time] => 104 [License] => MIT ) [97] => Array ( [id] => 294 [title] => Song - 98 [time] => 98 [License] => MIT ) [71] => Array ( [id] => 288 [title] => Song - 72 [time] => 72 [License] => MIT ) [69] => Array ( [id] => 280 [title] => Song - 70 [time] => 70 [License] => MIT ) [139] => Array ( [id] => 280 [title] => Song - 140 [time] => 140 [License] => MIT ) [92] => Array ( [id] => 279 [title] => Song - 93 [time] => 93 [License] => MIT ) [91] => Array ( [id] => 276 [title] => Song - 92 [time] => 92 [License] => MIT ) [90] => Array ( [id] => 273 [title] => Song - 91 [time] => 91 [License] => MIT ) [67] => Array ( [id] => 272 [title] => Song - 68 [time] => 68 [License] => MIT ) [89] => Array ( [id] => 270 [title] => Song - 90 [time] => 90 [License] => MIT ) [130] => Array ( [id] => 262 [title] => Song - 131 [time] => 131 [License] => MIT ) [85] => Array ( [id] => 258 [title] => Song - 86 [time] => 86 [License] => MIT ) [127] => Array ( [id] => 256 [title] => Song - 128 [time] => 128 [License] => MIT ) [126] => Array ( [id] => 254 [title] => Song - 127 [time] => 127 [License] => MIT ) [83] => Array ( [id] => 252 [title] => Song - 84 [time] => 84 [License] => MIT ) [62] => Array ( [id] => 252 [title] => Song - 63 [time] => 63 [License] => MIT ) [121] => Array ( [id] => 244 [title] => Song - 122 [time] => 122 [License] => MIT ) [77] => Array ( [id] => 234 [title] => Song - 78 [time] => 78 [License] => MIT ) [57] => Array ( [id] => 232 [title] => Song - 58 [time] => 58 [License] => MIT ) [76] => Array ( [id] => 231 [title] => Song - 77 [time] => 77 [License] => MIT ) [55] => Array ( [id] => 224 [title] => Song - 56 [time] => 56 [License] => MIT ) [111] => Array ( [id] => 224 [title] => Song - 112 [time] => 112 [License] => MIT ) [110] => Array ( [id] => 222 [title] => Song - 111 [time] => 111 [License] => MIT ) [54] => Array ( [id] => 220 [title] => Song - 55 [time] => 55 [License] => MIT ) [108] => Array ( [id] => 218 [title] => Song - 109 [time] => 109 [License] => MIT ) [52] => Array ( [id] => 212 [title] => Song - 53 [time] => 53 [License] => MIT ) [68] => Array ( [id] => 207 [title] => Song - 69 [time] => 69 [License] => MIT ) [101] => Array ( [id] => 204 [title] => Song - 102 [time] => 102 [License] => MIT ) [66] => Array ( [id] => 201 [title] => Song - 67 [time] => 67 [License] => MIT ) [99] => Array ( [id] => 200 [title] => Song - 100 [time] => 100 [License] => MIT ) [48] => Array ( [id] => 196 [title] => Song - 49 [time] => 49 [License] => MIT ) [96] => Array ( [id] => 194 [title] => Song - 97 [time] => 97 [License] => MIT ) [63] => Array ( [id] => 192 [title] => Song - 64 [time] => 64 [License] => MIT ) [93] => Array ( [id] => 188 [title] => Song - 94 [time] => 94 [License] => MIT ) [45] => Array ( [id] => 184 [title] => Song - 46 [time] => 46 [License] => MIT ) [58] => Array ( [id] => 177 [title] => Song - 59 [time] => 59 [License] => MIT ) [84] => Array ( [id] => 170 [title] => Song - 85 [time] => 85 [License] => MIT ) [81] => Array ( [id] => 164 [title] => Song - 82 [time] => 82 [License] => MIT ) [53] => Array ( [id] => 162 [title] => Song - 54 [time] => 54 [License] => MIT ) [51] => Array ( [id] => 156 [title] => Song - 52 [time] => 52 [License] => MIT ) [50] => Array ( [id] => 153 [title] => Song - 51 [time] => 51 [License] => MIT ) [75] => Array ( [id] => 152 [title] => Song - 76 [time] => 76 [License] => MIT ) [37] => Array ( [id] => 152 [title] => Song - 38 [time] => 38 [License] => MIT ) [74] => Array ( [id] => 150 [title] => Song - 75 [time] => 75 [License] => MIT ) [73] => Array ( [id] => 148 [title] => Song - 74 [time] => 74 [License] => MIT ) [146] => Array ( [id] => 147 [title] => Song - 147 [time] => 147 [License] => MIT ) [145] => Array ( [id] => 146 [title] => Song - 146 [time] => 146 [License] => MIT ) [142] => Array ( [id] => 143 [title] => Song - 143 [time] => 143 [License] => MIT ) [138] => Array ( [id] => 139 [title] => Song - 139 [time] => 139 [License] => MIT ) [33] => Array ( [id] => 136 [title] => Song - 34 [time] => 34 [License] => MIT ) [133] => Array ( [id] => 134 [title] => Song - 134 [time] => 134 [License] => MIT ) [43] => Array ( [id] => 132 [title] => Song - 44 [time] => 44 [License] => MIT ) [131] => Array ( [id] => 132 [title] => Song - 132 [time] => 132 [License] => MIT ) [64] => Array ( [id] => 130 [title] => Song - 65 [time] => 65 [License] => MIT ) [128] => Array ( [id] => 129 [title] => Song - 129 [time] => 129 [License] => MIT ) [31] => Array ( [id] => 128 [title] => Song - 32 [time] => 32 [License] => MIT ) [60] => Array ( [id] => 122 [title] => Song - 61 [time] => 61 [License] => MIT ) [117] => Array ( [id] => 118 [title] => Song - 118 [time] => 118 [License] => MIT ) [116] => Array ( [id] => 117 [title] => Song - 117 [time] => 117 [License] => MIT ) [114] => Array ( [id] => 115 [title] => Song - 115 [time] => 115 [License] => MIT ) [27] => Array ( [id] => 112 [title] => Song - 28 [time] => 28 [License] => MIT ) [36] => Array ( [id] => 111 [title] => Song - 37 [time] => 37 [License] => MIT ) [109] => Array ( [id] => 110 [title] => Song - 110 [time] => 110 [License] => MIT ) [35] => Array ( [id] => 108 [title] => Song - 36 [time] => 36 [License] => MIT ) [106] => Array ( [id] => 107 [title] => Song - 107 [time] => 107 [License] => MIT ) [102] => Array ( [id] => 103 [title] => Song - 103 [time] => 103 [License] => MIT ) [100] => Array ( [id] => 101 [title] => Song - 101 [time] => 101 [License] => MIT ) [49] => Array ( [id] => 100 [title] => Song - 50 [time] => 50 [License] => MIT ) [98] => Array ( [id] => 99 [title] => Song - 99 [time] => 99 [License] => MIT ) [95] => Array ( [id] => 96 [title] => Song - 96 [time] => 96 [License] => MIT ) [94] => Array ( [id] => 95 [title] => Song - 95 [time] => 95 [License] => MIT ) [22] => Array ( [id] => 92 [title] => Song - 23 [time] => 23 [License] => MIT ) [87] => Array ( [id] => 88 [title] => Song - 88 [time] => 88 [License] => MIT ) [20] => Array ( [id] => 84 [title] => Song - 21 [time] => 21 [License] => MIT ) [79] => Array ( [id] => 80 [title] => Song - 80 [time] => 80 [License] => MIT ) [25] => Array ( [id] => 78 [title] => Song - 26 [time] => 26 [License] => MIT ) [72] => Array ( [id] => 73 [title] => Song - 73 [time] => 73 [License] => MIT ) [17] => Array ( [id] => 72 [title] => Song - 18 [time] => 18 [License] => MIT ) [70] => Array ( [id] => 71 [title] => Song - 71 [time] => 71 [License] => MIT ) [65] => Array ( [id] => 66 [title] => Song - 66 [time] => 66 [License] => MIT ) [61] => Array ( [id] => 62 [title] => Song - 62 [time] => 62 [License] => MIT ) [59] => Array ( [id] => 60 [title] => Song - 60 [time] => 60 [License] => MIT ) [56] => Array ( [id] => 57 [title] => Song - 57 [time] => 57 [License] => MIT ) [26] => Array ( [id] => 54 [title] => Song - 27 [time] => 27 [License] => MIT ) [16] => Array ( [id] => 51 [title] => Song - 17 [time] => 17 [License] => MIT ) [24] => Array ( [id] => 50 [title] => Song - 25 [time] => 25 [License] => MIT ) [47] => Array ( [id] => 48 [title] => Song - 48 [time] => 48 [License] => MIT ) [46] => Array ( [id] => 47 [title] => Song - 47 [time] => 47 [License] => MIT ) [44] => Array ( [id] => 45 [title] => Song - 45 [time] => 45 [License] => MIT ) [21] => Array ( [id] => 44 [title] => Song - 22 [time] => 22 [License] => MIT ) [42] => Array ( [id] => 43 [title] => Song - 43 [time] => 43 [License] => MIT ) [41] => Array ( [id] => 42 [title] => Song - 42 [time] => 42 [License] => MIT ) [13] => Array ( [id] => 42 [title] => Song - 14 [time] => 14 [License] => MIT ) [40] => Array ( [id] => 41 [title] => Song - 41 [time] => 41 [License] => MIT ) [39] => Array ( [id] => 40 [title] => Song - 40 [time] => 40 [License] => MIT ) [19] => Array ( [id] => 40 [title] => Song - 20 [time] => 20 [License] => MIT ) [38] => Array ( [id] => 39 [title] => Song - 39 [time] => 39 [License] => MIT ) [34] => Array ( [id] => 35 [title] => Song - 35 [time] => 35 [License] => MIT ) [32] => Array ( [id] => 33 [title] => Song - 33 [time] => 33 [License] => MIT ) [30] => Array ( [id] => 31 [title] => Song - 31 [time] => 31 [License] => MIT ) [29] => Array ( [id] => 30 [title] => Song - 30 [time] => 30 [License] => MIT ) [28] => Array ( [id] => 29 [title] => Song - 29 [time] => 29 [License] => MIT ) [12] => Array ( [id] => 26 [title] => Song - 13 [time] => 13 [License] => MIT ) [23] => Array ( [id] => 24 [title] => Song - 24 [time] => 24 [License] => MIT ) [10] => Array ( [id] => 22 [title] => Song - 11 [time] => 11 [License] => MIT ) [18] => Array ( [id] => 19 [title] => Song - 19 [time] => 19 [License] => MIT ) [7] => Array ( [id] => 16 [title] => Song - 8 [time] => 8 [License] => MIT ) [3] => Array ( [id] => 16 [title] => Song - 4 [time] => 4 [License] => MIT ) [15] => Array ( [id] => 16 [title] => Song - 16 [time] => 16 [License] => MIT ) [14] => Array ( [id] => 15 [title] => Song - 15 [time] => 15 [License] => MIT ) [6] => Array ( [id] => 14 [title] => Song - 7 [time] => 7 [License] => MIT ) [5] => Array ( [id] => 12 [title] => Song - 6 [time] => 6 [License] => MIT ) [2] => Array ( [id] => 12 [title] => Song - 3 [time] => 3 [License] => MIT ) [11] => Array ( [id] => 12 [title] => Song - 12 [time] => 12 [License] => MIT ) [4] => Array ( [id] => 10 [title] => Song - 5 [time] => 5 [License] => MIT ) [9] => Array ( [id] => 10 [title] => Song - 10 [time] => 10 [License] => MIT ) [8] => Array ( [id] => 9 [title] => Song - 9 [time] => 9 [License] => MIT ) [1] => Array ( [id] => 6 [title] => Song - 2 [time] => 2 [License] => MIT ) [0] => Array ( [id] => 3 [title] => Song - 1 [time] => 1 [License] => MIT ) )
Output for 5.4.11
Array ( [149] => Array ( [id] => 600 [title] => Song - 150 [time] => 150 [License] => MIT ) [148] => Array ( [id] => 596 [title] => Song - 149 [time] => 149 [License] => MIT ) [147] => Array ( [id] => 592 [title] => Song - 148 [time] => 148 [License] => MIT ) [146] => Array ( [id] => 588 [title] => Song - 147 [time] => 147 [License] => MIT ) [145] => Array ( [id] => 584 [title] => Song - 146 [time] => 146 [License] => MIT ) [144] => Array ( [id] => 580 [title] => Song - 145 [time] => 145 [License] => MIT ) [143] => Array ( [id] => 576 [title] => Song - 144 [time] => 144 [License] => MIT ) [133] => Array ( [id] => 536 [title] => Song - 134 [time] => 134 [License] => MIT ) [130] => Array ( [id] => 524 [title] => Song - 131 [time] => 131 [License] => MIT ) [129] => Array ( [id] => 520 [title] => Song - 130 [time] => 130 [License] => MIT ) [126] => Array ( [id] => 508 [title] => Song - 127 [time] => 127 [License] => MIT ) [125] => Array ( [id] => 504 [title] => Song - 126 [time] => 126 [License] => MIT ) [121] => Array ( [id] => 488 [title] => Song - 122 [time] => 122 [License] => MIT ) [117] => Array ( [id] => 472 [title] => Song - 118 [time] => 118 [License] => MIT ) [116] => Array ( [id] => 468 [title] => Song - 117 [time] => 117 [License] => MIT ) [112] => Array ( [id] => 452 [title] => Song - 113 [time] => 113 [License] => MIT ) [110] => Array ( [id] => 444 [title] => Song - 111 [time] => 111 [License] => MIT ) [109] => Array ( [id] => 440 [title] => Song - 110 [time] => 110 [License] => MIT ) [139] => Array ( [id] => 420 [title] => Song - 140 [time] => 140 [License] => MIT ) [138] => Array ( [id] => 417 [title] => Song - 139 [time] => 139 [License] => MIT ) [135] => Array ( [id] => 408 [title] => Song - 136 [time] => 136 [License] => MIT ) [134] => Array ( [id] => 405 [title] => Song - 135 [time] => 135 [License] => MIT ) [97] => Array ( [id] => 392 [title] => Song - 98 [time] => 98 [License] => MIT ) [128] => Array ( [id] => 387 [title] => Song - 129 [time] => 129 [License] => MIT ) [95] => Array ( [id] => 384 [title] => Song - 96 [time] => 96 [License] => MIT ) [92] => Array ( [id] => 372 [title] => Song - 93 [time] => 93 [License] => MIT ) [89] => Array ( [id] => 360 [title] => Song - 90 [time] => 90 [License] => MIT ) [119] => Array ( [id] => 360 [title] => Song - 120 [time] => 120 [License] => MIT ) [118] => Array ( [id] => 357 [title] => Song - 119 [time] => 119 [License] => MIT ) [87] => Array ( [id] => 352 [title] => Song - 88 [time] => 88 [License] => MIT ) [86] => Array ( [id] => 348 [title] => Song - 87 [time] => 87 [License] => MIT ) [114] => Array ( [id] => 345 [title] => Song - 115 [time] => 115 [License] => MIT ) [78] => Array ( [id] => 316 [title] => Song - 79 [time] => 79 [License] => MIT ) [101] => Array ( [id] => 306 [title] => Song - 102 [time] => 102 [License] => MIT ) [98] => Array ( [id] => 297 [title] => Song - 99 [time] => 99 [License] => MIT ) [72] => Array ( [id] => 292 [title] => Song - 73 [time] => 73 [License] => MIT ) [141] => Array ( [id] => 284 [title] => Song - 142 [time] => 142 [License] => MIT ) [93] => Array ( [id] => 282 [title] => Song - 94 [time] => 94 [License] => MIT ) [140] => Array ( [id] => 282 [title] => Song - 141 [time] => 141 [License] => MIT ) [69] => Array ( [id] => 280 [title] => Song - 70 [time] => 70 [License] => MIT ) [137] => Array ( [id] => 276 [title] => Song - 138 [time] => 138 [License] => MIT ) [136] => Array ( [id] => 274 [title] => Song - 137 [time] => 137 [License] => MIT ) [132] => Array ( [id] => 266 [title] => Song - 133 [time] => 133 [License] => MIT ) [63] => Array ( [id] => 256 [title] => Song - 64 [time] => 64 [License] => MIT ) [84] => Array ( [id] => 255 [title] => Song - 85 [time] => 85 [License] => MIT ) [62] => Array ( [id] => 252 [title] => Song - 63 [time] => 63 [License] => MIT ) [124] => Array ( [id] => 250 [title] => Song - 125 [time] => 125 [License] => MIT ) [82] => Array ( [id] => 249 [title] => Song - 83 [time] => 83 [License] => MIT ) [122] => Array ( [id] => 246 [title] => Song - 123 [time] => 123 [License] => MIT ) [79] => Array ( [id] => 240 [title] => Song - 80 [time] => 80 [License] => MIT ) [58] => Array ( [id] => 236 [title] => Song - 59 [time] => 59 [License] => MIT ) [77] => Array ( [id] => 234 [title] => Song - 78 [time] => 78 [License] => MIT ) [115] => Array ( [id] => 232 [title] => Song - 116 [time] => 116 [License] => MIT ) [76] => Array ( [id] => 231 [title] => Song - 77 [time] => 77 [License] => MIT ) [111] => Array ( [id] => 224 [title] => Song - 112 [time] => 112 [License] => MIT ) [73] => Array ( [id] => 222 [title] => Song - 74 [time] => 74 [License] => MIT ) [108] => Array ( [id] => 218 [title] => Song - 109 [time] => 109 [License] => MIT ) [106] => Array ( [id] => 214 [title] => Song - 107 [time] => 107 [License] => MIT ) [104] => Array ( [id] => 210 [title] => Song - 105 [time] => 105 [License] => MIT ) [103] => Array ( [id] => 208 [title] => Song - 104 [time] => 104 [License] => MIT ) [102] => Array ( [id] => 206 [title] => Song - 103 [time] => 103 [License] => MIT ) [94] => Array ( [id] => 190 [title] => Song - 95 [time] => 95 [License] => MIT ) [91] => Array ( [id] => 184 [title] => Song - 92 [time] => 92 [License] => MIT ) [90] => Array ( [id] => 182 [title] => Song - 91 [time] => 91 [License] => MIT ) [59] => Array ( [id] => 180 [title] => Song - 60 [time] => 60 [License] => MIT ) [43] => Array ( [id] => 176 [title] => Song - 44 [time] => 44 [License] => MIT ) [85] => Array ( [id] => 172 [title] => Song - 86 [time] => 86 [License] => MIT ) [56] => Array ( [id] => 171 [title] => Song - 57 [time] => 57 [License] => MIT ) [83] => Array ( [id] => 168 [title] => Song - 84 [time] => 84 [License] => MIT ) [55] => Array ( [id] => 168 [title] => Song - 56 [time] => 56 [License] => MIT ) [81] => Array ( [id] => 164 [title] => Song - 82 [time] => 82 [License] => MIT ) [40] => Array ( [id] => 164 [title] => Song - 41 [time] => 41 [License] => MIT ) [53] => Array ( [id] => 162 [title] => Song - 54 [time] => 54 [License] => MIT ) [52] => Array ( [id] => 159 [title] => Song - 53 [time] => 53 [License] => MIT ) [51] => Array ( [id] => 156 [title] => Song - 52 [time] => 52 [License] => MIT ) [50] => Array ( [id] => 153 [title] => Song - 51 [time] => 51 [License] => MIT ) [75] => Array ( [id] => 152 [title] => Song - 76 [time] => 76 [License] => MIT ) [74] => Array ( [id] => 150 [title] => Song - 75 [time] => 75 [License] => MIT ) [71] => Array ( [id] => 144 [title] => Song - 72 [time] => 72 [License] => MIT ) [142] => Array ( [id] => 143 [title] => Song - 143 [time] => 143 [License] => MIT ) [45] => Array ( [id] => 138 [title] => Song - 46 [time] => 46 [License] => MIT ) [44] => Array ( [id] => 135 [title] => Song - 45 [time] => 45 [License] => MIT ) [131] => Array ( [id] => 132 [title] => Song - 132 [time] => 132 [License] => MIT ) [64] => Array ( [id] => 130 [title] => Song - 65 [time] => 65 [License] => MIT ) [42] => Array ( [id] => 129 [title] => Song - 43 [time] => 43 [License] => MIT ) [127] => Array ( [id] => 128 [title] => Song - 128 [time] => 128 [License] => MIT ) [41] => Array ( [id] => 126 [title] => Song - 42 [time] => 42 [License] => MIT ) [61] => Array ( [id] => 124 [title] => Song - 62 [time] => 62 [License] => MIT ) [123] => Array ( [id] => 124 [title] => Song - 124 [time] => 124 [License] => MIT ) [120] => Array ( [id] => 121 [title] => Song - 121 [time] => 121 [License] => MIT ) [39] => Array ( [id] => 120 [title] => Song - 40 [time] => 40 [License] => MIT ) [113] => Array ( [id] => 114 [title] => Song - 114 [time] => 114 [License] => MIT ) [107] => Array ( [id] => 108 [title] => Song - 108 [time] => 108 [License] => MIT ) [105] => Array ( [id] => 106 [title] => Song - 106 [time] => 106 [License] => MIT ) [100] => Array ( [id] => 101 [title] => Song - 101 [time] => 101 [License] => MIT ) [99] => Array ( [id] => 100 [title] => Song - 100 [time] => 100 [License] => MIT ) [32] => Array ( [id] => 99 [title] => Song - 33 [time] => 33 [License] => MIT ) [96] => Array ( [id] => 97 [title] => Song - 97 [time] => 97 [License] => MIT ) [23] => Array ( [id] => 96 [title] => Song - 24 [time] => 24 [License] => MIT ) [46] => Array ( [id] => 94 [title] => Song - 47 [time] => 47 [License] => MIT ) [30] => Array ( [id] => 93 [title] => Song - 31 [time] => 31 [License] => MIT ) [88] => Array ( [id] => 89 [title] => Song - 89 [time] => 89 [License] => MIT ) [27] => Array ( [id] => 84 [title] => Song - 28 [time] => 28 [License] => MIT ) [80] => Array ( [id] => 81 [title] => Song - 81 [time] => 81 [License] => MIT ) [26] => Array ( [id] => 81 [title] => Song - 27 [time] => 27 [License] => MIT ) [37] => Array ( [id] => 76 [title] => Song - 38 [time] => 38 [License] => MIT ) [36] => Array ( [id] => 74 [title] => Song - 37 [time] => 37 [License] => MIT ) [70] => Array ( [id] => 71 [title] => Song - 71 [time] => 71 [License] => MIT ) [68] => Array ( [id] => 69 [title] => Song - 69 [time] => 69 [License] => MIT ) [67] => Array ( [id] => 68 [title] => Song - 68 [time] => 68 [License] => MIT ) [33] => Array ( [id] => 68 [title] => Song - 34 [time] => 34 [License] => MIT ) [66] => Array ( [id] => 67 [title] => Song - 67 [time] => 67 [License] => MIT ) [65] => Array ( [id] => 66 [title] => Song - 66 [time] => 66 [License] => MIT ) [31] => Array ( [id] => 64 [title] => Song - 32 [time] => 32 [License] => MIT ) [20] => Array ( [id] => 63 [title] => Song - 21 [time] => 21 [License] => MIT ) [60] => Array ( [id] => 61 [title] => Song - 61 [time] => 61 [License] => MIT ) [14] => Array ( [id] => 60 [title] => Song - 15 [time] => 15 [License] => MIT ) [57] => Array ( [id] => 58 [title] => Song - 58 [time] => 58 [License] => MIT ) [18] => Array ( [id] => 57 [title] => Song - 19 [time] => 19 [License] => MIT ) [54] => Array ( [id] => 55 [title] => Song - 55 [time] => 55 [License] => MIT ) [25] => Array ( [id] => 52 [title] => Song - 26 [time] => 26 [License] => MIT ) [16] => Array ( [id] => 51 [title] => Song - 17 [time] => 17 [License] => MIT ) [49] => Array ( [id] => 50 [title] => Song - 50 [time] => 50 [License] => MIT ) [24] => Array ( [id] => 50 [title] => Song - 25 [time] => 25 [License] => MIT ) [48] => Array ( [id] => 49 [title] => Song - 49 [time] => 49 [License] => MIT ) [47] => Array ( [id] => 48 [title] => Song - 48 [time] => 48 [License] => MIT ) [15] => Array ( [id] => 48 [title] => Song - 16 [time] => 16 [License] => MIT ) [22] => Array ( [id] => 46 [title] => Song - 23 [time] => 23 [License] => MIT ) [13] => Array ( [id] => 42 [title] => Song - 14 [time] => 14 [License] => MIT ) [19] => Array ( [id] => 40 [title] => Song - 20 [time] => 20 [License] => MIT ) [9] => Array ( [id] => 40 [title] => Song - 10 [time] => 10 [License] => MIT ) [38] => Array ( [id] => 39 [title] => Song - 39 [time] => 39 [License] => MIT ) [8] => Array ( [id] => 36 [title] => Song - 9 [time] => 9 [License] => MIT ) [35] => Array ( [id] => 36 [title] => Song - 36 [time] => 36 [License] => MIT ) [17] => Array ( [id] => 36 [title] => Song - 18 [time] => 18 [License] => MIT ) [11] => Array ( [id] => 36 [title] => Song - 12 [time] => 12 [License] => MIT ) [34] => Array ( [id] => 35 [title] => Song - 35 [time] => 35 [License] => MIT ) [29] => Array ( [id] => 30 [title] => Song - 30 [time] => 30 [License] => MIT ) [28] => Array ( [id] => 29 [title] => Song - 29 [time] => 29 [License] => MIT ) [6] => Array ( [id] => 28 [title] => Song - 7 [time] => 7 [License] => MIT ) [7] => Array ( [id] => 24 [title] => Song - 8 [time] => 8 [License] => MIT ) [21] => Array ( [id] => 22 [title] => Song - 22 [time] => 22 [License] => MIT ) [10] => Array ( [id] => 22 [title] => Song - 11 [time] => 11 [License] => MIT ) [5] => Array ( [id] => 18 [title] => Song - 6 [time] => 6 [License] => MIT ) [3] => Array ( [id] => 16 [title] => Song - 4 [time] => 4 [License] => MIT ) [12] => Array ( [id] => 13 [title] => Song - 13 [time] => 13 [License] => MIT ) [1] => Array ( [id] => 6 [title] => Song - 2 [time] => 2 [License] => MIT ) [4] => Array ( [id] => 5 [title] => Song - 5 [time] => 5 [License] => MIT ) [2] => Array ( [id] => 3 [title] => Song - 3 [time] => 3 [License] => MIT ) [0] => Array ( [id] => 1 [title] => Song - 1 [time] => 1 [License] => MIT ) )
Output for 5.4.10
Array ( [146] => Array ( [id] => 588 [title] => Song - 147 [time] => 147 [License] => MIT ) [136] => Array ( [id] => 548 [title] => Song - 137 [time] => 137 [License] => MIT ) [134] => Array ( [id] => 540 [title] => Song - 135 [time] => 135 [License] => MIT ) [132] => Array ( [id] => 532 [title] => Song - 133 [time] => 133 [License] => MIT ) [128] => Array ( [id] => 516 [title] => Song - 129 [time] => 129 [License] => MIT ) [126] => Array ( [id] => 508 [title] => Song - 127 [time] => 127 [License] => MIT ) [125] => Array ( [id] => 504 [title] => Song - 126 [time] => 126 [License] => MIT ) [120] => Array ( [id] => 484 [title] => Song - 121 [time] => 121 [License] => MIT ) [119] => Array ( [id] => 480 [title] => Song - 120 [time] => 120 [License] => MIT ) [117] => Array ( [id] => 472 [title] => Song - 118 [time] => 118 [License] => MIT ) [114] => Array ( [id] => 460 [title] => Song - 115 [time] => 115 [License] => MIT ) [148] => Array ( [id] => 447 [title] => Song - 149 [time] => 149 [License] => MIT ) [109] => Array ( [id] => 440 [title] => Song - 110 [time] => 110 [License] => MIT ) [145] => Array ( [id] => 438 [title] => Song - 146 [time] => 146 [License] => MIT ) [143] => Array ( [id] => 432 [title] => Song - 144 [time] => 144 [License] => MIT ) [142] => Array ( [id] => 429 [title] => Song - 143 [time] => 143 [License] => MIT ) [106] => Array ( [id] => 428 [title] => Song - 107 [time] => 107 [License] => MIT ) [141] => Array ( [id] => 426 [title] => Song - 142 [time] => 142 [License] => MIT ) [105] => Array ( [id] => 424 [title] => Song - 106 [time] => 106 [License] => MIT ) [138] => Array ( [id] => 417 [title] => Song - 139 [time] => 139 [License] => MIT ) [131] => Array ( [id] => 396 [title] => Song - 132 [time] => 132 [License] => MIT ) [130] => Array ( [id] => 393 [title] => Song - 131 [time] => 131 [License] => MIT ) [127] => Array ( [id] => 384 [title] => Song - 128 [time] => 128 [License] => MIT ) [113] => Array ( [id] => 342 [title] => Song - 114 [time] => 114 [License] => MIT ) [112] => Array ( [id] => 339 [title] => Song - 113 [time] => 113 [License] => MIT ) [77] => Array ( [id] => 312 [title] => Song - 78 [time] => 78 [License] => MIT ) [76] => Array ( [id] => 308 [title] => Song - 77 [time] => 77 [License] => MIT ) [74] => Array ( [id] => 300 [title] => Song - 75 [time] => 75 [License] => MIT ) [98] => Array ( [id] => 297 [title] => Song - 99 [time] => 99 [License] => MIT ) [147] => Array ( [id] => 296 [title] => Song - 148 [time] => 148 [License] => MIT ) [72] => Array ( [id] => 292 [title] => Song - 73 [time] => 73 [License] => MIT ) [144] => Array ( [id] => 290 [title] => Song - 145 [time] => 145 [License] => MIT ) [70] => Array ( [id] => 284 [title] => Song - 71 [time] => 71 [License] => MIT ) [140] => Array ( [id] => 282 [title] => Song - 141 [time] => 141 [License] => MIT ) [139] => Array ( [id] => 280 [title] => Song - 140 [time] => 140 [License] => MIT ) [91] => Array ( [id] => 276 [title] => Song - 92 [time] => 92 [License] => MIT ) [137] => Array ( [id] => 276 [title] => Song - 138 [time] => 138 [License] => MIT ) [66] => Array ( [id] => 268 [title] => Song - 67 [time] => 67 [License] => MIT ) [65] => Array ( [id] => 264 [title] => Song - 66 [time] => 66 [License] => MIT ) [86] => Array ( [id] => 261 [title] => Song - 87 [time] => 87 [License] => MIT ) [82] => Array ( [id] => 249 [title] => Song - 83 [time] => 83 [License] => MIT ) [61] => Array ( [id] => 248 [title] => Song - 62 [time] => 62 [License] => MIT ) [122] => Array ( [id] => 246 [title] => Song - 123 [time] => 123 [License] => MIT ) [79] => Array ( [id] => 240 [title] => Song - 80 [time] => 80 [License] => MIT ) [118] => Array ( [id] => 238 [title] => Song - 119 [time] => 119 [License] => MIT ) [57] => Array ( [id] => 232 [title] => Song - 58 [time] => 58 [License] => MIT ) [73] => Array ( [id] => 222 [title] => Song - 74 [time] => 74 [License] => MIT ) [110] => Array ( [id] => 222 [title] => Song - 111 [time] => 111 [License] => MIT ) [54] => Array ( [id] => 220 [title] => Song - 55 [time] => 55 [License] => MIT ) [107] => Array ( [id] => 216 [title] => Song - 108 [time] => 108 [License] => MIT ) [104] => Array ( [id] => 210 [title] => Song - 105 [time] => 105 [License] => MIT ) [51] => Array ( [id] => 208 [title] => Song - 52 [time] => 52 [License] => MIT ) [68] => Array ( [id] => 207 [title] => Song - 69 [time] => 69 [License] => MIT ) [102] => Array ( [id] => 206 [title] => Song - 103 [time] => 103 [License] => MIT ) [67] => Array ( [id] => 204 [title] => Song - 68 [time] => 68 [License] => MIT ) [50] => Array ( [id] => 204 [title] => Song - 51 [time] => 51 [License] => MIT ) [100] => Array ( [id] => 202 [title] => Song - 101 [time] => 101 [License] => MIT ) [97] => Array ( [id] => 196 [title] => Song - 98 [time] => 98 [License] => MIT ) [93] => Array ( [id] => 188 [title] => Song - 94 [time] => 94 [License] => MIT ) [92] => Array ( [id] => 186 [title] => Song - 93 [time] => 93 [License] => MIT ) [45] => Array ( [id] => 184 [title] => Song - 46 [time] => 46 [License] => MIT ) [90] => Array ( [id] => 182 [title] => Song - 91 [time] => 91 [License] => MIT ) [89] => Array ( [id] => 180 [title] => Song - 90 [time] => 90 [License] => MIT ) [87] => Array ( [id] => 176 [title] => Song - 88 [time] => 88 [License] => MIT ) [55] => Array ( [id] => 168 [title] => Song - 56 [time] => 56 [License] => MIT ) [80] => Array ( [id] => 162 [title] => Song - 81 [time] => 81 [License] => MIT ) [78] => Array ( [id] => 158 [title] => Song - 79 [time] => 79 [License] => MIT ) [75] => Array ( [id] => 152 [title] => Song - 76 [time] => 76 [License] => MIT ) [149] => Array ( [id] => 150 [title] => Song - 150 [time] => 150 [License] => MIT ) [48] => Array ( [id] => 147 [title] => Song - 49 [time] => 49 [License] => MIT ) [46] => Array ( [id] => 141 [title] => Song - 47 [time] => 47 [License] => MIT ) [34] => Array ( [id] => 140 [title] => Song - 35 [time] => 35 [License] => MIT ) [135] => Array ( [id] => 136 [title] => Song - 136 [time] => 136 [License] => MIT ) [133] => Array ( [id] => 134 [title] => Song - 134 [time] => 134 [License] => MIT ) [43] => Array ( [id] => 132 [title] => Song - 44 [time] => 44 [License] => MIT ) [32] => Array ( [id] => 132 [title] => Song - 33 [time] => 33 [License] => MIT ) [129] => Array ( [id] => 130 [title] => Song - 130 [time] => 130 [License] => MIT ) [63] => Array ( [id] => 128 [title] => Song - 64 [time] => 64 [License] => MIT ) [41] => Array ( [id] => 126 [title] => Song - 42 [time] => 42 [License] => MIT ) [124] => Array ( [id] => 125 [title] => Song - 125 [time] => 125 [License] => MIT ) [123] => Array ( [id] => 124 [title] => Song - 124 [time] => 124 [License] => MIT ) [121] => Array ( [id] => 122 [title] => Song - 122 [time] => 122 [License] => MIT ) [29] => Array ( [id] => 120 [title] => Song - 30 [time] => 30 [License] => MIT ) [58] => Array ( [id] => 118 [title] => Song - 59 [time] => 59 [License] => MIT ) [116] => Array ( [id] => 117 [title] => Song - 117 [time] => 117 [License] => MIT ) [115] => Array ( [id] => 116 [title] => Song - 116 [time] => 116 [License] => MIT ) [56] => Array ( [id] => 114 [title] => Song - 57 [time] => 57 [License] => MIT ) [37] => Array ( [id] => 114 [title] => Song - 38 [time] => 38 [License] => MIT ) [111] => Array ( [id] => 112 [title] => Song - 112 [time] => 112 [License] => MIT ) [36] => Array ( [id] => 111 [title] => Song - 37 [time] => 37 [License] => MIT ) [108] => Array ( [id] => 109 [title] => Song - 109 [time] => 109 [License] => MIT ) [26] => Array ( [id] => 108 [title] => Song - 27 [time] => 27 [License] => MIT ) [103] => Array ( [id] => 104 [title] => Song - 104 [time] => 104 [License] => MIT ) [101] => Array ( [id] => 102 [title] => Song - 102 [time] => 102 [License] => MIT ) [49] => Array ( [id] => 100 [title] => Song - 50 [time] => 50 [License] => MIT ) [99] => Array ( [id] => 100 [title] => Song - 100 [time] => 100 [License] => MIT ) [96] => Array ( [id] => 97 [title] => Song - 97 [time] => 97 [License] => MIT ) [95] => Array ( [id] => 96 [title] => Song - 96 [time] => 96 [License] => MIT ) [23] => Array ( [id] => 96 [title] => Song - 24 [time] => 24 [License] => MIT ) [94] => Array ( [id] => 95 [title] => Song - 95 [time] => 95 [License] => MIT ) [22] => Array ( [id] => 92 [title] => Song - 23 [time] => 23 [License] => MIT ) [44] => Array ( [id] => 90 [title] => Song - 45 [time] => 45 [License] => MIT ) [88] => Array ( [id] => 89 [title] => Song - 89 [time] => 89 [License] => MIT ) [21] => Array ( [id] => 88 [title] => Song - 22 [time] => 22 [License] => MIT ) [85] => Array ( [id] => 86 [title] => Song - 86 [time] => 86 [License] => MIT ) [42] => Array ( [id] => 86 [title] => Song - 43 [time] => 43 [License] => MIT ) [84] => Array ( [id] => 85 [title] => Song - 85 [time] => 85 [License] => MIT ) [83] => Array ( [id] => 84 [title] => Song - 84 [time] => 84 [License] => MIT ) [81] => Array ( [id] => 82 [title] => Song - 82 [time] => 82 [License] => MIT ) [39] => Array ( [id] => 80 [title] => Song - 40 [time] => 40 [License] => MIT ) [71] => Array ( [id] => 72 [title] => Song - 72 [time] => 72 [License] => MIT ) [17] => Array ( [id] => 72 [title] => Song - 18 [time] => 18 [License] => MIT ) [69] => Array ( [id] => 70 [title] => Song - 70 [time] => 70 [License] => MIT ) [64] => Array ( [id] => 65 [title] => Song - 65 [time] => 65 [License] => MIT ) [31] => Array ( [id] => 64 [title] => Song - 32 [time] => 32 [License] => MIT ) [62] => Array ( [id] => 63 [title] => Song - 63 [time] => 63 [License] => MIT ) [30] => Array ( [id] => 62 [title] => Song - 31 [time] => 31 [License] => MIT ) [60] => Array ( [id] => 61 [title] => Song - 61 [time] => 61 [License] => MIT ) [59] => Array ( [id] => 60 [title] => Song - 60 [time] => 60 [License] => MIT ) [53] => Array ( [id] => 54 [title] => Song - 54 [time] => 54 [License] => MIT ) [52] => Array ( [id] => 53 [title] => Song - 53 [time] => 53 [License] => MIT ) [12] => Array ( [id] => 52 [title] => Song - 13 [time] => 13 [License] => MIT ) [24] => Array ( [id] => 50 [title] => Song - 25 [time] => 25 [License] => MIT ) [47] => Array ( [id] => 48 [title] => Song - 48 [time] => 48 [License] => MIT ) [11] => Array ( [id] => 48 [title] => Song - 12 [time] => 12 [License] => MIT ) [14] => Array ( [id] => 45 [title] => Song - 15 [time] => 15 [License] => MIT ) [10] => Array ( [id] => 44 [title] => Song - 11 [time] => 11 [License] => MIT ) [20] => Array ( [id] => 42 [title] => Song - 21 [time] => 21 [License] => MIT ) [40] => Array ( [id] => 41 [title] => Song - 41 [time] => 41 [License] => MIT ) [38] => Array ( [id] => 39 [title] => Song - 39 [time] => 39 [License] => MIT ) [18] => Array ( [id] => 38 [title] => Song - 19 [time] => 19 [License] => MIT ) [35] => Array ( [id] => 36 [title] => Song - 36 [time] => 36 [License] => MIT ) [33] => Array ( [id] => 34 [title] => Song - 34 [time] => 34 [License] => MIT ) [7] => Array ( [id] => 32 [title] => Song - 8 [time] => 8 [License] => MIT ) [28] => Array ( [id] => 29 [title] => Song - 29 [time] => 29 [License] => MIT ) [27] => Array ( [id] => 28 [title] => Song - 28 [time] => 28 [License] => MIT ) [13] => Array ( [id] => 28 [title] => Song - 14 [time] => 14 [License] => MIT ) [25] => Array ( [id] => 26 [title] => Song - 26 [time] => 26 [License] => MIT ) [5] => Array ( [id] => 24 [title] => Song - 6 [time] => 6 [License] => MIT ) [19] => Array ( [id] => 20 [title] => Song - 20 [time] => 20 [License] => MIT ) [8] => Array ( [id] => 18 [title] => Song - 9 [time] => 9 [License] => MIT ) [16] => Array ( [id] => 17 [title] => Song - 17 [time] => 17 [License] => MIT ) [15] => Array ( [id] => 16 [title] => Song - 16 [time] => 16 [License] => MIT ) [6] => Array ( [id] => 14 [title] => Song - 7 [time] => 7 [License] => MIT ) [2] => Array ( [id] => 12 [title] => Song - 3 [time] => 3 [License] => MIT ) [4] => Array ( [id] => 10 [title] => Song - 5 [time] => 5 [License] => MIT ) [9] => Array ( [id] => 10 [title] => Song - 10 [time] => 10 [License] => MIT ) [3] => Array ( [id] => 8 [title] => Song - 4 [time] => 4 [License] => MIT ) [1] => Array ( [id] => 2 [title] => Song - 2 [time] => 2 [License] => MIT ) [0] => Array ( [id] => 1 [title] => Song - 1 [time] => 1 [License] => MIT ) )
Output for 5.4.9
Array ( [144] => Array ( [id] => 580 [title] => Song - 145 [time] => 145 [License] => MIT ) [143] => Array ( [id] => 576 [title] => Song - 144 [time] => 144 [License] => MIT ) [135] => Array ( [id] => 544 [title] => Song - 136 [time] => 136 [License] => MIT ) [129] => Array ( [id] => 520 [title] => Song - 130 [time] => 130 [License] => MIT ) [119] => Array ( [id] => 480 [title] => Song - 120 [time] => 120 [License] => MIT ) [114] => Array ( [id] => 460 [title] => Song - 115 [time] => 115 [License] => MIT ) [148] => Array ( [id] => 447 [title] => Song - 149 [time] => 149 [License] => MIT ) [146] => Array ( [id] => 441 [title] => Song - 147 [time] => 147 [License] => MIT ) [108] => Array ( [id] => 436 [title] => Song - 109 [time] => 109 [License] => MIT ) [107] => Array ( [id] => 432 [title] => Song - 108 [time] => 108 [License] => MIT ) [142] => Array ( [id] => 429 [title] => Song - 143 [time] => 143 [License] => MIT ) [138] => Array ( [id] => 417 [title] => Song - 139 [time] => 139 [License] => MIT ) [103] => Array ( [id] => 416 [title] => Song - 104 [time] => 104 [License] => MIT ) [136] => Array ( [id] => 411 [title] => Song - 137 [time] => 137 [License] => MIT ) [134] => Array ( [id] => 405 [title] => Song - 135 [time] => 135 [License] => MIT ) [98] => Array ( [id] => 396 [title] => Song - 99 [time] => 99 [License] => MIT ) [130] => Array ( [id] => 393 [title] => Song - 131 [time] => 131 [License] => MIT ) [96] => Array ( [id] => 388 [title] => Song - 97 [time] => 97 [License] => MIT ) [94] => Array ( [id] => 380 [title] => Song - 95 [time] => 95 [License] => MIT ) [124] => Array ( [id] => 375 [title] => Song - 125 [time] => 125 [License] => MIT ) [92] => Array ( [id] => 372 [title] => Song - 93 [time] => 93 [License] => MIT ) [123] => Array ( [id] => 372 [title] => Song - 124 [time] => 124 [License] => MIT ) [120] => Array ( [id] => 363 [title] => Song - 121 [time] => 121 [License] => MIT ) [116] => Array ( [id] => 351 [title] => Song - 117 [time] => 117 [License] => MIT ) [111] => Array ( [id] => 336 [title] => Song - 112 [time] => 112 [License] => MIT ) [110] => Array ( [id] => 333 [title] => Song - 111 [time] => 111 [License] => MIT ) [109] => Array ( [id] => 330 [title] => Song - 110 [time] => 110 [License] => MIT ) [81] => Array ( [id] => 328 [title] => Song - 82 [time] => 82 [License] => MIT ) [79] => Array ( [id] => 320 [title] => Song - 80 [time] => 80 [License] => MIT ) [76] => Array ( [id] => 308 [title] => Song - 77 [time] => 77 [License] => MIT ) [101] => Array ( [id] => 306 [title] => Song - 102 [time] => 102 [License] => MIT ) [74] => Array ( [id] => 300 [title] => Song - 75 [time] => 75 [License] => MIT ) [149] => Array ( [id] => 300 [title] => Song - 150 [time] => 150 [License] => MIT ) [99] => Array ( [id] => 300 [title] => Song - 100 [time] => 100 [License] => MIT ) [147] => Array ( [id] => 296 [title] => Song - 148 [time] => 148 [License] => MIT ) [95] => Array ( [id] => 288 [title] => Song - 96 [time] => 96 [License] => MIT ) [141] => Array ( [id] => 284 [title] => Song - 142 [time] => 142 [License] => MIT ) [93] => Array ( [id] => 282 [title] => Song - 94 [time] => 94 [License] => MIT ) [140] => Array ( [id] => 282 [title] => Song - 141 [time] => 141 [License] => MIT ) [139] => Array ( [id] => 280 [title] => Song - 140 [time] => 140 [License] => MIT ) [91] => Array ( [id] => 276 [title] => Song - 92 [time] => 92 [License] => MIT ) [68] => Array ( [id] => 276 [title] => Song - 69 [time] => 69 [License] => MIT ) [67] => Array ( [id] => 272 [title] => Song - 68 [time] => 68 [License] => MIT ) [89] => Array ( [id] => 270 [title] => Song - 90 [time] => 90 [License] => MIT ) [133] => Array ( [id] => 268 [title] => Song - 134 [time] => 134 [License] => MIT ) [88] => Array ( [id] => 267 [title] => Song - 89 [time] => 89 [License] => MIT ) [87] => Array ( [id] => 264 [title] => Song - 88 [time] => 88 [License] => MIT ) [85] => Array ( [id] => 258 [title] => Song - 86 [time] => 86 [License] => MIT ) [63] => Array ( [id] => 256 [title] => Song - 64 [time] => 64 [License] => MIT ) [84] => Array ( [id] => 255 [title] => Song - 85 [time] => 85 [License] => MIT ) [125] => Array ( [id] => 252 [title] => Song - 126 [time] => 126 [License] => MIT ) [121] => Array ( [id] => 244 [title] => Song - 122 [time] => 122 [License] => MIT ) [78] => Array ( [id] => 237 [title] => Song - 79 [time] => 79 [License] => MIT ) [117] => Array ( [id] => 236 [title] => Song - 118 [time] => 118 [License] => MIT ) [77] => Array ( [id] => 234 [title] => Song - 78 [time] => 78 [License] => MIT ) [55] => Array ( [id] => 224 [title] => Song - 56 [time] => 56 [License] => MIT ) [106] => Array ( [id] => 214 [title] => Song - 107 [time] => 107 [License] => MIT ) [105] => Array ( [id] => 212 [title] => Song - 106 [time] => 106 [License] => MIT ) [104] => Array ( [id] => 210 [title] => Song - 105 [time] => 105 [License] => MIT ) [102] => Array ( [id] => 206 [title] => Song - 103 [time] => 103 [License] => MIT ) [50] => Array ( [id] => 204 [title] => Song - 51 [time] => 51 [License] => MIT ) [97] => Array ( [id] => 196 [title] => Song - 98 [time] => 98 [License] => MIT ) [64] => Array ( [id] => 195 [title] => Song - 65 [time] => 65 [License] => MIT ) [62] => Array ( [id] => 189 [title] => Song - 63 [time] => 63 [License] => MIT ) [46] => Array ( [id] => 188 [title] => Song - 47 [time] => 47 [License] => MIT ) [45] => Array ( [id] => 184 [title] => Song - 46 [time] => 46 [License] => MIT ) [57] => Array ( [id] => 174 [title] => Song - 58 [time] => 58 [License] => MIT ) [42] => Array ( [id] => 172 [title] => Song - 43 [time] => 43 [License] => MIT ) [83] => Array ( [id] => 168 [title] => Song - 84 [time] => 84 [License] => MIT ) [80] => Array ( [id] => 162 [title] => Song - 81 [time] => 81 [License] => MIT ) [53] => Array ( [id] => 162 [title] => Song - 54 [time] => 54 [License] => MIT ) [49] => Array ( [id] => 150 [title] => Song - 50 [time] => 50 [License] => MIT ) [145] => Array ( [id] => 146 [title] => Song - 146 [time] => 146 [License] => MIT ) [71] => Array ( [id] => 144 [title] => Song - 72 [time] => 72 [License] => MIT ) [47] => Array ( [id] => 144 [title] => Song - 48 [time] => 48 [License] => MIT ) [70] => Array ( [id] => 142 [title] => Song - 71 [time] => 71 [License] => MIT ) [34] => Array ( [id] => 140 [title] => Song - 35 [time] => 35 [License] => MIT ) [137] => Array ( [id] => 138 [title] => Song - 138 [time] => 138 [License] => MIT ) [33] => Array ( [id] => 136 [title] => Song - 34 [time] => 34 [License] => MIT ) [132] => Array ( [id] => 133 [title] => Song - 133 [time] => 133 [License] => MIT ) [131] => Array ( [id] => 132 [title] => Song - 132 [time] => 132 [License] => MIT ) [128] => Array ( [id] => 129 [title] => Song - 129 [time] => 129 [License] => MIT ) [31] => Array ( [id] => 128 [title] => Song - 32 [time] => 32 [License] => MIT ) [127] => Array ( [id] => 128 [title] => Song - 128 [time] => 128 [License] => MIT ) [126] => Array ( [id] => 127 [title] => Song - 127 [time] => 127 [License] => MIT ) [41] => Array ( [id] => 126 [title] => Song - 42 [time] => 42 [License] => MIT ) [122] => Array ( [id] => 123 [title] => Song - 123 [time] => 123 [License] => MIT ) [60] => Array ( [id] => 122 [title] => Song - 61 [time] => 61 [License] => MIT ) [59] => Array ( [id] => 120 [title] => Song - 60 [time] => 60 [License] => MIT ) [118] => Array ( [id] => 119 [title] => Song - 119 [time] => 119 [License] => MIT ) [58] => Array ( [id] => 118 [title] => Song - 59 [time] => 59 [License] => MIT ) [115] => Array ( [id] => 116 [title] => Song - 116 [time] => 116 [License] => MIT ) [113] => Array ( [id] => 114 [title] => Song - 114 [time] => 114 [License] => MIT ) [112] => Array ( [id] => 113 [title] => Song - 113 [time] => 113 [License] => MIT ) [54] => Array ( [id] => 110 [title] => Song - 55 [time] => 55 [License] => MIT ) [51] => Array ( [id] => 104 [title] => Song - 52 [time] => 52 [License] => MIT ) [100] => Array ( [id] => 101 [title] => Song - 101 [time] => 101 [License] => MIT ) [24] => Array ( [id] => 100 [title] => Song - 25 [time] => 25 [License] => MIT ) [32] => Array ( [id] => 99 [title] => Song - 33 [time] => 33 [License] => MIT ) [48] => Array ( [id] => 98 [title] => Song - 49 [time] => 49 [License] => MIT ) [22] => Array ( [id] => 92 [title] => Song - 23 [time] => 23 [License] => MIT ) [90] => Array ( [id] => 91 [title] => Song - 91 [time] => 91 [License] => MIT ) [43] => Array ( [id] => 88 [title] => Song - 44 [time] => 44 [License] => MIT ) [21] => Array ( [id] => 88 [title] => Song - 22 [time] => 22 [License] => MIT ) [86] => Array ( [id] => 87 [title] => Song - 87 [time] => 87 [License] => MIT ) [28] => Array ( [id] => 87 [title] => Song - 29 [time] => 29 [License] => MIT ) [82] => Array ( [id] => 83 [title] => Song - 83 [time] => 83 [License] => MIT ) [40] => Array ( [id] => 82 [title] => Song - 41 [time] => 41 [License] => MIT ) [25] => Array ( [id] => 78 [title] => Song - 26 [time] => 26 [License] => MIT ) [75] => Array ( [id] => 76 [title] => Song - 76 [time] => 76 [License] => MIT ) [37] => Array ( [id] => 76 [title] => Song - 38 [time] => 38 [License] => MIT ) [73] => Array ( [id] => 74 [title] => Song - 74 [time] => 74 [License] => MIT ) [72] => Array ( [id] => 73 [title] => Song - 73 [time] => 73 [License] => MIT ) [35] => Array ( [id] => 72 [title] => Song - 36 [time] => 36 [License] => MIT ) [17] => Array ( [id] => 72 [title] => Song - 18 [time] => 18 [License] => MIT ) [69] => Array ( [id] => 70 [title] => Song - 70 [time] => 70 [License] => MIT ) [66] => Array ( [id] => 67 [title] => Song - 67 [time] => 67 [License] => MIT ) [65] => Array ( [id] => 66 [title] => Song - 66 [time] => 66 [License] => MIT ) [61] => Array ( [id] => 62 [title] => Song - 62 [time] => 62 [License] => MIT ) [56] => Array ( [id] => 57 [title] => Song - 57 [time] => 57 [License] => MIT ) [13] => Array ( [id] => 56 [title] => Song - 14 [time] => 14 [License] => MIT ) [52] => Array ( [id] => 53 [title] => Song - 53 [time] => 53 [License] => MIT ) [16] => Array ( [id] => 51 [title] => Song - 17 [time] => 17 [License] => MIT ) [23] => Array ( [id] => 48 [title] => Song - 24 [time] => 24 [License] => MIT ) [15] => Array ( [id] => 48 [title] => Song - 16 [time] => 16 [License] => MIT ) [44] => Array ( [id] => 45 [title] => Song - 45 [time] => 45 [License] => MIT ) [14] => Array ( [id] => 45 [title] => Song - 15 [time] => 15 [License] => MIT ) [20] => Array ( [id] => 42 [title] => Song - 21 [time] => 21 [License] => MIT ) [39] => Array ( [id] => 40 [title] => Song - 40 [time] => 40 [License] => MIT ) [19] => Array ( [id] => 40 [title] => Song - 20 [time] => 20 [License] => MIT ) [38] => Array ( [id] => 39 [title] => Song - 39 [time] => 39 [License] => MIT ) [12] => Array ( [id] => 39 [title] => Song - 13 [time] => 13 [License] => MIT ) [36] => Array ( [id] => 37 [title] => Song - 37 [time] => 37 [License] => MIT ) [30] => Array ( [id] => 31 [title] => Song - 31 [time] => 31 [License] => MIT ) [29] => Array ( [id] => 30 [title] => Song - 30 [time] => 30 [License] => MIT ) [27] => Array ( [id] => 28 [title] => Song - 28 [time] => 28 [License] => MIT ) [26] => Array ( [id] => 27 [title] => Song - 27 [time] => 27 [License] => MIT ) [7] => Array ( [id] => 24 [title] => Song - 8 [time] => 8 [License] => MIT ) [9] => Array ( [id] => 20 [title] => Song - 10 [time] => 10 [License] => MIT ) [18] => Array ( [id] => 19 [title] => Song - 19 [time] => 19 [License] => MIT ) [6] => Array ( [id] => 14 [title] => Song - 7 [time] => 7 [License] => MIT ) [5] => Array ( [id] => 12 [title] => Song - 6 [time] => 6 [License] => MIT ) [11] => Array ( [id] => 12 [title] => Song - 12 [time] => 12 [License] => MIT ) [10] => Array ( [id] => 11 [title] => Song - 11 [time] => 11 [License] => MIT ) [8] => Array ( [id] => 9 [title] => Song - 9 [time] => 9 [License] => MIT ) [2] => Array ( [id] => 9 [title] => Song - 3 [time] => 3 [License] => MIT ) [4] => Array ( [id] => 5 [title] => Song - 5 [time] => 5 [License] => MIT ) [3] => Array ( [id] => 4 [title] => Song - 4 [time] => 4 [License] => MIT ) [0] => Array ( [id] => 3 [title] => Song - 1 [time] => 1 [License] => MIT ) [1] => Array ( [id] => 2 [title] => Song - 2 [time] => 2 [License] => MIT ) )
Output for 5.4.8
Array ( [138] => Array ( [id] => 556 [title] => Song - 139 [time] => 139 [License] => MIT ) [136] => Array ( [id] => 548 [title] => Song - 137 [time] => 137 [License] => MIT ) [134] => Array ( [id] => 540 [title] => Song - 135 [time] => 135 [License] => MIT ) [133] => Array ( [id] => 536 [title] => Song - 134 [time] => 134 [License] => MIT ) [132] => Array ( [id] => 532 [title] => Song - 133 [time] => 133 [License] => MIT ) [131] => Array ( [id] => 528 [title] => Song - 132 [time] => 132 [License] => MIT ) [130] => Array ( [id] => 524 [title] => Song - 131 [time] => 131 [License] => MIT ) [122] => Array ( [id] => 492 [title] => Song - 123 [time] => 123 [License] => MIT ) [113] => Array ( [id] => 456 [title] => Song - 114 [time] => 114 [License] => MIT ) [112] => Array ( [id] => 452 [title] => Song - 113 [time] => 113 [License] => MIT ) [148] => Array ( [id] => 447 [title] => Song - 149 [time] => 149 [License] => MIT ) [110] => Array ( [id] => 444 [title] => Song - 111 [time] => 111 [License] => MIT ) [144] => Array ( [id] => 435 [title] => Song - 145 [time] => 145 [License] => MIT ) [142] => Array ( [id] => 429 [title] => Song - 143 [time] => 143 [License] => MIT ) [106] => Array ( [id] => 428 [title] => Song - 107 [time] => 107 [License] => MIT ) [141] => Array ( [id] => 426 [title] => Song - 142 [time] => 142 [License] => MIT ) [135] => Array ( [id] => 408 [title] => Song - 136 [time] => 136 [License] => MIT ) [100] => Array ( [id] => 404 [title] => Song - 101 [time] => 101 [License] => MIT ) [98] => Array ( [id] => 396 [title] => Song - 99 [time] => 99 [License] => MIT ) [97] => Array ( [id] => 392 [title] => Song - 98 [time] => 98 [License] => MIT ) [95] => Array ( [id] => 384 [title] => Song - 96 [time] => 96 [License] => MIT ) [127] => Array ( [id] => 384 [title] => Song - 128 [time] => 128 [License] => MIT ) [94] => Array ( [id] => 380 [title] => Song - 95 [time] => 95 [License] => MIT ) [116] => Array ( [id] => 351 [title] => Song - 117 [time] => 117 [License] => MIT ) [115] => Array ( [id] => 348 [title] => Song - 116 [time] => 116 [License] => MIT ) [85] => Array ( [id] => 344 [title] => Song - 86 [time] => 86 [License] => MIT ) [82] => Array ( [id] => 332 [title] => Song - 83 [time] => 83 [License] => MIT ) [109] => Array ( [id] => 330 [title] => Song - 110 [time] => 110 [License] => MIT ) [80] => Array ( [id] => 324 [title] => Song - 81 [time] => 81 [License] => MIT ) [107] => Array ( [id] => 324 [title] => Song - 108 [time] => 108 [License] => MIT ) [102] => Array ( [id] => 309 [title] => Song - 103 [time] => 103 [License] => MIT ) [76] => Array ( [id] => 308 [title] => Song - 77 [time] => 77 [License] => MIT ) [99] => Array ( [id] => 300 [title] => Song - 100 [time] => 100 [License] => MIT ) [145] => Array ( [id] => 292 [title] => Song - 146 [time] => 146 [License] => MIT ) [96] => Array ( [id] => 291 [title] => Song - 97 [time] => 97 [License] => MIT ) [93] => Array ( [id] => 282 [title] => Song - 94 [time] => 94 [License] => MIT ) [140] => Array ( [id] => 282 [title] => Song - 141 [time] => 141 [License] => MIT ) [69] => Array ( [id] => 280 [title] => Song - 70 [time] => 70 [License] => MIT ) [89] => Array ( [id] => 270 [title] => Song - 90 [time] => 90 [License] => MIT ) [87] => Array ( [id] => 264 [title] => Song - 88 [time] => 88 [License] => MIT ) [128] => Array ( [id] => 258 [title] => Song - 129 [time] => 129 [License] => MIT ) [126] => Array ( [id] => 254 [title] => Song - 127 [time] => 127 [License] => MIT ) [61] => Array ( [id] => 248 [title] => Song - 62 [time] => 62 [License] => MIT ) [81] => Array ( [id] => 246 [title] => Song - 82 [time] => 82 [License] => MIT ) [60] => Array ( [id] => 244 [title] => Song - 61 [time] => 61 [License] => MIT ) [121] => Array ( [id] => 244 [title] => Song - 122 [time] => 122 [License] => MIT ) [118] => Array ( [id] => 238 [title] => Song - 119 [time] => 119 [License] => MIT ) [117] => Array ( [id] => 236 [title] => Song - 118 [time] => 118 [License] => MIT ) [75] => Array ( [id] => 228 [title] => Song - 76 [time] => 76 [License] => MIT ) [55] => Array ( [id] => 224 [title] => Song - 56 [time] => 56 [License] => MIT ) [111] => Array ( [id] => 224 [title] => Song - 112 [time] => 112 [License] => MIT ) [73] => Array ( [id] => 222 [title] => Song - 74 [time] => 74 [License] => MIT ) [71] => Array ( [id] => 216 [title] => Song - 72 [time] => 72 [License] => MIT ) [70] => Array ( [id] => 213 [title] => Song - 71 [time] => 71 [License] => MIT ) [104] => Array ( [id] => 210 [title] => Song - 105 [time] => 105 [License] => MIT ) [103] => Array ( [id] => 208 [title] => Song - 104 [time] => 104 [License] => MIT ) [68] => Array ( [id] => 207 [title] => Song - 69 [time] => 69 [License] => MIT ) [101] => Array ( [id] => 204 [title] => Song - 102 [time] => 102 [License] => MIT ) [65] => Array ( [id] => 198 [title] => Song - 66 [time] => 66 [License] => MIT ) [92] => Array ( [id] => 186 [title] => Song - 93 [time] => 93 [License] => MIT ) [45] => Array ( [id] => 184 [title] => Song - 46 [time] => 46 [License] => MIT ) [88] => Array ( [id] => 178 [title] => Song - 89 [time] => 89 [License] => MIT ) [86] => Array ( [id] => 174 [title] => Song - 87 [time] => 87 [License] => MIT ) [84] => Array ( [id] => 170 [title] => Song - 85 [time] => 85 [License] => MIT ) [41] => Array ( [id] => 168 [title] => Song - 42 [time] => 42 [License] => MIT ) [40] => Array ( [id] => 164 [title] => Song - 41 [time] => 41 [License] => MIT ) [53] => Array ( [id] => 162 [title] => Song - 54 [time] => 54 [License] => MIT ) [77] => Array ( [id] => 156 [title] => Song - 78 [time] => 78 [License] => MIT ) [51] => Array ( [id] => 156 [title] => Song - 52 [time] => 52 [License] => MIT ) [38] => Array ( [id] => 156 [title] => Song - 39 [time] => 39 [License] => MIT ) [50] => Array ( [id] => 153 [title] => Song - 51 [time] => 51 [License] => MIT ) [49] => Array ( [id] => 150 [title] => Song - 50 [time] => 50 [License] => MIT ) [149] => Array ( [id] => 150 [title] => Song - 150 [time] => 150 [License] => MIT ) [147] => Array ( [id] => 148 [title] => Song - 148 [time] => 148 [License] => MIT ) [146] => Array ( [id] => 147 [title] => Song - 147 [time] => 147 [License] => MIT ) [47] => Array ( [id] => 144 [title] => Song - 48 [time] => 48 [License] => MIT ) [35] => Array ( [id] => 144 [title] => Song - 36 [time] => 36 [License] => MIT ) [143] => Array ( [id] => 144 [title] => Song - 144 [time] => 144 [License] => MIT ) [46] => Array ( [id] => 141 [title] => Song - 47 [time] => 47 [License] => MIT ) [139] => Array ( [id] => 140 [title] => Song - 140 [time] => 140 [License] => MIT ) [137] => Array ( [id] => 138 [title] => Song - 138 [time] => 138 [License] => MIT ) [67] => Array ( [id] => 136 [title] => Song - 68 [time] => 68 [License] => MIT ) [44] => Array ( [id] => 135 [title] => Song - 45 [time] => 45 [License] => MIT ) [43] => Array ( [id] => 132 [title] => Song - 44 [time] => 44 [License] => MIT ) [64] => Array ( [id] => 130 [title] => Song - 65 [time] => 65 [License] => MIT ) [129] => Array ( [id] => 130 [title] => Song - 130 [time] => 130 [License] => MIT ) [63] => Array ( [id] => 128 [title] => Song - 64 [time] => 64 [License] => MIT ) [125] => Array ( [id] => 126 [title] => Song - 126 [time] => 126 [License] => MIT ) [124] => Array ( [id] => 125 [title] => Song - 125 [time] => 125 [License] => MIT ) [30] => Array ( [id] => 124 [title] => Song - 31 [time] => 31 [License] => MIT ) [123] => Array ( [id] => 124 [title] => Song - 124 [time] => 124 [License] => MIT ) [120] => Array ( [id] => 121 [title] => Song - 121 [time] => 121 [License] => MIT ) [39] => Array ( [id] => 120 [title] => Song - 40 [time] => 40 [License] => MIT ) [119] => Array ( [id] => 120 [title] => Song - 120 [time] => 120 [License] => MIT ) [58] => Array ( [id] => 118 [title] => Song - 59 [time] => 59 [License] => MIT ) [57] => Array ( [id] => 116 [title] => Song - 58 [time] => 58 [License] => MIT ) [114] => Array ( [id] => 115 [title] => Song - 115 [time] => 115 [License] => MIT ) [56] => Array ( [id] => 114 [title] => Song - 57 [time] => 57 [License] => MIT ) [54] => Array ( [id] => 110 [title] => Song - 55 [time] => 55 [License] => MIT ) [108] => Array ( [id] => 109 [title] => Song - 109 [time] => 109 [License] => MIT ) [105] => Array ( [id] => 106 [title] => Song - 106 [time] => 106 [License] => MIT ) [24] => Array ( [id] => 100 [title] => Song - 25 [time] => 25 [License] => MIT ) [91] => Array ( [id] => 92 [title] => Song - 92 [time] => 92 [License] => MIT ) [90] => Array ( [id] => 91 [title] => Song - 91 [time] => 91 [License] => MIT ) [42] => Array ( [id] => 86 [title] => Song - 43 [time] => 43 [License] => MIT ) [83] => Array ( [id] => 84 [title] => Song - 84 [time] => 84 [License] => MIT ) [79] => Array ( [id] => 80 [title] => Song - 80 [time] => 80 [License] => MIT ) [19] => Array ( [id] => 80 [title] => Song - 20 [time] => 20 [License] => MIT ) [78] => Array ( [id] => 79 [title] => Song - 79 [time] => 79 [License] => MIT ) [25] => Array ( [id] => 78 [title] => Song - 26 [time] => 26 [License] => MIT ) [74] => Array ( [id] => 75 [title] => Song - 75 [time] => 75 [License] => MIT ) [36] => Array ( [id] => 74 [title] => Song - 37 [time] => 37 [License] => MIT ) [72] => Array ( [id] => 73 [title] => Song - 73 [time] => 73 [License] => MIT ) [23] => Array ( [id] => 72 [title] => Song - 24 [time] => 24 [License] => MIT ) [66] => Array ( [id] => 67 [title] => Song - 67 [time] => 67 [License] => MIT ) [32] => Array ( [id] => 66 [title] => Song - 33 [time] => 33 [License] => MIT ) [62] => Array ( [id] => 63 [title] => Song - 63 [time] => 63 [License] => MIT ) [59] => Array ( [id] => 60 [title] => Song - 60 [time] => 60 [License] => MIT ) [29] => Array ( [id] => 60 [title] => Song - 30 [time] => 30 [License] => MIT ) [28] => Array ( [id] => 58 [title] => Song - 29 [time] => 29 [License] => MIT ) [18] => Array ( [id] => 57 [title] => Song - 19 [time] => 19 [License] => MIT ) [26] => Array ( [id] => 54 [title] => Song - 27 [time] => 27 [License] => MIT ) [52] => Array ( [id] => 53 [title] => Song - 53 [time] => 53 [License] => MIT ) [48] => Array ( [id] => 49 [title] => Song - 49 [time] => 49 [License] => MIT ) [12] => Array ( [id] => 39 [title] => Song - 13 [time] => 13 [License] => MIT ) [37] => Array ( [id] => 38 [title] => Song - 38 [time] => 38 [License] => MIT ) [34] => Array ( [id] => 35 [title] => Song - 35 [time] => 35 [License] => MIT ) [33] => Array ( [id] => 34 [title] => Song - 34 [time] => 34 [License] => MIT ) [7] => Array ( [id] => 32 [title] => Song - 8 [time] => 8 [License] => MIT ) [31] => Array ( [id] => 32 [title] => Song - 32 [time] => 32 [License] => MIT ) [14] => Array ( [id] => 30 [title] => Song - 15 [time] => 15 [License] => MIT ) [27] => Array ( [id] => 28 [title] => Song - 28 [time] => 28 [License] => MIT ) [13] => Array ( [id] => 28 [title] => Song - 14 [time] => 14 [License] => MIT ) [5] => Array ( [id] => 24 [title] => Song - 6 [time] => 6 [License] => MIT ) [11] => Array ( [id] => 24 [title] => Song - 12 [time] => 12 [License] => MIT ) [22] => Array ( [id] => 23 [title] => Song - 23 [time] => 23 [License] => MIT ) [21] => Array ( [id] => 22 [title] => Song - 22 [time] => 22 [License] => MIT ) [10] => Array ( [id] => 22 [title] => Song - 11 [time] => 11 [License] => MIT ) [20] => Array ( [id] => 21 [title] => Song - 21 [time] => 21 [License] => MIT ) [8] => Array ( [id] => 18 [title] => Song - 9 [time] => 9 [License] => MIT ) [17] => Array ( [id] => 18 [title] => Song - 18 [time] => 18 [License] => MIT ) [16] => Array ( [id] => 17 [title] => Song - 17 [time] => 17 [License] => MIT ) [15] => Array ( [id] => 16 [title] => Song - 16 [time] => 16 [License] => MIT ) [4] => Array ( [id] => 15 [title] => Song - 5 [time] => 5 [License] => MIT ) [6] => Array ( [id] => 14 [title] => Song - 7 [time] => 7 [License] => MIT ) [9] => Array ( [id] => 10 [title] => Song - 10 [time] => 10 [License] => MIT ) [1] => Array ( [id] => 6 [title] => Song - 2 [time] => 2 [License] => MIT ) [3] => Array ( [id] => 4 [title] => Song - 4 [time] => 4 [License] => MIT ) [2] => Array ( [id] => 3 [title] => Song - 3 [time] => 3 [License] => MIT ) [0] => Array ( [id] => 3 [title] => Song - 1 [time] => 1 [License] => MIT ) )
Output for 5.4.7
Array ( [149] => Array ( [id] => 600 [title] => Song - 150 [time] => 150 [License] => MIT ) [147] => Array ( [id] => 592 [title] => Song - 148 [time] => 148 [License] => MIT ) [145] => Array ( [id] => 584 [title] => Song - 146 [time] => 146 [License] => MIT ) [142] => Array ( [id] => 572 [title] => Song - 143 [time] => 143 [License] => MIT ) [136] => Array ( [id] => 548 [title] => Song - 137 [time] => 137 [License] => MIT ) [132] => Array ( [id] => 532 [title] => Song - 133 [time] => 133 [License] => MIT ) [128] => Array ( [id] => 516 [title] => Song - 129 [time] => 129 [License] => MIT ) [124] => Array ( [id] => 500 [title] => Song - 125 [time] => 125 [License] => MIT ) [123] => Array ( [id] => 496 [title] => Song - 124 [time] => 124 [License] => MIT ) [120] => Array ( [id] => 484 [title] => Song - 121 [time] => 121 [License] => MIT ) [118] => Array ( [id] => 476 [title] => Song - 119 [time] => 119 [License] => MIT ) [115] => Array ( [id] => 464 [title] => Song - 116 [time] => 116 [License] => MIT ) [108] => Array ( [id] => 436 [title] => Song - 109 [time] => 109 [License] => MIT ) [144] => Array ( [id] => 435 [title] => Song - 145 [time] => 145 [License] => MIT ) [143] => Array ( [id] => 432 [title] => Song - 144 [time] => 144 [License] => MIT ) [105] => Array ( [id] => 424 [title] => Song - 106 [time] => 106 [License] => MIT ) [102] => Array ( [id] => 412 [title] => Song - 103 [time] => 103 [License] => MIT ) [135] => Array ( [id] => 408 [title] => Song - 136 [time] => 136 [License] => MIT ) [100] => Array ( [id] => 404 [title] => Song - 101 [time] => 101 [License] => MIT ) [98] => Array ( [id] => 396 [title] => Song - 99 [time] => 99 [License] => MIT ) [131] => Array ( [id] => 396 [title] => Song - 132 [time] => 132 [License] => MIT ) [129] => Array ( [id] => 390 [title] => Song - 130 [time] => 130 [License] => MIT ) [94] => Array ( [id] => 380 [title] => Song - 95 [time] => 95 [License] => MIT ) [125] => Array ( [id] => 378 [title] => Song - 126 [time] => 126 [License] => MIT ) [93] => Array ( [id] => 376 [title] => Song - 94 [time] => 94 [License] => MIT ) [92] => Array ( [id] => 372 [title] => Song - 93 [time] => 93 [License] => MIT ) [121] => Array ( [id] => 366 [title] => Song - 122 [time] => 122 [License] => MIT ) [90] => Array ( [id] => 364 [title] => Song - 91 [time] => 91 [License] => MIT ) [119] => Array ( [id] => 360 [title] => Song - 120 [time] => 120 [License] => MIT ) [88] => Array ( [id] => 356 [title] => Song - 89 [time] => 89 [License] => MIT ) [117] => Array ( [id] => 354 [title] => Song - 118 [time] => 118 [License] => MIT ) [87] => Array ( [id] => 352 [title] => Song - 88 [time] => 88 [License] => MIT ) [116] => Array ( [id] => 351 [title] => Song - 117 [time] => 117 [License] => MIT ) [113] => Array ( [id] => 342 [title] => Song - 114 [time] => 114 [License] => MIT ) [112] => Array ( [id] => 339 [title] => Song - 113 [time] => 113 [License] => MIT ) [109] => Array ( [id] => 330 [title] => Song - 110 [time] => 110 [License] => MIT ) [107] => Array ( [id] => 324 [title] => Song - 108 [time] => 108 [License] => MIT ) [76] => Array ( [id] => 308 [title] => Song - 77 [time] => 77 [License] => MIT ) [146] => Array ( [id] => 294 [title] => Song - 147 [time] => 147 [License] => MIT ) [72] => Array ( [id] => 292 [title] => Song - 73 [time] => 73 [License] => MIT ) [95] => Array ( [id] => 288 [title] => Song - 96 [time] => 96 [License] => MIT ) [141] => Array ( [id] => 284 [title] => Song - 142 [time] => 142 [License] => MIT ) [140] => Array ( [id] => 282 [title] => Song - 141 [time] => 141 [License] => MIT ) [138] => Array ( [id] => 278 [title] => Song - 139 [time] => 139 [License] => MIT ) [91] => Array ( [id] => 276 [title] => Song - 92 [time] => 92 [License] => MIT ) [137] => Array ( [id] => 276 [title] => Song - 138 [time] => 138 [License] => MIT ) [134] => Array ( [id] => 270 [title] => Song - 135 [time] => 135 [License] => MIT ) [133] => Array ( [id] => 268 [title] => Song - 134 [time] => 134 [License] => MIT ) [130] => Array ( [id] => 262 [title] => Song - 131 [time] => 131 [License] => MIT ) [85] => Array ( [id] => 258 [title] => Song - 86 [time] => 86 [License] => MIT ) [84] => Array ( [id] => 255 [title] => Song - 85 [time] => 85 [License] => MIT ) [126] => Array ( [id] => 254 [title] => Song - 127 [time] => 127 [License] => MIT ) [82] => Array ( [id] => 249 [title] => Song - 83 [time] => 83 [License] => MIT ) [122] => Array ( [id] => 246 [title] => Song - 123 [time] => 123 [License] => MIT ) [59] => Array ( [id] => 240 [title] => Song - 60 [time] => 60 [License] => MIT ) [57] => Array ( [id] => 232 [title] => Song - 58 [time] => 58 [License] => MIT ) [75] => Array ( [id] => 228 [title] => Song - 76 [time] => 76 [License] => MIT ) [56] => Array ( [id] => 228 [title] => Song - 57 [time] => 57 [License] => MIT ) [55] => Array ( [id] => 224 [title] => Song - 56 [time] => 56 [License] => MIT ) [111] => Array ( [id] => 224 [title] => Song - 112 [time] => 112 [License] => MIT ) [73] => Array ( [id] => 222 [title] => Song - 74 [time] => 74 [License] => MIT ) [53] => Array ( [id] => 216 [title] => Song - 54 [time] => 54 [License] => MIT ) [106] => Array ( [id] => 214 [title] => Song - 107 [time] => 107 [License] => MIT ) [104] => Array ( [id] => 210 [title] => Song - 105 [time] => 105 [License] => MIT ) [50] => Array ( [id] => 204 [title] => Song - 51 [time] => 51 [License] => MIT ) [101] => Array ( [id] => 204 [title] => Song - 102 [time] => 102 [License] => MIT ) [49] => Array ( [id] => 200 [title] => Song - 50 [time] => 50 [License] => MIT ) [96] => Array ( [id] => 194 [title] => Song - 97 [time] => 97 [License] => MIT ) [63] => Array ( [id] => 192 [title] => Song - 64 [time] => 64 [License] => MIT ) [46] => Array ( [id] => 188 [title] => Song - 47 [time] => 47 [License] => MIT ) [61] => Array ( [id] => 186 [title] => Song - 62 [time] => 62 [License] => MIT ) [60] => Array ( [id] => 183 [title] => Song - 61 [time] => 61 [License] => MIT ) [40] => Array ( [id] => 164 [title] => Song - 41 [time] => 41 [License] => MIT ) [79] => Array ( [id] => 160 [title] => Song - 80 [time] => 80 [License] => MIT ) [39] => Array ( [id] => 160 [title] => Song - 40 [time] => 40 [License] => MIT ) [52] => Array ( [id] => 159 [title] => Song - 53 [time] => 53 [License] => MIT ) [77] => Array ( [id] => 156 [title] => Song - 78 [time] => 78 [License] => MIT ) [51] => Array ( [id] => 156 [title] => Song - 52 [time] => 52 [License] => MIT ) [38] => Array ( [id] => 156 [title] => Song - 39 [time] => 39 [License] => MIT ) [148] => Array ( [id] => 149 [title] => Song - 149 [time] => 149 [License] => MIT ) [48] => Array ( [id] => 147 [title] => Song - 49 [time] => 49 [License] => MIT ) [47] => Array ( [id] => 144 [title] => Song - 48 [time] => 48 [License] => MIT ) [35] => Array ( [id] => 144 [title] => Song - 36 [time] => 36 [License] => MIT ) [139] => Array ( [id] => 140 [title] => Song - 140 [time] => 140 [License] => MIT ) [68] => Array ( [id] => 138 [title] => Song - 69 [time] => 69 [License] => MIT ) [67] => Array ( [id] => 136 [title] => Song - 68 [time] => 68 [License] => MIT ) [33] => Array ( [id] => 136 [title] => Song - 34 [time] => 34 [License] => MIT ) [66] => Array ( [id] => 134 [title] => Song - 67 [time] => 67 [License] => MIT ) [65] => Array ( [id] => 132 [title] => Song - 66 [time] => 66 [License] => MIT ) [43] => Array ( [id] => 132 [title] => Song - 44 [time] => 44 [License] => MIT ) [42] => Array ( [id] => 129 [title] => Song - 43 [time] => 43 [License] => MIT ) [31] => Array ( [id] => 128 [title] => Song - 32 [time] => 32 [License] => MIT ) [127] => Array ( [id] => 128 [title] => Song - 128 [time] => 128 [License] => MIT ) [62] => Array ( [id] => 126 [title] => Song - 63 [time] => 63 [License] => MIT ) [30] => Array ( [id] => 124 [title] => Song - 31 [time] => 31 [License] => MIT ) [58] => Array ( [id] => 118 [title] => Song - 59 [time] => 59 [License] => MIT ) [114] => Array ( [id] => 115 [title] => Song - 115 [time] => 115 [License] => MIT ) [110] => Array ( [id] => 111 [title] => Song - 111 [time] => 111 [License] => MIT ) [54] => Array ( [id] => 110 [title] => Song - 55 [time] => 55 [License] => MIT ) [103] => Array ( [id] => 104 [title] => Song - 104 [time] => 104 [License] => MIT ) [99] => Array ( [id] => 100 [title] => Song - 100 [time] => 100 [License] => MIT ) [32] => Array ( [id] => 99 [title] => Song - 33 [time] => 33 [License] => MIT ) [97] => Array ( [id] => 98 [title] => Song - 98 [time] => 98 [License] => MIT ) [45] => Array ( [id] => 92 [title] => Song - 46 [time] => 46 [License] => MIT ) [89] => Array ( [id] => 90 [title] => Song - 90 [time] => 90 [License] => MIT ) [44] => Array ( [id] => 90 [title] => Song - 45 [time] => 45 [License] => MIT ) [21] => Array ( [id] => 88 [title] => Song - 22 [time] => 22 [License] => MIT ) [86] => Array ( [id] => 87 [title] => Song - 87 [time] => 87 [License] => MIT ) [83] => Array ( [id] => 84 [title] => Song - 84 [time] => 84 [License] => MIT ) [81] => Array ( [id] => 82 [title] => Song - 82 [time] => 82 [License] => MIT ) [80] => Array ( [id] => 81 [title] => Song - 81 [time] => 81 [License] => MIT ) [26] => Array ( [id] => 81 [title] => Song - 27 [time] => 27 [License] => MIT ) [19] => Array ( [id] => 80 [title] => Song - 20 [time] => 20 [License] => MIT ) [78] => Array ( [id] => 79 [title] => Song - 79 [time] => 79 [License] => MIT ) [37] => Array ( [id] => 76 [title] => Song - 38 [time] => 38 [License] => MIT ) [74] => Array ( [id] => 75 [title] => Song - 75 [time] => 75 [License] => MIT ) [36] => Array ( [id] => 74 [title] => Song - 37 [time] => 37 [License] => MIT ) [71] => Array ( [id] => 72 [title] => Song - 72 [time] => 72 [License] => MIT ) [70] => Array ( [id] => 71 [title] => Song - 71 [time] => 71 [License] => MIT ) [69] => Array ( [id] => 70 [title] => Song - 70 [time] => 70 [License] => MIT ) [34] => Array ( [id] => 70 [title] => Song - 35 [time] => 35 [License] => MIT ) [64] => Array ( [id] => 65 [title] => Song - 65 [time] => 65 [License] => MIT ) [28] => Array ( [id] => 58 [title] => Song - 29 [time] => 29 [License] => MIT ) [16] => Array ( [id] => 51 [title] => Song - 17 [time] => 17 [License] => MIT ) [23] => Array ( [id] => 48 [title] => Song - 24 [time] => 24 [License] => MIT ) [15] => Array ( [id] => 48 [title] => Song - 16 [time] => 16 [License] => MIT ) [11] => Array ( [id] => 48 [title] => Song - 12 [time] => 12 [License] => MIT ) [22] => Array ( [id] => 46 [title] => Song - 23 [time] => 23 [License] => MIT ) [41] => Array ( [id] => 42 [title] => Song - 42 [time] => 42 [License] => MIT ) [13] => Array ( [id] => 42 [title] => Song - 14 [time] => 14 [License] => MIT ) [9] => Array ( [id] => 40 [title] => Song - 10 [time] => 10 [License] => MIT ) [12] => Array ( [id] => 39 [title] => Song - 13 [time] => 13 [License] => MIT ) [17] => Array ( [id] => 36 [title] => Song - 18 [time] => 18 [License] => MIT ) [10] => Array ( [id] => 33 [title] => Song - 11 [time] => 11 [License] => MIT ) [29] => Array ( [id] => 30 [title] => Song - 30 [time] => 30 [License] => MIT ) [14] => Array ( [id] => 30 [title] => Song - 15 [time] => 15 [License] => MIT ) [27] => Array ( [id] => 28 [title] => Song - 28 [time] => 28 [License] => MIT ) [25] => Array ( [id] => 26 [title] => Song - 26 [time] => 26 [License] => MIT ) [24] => Array ( [id] => 25 [title] => Song - 25 [time] => 25 [License] => MIT ) [7] => Array ( [id] => 24 [title] => Song - 8 [time] => 8 [License] => MIT ) [5] => Array ( [id] => 24 [title] => Song - 6 [time] => 6 [License] => MIT ) [20] => Array ( [id] => 21 [title] => Song - 21 [time] => 21 [License] => MIT ) [4] => Array ( [id] => 20 [title] => Song - 5 [time] => 5 [License] => MIT ) [18] => Array ( [id] => 19 [title] => Song - 19 [time] => 19 [License] => MIT ) [3] => Array ( [id] => 12 [title] => Song - 4 [time] => 4 [License] => MIT ) [8] => Array ( [id] => 9 [title] => Song - 9 [time] => 9 [License] => MIT ) [2] => Array ( [id] => 9 [title] => Song - 3 [time] => 3 [License] => MIT ) [6] => Array ( [id] => 7 [title] => Song - 7 [time] => 7 [License] => MIT ) [1] => Array ( [id] => 4 [title] => Song - 2 [time] => 2 [License] => MIT ) [0] => Array ( [id] => 3 [title] => Song - 1 [time] => 1 [License] => MIT ) )
Output for 5.4.6
Array ( [146] => Array ( [id] => 588 [title] => Song - 147 [time] => 147 [License] => MIT ) [135] => Array ( [id] => 544 [title] => Song - 136 [time] => 136 [License] => MIT ) [133] => Array ( [id] => 536 [title] => Song - 134 [time] => 134 [License] => MIT ) [132] => Array ( [id] => 532 [title] => Song - 133 [time] => 133 [License] => MIT ) [131] => Array ( [id] => 528 [title] => Song - 132 [time] => 132 [License] => MIT ) [128] => Array ( [id] => 516 [title] => Song - 129 [time] => 129 [License] => MIT ) [126] => Array ( [id] => 508 [title] => Song - 127 [time] => 127 [License] => MIT ) [125] => Array ( [id] => 504 [title] => Song - 126 [time] => 126 [License] => MIT ) [118] => Array ( [id] => 476 [title] => Song - 119 [time] => 119 [License] => MIT ) [148] => Array ( [id] => 447 [title] => Song - 149 [time] => 149 [License] => MIT ) [144] => Array ( [id] => 435 [title] => Song - 145 [time] => 145 [License] => MIT ) [142] => Array ( [id] => 429 [title] => Song - 143 [time] => 143 [License] => MIT ) [106] => Array ( [id] => 428 [title] => Song - 107 [time] => 107 [License] => MIT ) [104] => Array ( [id] => 420 [title] => Song - 105 [time] => 105 [License] => MIT ) [103] => Array ( [id] => 416 [title] => Song - 104 [time] => 104 [License] => MIT ) [137] => Array ( [id] => 414 [title] => Song - 138 [time] => 138 [License] => MIT ) [134] => Array ( [id] => 405 [title] => Song - 135 [time] => 135 [License] => MIT ) [100] => Array ( [id] => 404 [title] => Song - 101 [time] => 101 [License] => MIT ) [98] => Array ( [id] => 396 [title] => Song - 99 [time] => 99 [License] => MIT ) [129] => Array ( [id] => 390 [title] => Song - 130 [time] => 130 [License] => MIT ) [127] => Array ( [id] => 384 [title] => Song - 128 [time] => 128 [License] => MIT ) [123] => Array ( [id] => 372 [title] => Song - 124 [time] => 124 [License] => MIT ) [109] => Array ( [id] => 330 [title] => Song - 110 [time] => 110 [License] => MIT ) [76] => Array ( [id] => 308 [title] => Song - 77 [time] => 77 [License] => MIT ) [149] => Array ( [id] => 300 [title] => Song - 150 [time] => 150 [License] => MIT ) [73] => Array ( [id] => 296 [title] => Song - 74 [time] => 74 [License] => MIT ) [147] => Array ( [id] => 296 [title] => Song - 148 [time] => 148 [License] => MIT ) [95] => Array ( [id] => 288 [title] => Song - 96 [time] => 96 [License] => MIT ) [71] => Array ( [id] => 288 [title] => Song - 72 [time] => 72 [License] => MIT ) [143] => Array ( [id] => 288 [title] => Song - 144 [time] => 144 [License] => MIT ) [70] => Array ( [id] => 284 [title] => Song - 71 [time] => 71 [License] => MIT ) [141] => Array ( [id] => 284 [title] => Song - 142 [time] => 142 [License] => MIT ) [93] => Array ( [id] => 282 [title] => Song - 94 [time] => 94 [License] => MIT ) [140] => Array ( [id] => 282 [title] => Song - 141 [time] => 141 [License] => MIT ) [69] => Array ( [id] => 280 [title] => Song - 70 [time] => 70 [License] => MIT ) [139] => Array ( [id] => 280 [title] => Song - 140 [time] => 140 [License] => MIT ) [138] => Array ( [id] => 278 [title] => Song - 139 [time] => 139 [License] => MIT ) [91] => Array ( [id] => 276 [title] => Song - 92 [time] => 92 [License] => MIT ) [136] => Array ( [id] => 274 [title] => Song - 137 [time] => 137 [License] => MIT ) [130] => Array ( [id] => 262 [title] => Song - 131 [time] => 131 [License] => MIT ) [63] => Array ( [id] => 256 [title] => Song - 64 [time] => 64 [License] => MIT ) [83] => Array ( [id] => 252 [title] => Song - 84 [time] => 84 [License] => MIT ) [124] => Array ( [id] => 250 [title] => Song - 125 [time] => 125 [License] => MIT ) [82] => Array ( [id] => 249 [title] => Song - 83 [time] => 83 [License] => MIT ) [122] => Array ( [id] => 246 [title] => Song - 123 [time] => 123 [License] => MIT ) [117] => Array ( [id] => 236 [title] => Song - 118 [time] => 118 [License] => MIT ) [115] => Array ( [id] => 232 [title] => Song - 116 [time] => 116 [License] => MIT ) [75] => Array ( [id] => 228 [title] => Song - 76 [time] => 76 [License] => MIT ) [113] => Array ( [id] => 228 [title] => Song - 114 [time] => 114 [License] => MIT ) [111] => Array ( [id] => 224 [title] => Song - 112 [time] => 112 [License] => MIT ) [72] => Array ( [id] => 219 [title] => Song - 73 [time] => 73 [License] => MIT ) [107] => Array ( [id] => 216 [title] => Song - 108 [time] => 108 [License] => MIT ) [52] => Array ( [id] => 212 [title] => Song - 53 [time] => 53 [License] => MIT ) [51] => Array ( [id] => 208 [title] => Song - 52 [time] => 52 [License] => MIT ) [68] => Array ( [id] => 207 [title] => Song - 69 [time] => 69 [License] => MIT ) [67] => Array ( [id] => 204 [title] => Song - 68 [time] => 68 [License] => MIT ) [50] => Array ( [id] => 204 [title] => Song - 51 [time] => 51 [License] => MIT ) [66] => Array ( [id] => 201 [title] => Song - 67 [time] => 67 [License] => MIT ) [49] => Array ( [id] => 200 [title] => Song - 50 [time] => 50 [License] => MIT ) [97] => Array ( [id] => 196 [title] => Song - 98 [time] => 98 [License] => MIT ) [96] => Array ( [id] => 194 [title] => Song - 97 [time] => 97 [License] => MIT ) [94] => Array ( [id] => 190 [title] => Song - 95 [time] => 95 [License] => MIT ) [61] => Array ( [id] => 186 [title] => Song - 62 [time] => 62 [License] => MIT ) [45] => Array ( [id] => 184 [title] => Song - 46 [time] => 46 [License] => MIT ) [59] => Array ( [id] => 180 [title] => Song - 60 [time] => 60 [License] => MIT ) [44] => Array ( [id] => 180 [title] => Song - 45 [time] => 45 [License] => MIT ) [88] => Array ( [id] => 178 [title] => Song - 89 [time] => 89 [License] => MIT ) [87] => Array ( [id] => 176 [title] => Song - 88 [time] => 88 [License] => MIT ) [86] => Array ( [id] => 174 [title] => Song - 87 [time] => 87 [License] => MIT ) [56] => Array ( [id] => 171 [title] => Song - 57 [time] => 57 [License] => MIT ) [55] => Array ( [id] => 168 [title] => Song - 56 [time] => 56 [License] => MIT ) [54] => Array ( [id] => 165 [title] => Song - 55 [time] => 55 [License] => MIT ) [38] => Array ( [id] => 156 [title] => Song - 39 [time] => 39 [License] => MIT ) [74] => Array ( [id] => 150 [title] => Song - 75 [time] => 75 [License] => MIT ) [145] => Array ( [id] => 146 [title] => Song - 146 [time] => 146 [License] => MIT ) [47] => Array ( [id] => 144 [title] => Song - 48 [time] => 48 [License] => MIT ) [35] => Array ( [id] => 144 [title] => Song - 36 [time] => 36 [License] => MIT ) [64] => Array ( [id] => 130 [title] => Song - 65 [time] => 65 [License] => MIT ) [62] => Array ( [id] => 126 [title] => Song - 63 [time] => 63 [License] => MIT ) [30] => Array ( [id] => 124 [title] => Song - 31 [time] => 31 [License] => MIT ) [40] => Array ( [id] => 123 [title] => Song - 41 [time] => 41 [License] => MIT ) [60] => Array ( [id] => 122 [title] => Song - 61 [time] => 61 [License] => MIT ) [121] => Array ( [id] => 122 [title] => Song - 122 [time] => 122 [License] => MIT ) [120] => Array ( [id] => 121 [title] => Song - 121 [time] => 121 [License] => MIT ) [119] => Array ( [id] => 120 [title] => Song - 120 [time] => 120 [License] => MIT ) [58] => Array ( [id] => 118 [title] => Song - 59 [time] => 59 [License] => MIT ) [116] => Array ( [id] => 117 [title] => Song - 117 [time] => 117 [License] => MIT ) [57] => Array ( [id] => 116 [title] => Song - 58 [time] => 58 [License] => MIT ) [114] => Array ( [id] => 115 [title] => Song - 115 [time] => 115 [License] => MIT ) [37] => Array ( [id] => 114 [title] => Song - 38 [time] => 38 [License] => MIT ) [112] => Array ( [id] => 113 [title] => Song - 113 [time] => 113 [License] => MIT ) [27] => Array ( [id] => 112 [title] => Song - 28 [time] => 28 [License] => MIT ) [36] => Array ( [id] => 111 [title] => Song - 37 [time] => 37 [License] => MIT ) [110] => Array ( [id] => 111 [title] => Song - 111 [time] => 111 [License] => MIT ) [108] => Array ( [id] => 109 [title] => Song - 109 [time] => 109 [License] => MIT ) [53] => Array ( [id] => 108 [title] => Song - 54 [time] => 54 [License] => MIT ) [26] => Array ( [id] => 108 [title] => Song - 27 [time] => 27 [License] => MIT ) [105] => Array ( [id] => 106 [title] => Song - 106 [time] => 106 [License] => MIT ) [34] => Array ( [id] => 105 [title] => Song - 35 [time] => 35 [License] => MIT ) [102] => Array ( [id] => 103 [title] => Song - 103 [time] => 103 [License] => MIT ) [101] => Array ( [id] => 102 [title] => Song - 102 [time] => 102 [License] => MIT ) [99] => Array ( [id] => 100 [title] => Song - 100 [time] => 100 [License] => MIT ) [48] => Array ( [id] => 98 [title] => Song - 49 [time] => 49 [License] => MIT ) [46] => Array ( [id] => 94 [title] => Song - 47 [time] => 47 [License] => MIT ) [92] => Array ( [id] => 93 [title] => Song - 93 [time] => 93 [License] => MIT ) [90] => Array ( [id] => 91 [title] => Song - 91 [time] => 91 [License] => MIT ) [89] => Array ( [id] => 90 [title] => Song - 90 [time] => 90 [License] => MIT ) [43] => Array ( [id] => 88 [title] => Song - 44 [time] => 44 [License] => MIT ) [85] => Array ( [id] => 86 [title] => Song - 86 [time] => 86 [License] => MIT ) [42] => Array ( [id] => 86 [title] => Song - 43 [time] => 43 [License] => MIT ) [84] => Array ( [id] => 85 [title] => Song - 85 [time] => 85 [License] => MIT ) [81] => Array ( [id] => 82 [title] => Song - 82 [time] => 82 [License] => MIT ) [80] => Array ( [id] => 81 [title] => Song - 81 [time] => 81 [License] => MIT ) [79] => Array ( [id] => 80 [title] => Song - 80 [time] => 80 [License] => MIT ) [39] => Array ( [id] => 80 [title] => Song - 40 [time] => 40 [License] => MIT ) [78] => Array ( [id] => 79 [title] => Song - 79 [time] => 79 [License] => MIT ) [77] => Array ( [id] => 78 [title] => Song - 78 [time] => 78 [License] => MIT ) [25] => Array ( [id] => 78 [title] => Song - 26 [time] => 26 [License] => MIT ) [22] => Array ( [id] => 69 [title] => Song - 23 [time] => 23 [License] => MIT ) [33] => Array ( [id] => 68 [title] => Song - 34 [time] => 34 [License] => MIT ) [65] => Array ( [id] => 66 [title] => Song - 66 [time] => 66 [License] => MIT ) [21] => Array ( [id] => 66 [title] => Song - 22 [time] => 22 [License] => MIT ) [20] => Array ( [id] => 63 [title] => Song - 21 [time] => 21 [License] => MIT ) [29] => Array ( [id] => 60 [title] => Song - 30 [time] => 30 [License] => MIT ) [19] => Array ( [id] => 60 [title] => Song - 20 [time] => 20 [License] => MIT ) [28] => Array ( [id] => 58 [title] => Song - 29 [time] => 29 [License] => MIT ) [17] => Array ( [id] => 54 [title] => Song - 18 [time] => 18 [License] => MIT ) [14] => Array ( [id] => 45 [title] => Song - 15 [time] => 15 [License] => MIT ) [41] => Array ( [id] => 42 [title] => Song - 42 [time] => 42 [License] => MIT ) [8] => Array ( [id] => 36 [title] => Song - 9 [time] => 9 [License] => MIT ) [11] => Array ( [id] => 36 [title] => Song - 12 [time] => 12 [License] => MIT ) [16] => Array ( [id] => 34 [title] => Song - 17 [time] => 17 [License] => MIT ) [32] => Array ( [id] => 33 [title] => Song - 33 [time] => 33 [License] => MIT ) [7] => Array ( [id] => 32 [title] => Song - 8 [time] => 8 [License] => MIT ) [31] => Array ( [id] => 32 [title] => Song - 32 [time] => 32 [License] => MIT ) [15] => Array ( [id] => 32 [title] => Song - 16 [time] => 16 [License] => MIT ) [9] => Array ( [id] => 30 [title] => Song - 10 [time] => 10 [License] => MIT ) [12] => Array ( [id] => 26 [title] => Song - 13 [time] => 13 [License] => MIT ) [24] => Array ( [id] => 25 [title] => Song - 25 [time] => 25 [License] => MIT ) [23] => Array ( [id] => 24 [title] => Song - 24 [time] => 24 [License] => MIT ) [10] => Array ( [id] => 22 [title] => Song - 11 [time] => 11 [License] => MIT ) [18] => Array ( [id] => 19 [title] => Song - 19 [time] => 19 [License] => MIT ) [5] => Array ( [id] => 18 [title] => Song - 6 [time] => 6 [License] => MIT ) [4] => Array ( [id] => 15 [title] => Song - 5 [time] => 5 [License] => MIT ) [6] => Array ( [id] => 14 [title] => Song - 7 [time] => 7 [License] => MIT ) [13] => Array ( [id] => 14 [title] => Song - 14 [time] => 14 [License] => MIT ) [1] => Array ( [id] => 6 [title] => Song - 2 [time] => 2 [License] => MIT ) [3] => Array ( [id] => 4 [title] => Song - 4 [time] => 4 [License] => MIT ) [2] => Array ( [id] => 3 [title] => Song - 3 [time] => 3 [License] => MIT ) [0] => Array ( [id] => 1 [title] => Song - 1 [time] => 1 [License] => MIT ) )
Output for 5.4.5
Array ( [149] => Array ( [id] => 600 [title] => Song - 150 [time] => 150 [License] => MIT ) [135] => Array ( [id] => 544 [title] => Song - 136 [time] => 136 [License] => MIT ) [129] => Array ( [id] => 520 [title] => Song - 130 [time] => 130 [License] => MIT ) [128] => Array ( [id] => 516 [title] => Song - 129 [time] => 129 [License] => MIT ) [126] => Array ( [id] => 508 [title] => Song - 127 [time] => 127 [License] => MIT ) [114] => Array ( [id] => 460 [title] => Song - 115 [time] => 115 [License] => MIT ) [112] => Array ( [id] => 452 [title] => Song - 113 [time] => 113 [License] => MIT ) [111] => Array ( [id] => 448 [title] => Song - 112 [time] => 112 [License] => MIT ) [148] => Array ( [id] => 447 [title] => Song - 149 [time] => 149 [License] => MIT ) [145] => Array ( [id] => 438 [title] => Song - 146 [time] => 146 [License] => MIT ) [108] => Array ( [id] => 436 [title] => Song - 109 [time] => 109 [License] => MIT ) [106] => Array ( [id] => 428 [title] => Song - 107 [time] => 107 [License] => MIT ) [140] => Array ( [id] => 423 [title] => Song - 141 [time] => 141 [License] => MIT ) [138] => Array ( [id] => 417 [title] => Song - 139 [time] => 139 [License] => MIT ) [100] => Array ( [id] => 404 [title] => Song - 101 [time] => 101 [License] => MIT ) [133] => Array ( [id] => 402 [title] => Song - 134 [time] => 134 [License] => MIT ) [99] => Array ( [id] => 400 [title] => Song - 100 [time] => 100 [License] => MIT ) [96] => Array ( [id] => 388 [title] => Song - 97 [time] => 97 [License] => MIT ) [123] => Array ( [id] => 372 [title] => Song - 124 [time] => 124 [License] => MIT ) [122] => Array ( [id] => 369 [title] => Song - 123 [time] => 123 [License] => MIT ) [91] => Array ( [id] => 368 [title] => Song - 92 [time] => 92 [License] => MIT ) [118] => Array ( [id] => 357 [title] => Song - 119 [time] => 119 [License] => MIT ) [88] => Array ( [id] => 356 [title] => Song - 89 [time] => 89 [License] => MIT ) [117] => Array ( [id] => 354 [title] => Song - 118 [time] => 118 [License] => MIT ) [116] => Array ( [id] => 351 [title] => Song - 117 [time] => 117 [License] => MIT ) [83] => Array ( [id] => 336 [title] => Song - 84 [time] => 84 [License] => MIT ) [82] => Array ( [id] => 332 [title] => Song - 83 [time] => 83 [License] => MIT ) [81] => Array ( [id] => 328 [title] => Song - 82 [time] => 82 [License] => MIT ) [78] => Array ( [id] => 316 [title] => Song - 79 [time] => 79 [License] => MIT ) [76] => Array ( [id] => 308 [title] => Song - 77 [time] => 77 [License] => MIT ) [74] => Array ( [id] => 300 [title] => Song - 75 [time] => 75 [License] => MIT ) [97] => Array ( [id] => 294 [title] => Song - 98 [time] => 98 [License] => MIT ) [144] => Array ( [id] => 290 [title] => Song - 145 [time] => 145 [License] => MIT ) [95] => Array ( [id] => 288 [title] => Song - 96 [time] => 96 [License] => MIT ) [71] => Array ( [id] => 288 [title] => Song - 72 [time] => 72 [License] => MIT ) [143] => Array ( [id] => 288 [title] => Song - 144 [time] => 144 [License] => MIT ) [94] => Array ( [id] => 285 [title] => Song - 95 [time] => 95 [License] => MIT ) [139] => Array ( [id] => 280 [title] => Song - 140 [time] => 140 [License] => MIT ) [68] => Array ( [id] => 276 [title] => Song - 69 [time] => 69 [License] => MIT ) [89] => Array ( [id] => 270 [title] => Song - 90 [time] => 90 [License] => MIT ) [66] => Array ( [id] => 268 [title] => Song - 67 [time] => 67 [License] => MIT ) [132] => Array ( [id] => 266 [title] => Song - 133 [time] => 133 [License] => MIT ) [131] => Array ( [id] => 264 [title] => Song - 132 [time] => 132 [License] => MIT ) [130] => Array ( [id] => 262 [title] => Song - 131 [time] => 131 [License] => MIT ) [86] => Array ( [id] => 261 [title] => Song - 87 [time] => 87 [License] => MIT ) [85] => Array ( [id] => 258 [title] => Song - 86 [time] => 86 [License] => MIT ) [127] => Array ( [id] => 256 [title] => Song - 128 [time] => 128 [License] => MIT ) [62] => Array ( [id] => 252 [title] => Song - 63 [time] => 63 [License] => MIT ) [125] => Array ( [id] => 252 [title] => Song - 126 [time] => 126 [License] => MIT ) [61] => Array ( [id] => 248 [title] => Song - 62 [time] => 62 [License] => MIT ) [60] => Array ( [id] => 244 [title] => Song - 61 [time] => 61 [License] => MIT ) [119] => Array ( [id] => 240 [title] => Song - 120 [time] => 120 [License] => MIT ) [77] => Array ( [id] => 234 [title] => Song - 78 [time] => 78 [License] => MIT ) [113] => Array ( [id] => 228 [title] => Song - 114 [time] => 114 [License] => MIT ) [55] => Array ( [id] => 224 [title] => Song - 56 [time] => 56 [License] => MIT ) [109] => Array ( [id] => 220 [title] => Song - 110 [time] => 110 [License] => MIT ) [72] => Array ( [id] => 219 [title] => Song - 73 [time] => 73 [License] => MIT ) [52] => Array ( [id] => 212 [title] => Song - 53 [time] => 53 [License] => MIT ) [69] => Array ( [id] => 210 [title] => Song - 70 [time] => 70 [License] => MIT ) [103] => Array ( [id] => 208 [title] => Song - 104 [time] => 104 [License] => MIT ) [102] => Array ( [id] => 206 [title] => Song - 103 [time] => 103 [License] => MIT ) [101] => Array ( [id] => 204 [title] => Song - 102 [time] => 102 [License] => MIT ) [49] => Array ( [id] => 200 [title] => Song - 50 [time] => 50 [License] => MIT ) [98] => Array ( [id] => 198 [title] => Song - 99 [time] => 99 [License] => MIT ) [63] => Array ( [id] => 192 [title] => Song - 64 [time] => 64 [License] => MIT ) [47] => Array ( [id] => 192 [title] => Song - 48 [time] => 48 [License] => MIT ) [93] => Array ( [id] => 188 [title] => Song - 94 [time] => 94 [License] => MIT ) [90] => Array ( [id] => 182 [title] => Song - 91 [time] => 91 [License] => MIT ) [59] => Array ( [id] => 180 [title] => Song - 60 [time] => 60 [License] => MIT ) [87] => Array ( [id] => 176 [title] => Song - 88 [time] => 88 [License] => MIT ) [42] => Array ( [id] => 172 [title] => Song - 43 [time] => 43 [License] => MIT ) [84] => Array ( [id] => 170 [title] => Song - 85 [time] => 85 [License] => MIT ) [80] => Array ( [id] => 162 [title] => Song - 81 [time] => 81 [License] => MIT ) [39] => Array ( [id] => 160 [title] => Song - 40 [time] => 40 [License] => MIT ) [51] => Array ( [id] => 156 [title] => Song - 52 [time] => 52 [License] => MIT ) [50] => Array ( [id] => 153 [title] => Song - 51 [time] => 51 [License] => MIT ) [73] => Array ( [id] => 148 [title] => Song - 74 [time] => 74 [License] => MIT ) [147] => Array ( [id] => 148 [title] => Song - 148 [time] => 148 [License] => MIT ) [146] => Array ( [id] => 147 [title] => Song - 147 [time] => 147 [License] => MIT ) [142] => Array ( [id] => 143 [title] => Song - 143 [time] => 143 [License] => MIT ) [70] => Array ( [id] => 142 [title] => Song - 71 [time] => 71 [License] => MIT ) [141] => Array ( [id] => 142 [title] => Song - 142 [time] => 142 [License] => MIT ) [46] => Array ( [id] => 141 [title] => Song - 47 [time] => 47 [License] => MIT ) [137] => Array ( [id] => 138 [title] => Song - 138 [time] => 138 [License] => MIT ) [136] => Array ( [id] => 137 [title] => Song - 137 [time] => 137 [License] => MIT ) [44] => Array ( [id] => 135 [title] => Song - 45 [time] => 45 [License] => MIT ) [134] => Array ( [id] => 135 [title] => Song - 135 [time] => 135 [License] => MIT ) [65] => Array ( [id] => 132 [title] => Song - 66 [time] => 66 [License] => MIT ) [32] => Array ( [id] => 132 [title] => Song - 33 [time] => 33 [License] => MIT ) [31] => Array ( [id] => 128 [title] => Song - 32 [time] => 32 [License] => MIT ) [124] => Array ( [id] => 125 [title] => Song - 125 [time] => 125 [License] => MIT ) [121] => Array ( [id] => 122 [title] => Song - 122 [time] => 122 [License] => MIT ) [120] => Array ( [id] => 121 [title] => Song - 121 [time] => 121 [License] => MIT ) [57] => Array ( [id] => 116 [title] => Song - 58 [time] => 58 [License] => MIT ) [28] => Array ( [id] => 116 [title] => Song - 29 [time] => 29 [License] => MIT ) [115] => Array ( [id] => 116 [title] => Song - 116 [time] => 116 [License] => MIT ) [56] => Array ( [id] => 114 [title] => Song - 57 [time] => 57 [License] => MIT ) [27] => Array ( [id] => 112 [title] => Song - 28 [time] => 28 [License] => MIT ) [110] => Array ( [id] => 111 [title] => Song - 111 [time] => 111 [License] => MIT ) [54] => Array ( [id] => 110 [title] => Song - 55 [time] => 55 [License] => MIT ) [53] => Array ( [id] => 108 [title] => Song - 54 [time] => 54 [License] => MIT ) [107] => Array ( [id] => 108 [title] => Song - 108 [time] => 108 [License] => MIT ) [105] => Array ( [id] => 106 [title] => Song - 106 [time] => 106 [License] => MIT ) [104] => Array ( [id] => 105 [title] => Song - 105 [time] => 105 [License] => MIT ) [24] => Array ( [id] => 100 [title] => Song - 25 [time] => 25 [License] => MIT ) [48] => Array ( [id] => 98 [title] => Song - 49 [time] => 49 [License] => MIT ) [92] => Array ( [id] => 93 [title] => Song - 93 [time] => 93 [License] => MIT ) [30] => Array ( [id] => 93 [title] => Song - 31 [time] => 31 [License] => MIT ) [45] => Array ( [id] => 92 [title] => Song - 46 [time] => 46 [License] => MIT ) [29] => Array ( [id] => 90 [title] => Song - 30 [time] => 30 [License] => MIT ) [43] => Array ( [id] => 88 [title] => Song - 44 [time] => 44 [License] => MIT ) [41] => Array ( [id] => 84 [title] => Song - 42 [time] => 42 [License] => MIT ) [20] => Array ( [id] => 84 [title] => Song - 21 [time] => 21 [License] => MIT ) [79] => Array ( [id] => 80 [title] => Song - 80 [time] => 80 [License] => MIT ) [38] => Array ( [id] => 78 [title] => Song - 39 [time] => 39 [License] => MIT ) [75] => Array ( [id] => 76 [title] => Song - 76 [time] => 76 [License] => MIT ) [35] => Array ( [id] => 72 [title] => Song - 36 [time] => 36 [License] => MIT ) [34] => Array ( [id] => 70 [title] => Song - 35 [time] => 35 [License] => MIT ) [67] => Array ( [id] => 68 [title] => Song - 68 [time] => 68 [License] => MIT ) [64] => Array ( [id] => 65 [title] => Song - 65 [time] => 65 [License] => MIT ) [19] => Array ( [id] => 60 [title] => Song - 20 [time] => 20 [License] => MIT ) [14] => Array ( [id] => 60 [title] => Song - 15 [time] => 15 [License] => MIT ) [58] => Array ( [id] => 59 [title] => Song - 59 [time] => 59 [License] => MIT ) [18] => Array ( [id] => 57 [title] => Song - 19 [time] => 19 [License] => MIT ) [25] => Array ( [id] => 52 [title] => Song - 26 [time] => 26 [License] => MIT ) [23] => Array ( [id] => 48 [title] => Song - 24 [time] => 24 [License] => MIT ) [22] => Array ( [id] => 46 [title] => Song - 23 [time] => 23 [License] => MIT ) [13] => Array ( [id] => 42 [title] => Song - 14 [time] => 14 [License] => MIT ) [40] => Array ( [id] => 41 [title] => Song - 41 [time] => 41 [License] => MIT ) [12] => Array ( [id] => 39 [title] => Song - 13 [time] => 13 [License] => MIT ) [37] => Array ( [id] => 38 [title] => Song - 38 [time] => 38 [License] => MIT ) [36] => Array ( [id] => 37 [title] => Song - 37 [time] => 37 [License] => MIT ) [17] => Array ( [id] => 36 [title] => Song - 18 [time] => 18 [License] => MIT ) [33] => Array ( [id] => 34 [title] => Song - 34 [time] => 34 [License] => MIT ) [16] => Array ( [id] => 34 [title] => Song - 17 [time] => 17 [License] => MIT ) [26] => Array ( [id] => 27 [title] => Song - 27 [time] => 27 [License] => MIT ) [11] => Array ( [id] => 24 [title] => Song - 12 [time] => 12 [License] => MIT ) [21] => Array ( [id] => 22 [title] => Song - 22 [time] => 22 [License] => MIT ) [9] => Array ( [id] => 20 [title] => Song - 10 [time] => 10 [License] => MIT ) [15] => Array ( [id] => 16 [title] => Song - 16 [time] => 16 [License] => MIT ) [10] => Array ( [id] => 11 [title] => Song - 11 [time] => 11 [License] => MIT ) [8] => Array ( [id] => 9 [title] => Song - 9 [time] => 9 [License] => MIT ) [2] => Array ( [id] => 9 [title] => Song - 3 [time] => 3 [License] => MIT ) [7] => Array ( [id] => 8 [title] => Song - 8 [time] => 8 [License] => MIT ) [3] => Array ( [id] => 8 [title] => Song - 4 [time] => 4 [License] => MIT ) [1] => Array ( [id] => 8 [title] => Song - 2 [time] => 2 [License] => MIT ) [6] => Array ( [id] => 7 [title] => Song - 7 [time] => 7 [License] => MIT ) [5] => Array ( [id] => 6 [title] => Song - 6 [time] => 6 [License] => MIT ) [4] => Array ( [id] => 5 [title] => Song - 5 [time] => 5 [License] => MIT ) [0] => Array ( [id] => 1 [title] => Song - 1 [time] => 1 [License] => MIT ) )
Output for 5.4.4
Array ( [148] => Array ( [id] => 596 [title] => Song - 149 [time] => 149 [License] => MIT ) [146] => Array ( [id] => 588 [title] => Song - 147 [time] => 147 [License] => MIT ) [145] => Array ( [id] => 584 [title] => Song - 146 [time] => 146 [License] => MIT ) [137] => Array ( [id] => 552 [title] => Song - 138 [time] => 138 [License] => MIT ) [135] => Array ( [id] => 544 [title] => Song - 136 [time] => 136 [License] => MIT ) [134] => Array ( [id] => 540 [title] => Song - 135 [time] => 135 [License] => MIT ) [133] => Array ( [id] => 536 [title] => Song - 134 [time] => 134 [License] => MIT ) [132] => Array ( [id] => 532 [title] => Song - 133 [time] => 133 [License] => MIT ) [116] => Array ( [id] => 468 [title] => Song - 117 [time] => 117 [License] => MIT ) [115] => Array ( [id] => 464 [title] => Song - 116 [time] => 116 [License] => MIT ) [114] => Array ( [id] => 460 [title] => Song - 115 [time] => 115 [License] => MIT ) [112] => Array ( [id] => 452 [title] => Song - 113 [time] => 113 [License] => MIT ) [110] => Array ( [id] => 444 [title] => Song - 111 [time] => 111 [License] => MIT ) [107] => Array ( [id] => 432 [title] => Song - 108 [time] => 108 [License] => MIT ) [141] => Array ( [id] => 426 [title] => Song - 142 [time] => 142 [License] => MIT ) [104] => Array ( [id] => 420 [title] => Song - 105 [time] => 105 [License] => MIT ) [98] => Array ( [id] => 396 [title] => Song - 99 [time] => 99 [License] => MIT ) [130] => Array ( [id] => 393 [title] => Song - 131 [time] => 131 [License] => MIT ) [95] => Array ( [id] => 384 [title] => Song - 96 [time] => 96 [License] => MIT ) [127] => Array ( [id] => 384 [title] => Song - 128 [time] => 128 [License] => MIT ) [125] => Array ( [id] => 378 [title] => Song - 126 [time] => 126 [License] => MIT ) [123] => Array ( [id] => 372 [title] => Song - 124 [time] => 124 [License] => MIT ) [82] => Array ( [id] => 332 [title] => Song - 83 [time] => 83 [License] => MIT ) [108] => Array ( [id] => 327 [title] => Song - 109 [time] => 109 [License] => MIT ) [106] => Array ( [id] => 321 [title] => Song - 107 [time] => 107 [License] => MIT ) [78] => Array ( [id] => 316 [title] => Song - 79 [time] => 79 [License] => MIT ) [77] => Array ( [id] => 312 [title] => Song - 78 [time] => 78 [License] => MIT ) [100] => Array ( [id] => 303 [title] => Song - 101 [time] => 101 [License] => MIT ) [149] => Array ( [id] => 300 [title] => Song - 150 [time] => 150 [License] => MIT ) [147] => Array ( [id] => 296 [title] => Song - 148 [time] => 148 [License] => MIT ) [72] => Array ( [id] => 292 [title] => Song - 73 [time] => 73 [License] => MIT ) [96] => Array ( [id] => 291 [title] => Song - 97 [time] => 97 [License] => MIT ) [143] => Array ( [id] => 288 [title] => Song - 144 [time] => 144 [License] => MIT ) [94] => Array ( [id] => 285 [title] => Song - 95 [time] => 95 [License] => MIT ) [93] => Array ( [id] => 282 [title] => Song - 94 [time] => 94 [License] => MIT ) [140] => Array ( [id] => 282 [title] => Song - 141 [time] => 141 [License] => MIT ) [139] => Array ( [id] => 280 [title] => Song - 140 [time] => 140 [License] => MIT ) [138] => Array ( [id] => 278 [title] => Song - 139 [time] => 139 [License] => MIT ) [90] => Array ( [id] => 273 [title] => Song - 91 [time] => 91 [License] => MIT ) [89] => Array ( [id] => 270 [title] => Song - 90 [time] => 90 [License] => MIT ) [66] => Array ( [id] => 268 [title] => Song - 67 [time] => 67 [License] => MIT ) [88] => Array ( [id] => 267 [title] => Song - 89 [time] => 89 [License] => MIT ) [65] => Array ( [id] => 264 [title] => Song - 66 [time] => 66 [License] => MIT ) [131] => Array ( [id] => 264 [title] => Song - 132 [time] => 132 [License] => MIT ) [86] => Array ( [id] => 261 [title] => Song - 87 [time] => 87 [License] => MIT ) [128] => Array ( [id] => 258 [title] => Song - 129 [time] => 129 [License] => MIT ) [124] => Array ( [id] => 250 [title] => Song - 125 [time] => 125 [License] => MIT ) [61] => Array ( [id] => 248 [title] => Song - 62 [time] => 62 [License] => MIT ) [80] => Array ( [id] => 243 [title] => Song - 81 [time] => 81 [License] => MIT ) [79] => Array ( [id] => 240 [title] => Song - 80 [time] => 80 [License] => MIT ) [59] => Array ( [id] => 240 [title] => Song - 60 [time] => 60 [License] => MIT ) [119] => Array ( [id] => 240 [title] => Song - 120 [time] => 120 [License] => MIT ) [118] => Array ( [id] => 238 [title] => Song - 119 [time] => 119 [License] => MIT ) [58] => Array ( [id] => 236 [title] => Song - 59 [time] => 59 [License] => MIT ) [76] => Array ( [id] => 231 [title] => Song - 77 [time] => 77 [License] => MIT ) [54] => Array ( [id] => 220 [title] => Song - 55 [time] => 55 [License] => MIT ) [53] => Array ( [id] => 216 [title] => Song - 54 [time] => 54 [License] => MIT ) [52] => Array ( [id] => 212 [title] => Song - 53 [time] => 53 [License] => MIT ) [103] => Array ( [id] => 208 [title] => Song - 104 [time] => 104 [License] => MIT ) [67] => Array ( [id] => 204 [title] => Song - 68 [time] => 68 [License] => MIT ) [50] => Array ( [id] => 204 [title] => Song - 51 [time] => 51 [License] => MIT ) [101] => Array ( [id] => 204 [title] => Song - 102 [time] => 102 [License] => MIT ) [49] => Array ( [id] => 200 [title] => Song - 50 [time] => 50 [License] => MIT ) [99] => Array ( [id] => 200 [title] => Song - 100 [time] => 100 [License] => MIT ) [97] => Array ( [id] => 196 [title] => Song - 98 [time] => 98 [License] => MIT ) [64] => Array ( [id] => 195 [title] => Song - 65 [time] => 65 [License] => MIT ) [92] => Array ( [id] => 186 [title] => Song - 93 [time] => 93 [License] => MIT ) [91] => Array ( [id] => 184 [title] => Song - 92 [time] => 92 [License] => MIT ) [43] => Array ( [id] => 176 [title] => Song - 44 [time] => 44 [License] => MIT ) [85] => Array ( [id] => 172 [title] => Song - 86 [time] => 86 [License] => MIT ) [84] => Array ( [id] => 170 [title] => Song - 85 [time] => 85 [License] => MIT ) [83] => Array ( [id] => 168 [title] => Song - 84 [time] => 84 [License] => MIT ) [41] => Array ( [id] => 168 [title] => Song - 42 [time] => 42 [License] => MIT ) [81] => Array ( [id] => 164 [title] => Song - 82 [time] => 82 [License] => MIT ) [39] => Array ( [id] => 160 [title] => Song - 40 [time] => 40 [License] => MIT ) [75] => Array ( [id] => 152 [title] => Song - 76 [time] => 76 [License] => MIT ) [36] => Array ( [id] => 148 [title] => Song - 37 [time] => 37 [License] => MIT ) [144] => Array ( [id] => 145 [title] => Song - 145 [time] => 145 [License] => MIT ) [47] => Array ( [id] => 144 [title] => Song - 48 [time] => 48 [License] => MIT ) [142] => Array ( [id] => 143 [title] => Song - 143 [time] => 143 [License] => MIT ) [70] => Array ( [id] => 142 [title] => Song - 71 [time] => 71 [License] => MIT ) [69] => Array ( [id] => 140 [title] => Song - 70 [time] => 70 [License] => MIT ) [68] => Array ( [id] => 138 [title] => Song - 69 [time] => 69 [License] => MIT ) [136] => Array ( [id] => 137 [title] => Song - 137 [time] => 137 [License] => MIT ) [33] => Array ( [id] => 136 [title] => Song - 34 [time] => 34 [License] => MIT ) [32] => Array ( [id] => 132 [title] => Song - 33 [time] => 33 [License] => MIT ) [129] => Array ( [id] => 130 [title] => Song - 130 [time] => 130 [License] => MIT ) [63] => Array ( [id] => 128 [title] => Song - 64 [time] => 64 [License] => MIT ) [126] => Array ( [id] => 127 [title] => Song - 127 [time] => 127 [License] => MIT ) [62] => Array ( [id] => 126 [title] => Song - 63 [time] => 63 [License] => MIT ) [30] => Array ( [id] => 124 [title] => Song - 31 [time] => 31 [License] => MIT ) [122] => Array ( [id] => 123 [title] => Song - 123 [time] => 123 [License] => MIT ) [60] => Array ( [id] => 122 [title] => Song - 61 [time] => 61 [License] => MIT ) [121] => Array ( [id] => 122 [title] => Song - 122 [time] => 122 [License] => MIT ) [120] => Array ( [id] => 121 [title] => Song - 121 [time] => 121 [License] => MIT ) [117] => Array ( [id] => 118 [title] => Song - 118 [time] => 118 [License] => MIT ) [57] => Array ( [id] => 116 [title] => Song - 58 [time] => 58 [License] => MIT ) [56] => Array ( [id] => 114 [title] => Song - 57 [time] => 57 [License] => MIT ) [113] => Array ( [id] => 114 [title] => Song - 114 [time] => 114 [License] => MIT ) [55] => Array ( [id] => 112 [title] => Song - 56 [time] => 56 [License] => MIT ) [27] => Array ( [id] => 112 [title] => Song - 28 [time] => 28 [License] => MIT ) [111] => Array ( [id] => 112 [title] => Song - 112 [time] => 112 [License] => MIT ) [109] => Array ( [id] => 110 [title] => Song - 110 [time] => 110 [License] => MIT ) [35] => Array ( [id] => 108 [title] => Song - 36 [time] => 36 [License] => MIT ) [105] => Array ( [id] => 106 [title] => Song - 106 [time] => 106 [License] => MIT ) [51] => Array ( [id] => 104 [title] => Song - 52 [time] => 52 [License] => MIT ) [102] => Array ( [id] => 103 [title] => Song - 103 [time] => 103 [License] => MIT ) [24] => Array ( [id] => 100 [title] => Song - 25 [time] => 25 [License] => MIT ) [48] => Array ( [id] => 98 [title] => Song - 49 [time] => 49 [License] => MIT ) [45] => Array ( [id] => 92 [title] => Song - 46 [time] => 46 [License] => MIT ) [22] => Array ( [id] => 92 [title] => Song - 23 [time] => 23 [License] => MIT ) [87] => Array ( [id] => 88 [title] => Song - 88 [time] => 88 [License] => MIT ) [28] => Array ( [id] => 87 [title] => Song - 29 [time] => 29 [License] => MIT ) [42] => Array ( [id] => 86 [title] => Song - 43 [time] => 43 [License] => MIT ) [40] => Array ( [id] => 82 [title] => Song - 41 [time] => 41 [License] => MIT ) [19] => Array ( [id] => 80 [title] => Song - 20 [time] => 20 [License] => MIT ) [38] => Array ( [id] => 78 [title] => Song - 39 [time] => 39 [License] => MIT ) [25] => Array ( [id] => 78 [title] => Song - 26 [time] => 26 [License] => MIT ) [74] => Array ( [id] => 75 [title] => Song - 75 [time] => 75 [License] => MIT ) [73] => Array ( [id] => 74 [title] => Song - 74 [time] => 74 [License] => MIT ) [71] => Array ( [id] => 72 [title] => Song - 72 [time] => 72 [License] => MIT ) [17] => Array ( [id] => 72 [title] => Song - 18 [time] => 18 [License] => MIT ) [20] => Array ( [id] => 63 [title] => Song - 21 [time] => 21 [License] => MIT ) [29] => Array ( [id] => 60 [title] => Song - 30 [time] => 30 [License] => MIT ) [23] => Array ( [id] => 48 [title] => Song - 24 [time] => 24 [License] => MIT ) [11] => Array ( [id] => 48 [title] => Song - 12 [time] => 12 [License] => MIT ) [46] => Array ( [id] => 47 [title] => Song - 47 [time] => 47 [License] => MIT ) [44] => Array ( [id] => 45 [title] => Song - 45 [time] => 45 [License] => MIT ) [14] => Array ( [id] => 45 [title] => Song - 15 [time] => 15 [License] => MIT ) [9] => Array ( [id] => 40 [title] => Song - 10 [time] => 10 [License] => MIT ) [12] => Array ( [id] => 39 [title] => Song - 13 [time] => 13 [License] => MIT ) [37] => Array ( [id] => 38 [title] => Song - 38 [time] => 38 [License] => MIT ) [34] => Array ( [id] => 35 [title] => Song - 35 [time] => 35 [License] => MIT ) [16] => Array ( [id] => 34 [title] => Song - 17 [time] => 17 [License] => MIT ) [31] => Array ( [id] => 32 [title] => Song - 32 [time] => 32 [License] => MIT ) [15] => Array ( [id] => 32 [title] => Song - 16 [time] => 16 [License] => MIT ) [8] => Array ( [id] => 27 [title] => Song - 9 [time] => 9 [License] => MIT ) [26] => Array ( [id] => 27 [title] => Song - 27 [time] => 27 [License] => MIT ) [7] => Array ( [id] => 24 [title] => Song - 8 [time] => 8 [License] => MIT ) [21] => Array ( [id] => 22 [title] => Song - 22 [time] => 22 [License] => MIT ) [10] => Array ( [id] => 22 [title] => Song - 11 [time] => 11 [License] => MIT ) [18] => Array ( [id] => 19 [title] => Song - 19 [time] => 19 [License] => MIT ) [5] => Array ( [id] => 18 [title] => Song - 6 [time] => 6 [License] => MIT ) [13] => Array ( [id] => 14 [title] => Song - 14 [time] => 14 [License] => MIT ) [4] => Array ( [id] => 10 [title] => Song - 5 [time] => 5 [License] => MIT ) [3] => Array ( [id] => 8 [title] => Song - 4 [time] => 4 [License] => MIT ) [6] => Array ( [id] => 7 [title] => Song - 7 [time] => 7 [License] => MIT ) [1] => Array ( [id] => 4 [title] => Song - 2 [time] => 2 [License] => MIT ) [2] => Array ( [id] => 3 [title] => Song - 3 [time] => 3 [License] => MIT ) [0] => Array ( [id] => 3 [title] => Song - 1 [time] => 1 [License] => MIT ) )
Output for 5.4.3
Array ( [146] => Array ( [id] => 588 [title] => Song - 147 [time] => 147 [License] => MIT ) [143] => Array ( [id] => 576 [title] => Song - 144 [time] => 144 [License] => MIT ) [142] => Array ( [id] => 572 [title] => Song - 143 [time] => 143 [License] => MIT ) [141] => Array ( [id] => 568 [title] => Song - 142 [time] => 142 [License] => MIT ) [139] => Array ( [id] => 560 [title] => Song - 140 [time] => 140 [License] => MIT ) [127] => Array ( [id] => 512 [title] => Song - 128 [time] => 128 [License] => MIT ) [119] => Array ( [id] => 480 [title] => Song - 120 [time] => 120 [License] => MIT ) [148] => Array ( [id] => 447 [title] => Song - 149 [time] => 149 [License] => MIT ) [109] => Array ( [id] => 440 [title] => Song - 110 [time] => 110 [License] => MIT ) [145] => Array ( [id] => 438 [title] => Song - 146 [time] => 146 [License] => MIT ) [106] => Array ( [id] => 428 [title] => Song - 107 [time] => 107 [License] => MIT ) [140] => Array ( [id] => 423 [title] => Song - 141 [time] => 141 [License] => MIT ) [138] => Array ( [id] => 417 [title] => Song - 139 [time] => 139 [License] => MIT ) [102] => Array ( [id] => 412 [title] => Song - 103 [time] => 103 [License] => MIT ) [136] => Array ( [id] => 411 [title] => Song - 137 [time] => 137 [License] => MIT ) [135] => Array ( [id] => 408 [title] => Song - 136 [time] => 136 [License] => MIT ) [98] => Array ( [id] => 396 [title] => Song - 99 [time] => 99 [License] => MIT ) [97] => Array ( [id] => 392 [title] => Song - 98 [time] => 98 [License] => MIT ) [126] => Array ( [id] => 381 [title] => Song - 127 [time] => 127 [License] => MIT ) [93] => Array ( [id] => 376 [title] => Song - 94 [time] => 94 [License] => MIT ) [124] => Array ( [id] => 375 [title] => Song - 125 [time] => 125 [License] => MIT ) [123] => Array ( [id] => 372 [title] => Song - 124 [time] => 124 [License] => MIT ) [122] => Array ( [id] => 369 [title] => Song - 123 [time] => 123 [License] => MIT ) [88] => Array ( [id] => 356 [title] => Song - 89 [time] => 89 [License] => MIT ) [86] => Array ( [id] => 348 [title] => Song - 87 [time] => 87 [License] => MIT ) [112] => Array ( [id] => 339 [title] => Song - 113 [time] => 113 [License] => MIT ) [83] => Array ( [id] => 336 [title] => Song - 84 [time] => 84 [License] => MIT ) [110] => Array ( [id] => 333 [title] => Song - 111 [time] => 111 [License] => MIT ) [80] => Array ( [id] => 324 [title] => Song - 81 [time] => 81 [License] => MIT ) [78] => Array ( [id] => 316 [title] => Song - 79 [time] => 79 [License] => MIT ) [104] => Array ( [id] => 315 [title] => Song - 105 [time] => 105 [License] => MIT ) [77] => Array ( [id] => 312 [title] => Song - 78 [time] => 78 [License] => MIT ) [103] => Array ( [id] => 312 [title] => Song - 104 [time] => 104 [License] => MIT ) [100] => Array ( [id] => 303 [title] => Song - 101 [time] => 101 [License] => MIT ) [99] => Array ( [id] => 300 [title] => Song - 100 [time] => 100 [License] => MIT ) [73] => Array ( [id] => 296 [title] => Song - 74 [time] => 74 [License] => MIT ) [147] => Array ( [id] => 296 [title] => Song - 148 [time] => 148 [License] => MIT ) [96] => Array ( [id] => 291 [title] => Song - 97 [time] => 97 [License] => MIT ) [69] => Array ( [id] => 280 [title] => Song - 70 [time] => 70 [License] => MIT ) [137] => Array ( [id] => 276 [title] => Song - 138 [time] => 138 [License] => MIT ) [89] => Array ( [id] => 270 [title] => Song - 90 [time] => 90 [License] => MIT ) [132] => Array ( [id] => 266 [title] => Song - 133 [time] => 133 [License] => MIT ) [130] => Array ( [id] => 262 [title] => Song - 131 [time] => 131 [License] => MIT ) [129] => Array ( [id] => 260 [title] => Song - 130 [time] => 130 [License] => MIT ) [85] => Array ( [id] => 258 [title] => Song - 86 [time] => 86 [License] => MIT ) [63] => Array ( [id] => 256 [title] => Song - 64 [time] => 64 [License] => MIT ) [84] => Array ( [id] => 255 [title] => Song - 85 [time] => 85 [License] => MIT ) [125] => Array ( [id] => 252 [title] => Song - 126 [time] => 126 [License] => MIT ) [81] => Array ( [id] => 246 [title] => Song - 82 [time] => 82 [License] => MIT ) [121] => Array ( [id] => 244 [title] => Song - 122 [time] => 122 [License] => MIT ) [120] => Array ( [id] => 242 [title] => Song - 121 [time] => 121 [License] => MIT ) [58] => Array ( [id] => 236 [title] => Song - 59 [time] => 59 [License] => MIT ) [117] => Array ( [id] => 236 [title] => Song - 118 [time] => 118 [License] => MIT ) [116] => Array ( [id] => 234 [title] => Song - 117 [time] => 117 [License] => MIT ) [57] => Array ( [id] => 232 [title] => Song - 58 [time] => 58 [License] => MIT ) [115] => Array ( [id] => 232 [title] => Song - 116 [time] => 116 [License] => MIT ) [114] => Array ( [id] => 230 [title] => Song - 115 [time] => 115 [License] => MIT ) [56] => Array ( [id] => 228 [title] => Song - 57 [time] => 57 [License] => MIT ) [113] => Array ( [id] => 228 [title] => Song - 114 [time] => 114 [License] => MIT ) [111] => Array ( [id] => 224 [title] => Song - 112 [time] => 112 [License] => MIT ) [72] => Array ( [id] => 219 [title] => Song - 73 [time] => 73 [License] => MIT ) [108] => Array ( [id] => 218 [title] => Song - 109 [time] => 109 [License] => MIT ) [53] => Array ( [id] => 216 [title] => Song - 54 [time] => 54 [License] => MIT ) [107] => Array ( [id] => 216 [title] => Song - 108 [time] => 108 [License] => MIT ) [105] => Array ( [id] => 212 [title] => Song - 106 [time] => 106 [License] => MIT ) [68] => Array ( [id] => 207 [title] => Song - 69 [time] => 69 [License] => MIT ) [66] => Array ( [id] => 201 [title] => Song - 67 [time] => 67 [License] => MIT ) [49] => Array ( [id] => 200 [title] => Song - 50 [time] => 50 [License] => MIT ) [64] => Array ( [id] => 195 [title] => Song - 65 [time] => 65 [License] => MIT ) [94] => Array ( [id] => 190 [title] => Song - 95 [time] => 95 [License] => MIT ) [62] => Array ( [id] => 189 [title] => Song - 63 [time] => 63 [License] => MIT ) [92] => Array ( [id] => 186 [title] => Song - 93 [time] => 93 [License] => MIT ) [61] => Array ( [id] => 186 [title] => Song - 62 [time] => 62 [License] => MIT ) [91] => Array ( [id] => 184 [title] => Song - 92 [time] => 92 [License] => MIT ) [90] => Array ( [id] => 182 [title] => Song - 91 [time] => 91 [License] => MIT ) [43] => Array ( [id] => 176 [title] => Song - 44 [time] => 44 [License] => MIT ) [42] => Array ( [id] => 172 [title] => Song - 43 [time] => 43 [License] => MIT ) [41] => Array ( [id] => 168 [title] => Song - 42 [time] => 42 [License] => MIT ) [82] => Array ( [id] => 166 [title] => Song - 83 [time] => 83 [License] => MIT ) [79] => Array ( [id] => 160 [title] => Song - 80 [time] => 80 [License] => MIT ) [38] => Array ( [id] => 156 [title] => Song - 39 [time] => 39 [License] => MIT ) [76] => Array ( [id] => 154 [title] => Song - 77 [time] => 77 [License] => MIT ) [37] => Array ( [id] => 152 [title] => Song - 38 [time] => 38 [License] => MIT ) [149] => Array ( [id] => 150 [title] => Song - 150 [time] => 150 [License] => MIT ) [48] => Array ( [id] => 147 [title] => Song - 49 [time] => 49 [License] => MIT ) [144] => Array ( [id] => 145 [title] => Song - 145 [time] => 145 [License] => MIT ) [71] => Array ( [id] => 144 [title] => Song - 72 [time] => 72 [License] => MIT ) [35] => Array ( [id] => 144 [title] => Song - 36 [time] => 36 [License] => MIT ) [70] => Array ( [id] => 142 [title] => Song - 71 [time] => 71 [License] => MIT ) [45] => Array ( [id] => 138 [title] => Song - 46 [time] => 46 [License] => MIT ) [33] => Array ( [id] => 136 [title] => Song - 34 [time] => 34 [License] => MIT ) [44] => Array ( [id] => 135 [title] => Song - 45 [time] => 45 [License] => MIT ) [134] => Array ( [id] => 135 [title] => Song - 135 [time] => 135 [License] => MIT ) [133] => Array ( [id] => 134 [title] => Song - 134 [time] => 134 [License] => MIT ) [65] => Array ( [id] => 132 [title] => Song - 66 [time] => 66 [License] => MIT ) [131] => Array ( [id] => 132 [title] => Song - 132 [time] => 132 [License] => MIT ) [128] => Array ( [id] => 129 [title] => Song - 129 [time] => 129 [License] => MIT ) [31] => Array ( [id] => 128 [title] => Song - 32 [time] => 32 [License] => MIT ) [30] => Array ( [id] => 124 [title] => Song - 31 [time] => 31 [License] => MIT ) [40] => Array ( [id] => 123 [title] => Song - 41 [time] => 41 [License] => MIT ) [59] => Array ( [id] => 120 [title] => Song - 60 [time] => 60 [License] => MIT ) [118] => Array ( [id] => 119 [title] => Song - 119 [time] => 119 [License] => MIT ) [55] => Array ( [id] => 112 [title] => Song - 56 [time] => 56 [License] => MIT ) [36] => Array ( [id] => 111 [title] => Song - 37 [time] => 37 [License] => MIT ) [51] => Array ( [id] => 104 [title] => Song - 52 [time] => 52 [License] => MIT ) [25] => Array ( [id] => 104 [title] => Song - 26 [time] => 26 [License] => MIT ) [50] => Array ( [id] => 102 [title] => Song - 51 [time] => 51 [License] => MIT ) [101] => Array ( [id] => 102 [title] => Song - 102 [time] => 102 [License] => MIT ) [32] => Array ( [id] => 99 [title] => Song - 33 [time] => 33 [License] => MIT ) [95] => Array ( [id] => 96 [title] => Song - 96 [time] => 96 [License] => MIT ) [29] => Array ( [id] => 90 [title] => Song - 30 [time] => 30 [License] => MIT ) [87] => Array ( [id] => 88 [title] => Song - 88 [time] => 88 [License] => MIT ) [21] => Array ( [id] => 88 [title] => Song - 22 [time] => 22 [License] => MIT ) [39] => Array ( [id] => 80 [title] => Song - 40 [time] => 40 [License] => MIT ) [75] => Array ( [id] => 76 [title] => Song - 76 [time] => 76 [License] => MIT ) [74] => Array ( [id] => 75 [title] => Song - 75 [time] => 75 [License] => MIT ) [23] => Array ( [id] => 72 [title] => Song - 24 [time] => 24 [License] => MIT ) [17] => Array ( [id] => 72 [title] => Song - 18 [time] => 18 [License] => MIT ) [34] => Array ( [id] => 70 [title] => Song - 35 [time] => 35 [License] => MIT ) [67] => Array ( [id] => 68 [title] => Song - 68 [time] => 68 [License] => MIT ) [16] => Array ( [id] => 68 [title] => Song - 17 [time] => 17 [License] => MIT ) [60] => Array ( [id] => 61 [title] => Song - 61 [time] => 61 [License] => MIT ) [28] => Array ( [id] => 58 [title] => Song - 29 [time] => 29 [License] => MIT ) [18] => Array ( [id] => 57 [title] => Song - 19 [time] => 19 [License] => MIT ) [54] => Array ( [id] => 55 [title] => Song - 55 [time] => 55 [License] => MIT ) [26] => Array ( [id] => 54 [title] => Song - 27 [time] => 27 [License] => MIT ) [52] => Array ( [id] => 53 [title] => Song - 53 [time] => 53 [License] => MIT ) [12] => Array ( [id] => 52 [title] => Song - 13 [time] => 13 [License] => MIT ) [47] => Array ( [id] => 48 [title] => Song - 48 [time] => 48 [License] => MIT ) [46] => Array ( [id] => 47 [title] => Song - 47 [time] => 47 [License] => MIT ) [20] => Array ( [id] => 42 [title] => Song - 21 [time] => 21 [License] => MIT ) [13] => Array ( [id] => 42 [title] => Song - 14 [time] => 14 [License] => MIT ) [19] => Array ( [id] => 40 [title] => Song - 20 [time] => 20 [License] => MIT ) [15] => Array ( [id] => 32 [title] => Song - 16 [time] => 16 [License] => MIT ) [14] => Array ( [id] => 30 [title] => Song - 15 [time] => 15 [License] => MIT ) [27] => Array ( [id] => 28 [title] => Song - 28 [time] => 28 [License] => MIT ) [24] => Array ( [id] => 25 [title] => Song - 25 [time] => 25 [License] => MIT ) [11] => Array ( [id] => 24 [title] => Song - 12 [time] => 12 [License] => MIT ) [22] => Array ( [id] => 23 [title] => Song - 23 [time] => 23 [License] => MIT ) [7] => Array ( [id] => 16 [title] => Song - 8 [time] => 8 [License] => MIT ) [6] => Array ( [id] => 14 [title] => Song - 7 [time] => 7 [License] => MIT ) [3] => Array ( [id] => 12 [title] => Song - 4 [time] => 4 [License] => MIT ) [10] => Array ( [id] => 11 [title] => Song - 11 [time] => 11 [License] => MIT ) [4] => Array ( [id] => 10 [title] => Song - 5 [time] => 5 [License] => MIT ) [9] => Array ( [id] => 10 [title] => Song - 10 [time] => 10 [License] => MIT ) [8] => Array ( [id] => 9 [title] => Song - 9 [time] => 9 [License] => MIT ) [2] => Array ( [id] => 9 [title] => Song - 3 [time] => 3 [License] => MIT ) [5] => Array ( [id] => 6 [title] => Song - 6 [time] => 6 [License] => MIT ) [1] => Array ( [id] => 4 [title] => Song - 2 [time] => 2 [License] => MIT ) [0] => Array ( [id] => 4 [title] => Song - 1 [time] => 1 [License] => MIT ) )
Output for 5.4.2
Array ( [148] => Array ( [id] => 596 [title] => Song - 149 [time] => 149 [License] => MIT ) [145] => Array ( [id] => 584 [title] => Song - 146 [time] => 146 [License] => MIT ) [139] => Array ( [id] => 560 [title] => Song - 140 [time] => 140 [License] => MIT ) [138] => Array ( [id] => 556 [title] => Song - 139 [time] => 139 [License] => MIT ) [136] => Array ( [id] => 548 [title] => Song - 137 [time] => 137 [License] => MIT ) [135] => Array ( [id] => 544 [title] => Song - 136 [time] => 136 [License] => MIT ) [134] => Array ( [id] => 540 [title] => Song - 135 [time] => 135 [License] => MIT ) [128] => Array ( [id] => 516 [title] => Song - 129 [time] => 129 [License] => MIT ) [122] => Array ( [id] => 492 [title] => Song - 123 [time] => 123 [License] => MIT ) [111] => Array ( [id] => 448 [title] => Song - 112 [time] => 112 [License] => MIT ) [146] => Array ( [id] => 441 [title] => Song - 147 [time] => 147 [License] => MIT ) [144] => Array ( [id] => 435 [title] => Song - 145 [time] => 145 [License] => MIT ) [107] => Array ( [id] => 432 [title] => Song - 108 [time] => 108 [License] => MIT ) [106] => Array ( [id] => 428 [title] => Song - 107 [time] => 107 [License] => MIT ) [105] => Array ( [id] => 424 [title] => Song - 106 [time] => 106 [License] => MIT ) [101] => Array ( [id] => 408 [title] => Song - 102 [time] => 102 [License] => MIT ) [133] => Array ( [id] => 402 [title] => Song - 134 [time] => 134 [License] => MIT ) [99] => Array ( [id] => 400 [title] => Song - 100 [time] => 100 [License] => MIT ) [132] => Array ( [id] => 399 [title] => Song - 133 [time] => 133 [License] => MIT ) [97] => Array ( [id] => 392 [title] => Song - 98 [time] => 98 [License] => MIT ) [129] => Array ( [id] => 390 [title] => Song - 130 [time] => 130 [License] => MIT ) [94] => Array ( [id] => 380 [title] => Song - 95 [time] => 95 [License] => MIT ) [92] => Array ( [id] => 372 [title] => Song - 93 [time] => 93 [License] => MIT ) [123] => Array ( [id] => 372 [title] => Song - 124 [time] => 124 [License] => MIT ) [91] => Array ( [id] => 368 [title] => Song - 92 [time] => 92 [License] => MIT ) [120] => Array ( [id] => 363 [title] => Song - 121 [time] => 121 [License] => MIT ) [117] => Array ( [id] => 354 [title] => Song - 118 [time] => 118 [License] => MIT ) [85] => Array ( [id] => 344 [title] => Song - 86 [time] => 86 [License] => MIT ) [113] => Array ( [id] => 342 [title] => Song - 114 [time] => 114 [License] => MIT ) [110] => Array ( [id] => 333 [title] => Song - 111 [time] => 111 [License] => MIT ) [82] => Array ( [id] => 332 [title] => Song - 83 [time] => 83 [License] => MIT ) [109] => Array ( [id] => 330 [title] => Song - 110 [time] => 110 [License] => MIT ) [81] => Array ( [id] => 328 [title] => Song - 82 [time] => 82 [License] => MIT ) [108] => Array ( [id] => 327 [title] => Song - 109 [time] => 109 [License] => MIT ) [98] => Array ( [id] => 297 [title] => Song - 99 [time] => 99 [License] => MIT ) [147] => Array ( [id] => 296 [title] => Song - 148 [time] => 148 [License] => MIT ) [95] => Array ( [id] => 288 [title] => Song - 96 [time] => 96 [License] => MIT ) [71] => Array ( [id] => 288 [title] => Song - 72 [time] => 72 [License] => MIT ) [142] => Array ( [id] => 286 [title] => Song - 143 [time] => 143 [License] => MIT ) [141] => Array ( [id] => 284 [title] => Song - 142 [time] => 142 [License] => MIT ) [93] => Array ( [id] => 282 [title] => Song - 94 [time] => 94 [License] => MIT ) [89] => Array ( [id] => 270 [title] => Song - 90 [time] => 90 [License] => MIT ) [87] => Array ( [id] => 264 [title] => Song - 88 [time] => 88 [License] => MIT ) [130] => Array ( [id] => 262 [title] => Song - 131 [time] => 131 [License] => MIT ) [63] => Array ( [id] => 256 [title] => Song - 64 [time] => 64 [License] => MIT ) [127] => Array ( [id] => 256 [title] => Song - 128 [time] => 128 [License] => MIT ) [126] => Array ( [id] => 254 [title] => Song - 127 [time] => 127 [License] => MIT ) [83] => Array ( [id] => 252 [title] => Song - 84 [time] => 84 [License] => MIT ) [125] => Array ( [id] => 252 [title] => Song - 126 [time] => 126 [License] => MIT ) [60] => Array ( [id] => 244 [title] => Song - 61 [time] => 61 [License] => MIT ) [118] => Array ( [id] => 238 [title] => Song - 119 [time] => 119 [License] => MIT ) [115] => Array ( [id] => 232 [title] => Song - 116 [time] => 116 [License] => MIT ) [76] => Array ( [id] => 231 [title] => Song - 77 [time] => 77 [License] => MIT ) [56] => Array ( [id] => 228 [title] => Song - 57 [time] => 57 [License] => MIT ) [73] => Array ( [id] => 222 [title] => Song - 74 [time] => 74 [License] => MIT ) [72] => Array ( [id] => 219 [title] => Song - 73 [time] => 73 [License] => MIT ) [70] => Array ( [id] => 213 [title] => Song - 71 [time] => 71 [License] => MIT ) [68] => Array ( [id] => 207 [title] => Song - 69 [time] => 69 [License] => MIT ) [102] => Array ( [id] => 206 [title] => Song - 103 [time] => 103 [License] => MIT ) [65] => Array ( [id] => 198 [title] => Song - 66 [time] => 66 [License] => MIT ) [96] => Array ( [id] => 194 [title] => Song - 97 [time] => 97 [License] => MIT ) [62] => Array ( [id] => 189 [title] => Song - 63 [time] => 63 [License] => MIT ) [45] => Array ( [id] => 184 [title] => Song - 46 [time] => 46 [License] => MIT ) [88] => Array ( [id] => 178 [title] => Song - 89 [time] => 89 [License] => MIT ) [58] => Array ( [id] => 177 [title] => Song - 59 [time] => 59 [License] => MIT ) [86] => Array ( [id] => 174 [title] => Song - 87 [time] => 87 [License] => MIT ) [57] => Array ( [id] => 174 [title] => Song - 58 [time] => 58 [License] => MIT ) [55] => Array ( [id] => 168 [title] => Song - 56 [time] => 56 [License] => MIT ) [80] => Array ( [id] => 162 [title] => Song - 81 [time] => 81 [License] => MIT ) [39] => Array ( [id] => 160 [title] => Song - 40 [time] => 40 [License] => MIT ) [74] => Array ( [id] => 150 [title] => Song - 75 [time] => 75 [License] => MIT ) [49] => Array ( [id] => 150 [title] => Song - 50 [time] => 50 [License] => MIT ) [149] => Array ( [id] => 150 [title] => Song - 150 [time] => 150 [License] => MIT ) [48] => Array ( [id] => 147 [title] => Song - 49 [time] => 49 [License] => MIT ) [47] => Array ( [id] => 144 [title] => Song - 48 [time] => 48 [License] => MIT ) [35] => Array ( [id] => 144 [title] => Song - 36 [time] => 36 [License] => MIT ) [143] => Array ( [id] => 144 [title] => Song - 144 [time] => 144 [License] => MIT ) [140] => Array ( [id] => 141 [title] => Song - 141 [time] => 141 [License] => MIT ) [69] => Array ( [id] => 140 [title] => Song - 70 [time] => 70 [License] => MIT ) [137] => Array ( [id] => 138 [title] => Song - 138 [time] => 138 [License] => MIT ) [33] => Array ( [id] => 136 [title] => Song - 34 [time] => 34 [License] => MIT ) [131] => Array ( [id] => 132 [title] => Song - 132 [time] => 132 [License] => MIT ) [42] => Array ( [id] => 129 [title] => Song - 43 [time] => 43 [License] => MIT ) [41] => Array ( [id] => 126 [title] => Song - 42 [time] => 42 [License] => MIT ) [124] => Array ( [id] => 125 [title] => Song - 125 [time] => 125 [License] => MIT ) [30] => Array ( [id] => 124 [title] => Song - 31 [time] => 31 [License] => MIT ) [40] => Array ( [id] => 123 [title] => Song - 41 [time] => 41 [License] => MIT ) [121] => Array ( [id] => 122 [title] => Song - 122 [time] => 122 [License] => MIT ) [119] => Array ( [id] => 120 [title] => Song - 120 [time] => 120 [License] => MIT ) [116] => Array ( [id] => 117 [title] => Song - 117 [time] => 117 [License] => MIT ) [114] => Array ( [id] => 115 [title] => Song - 115 [time] => 115 [License] => MIT ) [37] => Array ( [id] => 114 [title] => Song - 38 [time] => 38 [License] => MIT ) [112] => Array ( [id] => 113 [title] => Song - 113 [time] => 113 [License] => MIT ) [26] => Array ( [id] => 108 [title] => Song - 27 [time] => 27 [License] => MIT ) [104] => Array ( [id] => 105 [title] => Song - 105 [time] => 105 [License] => MIT ) [103] => Array ( [id] => 104 [title] => Song - 104 [time] => 104 [License] => MIT ) [50] => Array ( [id] => 102 [title] => Song - 51 [time] => 51 [License] => MIT ) [100] => Array ( [id] => 101 [title] => Song - 101 [time] => 101 [License] => MIT ) [90] => Array ( [id] => 91 [title] => Song - 91 [time] => 91 [License] => MIT ) [44] => Array ( [id] => 90 [title] => Song - 45 [time] => 45 [License] => MIT ) [43] => Array ( [id] => 88 [title] => Song - 44 [time] => 44 [License] => MIT ) [28] => Array ( [id] => 87 [title] => Song - 29 [time] => 29 [License] => MIT ) [84] => Array ( [id] => 85 [title] => Song - 85 [time] => 85 [License] => MIT ) [27] => Array ( [id] => 84 [title] => Song - 28 [time] => 28 [License] => MIT ) [20] => Array ( [id] => 84 [title] => Song - 21 [time] => 21 [License] => MIT ) [79] => Array ( [id] => 80 [title] => Song - 80 [time] => 80 [License] => MIT ) [78] => Array ( [id] => 79 [title] => Song - 79 [time] => 79 [License] => MIT ) [77] => Array ( [id] => 78 [title] => Song - 78 [time] => 78 [License] => MIT ) [25] => Array ( [id] => 78 [title] => Song - 26 [time] => 26 [License] => MIT ) [75] => Array ( [id] => 76 [title] => Song - 76 [time] => 76 [License] => MIT ) [23] => Array ( [id] => 72 [title] => Song - 24 [time] => 24 [License] => MIT ) [34] => Array ( [id] => 70 [title] => Song - 35 [time] => 35 [License] => MIT ) [67] => Array ( [id] => 68 [title] => Song - 68 [time] => 68 [License] => MIT ) [66] => Array ( [id] => 67 [title] => Song - 67 [time] => 67 [License] => MIT ) [32] => Array ( [id] => 66 [title] => Song - 33 [time] => 33 [License] => MIT ) [64] => Array ( [id] => 65 [title] => Song - 65 [time] => 65 [License] => MIT ) [31] => Array ( [id] => 64 [title] => Song - 32 [time] => 32 [License] => MIT ) [15] => Array ( [id] => 64 [title] => Song - 16 [time] => 16 [License] => MIT ) [61] => Array ( [id] => 62 [title] => Song - 62 [time] => 62 [License] => MIT ) [59] => Array ( [id] => 60 [title] => Song - 60 [time] => 60 [License] => MIT ) [29] => Array ( [id] => 60 [title] => Song - 30 [time] => 30 [License] => MIT ) [54] => Array ( [id] => 55 [title] => Song - 55 [time] => 55 [License] => MIT ) [53] => Array ( [id] => 54 [title] => Song - 54 [time] => 54 [License] => MIT ) [52] => Array ( [id] => 53 [title] => Song - 53 [time] => 53 [License] => MIT ) [51] => Array ( [id] => 52 [title] => Song - 52 [time] => 52 [License] => MIT ) [46] => Array ( [id] => 47 [title] => Song - 47 [time] => 47 [License] => MIT ) [14] => Array ( [id] => 45 [title] => Song - 15 [time] => 15 [License] => MIT ) [21] => Array ( [id] => 44 [title] => Song - 22 [time] => 22 [License] => MIT ) [38] => Array ( [id] => 39 [title] => Song - 39 [time] => 39 [License] => MIT ) [12] => Array ( [id] => 39 [title] => Song - 13 [time] => 13 [License] => MIT ) [36] => Array ( [id] => 37 [title] => Song - 37 [time] => 37 [License] => MIT ) [17] => Array ( [id] => 36 [title] => Song - 18 [time] => 18 [License] => MIT ) [7] => Array ( [id] => 32 [title] => Song - 8 [time] => 8 [License] => MIT ) [24] => Array ( [id] => 25 [title] => Song - 25 [time] => 25 [License] => MIT ) [11] => Array ( [id] => 24 [title] => Song - 12 [time] => 12 [License] => MIT ) [22] => Array ( [id] => 23 [title] => Song - 23 [time] => 23 [License] => MIT ) [10] => Array ( [id] => 22 [title] => Song - 11 [time] => 11 [License] => MIT ) [6] => Array ( [id] => 21 [title] => Song - 7 [time] => 7 [License] => MIT ) [19] => Array ( [id] => 20 [title] => Song - 20 [time] => 20 [License] => MIT ) [18] => Array ( [id] => 19 [title] => Song - 19 [time] => 19 [License] => MIT ) [5] => Array ( [id] => 18 [title] => Song - 6 [time] => 6 [License] => MIT ) [16] => Array ( [id] => 17 [title] => Song - 17 [time] => 17 [License] => MIT ) [3] => Array ( [id] => 16 [title] => Song - 4 [time] => 4 [License] => MIT ) [4] => Array ( [id] => 15 [title] => Song - 5 [time] => 5 [License] => MIT ) [13] => Array ( [id] => 14 [title] => Song - 14 [time] => 14 [License] => MIT ) [9] => Array ( [id] => 10 [title] => Song - 10 [time] => 10 [License] => MIT ) [8] => Array ( [id] => 9 [title] => Song - 9 [time] => 9 [License] => MIT ) [2] => Array ( [id] => 6 [title] => Song - 3 [time] => 3 [License] => MIT ) [0] => Array ( [id] => 4 [title] => Song - 1 [time] => 1 [License] => MIT ) [1] => Array ( [id] => 2 [title] => Song - 2 [time] => 2 [License] => MIT ) )

preferences:
269.98 ms | 449 KiB | 119 Q