mirror of
https://github.com/sky-systems/sky_phone.git
synced 2026-09-04 08:13:23 +00:00
20 lines
590 B
Lua
20 lines
590 B
Lua
Config.Music = {
|
|
-- Files are found recursively in config/music by their Id. For example,
|
|
-- Id = "night-drive" finds night-drive.ogg/mp3 and optional artwork with
|
|
-- the same name (.webp/.png/.jpg/.jpeg), even inside subdirectories.
|
|
Tracks = {
|
|
-- {
|
|
-- Id = "night-drive",
|
|
-- Title = "Night Drive",
|
|
-- Artist = "Sky Records",
|
|
-- },
|
|
},
|
|
|
|
MaximumPersonalSongs = 100,
|
|
MaximumPlaylists = 50,
|
|
MaximumPlaylistSongs = 250,
|
|
PlaylistNameMaxLength = 80,
|
|
ActionsPerMinute = 30,
|
|
MetadataTimeoutMs = 4500,
|
|
}
|