Filebot docker is being run as a user that has full permissions to the media mount. If I choose option rename or hardlink I get the same errors. The operation completes though, the file does actually get renamed/hardlinked, but these errors appear in the CLI console.(zenity:488): GVFS-RemoteVolumeMonitor-WARNING **: 02:59:19.406: remote volume monitor with dbus name org.gtk.vfs.UDisks2VolumeMonitor is not supported
Gtk-Message: 02:59:19.608: GtkDialog mapped without a transient parent. This is discouraged.
1 file linked.
Failed to write xattr key: net.filebot.metadata: /mnt/media/downloads/new/Boardwalk Empire - S05E01 - Golden Days for Boys and Girls.mkv: Error writing extended attribute 'net.filebot.metadata': Operation not supported
Failed to write xattr key: net.filebot.filename: /mnt/media/downloads/new/Boardwalk Empire - S05E01 - Golden Days for Boys and Girls.mkv: Error writing extended attribute 'net.filebot.filename': Operation not supported
getting "Failed to write xattr key" errors from filebot docker (clean install)
getting "Failed to write xattr key" errors from filebot docker (clean install)
Re: getting "Failed to write xattr key" errors from filebot docker (clean install)


rednoah wrote: ↑24 Oct 2012, 11:16 Configure FileBot to store xattr metadata in plain text files instead of filesystem xattr streams:Shell: Select all
filebot -script fn:properties --def net.filebot.xattr.store=.xattr
