Automatically unmonitor promotional singles from Lidarr.
Go to file
Renovate 57222fda7b
build Details
--> Linted: DOCKERFILE_HADOLINT No errors were found in the linting process Details
--> Linted: EDITORCONFIG No errors were found in the linting process Details
--> Linted: GITHUB_ACTIONS No errors were found in the linting process Details
--> Linted: GITLEAKS No errors were found in the linting process Details
--> Linted: JSON No errors were found in the linting process Details
--> Linted: YAML No errors were found in the linting process Details
lint Details
Update dependency eslint-plugin-jsdoc to v43 (#5)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | devDependencies | major | [`41.1.2` -> `43.0.7`](https://renovatebot.com/diffs/npm/eslint-plugin-jsdoc/41.1.2/43.0.7) |

⚠️ Release Notes retrieval for this PR were skipped because no github.com credentials were available.
If you are self-hosted, please see [this instruction](https://github.com/renovatebot/renovate/blob/master/docs/usage/examples/self-hosting.md#githubcom-token-for-release-notes).

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS41Ni4xIiwidXBkYXRlZEluVmVyIjoiMzUuNTYuMSJ9-->

Co-authored-by: Renovate <renovate@chse.dev>
Reviewed-on: #5
Co-authored-by: Renovate <renovate@noreply.localhost>
Co-committed-by: Renovate <renovate@noreply.localhost>
2023-04-22 15:26:07 +00:00
.github mv 2023-04-21 10:25:31 -05:00
.vscode Initial Commit 2023-01-10 17:39:36 -06:00
src Update Lidarr Error. 2023-02-26 19:43:06 -06:00
.dockerignore .dockerignore 2023-01-11 14:10:04 -06:00
.editorconfig Makefile [skip ci] 2023-01-31 15:55:11 -06:00
.env.example Closes #12. (Untested) 2023-01-26 08:38:23 -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
Makefile Makefile [skip ci] 2023-01-31 15:55:11 -06:00
README.md new url 2023-04-21 10:26:03 -05:00
package-lock.json Update dependency eslint-plugin-jsdoc to v43 (#5) 2023-04-22 15:26:07 +00:00
package.json Update dependency eslint-plugin-jsdoc to v43 (#5) 2023-04-22 15:26:07 +00:00
renovate.json Configure Renovate (#1) 2023-04-21 16:01:37 +00:00

README.md

lidarr-true-singles
Donate

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 \
    -e DELETE=false \
    -e OUTPUT_UNMONITORED=false \
    git.chse.dev/chase/lidarr-true-singles:latest
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
DELETE Whether to delete the tracks or not false
OUTPUT_UNMONITORED Print unmonitored singles that are downloaded. Note that this overrides the UNMONITOR option. false
Environment Variable Outcome
UNMONITOR=false See duplicate singles
UNMONITOR=true Unmonitor duplicate singles
UNMONITOR=true
DELETE=true
Delete duplicate singles
OUTPUT_UNMONITORED=true See duplicate unmonitored singles that are downloaded
OUTPUT_UNMONITORED=true
DELETE=true
Delete duplicate unmonitored singles that are downloaded

Development

git clone https://git.chse.dev/chase/lidarr-true-singles.git
cd lidarr-true-singles
npm i
cp .env.example .env
# Edit .env with your Lidarr URL and API Key
node .