Automatically unmonitor promotional singles from Lidarr.
Go to file
Chase b89b9b967c
.dockerignore
2023-01-11 14:10:04 -06:00
.github Closes #3. 2023-01-11 10:39:36 -06:00
.vscode Initial Commit 2023-01-10 17:39:36 -06:00
src Closes #1. 2023-01-11 13:16:45 -06:00
.dockerignore .dockerignore 2023-01-11 14:10:04 -06:00
.editorconfig Initial Commit 2023-01-10 17:39:36 -06:00
.env.example Closes #1. 2023-01-11 13:16:45 -06:00
.eslintrc.json basically works 2023-01-10 19:16:25 -06:00
.gitattributes Initial Commit 2023-01-10 17:39:36 -06:00
.gitignore Initial Commit 2023-01-10 17:39:36 -06:00
Dockerfile Closes #3. 2023-01-11 10:39:36 -06:00
LICENSE.md Initial Commit 2023-01-10 17:39:36 -06:00
README.md [skip ci] 2023-01-11 13:20:27 -06:00
package-lock.json Closes #3. 2023-01-11 10:39:36 -06:00
package.json [skip ci] 2023-01-11 13:20:27 -06:00

README.md

Automatically unmonitor promotional singles from Lidarr.

Running

docker run --rm \
    --name lidarr-true-singles \
    -e LIDARR_URL=http://localhost:8686 \
    -e LIDARR_API_KEY=your_api_key \
    -e UNMONITOR=false \
    chxseh/lidarr-true-singles
Environment Variable Description Default
LIDARR_URL The url to your Lidarr instance http://localhost:8686
LIDARR_API_KEY Your Lidarr API Key
UNMONITOR Whether to unmonitor the tracks or not false

Development

git clone https://github.com/chxseh/lidarr-true-singles.git
cd lidarr-true-singles
npm i
cp .env.example .env
# edit .env with your Lidarr url and api key
node .