Zoom Player's Play History file format
The 'zplayer.playcache' file stores Zoom Player's play history and history related values such as audio volume level, last play position, etc.
Location
By default, the playcache file is saved to Zoom Player's data folder. If you performed a standard install, the file can be found under "c:\ProgramData\Zoom Player\".
Playcache format
The playcache file is UNICODE encoded, each line in the file (separated by CRLF) contains blocks of information kept for each media entry or file:
Description
Block Type
Media Name
|N .. |n
Media Title
|E .. |e
Media Path
|T .. |t
Media Date
|D .. |d
Media Size
|S .. |s
Last Media Position (Frame)
|P .. |p
Last Media Position (Second)
|C .. |c
Last Play Date
|L .. |l
Volume Level
|V .. |v
Hash Value
|H .. |h
Active Subtitle track
|B .. |b
Active Audio track
|A .. |a
Duration
|I .. |i
Aspect Ratio
|R .. |r
Notes:
Last play date can have a negative value indicting that the user chose not to show this information and prevent the entry from being included in the play history list.
The time format used is based on Delphi's TDateTime.