-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
Describe the bug
When searching/monitoring an album or artist in Lidarr, it will only successfully pull the music from deezer about 1/2 the time. This happens when both searching for artist discographies and individual albums. The desired albums are in Deezer, they are just not found from Lidarr
To Reproduce
Steps to reproduce the behavior:
- Go to search in Lidarr
- Search for Artist or Album Name (ie "ABBA"
- Configure download and monitoring
- Go to Activity
- See successfully found albums
- Go to wanted
- See not found albums
- Go to Deezer
- Search for not found albums and see that it exists
Expected behavior
When I search for an album in Lidarr, it should be pulled from Deezer if it exists
System info (please complete the following information):
- OS: TrueNAS Scale
- Container engine: Docker
docker-compose.yml (please complete the following information):
services:
lidarr:
environment:
- PUID=0
- PGID=0
image: youegraillot/lidarr-on-steroids
ports:
- '8686:8686'
- '6595:6595'
restart: unless-stopped
volumes:
- /mnt/MegaBITE/appdata/lidarr/config:/config
- /mnt/MegaBITE/appdata/lidarr/config-deemix:/config_deemix
- /mnt/MegaBITE/appdata/lidarr/downloads:/downloads
- /mnt/MegaBITE/appdata/lidarr/music:/music
- >-
/mnt/MegaBITE/appdata/ProtonVPN/config/qBittorrent/downloads:/config/qBittorrent/downloads
- /mnt/MegaBITE/theKitchenSink/Plex:/PlexData
version: '3'
Metadata
Metadata
Assignees
Labels
No labels