Docker Node - NFO preservation / cleanup

Support for Ubuntu and other Desktop Linux distributions
Post Reply
Wonko
Posts: 3
Joined: 03 Nov 2020, 21:59

Docker Node - NFO preservation / cleanup

Post 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
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Docker Node - NFO preservation / cleanup

Post 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.
:idea: Please read the FAQ and How to Request Help.
Wonko
Posts: 3
Joined: 03 Nov 2020, 21:59

Re: Docker Node - NFO preservation / cleanup

Post 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"?
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Docker Node - NFO preservation / cleanup

Post 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.
:idea: Please read the FAQ and How to Request Help.
Wonko
Posts: 3
Joined: 03 Nov 2020, 21:59

Re: Docker Node - NFO preservation / cleanup

Post by Wonko »

Ok.
I'm not a developer, seems to unhandy and complicated for me for usage.
Post Reply