Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

~50% success rate finding albums in deezer #118

Open
SecureB00t opened this issue Jan 12, 2025 · 0 comments
Open

~50% success rate finding albums in deezer #118

SecureB00t opened this issue Jan 12, 2025 · 0 comments

Comments

@SecureB00t
Copy link

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:

  1. Go to search in Lidarr
  2. Search for Artist or Album Name (ie "ABBA"
  3. Configure download and monitoring
  4. Go to Activity
  5. See successfully found albums
  6. Go to wanted
  7. See not found albums
  8. Go to Deezer
  9. 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'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant