1) Playlist "Favorite"
The Favorite.vpl file is a special case of the New VPL format.
The Header of the Favorite.vpl does not contain the two Gradient Colors that the other vpl files have.
Instead it has 8 bytes of FF
##############################################################################
The Header section of the favorite.vpl:
4 bytes 00 00 00 04 <-- version number
4 bytes 00 00 00 1e <-- length of playlist name 1e = 30
1e or 30 bytes from length above <-- the playlist name in 2 bytes per character 00 1st byte
4 bytes ff ff ff ff <--- Skip Over
4 bytes ff ff ff ff <--- Skip Over
4 bytes 00 00 00 01 <-- number of cards / items in the playlist
End of the Header Section
##############################################################################