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

Recent albums not downloaded because "Album duration is 0, unable to validate size until it is available" #48

Open
janaxhell opened this issue May 6, 2023 · 0 comments

Comments

@janaxhell
Copy link

janaxhell commented May 6, 2023

Describe the bug
LOS does not fire Deemix if Usenet and Torrent indexers are enabled, I already wrote about this, so every now and then I check the calendar, disable all Usenet and Torrent stuff and manually search for not downloaded albums. Most of the times they are available on Deezer, but they are shown with red icon stating "Album duration is 0, unable to validate size until it is available". But they are all available, they are from past weeks/months and can be played on Deezer. When I force download them, they are perfectly fine, so something has changed in Deezer that confuses Deemix or LOS.

To Reproduce
Steps to reproduce the behavior:

  1. Go to calendar
  2. choose any recent (I'd say not older than 2 months) non downloaded album
  3. manually search for it from its Artist page
  4. Deemix icons will be red stating the above error
  5. Download anyway
  6. Album is downloaded and fine

Expected behavior
All the above should happen automatically

Screenshots
Eh, I decided to notify the issue after having downloaded everything I could. But It's just red icon with above message beside albums found by Deemix engine.

System info (please complete the following information):

  • Open Media Vault 6
  • Docker latest

docker-compose.yml (please complete the following information):

version: "3"
services:
  lidarr:
    image: youegraillot/lidarr-on-steroids
    restart: unless-stopped
    ports:
      - "8686:8686" # Lidarr web UI
      - "6595:6595" # Deemix web UI
    volumes:
      - /srv/dev-disk-by-uuid-5b67514d-485e-4306-873e-b1cbb54ccf99/Config/LidarrOnSteroids:/config
      - /srv/dev-disk-by-uuid-5b67514d-485e-4306-873e-b1cbb54ccf99/Config/Deemix:/config_deemix
      - /srv/dev-disk-by-uuid-2628F1C228F19153/data/downloads/music:/downloads
      - /srv/dev-disk-by-uuid-2628F1C228F19153/data/media/music:/music
    environment:
      - TZ=Europe/Rome
      - PUID=998
      - PGID=100
      - AUTOCONFIG=true
      - FLAC2CUSTOM_ARGS=true
      - DOCKER_MODS=thecaptain989/lidarr-flac2mp3:latest
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