Expand description
Device-specific format-ID lookup tables — maps each known iPod/iPhone
generation to the format IDs it generates for its thumbnail caches
(PhotoDB & ArtworkDB).
Synthesised from iOpenPod, OrgZ, libgpod, gnupod, and the 22-repo
research sweep. Read-only reference — not used during decode.
Structs§
- Device
Format Info - A single format entry known to a device generation.
- Device
Profile - A device generation and the set of format IDs it produces.
Statics§
- DEVICE_
PROFILES - All known device profiles.
Functions§
- all_
device_ profiles - Return a reference to the complete device-profiles table.
- find_
device - Find a device profile by name (case-insensitive substring match).
- find_
formats_ by_ id - Search all device profiles for every format entry matching
format_id.