You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've created a Flow to notify Sonarr on a successful transcode, but it doesn't appear to be triggering anything in the Sonarr API.
I checked through the logs and it looks like it's because I don't have an IMDB tag in the filename?
If so, is that the only way this plugin can be supported? I've got over 120k files so it would be quite the job to rename them all :'(
This is what I see in the logs for each TV episode transcoded by Tdarr:
2025-01-23T18:56:19.065Z gwTldyVvn:Node[mh-ott-tdarr2]:Worker[used-upupa]:[Step W03] [C11] [TV_Shows] Running Community plugin: 2.0.0: notifyRadarrOrSonarr: Notify Radarr or Sonarr
2025-01-23T18:56:19.065Z gwTldyVvn:Node[mh-ott-tdarr2]:Worker[used-upupa]:Scanning original library file
2025-01-23T18:56:19.065Z gwTldyVvn:Node[mh-ott-tdarr2]:Worker[used-upupa]:{
2025-01-23T18:56:19.065Z "exifToolScan": true,
2025-01-23T18:56:19.065Z "mediaInfoScan": false,
2025-01-23T18:56:19.065Z "closedCaptionScan": false
2025-01-23T18:56:19.065Z }
2025-01-23T18:56:19.065Z gwTldyVvn:Node[mh-ott-tdarr2]:Worker[used-upupa]:Loading source file: "/Media/TV_Shows/The Night Agent (2023)/Season.2/S02E02_WEBDL-720p_Disconnected.mkv"
2025-01-23T18:56:19.066Z gwTldyVvn:Node[mh-ott-tdarr2]:Worker[used-upupa]:Scanning source file: "/Media/TV_Shows/The Night Agent (2023)/Season.2/S02E02_WEBDL-720p_Disconnected.mkv"
2025-01-23T18:56:19.066Z gwTldyVvn:Node[mh-ott-tdarr2]:Worker[used-upupa]:Scan types: {
2025-01-23T18:56:19.066Z "exifToolScan": true,
2025-01-23T18:56:19.066Z "mediaInfoScan": false,
2025-01-23T18:56:19.066Z "closedCaptionScan": false
2025-01-23T18:56:19.066Z }
2025-01-23T18:56:19.066Z gwTldyVvn:Node[mh-ott-tdarr2]:Worker[used-upupa]:Scanning file
2025-01-23T18:56:19.066Z gwTldyVvn:Node[mh-ott-tdarr2]:Worker[used-upupa]:Node scanning file
2025-01-23T18:56:20.066Z gwTldyVvn:Node[mh-ott-tdarr2]:Worker[used-upupa]:Scan complete
2025-01-23T18:56:20.067Z gwTldyVvn:Node[mh-ott-tdarr2]:Worker[used-upupa]:Source file scan complete
2025-01-23T18:56:20.068Z gwTldyVvn:Node[mh-ott-tdarr2]:Worker[used-upupa]:Loaded plugin inputs: {
2025-01-23T18:56:20.068Z "arr": "sonarr",
2025-01-23T18:56:20.068Z "arr_api_key": "API_KEY_HERE",
2025-01-23T18:56:20.068Z "arr_host": "http://SONARR_HOSTNAME:8989"
2025-01-23T18:56:20.068Z }
2025-01-23T18:56:20.068Z gwTldyVvn:Node[mh-ott-tdarr2]:Worker[used-upupa]:Refreshing sonarr...
2025-01-23T18:56:20.068Z gwTldyVvn:Node[mh-ott-tdarr2]:Worker[used-upupa]:Going to force scan
2025-01-23T18:56:20.068Z gwTldyVvn:Node[mh-ott-tdarr2]:Worker[used-upupa]:Serie not found for imdb ''
2025-01-23T18:56:20.068Z gwTldyVvn:Node[mh-ott-tdarr2]:Worker[used-upupa]:Serie not found for 'S02E02_WEBDL-720p_Disconnected'
2025-01-23T18:56:20.068Z gwTldyVvn:Node[mh-ott-tdarr2]:Worker[used-upupa]:{"_id":"/Media/TV_Shows/The Night Agent (2023)/Season.2/S02E02_WEBDL-720p_Disconnected.mkv","outputNumber":2,"variables":{}}
2025-01-23T18:56:20.068Z gwTldyVvn:Node[mh-ott-tdarr2]:Worker[used-upupa]:Plugin run complete
2025-01-23T18:56:20.068Z gwTldyVvn:Node[mh-ott-tdarr2]:Worker[used-upupa]:No next plugin
2025-01-23T18:56:20.069Z gwTldyVvn:Node[mh-ott-tdarr2]:Worker[used-upupa]:Node scanning file
2025-01-23T18:56:20.069Z gwTldyVvn:Node[mh-ott-tdarr2]:Worker[used-upupa]:Scan complete
2025-01-23T18:56:20.069Z gwTldyVvn:Node[mh-ott-tdarr2]:Worker[used-upupa]:Old size: 0.6156219942495227
2025-01-23T18:56:20.069Z gwTldyVvn:Node[mh-ott-tdarr2]:Worker[used-upupa]:New size: 0.5601262403652072
2025-01-23T18:56:20.069Z gwTldyVvn:Node[mh-ott-tdarr2]:Worker[used-upupa]:Size difference: 0.05549575388431549
2025-01-23T18:56:22.068Z gwTldyVvn:Node[mh-ott-tdarr2]:Worker[used-upupa]:File processing complete
The text was updated successfully, but these errors were encountered:
I've created a Flow to notify Sonarr on a successful transcode, but it doesn't appear to be triggering anything in the Sonarr API.
I checked through the logs and it looks like it's because I don't have an IMDB tag in the filename?
If so, is that the only way this plugin can be supported? I've got over 120k files so it would be quite the job to rename them all :'(
This is what I see in the logs for each TV episode transcoded by Tdarr:
2025-01-23T18:56:19.065Z gwTldyVvn:Node[mh-ott-tdarr2]:Worker[used-upupa]:[Step W03] [C11] [TV_Shows] Running Community plugin: 2.0.0: notifyRadarrOrSonarr: Notify Radarr or Sonarr
2025-01-23T18:56:19.065Z gwTldyVvn:Node[mh-ott-tdarr2]:Worker[used-upupa]:Scanning original library file
2025-01-23T18:56:19.065Z gwTldyVvn:Node[mh-ott-tdarr2]:Worker[used-upupa]:{
2025-01-23T18:56:19.065Z "exifToolScan": true,
2025-01-23T18:56:19.065Z "mediaInfoScan": false,
2025-01-23T18:56:19.065Z "closedCaptionScan": false
2025-01-23T18:56:19.065Z }
2025-01-23T18:56:19.065Z gwTldyVvn:Node[mh-ott-tdarr2]:Worker[used-upupa]:Loading source file: "/Media/TV_Shows/The Night Agent (2023)/Season.2/S02E02_WEBDL-720p_Disconnected.mkv"
2025-01-23T18:56:19.066Z gwTldyVvn:Node[mh-ott-tdarr2]:Worker[used-upupa]:Scanning source file: "/Media/TV_Shows/The Night Agent (2023)/Season.2/S02E02_WEBDL-720p_Disconnected.mkv"
2025-01-23T18:56:19.066Z gwTldyVvn:Node[mh-ott-tdarr2]:Worker[used-upupa]:Scan types: {
2025-01-23T18:56:19.066Z "exifToolScan": true,
2025-01-23T18:56:19.066Z "mediaInfoScan": false,
2025-01-23T18:56:19.066Z "closedCaptionScan": false
2025-01-23T18:56:19.066Z }
2025-01-23T18:56:19.066Z gwTldyVvn:Node[mh-ott-tdarr2]:Worker[used-upupa]:Scanning file
2025-01-23T18:56:19.066Z gwTldyVvn:Node[mh-ott-tdarr2]:Worker[used-upupa]:Node scanning file
2025-01-23T18:56:20.066Z gwTldyVvn:Node[mh-ott-tdarr2]:Worker[used-upupa]:Scan complete
2025-01-23T18:56:20.067Z gwTldyVvn:Node[mh-ott-tdarr2]:Worker[used-upupa]:Source file scan complete
2025-01-23T18:56:20.068Z gwTldyVvn:Node[mh-ott-tdarr2]:Worker[used-upupa]:Loaded plugin inputs: {
2025-01-23T18:56:20.068Z "arr": "sonarr",
2025-01-23T18:56:20.068Z "arr_api_key": "API_KEY_HERE",
2025-01-23T18:56:20.068Z "arr_host": "http://SONARR_HOSTNAME:8989"
2025-01-23T18:56:20.068Z }
2025-01-23T18:56:20.068Z gwTldyVvn:Node[mh-ott-tdarr2]:Worker[used-upupa]:Refreshing sonarr...
2025-01-23T18:56:20.068Z gwTldyVvn:Node[mh-ott-tdarr2]:Worker[used-upupa]:Going to force scan
2025-01-23T18:56:20.068Z gwTldyVvn:Node[mh-ott-tdarr2]:Worker[used-upupa]:Serie not found for imdb ''
2025-01-23T18:56:20.068Z gwTldyVvn:Node[mh-ott-tdarr2]:Worker[used-upupa]:Serie not found for 'S02E02_WEBDL-720p_Disconnected'
2025-01-23T18:56:20.068Z gwTldyVvn:Node[mh-ott-tdarr2]:Worker[used-upupa]:{"_id":"/Media/TV_Shows/The Night Agent (2023)/Season.2/S02E02_WEBDL-720p_Disconnected.mkv","outputNumber":2,"variables":{}}
2025-01-23T18:56:20.068Z gwTldyVvn:Node[mh-ott-tdarr2]:Worker[used-upupa]:Plugin run complete
2025-01-23T18:56:20.068Z gwTldyVvn:Node[mh-ott-tdarr2]:Worker[used-upupa]:No next plugin
2025-01-23T18:56:20.069Z gwTldyVvn:Node[mh-ott-tdarr2]:Worker[used-upupa]:Node scanning file
2025-01-23T18:56:20.069Z gwTldyVvn:Node[mh-ott-tdarr2]:Worker[used-upupa]:Scan complete
2025-01-23T18:56:20.069Z gwTldyVvn:Node[mh-ott-tdarr2]:Worker[used-upupa]:Old size: 0.6156219942495227
2025-01-23T18:56:20.069Z gwTldyVvn:Node[mh-ott-tdarr2]:Worker[used-upupa]:New size: 0.5601262403652072
2025-01-23T18:56:20.069Z gwTldyVvn:Node[mh-ott-tdarr2]:Worker[used-upupa]:Size difference: 0.05549575388431549
2025-01-23T18:56:22.068Z gwTldyVvn:Node[mh-ott-tdarr2]:Worker[used-upupa]:File processing complete
The text was updated successfully, but these errors were encountered: