Skip to content

Commit 69b44d1

Browse files
authored
Fix stfs offsets for descriptor and episode number (#48)
1 parent 94594db commit 69b44d1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • docs/System-Software/Formats

docs/System-Software/Formats/STFS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ If the **Metadata Version** field is set to 2, the format is slightly changed.
140140
| 0x0379 | 0x24 | [Volume Descriptor](#Volume_Descriptor) | Volume Descriptor |
141141
| 0x039D | 0x4 | signed int | Data File Count |
142142
| 0x03A1 | 0x8 | signed long | Data File Combined Size |
143-
| 0x0389 | 0x4 | int (STFS = 0, SVOD = 1) | Descriptor type |
143+
| 0x03A9 | 0x4 | int (STFS = 0, SVOD = 1) | Descriptor type |
144144
| 0x03AD | 0x4 | int | Reserved |
145145
| 0x03B1 | 0x4C | byte\[\] | Padding |
146146
| 0x03FD | 0x14 | bytes | Device ID |
@@ -161,7 +161,7 @@ If the **Metadata Version** field is set to 2, the format is slightly changed.
161161
| 0x03B1 | 0x10 | byte\[\] | Series ID |
162162
| 0x03C1 | 0x10 | byte\[\] | Season ID |
163163
| 0x03D1 | 0x2 | signed short | Season Number |
164-
| 0x03D5 | 0x2 | signed short | Episode Number |
164+
| 0x03D3 | 0x2 | signed short | Episode Number |
165165
| 0x03D5 | 0x28 | byte\[\] | Padding |
166166
| 0x171A | 0x3D00 (thumbnail size) | image | Thumbnail Image |
167167
| 0x541A | 0x300 (each 0x80 = different locale) | image | Additional Display Names |

0 commit comments

Comments
 (0)