Browse Source

- xupnpd: minor fixes in configs

master
vanhofen 4 years ago
parent
commit
4e93b01ec3
  1. 2
      skel-root/general/xupnpd/var/xupnpd/xupnpd_cfg.lua
  2. 2
      skel-root/general/xupnpd/var/xupnpd/xupnpd_feeds.lua
  3. 2
      skel-root/general/xupnpd/var/xupnpd/xupnpd_playlist.lua

2
skel-root/general/xupnpd/var/xupnpd/xupnpd_cfg.lua

@ -2,7 +2,7 @@
configuration configuration
Add your own configuration keywords here. Add your own configuration keywords here.
This file overrides /share/xupnpd/xupnpd_cfg.lua This file overrides /usr/share/xupnpd/xupnpd_cfg.lua
]] ]]
--cfg.name='my_xupnpd' --cfg.name='my_xupnpd'

2
skel-root/general/xupnpd/var/xupnpd/xupnpd_feeds.lua

@ -2,5 +2,5 @@
feeds list (plugin, feed name, feed type) feeds list (plugin, feed name, feed type)
Add your own feeds here. Add your own feeds here.
This file overrides /share/xupnpd/xupnpd_feeds.lua This file overrides /usr/share/xupnpd/xupnpd_feeds.lua
]] ]]

2
skel-root/general/xupnpd/var/xupnpd/xupnpd_playlist.lua

@ -2,5 +2,5 @@
playlist (m3u file path or path with alias) playlist (m3u file path or path with alias)
Add your own playlist here. Add your own playlist here.
This file overrides /share/xupnpd/xupnpd_playlist.lua This file overrides /usr/share/xupnpd/xupnpd_playlist.lua
]] ]]

Loading…
Cancel
Save