Running FileBot from the console, Groovy scripting, shell scripts, etc
JohnnyT009
Posts: 15 Joined: 19 Dec 2016, 02:16
Post
by JohnnyT009 » 16 Feb 2017, 00:38
My auto extract is making a folder in a folder so some of my files like tv shows can run out of character count and FileBot fails. Is there a way to tell it to extract right into the working directory?
Code: Select all
Read archive [the.daily.show.2017.02.13.elaine.welteroth.720p.hdtv.x264-crooks.rar] and extract to [/Torrents/MediaFinal/The.Daily.Show.2017.02.13.Elaine.Welteroth.720p.HDTV.x264-CROOKS/the.daily.show.2017.02.13.elaine.welteroth.720p.hdtv.x264-crooks/The.Daily.Show.2017.02.13.Elaine.Welteroth.720p.HDTV.x264-CROOKS]
Skipped extracting files [/Torrents/MediaFinal/The.Daily.Show.2017.02.13.Elaine.Welteroth.720p.HDTV.x264-CROOKS/the.daily.show.2017.02.13.elaine.welteroth.720p.hdtv.x264-crooks/The.Daily.Show.2017.02.13.Elaine.Welteroth.720p.HDTV.x264-CROOKS/the.daily.show.2017.02.13.elaine.welteroth.720p.hdtv.x264-crooks.mkv]
java: symbol lookup error: /usr/lib/x86_64-linux-gnu/libmediainfo.so.0.0.0: undefined symbol: _ZN6ZenLib6Ztring22Date_From_Seconds_1904Ej
rednoah
The Source
Posts: 23931 Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:
Post
by rednoah » 16 Feb 2017, 01:17
The only error message I see is this one, and that's definitely not about file path length:
Code: Select all
java: symbol lookup error: /usr/lib/x86_64-linux-gnu/libmediainfo.so.0.0.0: undefined symbol: _ZN6ZenLib6Ztring22Date_From_Seconds_1904Ej
On Unix, file path limits FAR beyond the 284 characters you seem to be dealing here. There's no error message neither. What makes you think that it's not working?
JohnnyT009
Posts: 15 Joined: 19 Dec 2016, 02:16
Post
by JohnnyT009 » 16 Feb 2017, 02:16
I thought that was what that error meant. It seems to just quit after it gets that error and does not move on to other files in the directory.
JohnnyT009
Posts: 15 Joined: 19 Dec 2016, 02:16
Post
by JohnnyT009 » 16 Feb 2017, 04:08
I do seem to have an issue with invalid filesystem.
root@8e334dd33513:/# filebot -script fn:sysinfo
FileBot 4.7.7 (r4762)
JNA Native: 5.1.0
MediaInfo: 0.7.92.1
p7zip: Version 9.20 (locale=C,Utf16=off,HugeFiles=on,6 CPUs)
Chromaprint: 1.4.2
Extended Attributes: OK
Unicode Filesystem: java.nio.file.InvalidPathException: Malformed input or input contains unmappable characters: /root/.filebot/????
WARNING: sun.jnu.encoding = ANSI_X3.4-1968
Script Bundle: 2017-02-10 (r480)
Groovy: 2.4.8
JRE: Java(TM) SE Runtime Environment 1.8.0_111
JVM: 64-bit Java HotSpot(TM) 64-Bit Server VM
CPU/MEM: 6 Core / 3 GB Max Memory / 26 MB Used Memory
OS: Linux (amd64)
Package: DEB
Data: /root/.filebot
uname: Linux 8e334dd33513 4.9.8-unRAID #1 SMP PREEMPT Tue Feb 7 17:02:26 PST 2017 x86_64 x86_64 x86_64 GNU/Linux
Done ?(?????)?
JohnnyT009
Posts: 15 Joined: 19 Dec 2016, 02:16
Post
by JohnnyT009 » 16 Feb 2017, 04:30
I ran export LC_ALL=en_US.UTF-8 and now my sysinfo looks correct but I am still getting the same error.
java: symbol lookup error: /usr/lib/x86_64-linux-gnu/libmediainfo.so.0.0.0: undefined symbol: _ZN6ZenLib6Ztring22Date_From_Seconds_1904Ej
rednoah
The Source
Posts: 23931 Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:
Post
by rednoah » 16 Feb 2017, 10:00
rednoah
The Source
Posts: 23931 Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:
Post
by rednoah » 16 Feb 2017, 15:13