FIleBot running : scanning all folders and not only input

Support for Synology NAS, QNAP NAS and other Embedded Linux systems
Post Reply
Kirua
Posts: 1
Joined: 17 May 2020, 11:05

FIleBot running : scanning all folders and not only input

Post by Kirua »

Hi everyone,

I'm new on using FileBot.
I create this topic because I don't understand the AMC process.

My setup :
FileBot is running in Docker in a Synology NAS.
I setup an input and an output folder in a sharde folded in volume2/"Média à trier".

I launch the docker FileBot script with an admin user that have only a read and writte permission on this shared folder volume2/"Média à trier".
I used this command :

Code: Select all

sudo docker run --rm -it -v $PWD:/volume2/Média\ à\ trier/FileBot\ Input/  -v $PWD:/volume2/Média\ à\ trier/FileBot\ Output/  -v data:/data -p 5452:5452 rednoah/filebot:node
And configure FileBot like this :
Image

But when I launch FileBot, the script scan all my folders :
Image


I don't understand why (I though if the user doesn't have the right to read on other part the script wouldn't be able to access to path of the other folder) and if it is normal...

Thanks in advance

PS : I'm not used to linux command and functions, that could explain my lack of understanding.
User avatar
rednoah
The Source
Posts: 22987
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: FIleBot running : scanning all folders and not only input

Post by rednoah »

If you're using Synology NAS, then I recommend using the Synology NAS package:
https://www.filebot.net/linux/syno.html


:idea: docker will make things unnecessarily difficult, especially if you're not too familiar Linux or docker.
:idea: Please read the FAQ and How to Request Help.
Post Reply