
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
kodi-query-cli
Advanced tools
Command line interface to query listings from a Kodi server.
Features:
--filter-by basename <path>) Usage: kodi-query [paths...]
Options:
-h, --help output usage information
-V, --version output the version number
-h, --host [address] Sepecify the Kodi host
-p, --port [number] Specify the Kodi host port (default: 9090)
-o, --output [renderer] Set the output renderer. Values: json
-v, --verbose Be verbose
--filter-by [field] Filter output by a specified field (e.g. "basename" to filter only matching file basenames)
--type [csv] What types to query as a CSV (default: "movies,tv")
--fields [csv] Fields to request as a CSV (default: "title,year,file,thumbnail,plot,cast,rating")
--sort [csv] Fields to sort the output by as a CSV (default: "title,year")
--start [number] Start at a given offset
--end [number] End at a given offset
Get all titles of all movies known by Kodi:
kodi-query --host kodiserver -o titles
Compare a directory of files on this machine against a remote Kodi server and compose a HTML page brochure of the contents
kodi-query --host kodiserver -o brochure --filter-by basename ~/Desktop/Videos/*
FAQs
Command line interface to query listings from a Kodi server
We found that kodi-query-cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.