Search found 8 matches

by pois
11 May 2019, 15:33
Forum: Help and Support
Topic: Audiobook support
Replies: 3
Views: 2935

Audiobook support

Hello, How would go about renaming audiobooks, it's a mix of M4B (MPEG-4 Audio Book) files and some other audiobooks as MP3 files per chapter. Most of the audiobooks end up in the unsorted dir. What I'm looking for it to have them something like: book title - author/book title - author.m4b or book t...
by pois
18 Mar 2019, 15:47
Forum: Scripting and Automation
Topic: AMC script to create/download on output dir only
Replies: 1
Views: 1296

AMC script to create/download on output dir only

Hello, After running the AMC script I noticed that the AMC script creates/downloads the artwork, subtitles, tvshow.nfo on both the input directory and the output directory. How can we instruct the AMC script to only create/download all these files on the output directory? And how can I clean up my i...
by pois
06 Mar 2019, 23:12
Forum: Ubuntu & Desktop Linux
Topic: Download subtitles only of MKV doesn't have them
Replies: 2
Views: 1738

Download subtitles only of MKV doesn't have them

Hello, I'm using filebot AMC script and everything is working great. The only small detail I see, the subtitles are always downloaded. Is there an option to download subtitles only if the MKV file doesn't have the subtitle for that language. As it is using mediainfo/ffprobe, it might already know th...
by pois
24 Feb 2019, 22:56
Forum: Feature Requests and Bug Reports
Topic: [BETA] FileBot 4.8.5
Replies: 43
Views: 56197

Re: [BETA] FileBot 4.8.5

Hello, Some progress on the native libraries, using the system ones get me the sysinfo script to work. So creating symlink to libmediainfo and libjnidispatch SO files, and remove the zlib and libzen, as they're linked at runtime by libmediainfo. Modified the shell script to use SevenZipNativeBinding...
by pois
24 Feb 2019, 18:38
Forum: Feature Requests and Bug Reports
Topic: [BETA] FileBot 4.8.5
Replies: 43
Views: 56197

Re: [BETA] FileBot 4.8.5

Hello again, Tried a symlink with the system libmediainfo, but it didn't work either, same crash error. ln -s /usr/lib/arm-linux-gnueabihf/libmediainfo.so.0.0.0 libmediainfo.so So trying the platform-independent java code, I removed the the SO libraries for Linux-armv7l I installed ffmpeg to provide...
by pois
24 Feb 2019, 17:21
Forum: Feature Requests and Bug Reports
Topic: [BETA] FileBot 4.8.5
Replies: 43
Views: 56197

Re: [BETA] FileBot 4.8.5

Wow, that was a quick response.

1. Makes sense, just noticed the amd64 when added into apt sources list

2. Will try the option with only platform-independent java code and the universal-jdk8 deb packages
will comment back once I have something.
by pois
24 Feb 2019, 16:31
Forum: Feature Requests and Bug Reports
Topic: [BETA] FileBot 4.8.5
Replies: 43
Views: 56197

Re: [BETA] FileBot 4.8.5

Hello, New to filebot, I'm starting from scratch with this version. Sounds really useful, I say sound because I cannot run it yet against my media library. So just started setting up filebot within a docker container running on a raspberry pi 3 model B . // host # uname -a Linux raspberry 4.14.79-v7...