Filebot only Copys but does not move

Support for Synology NAS, QNAP NAS and other Embedded Linux systems
Post Reply
Neorun
Posts: 3
Joined: 24 Aug 2019, 13:44

Filebot only Copys but does not move

Post by Neorun »

Hi,
when I am running the scrip, FB is copying, sorting and renaming. But I have set it to move the files…

Amy Ideas of how to fix this?
User avatar
rednoah
The Source
Posts: 22998
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Filebot only Copys but does not move

Post by rednoah »

What exactly are you doing? By default, FileBot would be moving files, and if for some reason that doesn't work, you'll get an error.


:idea: Please read How to Request Help.
:idea: Please read the FAQ and How to Request Help.
Neorun
Posts: 3
Joined: 24 Aug 2019, 13:44

Re: Filebot only Copys but does not move

Post by Neorun »

Im using the node in standard settings - i suppose.

Settings:
https://philipp.d.pr/0WDMT5/uBaVTeolPO

Code: Select all

filebot -script 'fn:sysinfo'

------------------------------------------

WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.codehaus.groovy.vmplugin.v7.Java7$1 (file:/volume3/@appstore/filebot/jar/groovy.jar) to constructor java.lang.invoke.MethodHandles$Lookup(java.lang.Class,int)
WARNING: Please consider reporting this to the maintainers of org.codehaus.groovy.vmplugin.v7.Java7$1
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
FileBot 4.8.5 (r6224)
JNA Native: 5.2.2
MediaInfo: net.filebot.mediainfo.MediaInfoException: Unable to load amd64 (64-bit) native library libmediainfo.so: Unable to load library 'mediainfo': Native library (linux-x86-64/libmediainfo.so) not found in resource path (/volume3/@appstore/filebot/jar/filebot.jar)
7-Zip-JBinding: 9.20
Chromaprint: java.io.IOException: Cannot run program "fpcalc": error=2, No such file or directory
Extended Attributes: OK
Unicode Filesystem: OK
Script Bundle: 2019-05-15 (r565)
Groovy: 2.5.6
JRE: OpenJDK Runtime Environment 12.0.2
JVM: 64-bit OpenJDK 64-Bit Server VM
CPU/MEM: 2 Core / 1 GB Max Memory / 24 MB Used Memory
OS: Linux (amd64)
HW: Linux Play 4.4.59+ #24922 SMP PREEMPT Wed Jul 3 16:38:29 CST 2019 x86_64 GNU/Linux synology_apollolake_418play
DATA: /volume3/@appstore/filebot/data/admin
Package: SPK
License: FileBot License xxx (Valid-Until: 2020-06-30)
Done ヾ(@⌒ー⌒@)ノ
------------------------------------------

[Process completed]

It says:

Code: Select all

[MOVE] from [/volume2/Media2/Filebot-todo/Serengeti S01E01 1080p BluRay x264-SHORTBREHD/Serengeti.S01E01.1080p.BluRay.x264-SHORTBREHD.mkv] to [/volume2/Media2/Downloads/TV Shows/Serengeti/Season 01/Serengeti - S01E01 - Destiny.mkv]
But the original file is still there afterwards.
User avatar
rednoah
The Source
Posts: 22998
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Filebot only Copys but does not move

Post by rednoah »

Are you sure that the file is still really actually there?

If you're using a remote filesystem, you're probably just seeing stale cached information.


EDIT:

You can use the Execute option to call the synoindex command to tell Synology DSM to refresh it's inventory:

Code: Select all

synoindex -R all
:arrow: search.php?keywords=synoindex
:idea: Please read the FAQ and How to Request Help.
Neorun
Posts: 3
Joined: 24 Aug 2019, 13:44

Re: Filebot only Copys but does not move

Post by Neorun »

that has done the trick! thanks
Post Reply