Personal usage for updating '.wma' file to '.mp3' in my old computure.
With great thanks to @sqaiyan for sharing https://github.com/sqaiyan/netmusic-node
.
- run
git clone https://github.com/sqaiyan/netmusic-node.git
to anywhere to get http-server side - run
node netmusic-node/app.js
to start the server - run
node music-client/app.js 'path/to/file.mp3'
- nodejs
- wget
On windows
, you should add wget.exe
file path to System Path
, so that you can use wget
command anywhere directly.