
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.
@danimart1991/node-red-radarr-api
Advanced tools
A set of Node-RED nodes to use with Radarr API.
WARNING: This palette of nodes can leave the Radarr database inconsistent if not handled carefully. Take special care when applying values, for example: Assigning a non-existent Quality Profile to a Movie.
As other custom nodes, the recommendation is to install using the "Manage Palettes" option in Node-RED.
Indeed, these nodes are available as individual npm package. This repository acts as an overall store for the nodes - and is not intended as a way to install them - unless you really do want some development.
$ npm install @danimart1991/node-red-radarr-api
All the nodes have a Server parameter that must be configured to work (see Config below).
A configuration node that holds the credentials of a Radarr Server. All the nodes need this node to work.
Two parameters are required to properly configure this node:
Settings/General.| Entity | Get | Post | Put | Delete |
|---|---|---|---|---|
| Command | ✔ | ✔ | ||
| History | ✔ | |||
| Indexer Test All | - | ✔ | - | - |
| Movie | ✔ | |||
| Movie Editor | - | - | ✔ | |
| Movie File | ✔ |
In addition, all the nodes have a Log output that offers information on how the execution has worked.
{
"payload": {
"source": {
"id": "0f12103e2251c436",
"type": "radarr-api-movie-get"
},
"level": "Info",
"message": "2084 Movie/s returned"
},
"_msgid": "4c1261a1eb9bfb44"
}
| Property | Type | Description |
|---|---|---|
payload.level | string | The log Level: Debug, Info, Warn, Error, Critical or Other. |
payload.message | string | The log Message. |
payload.source.id | string | The Id of the node that threw the log. |
payload.source.type | string | The Type of the node that threw the log. |
payload.source.name | string | The Name, if set, of the node that threw the log. |
FAQs
A set of Node-RED nodes to use with Radarr API.
The npm package @danimart1991/node-red-radarr-api receives a total of 42 weekly downloads. As such, @danimart1991/node-red-radarr-api popularity was classified as not popular.
We found that @danimart1991/node-red-radarr-api demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers 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.