mirror of
https://github.com/nims11/IPod-Shuffle-4g.git
synced 2025-12-08 00:18:01 +09:00
Merge branch 'NicoHood5' into NicoHood3
This commit is contained in:
commit
43d3749c7d
1 changed files with 2 additions and 2 deletions
|
|
@ -343,9 +343,9 @@ class PlaylistHeader(Record):
|
||||||
("header_id", ("4s", "shph")),
|
("header_id", ("4s", "shph")),
|
||||||
("total_length", ("I", 0)),
|
("total_length", ("I", 0)),
|
||||||
("number_of_playlists", ("I", 0)),
|
("number_of_playlists", ("I", 0)),
|
||||||
("number_of_non_podcast_lists", ("2s", "\x03\x00")), #TODO check if really ffff is okay
|
("number_of_non_podcast_lists", ("2s", "\xFF\xFF")),
|
||||||
("number_of_master_lists", ("2s", "\x01\x00")),
|
("number_of_master_lists", ("2s", "\x01\x00")),
|
||||||
("number_of_non_audiobook_lists", ("2s", "\x03\x00")), #TODO as above
|
("number_of_non_audiobook_lists", ("2s", "\xFF\xFF")),
|
||||||
("unknown2", ("2s", "\x00" * 2)),
|
("unknown2", ("2s", "\x00" * 2)),
|
||||||
])
|
])
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue