You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
581 B
18 lines
581 B
diff --git a/src/xupnpd.lua b/src/xupnpd.lua
|
|
index bebb1e1..25e1d9e 100644
|
|
--- a/src/xupnpd.lua
|
|
+++ b/src/xupnpd.lua
|
|
@@ -117,4 +117,13 @@ cfg.ui_path='./ui/'
|
|
cfg.drive='' -- reload playlists only if drive state=active/idle, example: cfg.drive='/dev/sda'
|
|
cfg.profiles='./profiles/' -- device profiles feature
|
|
|
|
+dofile('./xupnpd_cfg.lua')
|
|
+dofile('/var/xupnpd/xupnpd_cfg.lua')
|
|
+
|
|
+dofile('./xupnpd_feeds.lua')
|
|
+dofile('/var/xupnpd/xupnpd_feeds.lua')
|
|
+
|
|
+dofile('./xupnpd_playlist.lua')
|
|
+dofile('/var/xupnpd/xupnpd_playlist.lua')
|
|
+
|
|
dofile('xupnpd_main.lua')
|
|
|