2015-05-11 15:38:51 +00:00
|
|
|
config PACKAGE_UPMPDCLI_SCCTL
|
|
|
|
bool "scctl command for configuring SongCast receivers"
|
|
|
|
default no
|
|
|
|
depends on PACKAGE_upmpdcli
|
|
|
|
help
|
|
|
|
Installs the scctl command. See the following link for more info:
|
|
|
|
http://www.lesbonscomptes.com/upmpdcli/scmulti.html
|
|
|
|
|
|
|
|
config PACKAGE_UPMPDCLI_SC_WEB_INTERFACE
|
|
|
|
bool "SongCast web server and associated files (depends on python)"
|
|
|
|
default no
|
|
|
|
depends on PACKAGE_upmpdcli
|
2019-11-04 19:20:17 +00:00
|
|
|
select PACKAGE_python3
|
2015-05-11 15:38:51 +00:00
|
|
|
select PACKAGE_UPMPDCLI_SCCTL
|
|
|
|
help
|
|
|
|
Installs the SongCast web interface and web server. See the following
|
|
|
|
link for more info: http://www.lesbonscomptes.com/upmpdcli/scmulti.html
|