vlc-control-node:使用 Node.js 控制您的 VLC。 带有包装器的 JS

时间:2021-07-08 21:49:25
【文件属性】:
文件名称:vlc-control-node:使用 Node.js 控制您的 VLC。 带有包装器的 JS
文件大小:4KB
文件格式:ZIP
更新时间:2021-07-08 21:49:25
JavaScript vlc-控制节点 节点模块JS 用包装器控制你的 VLC 安装 npm install vlc - control - node -- save 用法 注意:使用前必须安装模块。 var vlccontrol = require ( "vlc-control-node" ) ; vlccontrol . init ( { ip : 'localhost' , port : 8080 , user : '' , password : 'asd123' } ) ; vlccontrol . addToPlaylist ( encodeURI ( "D:\\Outras\\2008 - Black Ice\\ACDC - Black Ice - 01 - Rock n Roll Train.mp3" ) ) ; //add this music in a playlist 测试 在文件夹
【文件预览】:
vlc-control-node-master
----index.js(4KB)
----package.json(585B)
----test()
--------test.js(891B)
--------server.js(1KB)
----.gitignore(9B)
----README.md(984B)

网友评论