
How to Open .ZPL files
Windows
Additional extension information
| File type: |
Data |
| Popularity: |
Average |
| Author: |
Microsoft |
| MIME type: | Not specified |
Other .ZPL file extensions
The .zpl file format is used by the Zune portable media Player, Zune marketplace and Zune software to store playlist information.
These .zpl files specify the order in which to play a selection of media files.
The ZEN version is a Unix-style text file, using a forward-slash (/) to separate path levels and each line is terminated with a newline character (0x0a).
The ZEN .zpl file does not contain headers; it is a simple list of the files in the playlist, prepended with the full paths of the directories (folders) in which the files are located on the ZEN player. For example:
/store_00010001/Music/Myst Soundtracks/Myst/Myst Theme.mp3
/store_00010001/Music/Myst Soundtracks/Myst/Treegate.mp3
/store_00010001/Music/Myst Soundtracks/Myst/Planetarium.mp3
/store_00010001/Music/Myst Soundtracks/Myst/Shipgate.mp3
/store_00010001/Music/Myst Soundtracks/Myst/The Tower.mp3
/store_00010001/Music/Myst Soundtracks/Myst/The Last Message (Forechamber Theme).mp3
(etc.)