kplaylist
1.0.0
如果您喜欢所得到的,请考虑。谢谢你! ❤️
KplayList是您通过网络管理的音乐数据库。使用KplayList,您可以流式传输音乐(OGG,MP3,WAV,WMA等),您可以上传,制作播放列表,共享,搜索,下载等等。
此版本是从(现已解散的)kplaylist.net站点和1.8.512版本创建的,可以从http://kplaylist.com/下载。
除了1.8.512提供的功能外,版本1.8.713功能:
注意:您无需修改index.php文件本身。只需创建一个文件kpconfig.php ,然后将所有个人配置放入其中即可。使用example.kpconfig.php作为起点。
自动更新功能可以像这样轻松地通过crontab使用:
0 9 * * * /usr/bin/lynx -dump "http://127.0.0.1:8080/kplaylist/index.php?update=5000&user=autooperate"
以上意味着:假设Kplaylist在端口8080上的本地机器上运行,在一个名为“ KplayList”的网络文件夹上运行,每天早上9:00凌晨9:00进行自动更新。
使用ICES shell脚本如下:“无线电”(流)功能最容易与我的ICES0流端客户端一起使用:
#! /bin/sh
# ices shell script
# The first line should be a path to an audio file
# echo "/mp3s/arcadefire2.mp3"
# The next line is optional
# echo "The Arcade Fire - Neighbourhood #2 (Laika)"
# Get next filename to play from kPlaylist
# can be one or two lines, depends on setting of $cfg['appendradioname']
filename= ` curl -s " http://127.0.0.1:8080/kplaylist/index.php?radionext=1&pass=password " `
echo " $filename "再次假设KplayList在端口8080上的本地计算机上运行,该网络文件夹称为“ KplayList”。
注意:我可以并且只会在Linux下进行测试。它可能与其他操作系统一起使用,以便您找出答案。
注意:没有任何保证或保证。该软件可能不适合您的目的。如果您应该决定将网站打开到公共互联网,请遵守适用的法律,并警告您,并且您独自一人对施加的安全风险负责!
访问Kplaylist Google组。