Files
sky_phone-sky-systems/sky_phone/config/music.lua
T
2026-08-09 17:05:59 +02:00

21 lines
605 B
Lua

Config.Music = {
-- Put MP3/OGG files in frontend/public/music and rebuild the frontend.
-- File and Artwork paths are relative to the published NUI root.
Tracks = {
-- {
-- Id = "night-drive",
-- Title = "Night Drive",
-- Artist = "Sky Records",
-- File = "music/night-drive.ogg",
-- Artwork = "music/night-drive.webp",
-- },
},
MaximumPersonalSongs = 100,
MaximumPlaylists = 50,
MaximumPlaylistSongs = 250,
PlaylistNameMaxLength = 80,
ActionsPerMinute = 30,
MetadataTimeoutMs = 4500,
}