This page explains the basic setup steps for Media Center: where to edit the JSON configuration,
how to set up the OMDb API key for artwork and movie metadata, how to make the MCE green button
launch the app, and how to enable Windows Media Player Legacy support on Windows.
1. Edit the JSON Configuration
Media Center reads its local settings from config.json in the main application folder.
This is the file you edit to change media library paths, ZIP code, screensaver options, and metadata settings.
%LOCALAPPDATA%\MediaCenter\config.json
Common values you will usually change:
media_paths.movies for your Movies folder
media_paths.tv for your TV folder
media_paths.music for your Music folder
media_paths.audiobooks for your Audiobooks folder
media_paths.photos for your Photos folder
zip_code for the weather location
omdb_api_key for movie metadata and poster lookups
Use UNC network paths like \\\\SERVER\\Share\\Folder\\ if your media lives on another machine.
2. Get an OMDb API Key
Media Center uses OMDb for movie metadata and cover art lookups during scanning.
You can request an API key from the official OMDb site:
https://www.omdbapi.com/apikey.aspx
After changing the key, run Scan Library again from Settings so Media Center can refresh metadata and artwork.
3. Redirect the MCE Green Button to Launch Media Center
Many Media Center remotes send the green button as Win + Alt + Enter.
The app already handles that combination once it is running, but to launch the app from anywhere,
you can use a small AutoHotkey script.