on linux filebot works fine, on windows however filebot alwas create extra unwanted files with following extentions .mtime, .mediadata, .mediainfo, .filename
in post proccess everything is unchecked.
its a lot off work always to delete these files.
Renaming should only rename without creating these files.
version i use is 5.2.3 x64
[NFS on Windows] Rename files only without create extra files? .mtime, .mediadata, .mediainfo, .filename
Re: rename files only without create extra files?
Re: Rename files only without create extra files? .mtime, .mediadata, .mediainfo, .filename
FileBot on windows 10 en remote nfs shares.
remote is my unraid server.
In linux mint with nfs it is working great, also on unraid with filbot in docker.
So the problem is windows. Als when i create files/ folders on a nfs share in windows , windows make them read only.
Gues , i'll have to use my main computer (linux) for this job. Windows is mainly for watching NF,CrRoll and viki .
Thanks for reply.
remote is my unraid server.
In linux mint with nfs it is working great, also on unraid with filbot in docker.
So the problem is windows. Als when i create files/ folders on a nfs share in windows , windows make them read only.
Gues , i'll have to use my main computer (linux) for this job. Windows is mainly for watching NF,CrRoll and viki .
Thanks for reply.
Re: Rename files only without create extra files? .mtime, .mediadata, .mediainfo, .filename
NFS on Windows? That's pretty rare. If you look into NTFS ADS and then see if you can configure how that that is handled by your NFS client-side file system driver and NFS server you might find a good solution.
That said, since NFS on Windows is pretty much unknown territory for me, I'd probably just disable xattr metadata as an easy walk-around. Alternatively, switching to SMB will likely fix the issue as well.
You can run this command on your Windows machine to create a configuration file that permanently disables xattr metadata:
** see Advanced Settings for details
Shell: Select all
filebot -script fn:properties --def useExtendedFileAttributes=false