mirror of
https://github.com/sky-systems/sky_phone.git
synced 2026-08-29 01:01:31 +00:00
21 lines
605 B
Lua
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,
|
|
}
|