1. 1. Introduction
  2. 2. System Requirements
  3. 3. Installation & First Launch
  4. 4. Core Concepts
  5. 5. Engineer View (Main Mixer)
  6. 6. Musician View (Personal IEM Mix)
  7. 7. Stage View (Stage Control)
  8. 8. Songs & Setlists
  9. 9. Settings
  10. 10. Audio Effects
  11. 11. Click Track / Metronome
  12. 12. Regions (CSV Import)
  13. 13. MIDI
  14. 14. Recording
  15. 15. Access Control
  16. 16. Keyboard Shortcuts
  17. 17. File Structure on Disk
  18. 18. Troubleshooting
  • Glossary
  • ESTË Studio Manual →

ESTË Live User Manual › 17. File Structure on Disk

17. File Structure on Disk

ESTË Live saves all data in the ~/ESTE/ folder:

~/ESTE/
├── .auth.json                   ← Access control settings + HMAC secret
├── .last_setlist                ← Name of the last used setlist
├── .logs/                       ← Application logs
├── setlists/                    ← Setlist JSON files
│   ├── Default.json
│   ├── Feb 15 Concert.json
│   └── Rehearsal.json
└── songs/                       ← One folder per song
    └── Yesterday/
        ├── Yesterday.json       ← Complete state (mixer + config)
        ├── recordings/          ← Multitrack recordings
        │   └── 2026-02-24_19-30.wav
        ├── backtracks/          ← Backing track audio files
        │   ├── backing_stereo.wav
        │   └── click_guide.mp3
        ├── midi/                ← MIDI files
        │   └── sequence.mid
        └── regions/             ← Region CSV files
            └── regions.csv

Notes:

  • File/folder names are sanitized: only letters, numbers, dashes, underscores, and spaces allowed
  • Uploaded audio files are copied into the song folder
  • Songs are independent from setlists (a song can appear in multiple setlists)
  • The decoded audio cache is in-memory only and is not saved to disk

← 16. Keyboard Shortcuts Table of Contents 18. Troubleshooting →