@linzhouyu/mmp-cli
v0.0.2
Published
My Media Player command line client
Readme
mmp-cli
My Media Player command line client.
Supported platforms: macOS arm64, macOS x64, Linux x64, Windows x64.
Install
npm install -g my-media-playerUsage
MMP_SERVER=http://127.0.0.1:5058 mmp-cli login -u admin
mmp-cli playlist list
mmp-cli playlist download all -o downloads
mmp-cli logoutplaylist download prechecks object-backed download URLs by default, prints a single-line progress indicator, and summarizes estimated CDN and object storage traffic with masked hosts. Use --skip-precheck to start without source traffic statistics:
mmp-cli playlist download all -o downloads --skip-precheckServer precedence: --server, MMP_SERVER, saved config, then http://127.0.0.1:5058.
Run mmp-cli --help for the full command list.
