Filebot - Prevent file downloading?
Posted: 18 Mar 2017, 13:44
hi,
Latest deb package from filebot website. I'm trying to determine whether this is a filebot issue or other.
I use google-drive-ocamlfuse to mount my gdrive to /media/gdrive.
Using the gui, I've noticed that for some files that filebot/google-ocamlfuse tries read the files for additional information, metadata or other??
Does filebot try to read the file for additional metadata beyond the filename?
Is there a way to disable this? I don't want to downloading 60GB video files etc.
only work around so far to avoid this ive found is with the cli.
for X in *; do
timetout 10s filebot -rename "$X";
done
thanks
Latest deb package from filebot website. I'm trying to determine whether this is a filebot issue or other.
I use google-drive-ocamlfuse to mount my gdrive to /media/gdrive.
Using the gui, I've noticed that for some files that filebot/google-ocamlfuse tries read the files for additional information, metadata or other??
Does filebot try to read the file for additional metadata beyond the filename?
Is there a way to disable this? I don't want to downloading 60GB video files etc.
only work around so far to avoid this ive found is with the cli.
for X in *; do
timetout 10s filebot -rename "$X";
done
thanks