Housemann

Results 4 comments of Housemann

Exactly. how can i send the old and new filename to the webhook? something like this: http://user:[email protected]:3777/hook/test?OldFileName=OldMovieFile&NewFileName=NewMovieFile

I am a little further. when i make this: --def exec="curl http://user:[email protected]:3777/hook/test?FilenameOriginal="\"{original}\" it works great. The Hook sends me My.First.Movie.1999 If i try this: --def exec="curl http://user:[email protected]:3777/hook/test?FilenameOriginal="\"{original}\""&FilenameNew="\"{fn}\" The Filebot log...

Here is the solution --def exec="curl -G -v "http://user:[email protected]:3777/hook/test" --data-urlencode "FileNameOriginal=\"{original}\"" --data-urlencode "FileNameNew=\"{fn}\"""

Hi, since yesterday after HA Update I can integrate my roborock again. All is fine.