Search and add music to Lidarr. Supports artists, albums, and quality profiles (FLAC preferred).
Add music (artists and albums) to your Lidarr library.
Create `~/.clawdbot/credentials/lidarr/config.json`:
```json
{
"url": "http://192.168.1.50:8686",
"apiKey": "efbd6c29db184911a7b0f4707ae8f10f",
"defaultQualityProfile": 2,
"defaultMetadataProfile": 7
}
```
Typically you'll want FLAC:
```bash
bash scripts/lidarr.sh search "Artist Name"
```
Returns numbered list with MusicBrainz links.
```bash
bash scripts/lidarr.sh exists <foreignArtistId>
```
```bash
bash scripts/lidarr.sh add <foreignArtistId>
```
If artist already exists, this will monitor them instead of failing.
**Options:**
```bash
bash scripts/lidarr.sh list-artist-albums <artistId>
```
Shows all albums with their IDs and monitored status.
```bash
bash scripts/lidarr.sh monitor-album <albumId>
```
Monitor and optionally search for a specific album.
**Options:**
```bash
bash scripts/lidarr.sh search "KMFDM"
```
```bash
bash scripts/lidarr.sh exists 45074d7c-5307-44a8-854f-ae072e1622ae
```
```bash
bash scripts/lidarr.sh add 45074d7c-5307-44a8-854f-ae072e1622ae
```
```bash
bash scripts/lidarr.sh add 45074d7c-5307-44a8-854f-ae072e1622ae --discography
```
```bash
bash scripts/lidarr.sh list-artist-albums 382
```
```bash
bash scripts/lidarr.sh monitor-album 11116
```
```bash
bash scripts/lidarr.sh list
```
```bash
bash scripts/lidarr.sh refresh <artistId>
```
```bash
bash scripts/lidarr.sh remove <artistId> # keep files
bash scripts/lidarr.sh remove <artistId> --delete-files # delete files too
```
```bash
bash scripts/lidarr.sh config
```
Leave a review
No reviews yet. Be the first to review this skill!