New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@danimart1991/node-red-radarr-api

Package Overview
Dependencies
Maintainers
0
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@danimart1991/node-red-radarr-api

A set of Node-RED nodes to use with Radarr API.

latest
Source
npmnpm
Version
0.8.5
Version published
Weekly downloads
47
95.83%
Maintainers
0
Weekly downloads
 
Created
Source

@danimart1991/node-red-radarr-api

Platform License NPM Known Vulnerabilities Total Downloads GitHub last commit Tip Me via PayPal Sponsor Me via GitHub

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.

Install

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

Usage

All the nodes have a Server parameter that must be configured to work (see Config below).

Config

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:

  • URL: It's the server's URL used to connect to Radarr Server, including http(s)://, port, and urlbase if required.
  • API Key: The API Key generated by Radarr Server under Settings/General.

Nodes

EntityGetPostPutDelete
Command
History
Indexer Test All---
Movie
Movie Editor--
Movie File

Log

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"
}
PropertyTypeDescription
payload.levelstringThe log Level: Debug, Info, Warn, Error, Critical or Other.
payload.messagestringThe log Message.
payload.source.idstringThe Id of the node that threw the log.
payload.source.typestringThe Type of the node that threw the log.
payload.source.namestringThe Name, if set, of the node that threw the log.

Author

Daniel Martin Gonzalez

License

Apache 2.0

Keywords

node-red

FAQs

Package last updated on 22 Jun 2024

Did you know?

Socket

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.

Install

Related posts