Note:
All numbers are in hex.
Any offsets 'within the metadata block' are relative to the start of the metadata block.
You can download
InternetRadioPlayerI.prs, the official sony Shoutcast 'player', for reference for the examples in the table.
| Offset | Contains | Example from InternetRadioPlayerI.prs | Notes |
| 0 through 3 | Magic number | 50525346 | Should always be 50525346 ('PRSF') |
| 4 through 7 | Offset of the metadata block | 100 | |
| 8 through 1B | unknown | | |
| 1C through 1F | length of the metadata block | 167 | |
| 20 through 2F | unknown | | |
| 30 through 33 | icon offset | 270 | |
| 34 through 37 | icon size, padded | 2CD0 | rounds the file off to a multiple of 4 bytes |
| 38 through 5B | unknown | | |
| 5C through 5F | offset of the word 'icon' within the metadata block, indicating that there is an icon (? if you replace 'icon' with anything else, the file isn't corrupted, but the icon doesn't load) | C | |
| 60 through 67 | unknown | | |
| 68 through 6B | icon size, unpadded | 2CDC | |
| 6C through 6F | offset of the word 'title' within the metadata block | 11 | |
| 70 through 73 | unknown | | |
| 74 through 77 | offset of the actual title within the metadata block | 17 | |
| 78 through 7B | length of the title | 19 | |
| 7C through 7F | offset of the word 'info' within the metadata block | 3 | |
| 80 through 83 | appears to be the number of entries in the 'info' block; could be completely unrelated | 6 | |
| 84 through 97 | unknown | | |
| 98 through 9B | offset of the word 'comment' within the metadata block | 36 | |
| 9C through 9F | unknown | | |
| A0 through A3 | offset of the actual comment within the metadata block | 3E | |
| A4 through A7 | length of the comment | 50 | |
| A8 through AB | offset of the word 'copyright' within the metadata block | 8F | |
| AC through AF | unknown | | |
| B0 through B3 | offset of the actual copyright info within the metadata block | 99 | |
| B4 through B7 | length of the copyright info | 21 | |
| B8 through BB | offset of the word 'text' within the metadata block | BB | |
| BC through BF | unknown | | |
| C0 through C3 | offset of the actual author info within the metadata block | C2 | |
| C4 through C7 | length of the author info | 04 | |
| C8 through CB | offset of the word 'radioplayer_url' within the metadata block | C7 | |
| CC through CF | unknown | | |
| D0 through D3 | offset of the actual radio player url within the metadata block | D7 | |
| D4 through D7 | length of the radio player url | 48 | |
| D8 through DB | offset of the word 'homepage_url' within the metadata block | 120 | |
| DC through DF | unknown | | |
| E0 through E3 | offset of the actual homepage url within the metadata block | 12D | |
| E4 through E7 | length of the homepage url | 2d | |
| E8 through EB | offset of the word 'version' within the metadata block | 15B | |
| EC through EF | unknown | | |
| F0 through F3 | offset of the actual internal version info within the metadata block | 163 | |
| F4 through F7 | length of the internal version info | 3 | |
| F8 through FF | unknown | | |