Skip to content

[BUG] lidarr_disable_sync / disable_sync in config doesn't seem to work/ be implemented #182

@RollForCode

Description

@RollForCode

Describe the bug:

Upon editing the disable_sync feature to True in the config, import still seems to be attempted.

To Reproduce:

  1. Adjust the config.ini file to set disable_sync to True, as per the config below
  2. Run a download trigger from lidarr, and check the soularr logs.
  3. The logs state the import has failed, and moved to failed_imports

Expected behavior:

I believe what's meant to happen is that the import shouldn't be attempted.

From what I can see in the code base, lidarr_disable_sync is assigned, but never used or implemented. (I could be wrong here). It seems there is no check of the setting for when process_completed_album() is called.

Screenshots / Log Files:

[Lidarr]
.....
disable_sync = True

System Information (please complete the following information):

  • OS: Arch
  • Using Docker?: Yes

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions