Page 1 of 1

Docker Node - NFO preservation / cleanup

Posted: 03 Nov 2020, 22:16
by Wonko
Hi folks,

I came across with this wonderful tool. I'm using Plex in combination with usenet (via nzbget).
Since I run my services in docker, I could get it running with many research and try and error (documentation is lacking in this area, especially for compose). I used the docker node version, couldn't figure out the difference the watcher or the other possible option.
A few things are essential for me, which I couldn't figure out right now.
  • I would like to move the nfo file from the release to the folder, where the media file is moved. The media file should be processed and renamed, the nfo file only moved (keep name).
  • After processing I would prefer a cleanup of the old source folder.
Appreciate any advise to solve this two points.

Best regards
Wonko

Re: Docker Node - NFO preservation / cleanup

Posted: 04 Nov 2020, 02:50
by rednoah
Wonko wrote: 03 Nov 2020, 22:16 I would like to move the nfo file from the release to the folder, where the media file is moved. The media file should be processed and renamed, the nfo file only moved (keep name).
The --apply import option might work:
viewtopic.php?t=11079

Wonko wrote: 03 Nov 2020, 22:16 After processing I would prefer a cleanup of the old source folder.
--def clean=y does that. See amc script for details.

Re: Docker Node - NFO preservation / cleanup

Posted: 04 Nov 2020, 10:54
by Wonko
rednoah wrote: 04 Nov 2020, 02:50
Wonko wrote: 03 Nov 2020, 22:16 I would like to move the nfo file from the release to the folder, where the media file is moved. The media file should be processed and renamed, the nfo file only moved (keep name).
The --apply import option might work:
viewtopic.php?t=11079
Can you give me a hint how to do this in the docker node version?
rednoah wrote: 04 Nov 2020, 02:50
Wonko wrote: 03 Nov 2020, 22:16 After processing I would prefer a cleanup of the old source folder.
--def clean=y does that. See amc script for details.
I think the option is the "delete left behind clutter files"?

Re: Docker Node - NFO preservation / cleanup

Posted: 04 Nov 2020, 11:45
by rednoah
--apply post-processing features were added rather recently. FileBot Node WebUI does not yet have equivalent options, but if you have created a prepared task, then you can manually modify the *.args file to add your custom arguments.

Re: Docker Node - NFO preservation / cleanup

Posted: 04 Nov 2020, 14:15
by Wonko
Ok.
I'm not a developer, seems to unhandy and complicated for me for usage.