spurf
63
Thnaks for that, I was wondering what the differnce was between -eq & -match. Couldn’t work it out from my google searches 
The episodes successfully import into Sonarr but I’m getting this message in my Sonarr log:
External directory scan request for unknown download 8f925c36b5c9514c8a96a4bfdd9d6e67ed36b23c, attempting normal import. [D:\Down\downloads\tv############.mkv
Is this OK?
Taloth
64
I checked, the infohash must be upper case: 'downloadClientId' = $InfoHash.ToUpper() should do it.
1 Like
spurf
65
Awesome! It’s this bit of code in your script?
$command = @{
‘name’ = “DownloadedEpisodesScan”
‘path’ = $FilePath
’importMode’ = ‘Move’
‘downloadClientId’ = $InfoHash.ToUpper()
} | ConvertTo-Json
Taloth
66
yup, that’s what I meant.
1 Like
system
Closed
67
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.