|
@@ 381-384 (lines=4) @@
|
| 378 |
|
$atom_structure['data'] .= empty($num_total) ? '' : '/'.$num_total; |
| 379 |
|
break; |
| 380 |
|
|
| 381 |
|
case 'gnre': |
| 382 |
|
$GenreID = getid3_lib::BigEndian2Int(substr($boxdata, 8, 4)); |
| 383 |
|
$atom_structure['data'] = getid3_id3v1::LookupGenreName($GenreID - 1); |
| 384 |
|
break; |
| 385 |
|
|
| 386 |
|
case 'rtng': |
| 387 |
|
$atom_structure[$atomname] = getid3_lib::BigEndian2Int(substr($boxdata, 8, 1)); |
|
@@ 449-452 (lines=4) @@
|
| 446 |
|
break; |
| 447 |
|
|
| 448 |
|
|
| 449 |
|
case 'WLOC': // Window LOCation atom |
| 450 |
|
$atom_structure['location_x'] = getid3_lib::BigEndian2Int(substr($atom_data, 0, 2)); |
| 451 |
|
$atom_structure['location_y'] = getid3_lib::BigEndian2Int(substr($atom_data, 2, 2)); |
| 452 |
|
break; |
| 453 |
|
|
| 454 |
|
|
| 455 |
|
case 'LOOP': // LOOPing atom |