Configuration
By menno3213
August 21, 2026
NightCore Phone - Media & Uploads Setup
FiveManage Integration
Configure in nightcore_phone/config/media.lua:
Config.Media.FiveManage.ApiKey = "your-fivemanage-v3-media-token"
Without a valid token:
- Camera uploads are disabled
- Video uploads are disabled
- Voice Memo uploads are disabled
- Gallery imports are unavailable
GIPHY Integration
Config.Media.GiphyApiKey = "your-giphy-api-key"
Gallery Imports
Configure allowed import websites under Config.Media.Import.Websites. Only HTTPS URLs from configured hosts are accepted.
Music Library
Place audio files in nightcore_phone/config/music/. Supported formats: OGG, MP3.
Adding a Track
- Place your audio file in the music folder (e.g.,
night-drive.ogg) - Add artwork optional (WEBP, PNG, JPG)
- Configure in
Config.Music.Tracks:
Config.Music.Tracks = {
{
Id = "night-drive",
Title = "Night Drive",
Artist = "Sky Records",
},
}
Restart NightCore Phone after adding music files.