mirror of
https://github.com/Lidarr/Lidarr.git
synced 2026-03-02 22:56:57 -05:00
Manual import not firing the On Release Import custom script event #1725
Labels
No labels
Area: API
Area: Database
Area: Db-migration
Area: Download Clients
Area: Extras
Area: Import Lists
Area: Indexer
Area: Metadata API
Area: Notifications
Area: Organizer
Area: Parser
Area: Scanning
Area: Tooling
Area: UI
Area: Unit Tests
Area: Update API
On Hold: MetadataAPI Blocking
Priority: High
Priority: Low
Priority: Medium
Status: Accepted
Status: Cannot Reproduce
Status: Confirmed
Status: Don't Merge
Status: Help Wanted
Status: In Progress
Status: Info Needed
Status: Investigating
Status: Logs Needed
Status: Maybe One Day
Status: Needs Triage
Status: On Hold
Status: Ready for Review
Status: Unlikely
Status: Waiting for OP
Status: Won't Fix
Type: Bug
Type: Documentation
Type: Duplicate
Type: Enhancement
Type: Enhancement
Type: External Bug
Type: Feature Request
Type: Regression
Type: Support
Type: Support.
conflict
conflict
no-conflict
not-pulled
radarr-pull
readarr-pull
sonarr upstream
sonarr-pull
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Lidarr#1725
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Chris230291 on GitHub (Jul 31, 2021).
Version: https://github.com/linuxserver/docker-lidarr (latest)
When I manually import music, the custom script event for import is not firing.
Not sure about automatic imports as I dont add music that way.
Not sure about the upgrade event either (which I also have enabled).
I am using
printenv >> /config/loggy.txtin my script to test. TheTestbutton fires it OKCheers,
Chris
AB#1307
@Chris230291 commented on GitHub (Aug 3, 2021):
From what I can gather this is intended behaviour between sonarr radarr etc.
I really don't think it should be.
Manual imports should still call the import event for custom scripts.
When doing a manual import, the tag event gets called during the tagging phase.
@sdfg2 commented on GitHub (Sep 10, 2022):
I'm surprised that this was a specific design decision. I can't understand it. Given testing scripts only outputs data for EventType, I have to add and download a new album every time I change something in my script, to test that it works.
@undaunt commented on GitHub (May 1, 2024):
@sdfg2 @Chris230291 I was able to trigger the custom script by changing 'combine with existing files' to 'replace files' as per https://github.com/lidarr/Lidarr/issues/853