Non-Zero Exit Codes on --action test
Posted: 12 Oct 2020, 19:10
cmd to replicate:
The output hasn't changed from 4.9.1 to 4.9.2, however the exit code is now 1 instead of 0. I use the exit code to catch errors before parsing the output on dry-runs for the deluge plugin. I can change the plugin if this is a deliberate change to expected exit codes, but I wanted to make sure it wasn't just a bug.
Code: Select all
> filebot -rename --action test The\ Wolf\ Of\ Snow\ Hollow.2020.1080p.WEB-DL.H264.AC3-/ --db TheMovieDB
Rename movies using [TheMovieDB]
Auto-detect movie from context [/pool/Media/Torrents/The Wolf Of Snow Hollow.2020.1080p.WEB-DL.H264.AC3-/The Wolf Of Snow Hollow.2020.1080p.WEB-DL.H264.AC3-EVO.mkv]
[TEST] from [/pool/Media/Torrents/The Wolf Of Snow Hollow.2020.1080p.WEB-DL.H264.AC3-/The Wolf Of Snow Hollow.2020.1080p.WEB-DL.H264.AC3-EVO.mkv] to [/pool/Media/Torrents/The Wolf Of Snow Hollow.2020.1080p.WEB-DL.H264.AC3-/The Wolf of Snow Hollow (2020).mkv]
Processed 1 file
>echo $?
1