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

Calendar ignored by Deemix #31

Closed
janaxhell opened this issue Jan 18, 2023 · 2 comments
Closed

Calendar ignored by Deemix #31

janaxhell opened this issue Jan 18, 2023 · 2 comments
Labels
enhancement New feature or request wontfix This will not be worked on

Comments

@janaxhell
Copy link

Describe the bug
LOS completely ignores calendar releases, so even if they are available, Deemix isn't triggered to download them.

To Reproduce
Steps to reproduce the behavior:

  1. Disable all torrent/usenet indexers and clients, leave only Deemix active
  2. Wait

Expected behavior
When something is released according to calendar, Deemix should be triggered and look for it.

What happens instead
Nothing, Deemix is never triggered. But if you manually search new albums, it downloads them.

Screenshots

System info (please complete the following information):

  • OS: Openmediavault
  • 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

Additional context

@youegraillot youegraillot added the enhancement New feature or request label Feb 11, 2023
@codefaux
Copy link

codefaux commented Aug 3, 2023

1 - The Calendar is a user-information item, it is not a trigger source in any Servarr group software. This is a Lidarr issue, not an LOS issue. File upstream for a feature request of Calendar triggers if you wish for it to happen.

2 - Lidarr only knows about releses when metadata is updated for them, and they are found during the RSS search trigger. Deemix is listed as an RSS agent in LOS, so the delay is likely metadata. This is not 'fixable', as metadata services are external from the Lidarr project.

@youegraillot youegraillot added the wontfix This will not be worked on label Sep 10, 2023
@youegraillot
Copy link
Owner

not a LOS issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

3 participants