Add settingtypes.txt and move Pause between Songs to Advanced Settings
This commit is contained in:
parent
5f34cd0ac7
commit
63c1c28386
4
init.lua
4
init.lua
@ -1,8 +1,8 @@
|
||||
|
||||
mpd={}
|
||||
|
||||
--config
|
||||
mpd.pause_between_songs=30
|
||||
|
||||
mpd.pause_between_songs=minetest.settings:get("mpd.pause_between_songs") or 30
|
||||
|
||||
--end config
|
||||
|
||||
|
3
settingtypes.txt
Normal file
3
settingtypes.txt
Normal file
@ -0,0 +1,3 @@
|
||||
# How many seconds MPD waits before starting the next song
|
||||
mpd_pause_between_songs (Pause between songs) int 30 0 3600
|
||||
|
Loading…
x
Reference in New Issue
Block a user