MediaCore Digital Signage - BrightSign Setup
=============================================

Server: https://cloud.mediacore.us
Generated: 2026-02-22T03:31:14.917Z

WHAT'S INCLUDED:
- autorun.brs    - BrightScript entry point with native 4K video support
- index.html     - Node.js client for server communication
- mediacore-config.json - Configuration file

FEATURES:
- Native 4K video playback using roVideoPlayer
- Local content caching on SD card
- Automatic content sync with MediaCore server
- Multi-zone layout support
- Real-time status updates

INSTALLATION:
1. Format SD card as exFAT (recommended) or FAT32
2. Copy ALL files from this zip to the ROOT of the SD card
3. Edit mediacore-config.json if your server IP has changed
4. Insert SD card into BrightSign player
5. Power on - device will auto-register with MediaCore

SUPPORTED MODELS (BrightSignOS 8.x):
- XT5 Series (XT245, XT1145, XT2145) - 4K
- XD5 Series (XD235, XD1035) - 4K
- HD5 Series (HD225, HD1025) - 1080p
- LS5 Series (LS425, LS445) - 1080p

SD CARD STRUCTURE AFTER SETUP:
/
├── autorun.brs
├── index.html
├── mediacore-config.json
└── content/          (created automatically for cached media)

TROUBLESHOOTING:
- Red LED 10 blinks: Script error - check autorun.brs syntax
- No registration: Check network and server URL in config
- No playback: Verify content is assigned in MediaCore admin
- Access DWS: http://<player-ip>/ for diagnostics

CONFIGURATION (mediacore-config.json):
{
  "serverUrl": "https://cloud.mediacore.us",
  "pollInterval": 30000,      // Content check interval (ms)
  "contentPath": "/storage/sd/content/"
}

For support, visit: https://cloud.mediacore.us/admin
