0.6.0
-
javinfo CLI. There’s a real binary now, not just curl. Install it, log in once, look up a code or open a local play URL:
Terminal window curl -fsSL https://javinfo.dev/install.sh | bashjavinfo loginjavinfo movie SSIS-001javinfo open EBOD-391 --with vlcPrebuilts for Linux x86_64, Linux arm64, and macOS Apple Silicon, each with
sha256sums.txt. Source: github.com/javinfo/cli. Docs stay at docs.javinfo.dev. -
What it does.
loginwrites yourjvi_…key (or passJAVINFO_API_KEY).movie <code>calls/moviewith the normal waterfall; pin with--providersor dump JSON with--json.statusprints key source, player paths, and daemon state without hitting the API.openandserverun a LAN HLS proxy: opaque session tokens (the DVD code is not the secret), height-capped variants, and.jpegsegments rewritten to.tsso ffmpeg-based players behave. Default port is 8787, max height 1080. -
Same config as MCP. Both read
~/.config/javinfo/config.toml(mode0600). Runjavinfo loginonce and you can drop the env var from MCP host config. If the env key is set and the file is empty, MCP seeds the file so the CLI sees it too. -
MCP 0.6: open and serve.
@javinfo/mcpstill hasjavinfo-search,javinfo-movie, andjavinfo-random. Two new tools call the CLI when it’s onPATH(override withJAVINFO_CLI):javinfo-openstarts a play session and returnsplay_url/meta_url(optionalwithplayer — VLC works well), andjavinfo-servedoesstart/stop/status. Look up the code first, then open. Serve control uses Unix sockets, so macOS and Linux only for now. -
API unchanged.
/movie,/query,/random, prices, and the provider waterfall did not move. This release is shell and agent clients on top of what you already have.