Skip to content

Commit

Permalink
Fix stfs offsets for descriptor and episode number (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
PikminGuts92 authored Aug 12, 2023
1 parent 94594db commit 69b44d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/System-Software/Formats/STFS.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ If the **Metadata Version** field is set to 2, the format is slightly changed.
| 0x0379 | 0x24 | [Volume Descriptor](#Volume_Descriptor) | Volume Descriptor |
| 0x039D | 0x4 | signed int | Data File Count |
| 0x03A1 | 0x8 | signed long | Data File Combined Size |
| 0x0389 | 0x4 | int (STFS = 0, SVOD = 1) | Descriptor type |
| 0x03A9 | 0x4 | int (STFS = 0, SVOD = 1) | Descriptor type |
| 0x03AD | 0x4 | int | Reserved |
| 0x03B1 | 0x4C | byte\[\] | Padding |
| 0x03FD | 0x14 | bytes | Device ID |
Expand All @@ -161,7 +161,7 @@ If the **Metadata Version** field is set to 2, the format is slightly changed.
| 0x03B1 | 0x10 | byte\[\] | Series ID |
| 0x03C1 | 0x10 | byte\[\] | Season ID |
| 0x03D1 | 0x2 | signed short | Season Number |
| 0x03D5 | 0x2 | signed short | Episode Number |
| 0x03D3 | 0x2 | signed short | Episode Number |
| 0x03D5 | 0x28 | byte\[\] | Padding |
| 0x171A | 0x3D00 (thumbnail size) | image | Thumbnail Image |
| 0x541A | 0x300 (each 0x80 = different locale) | image | Additional Display Names |
Expand Down

0 comments on commit 69b44d1

Please sign in to comment.