Search found 17 matches

by whocares
19 Oct 2019, 13:06
Forum: Feature Requests and Bug Reports
Topic: Delete after AccessDeniedException
Replies: 2
Views: 2342

Re: Delete after AccessDeniedException

Oh sorry.. you are right. It was quite late and I did a little mistake copy/pasting the logs. Oh I just call the amc script with filebot -script fn:amc --output "$CONFIG_OUTPUT" --action move --conflict skip -non-strict --log-file amc.log --lang de --def unsorted=y artwork=y subtitles=de -...
by whocares
19 Oct 2019, 00:52
Forum: Feature Requests and Bug Reports
Topic: Delete after AccessDeniedException
Replies: 2
Views: 2342

Delete after AccessDeniedException

script running after d/l with nzbget. unfortunately this happened filebot_german: [MOVE] from [_source_] to [_target_] filebot_german: Processing 1 unsorted files filebot_german: AccessDeniedException: _target_ filebot_german: Processed 0 files filebot_german: [MOVE] Failure: java.nio.file.AccessDen...
by whocares
27 Mar 2019, 14:09
Forum: Feature Requests and Bug Reports
Topic: Changes to docker recently?
Replies: 7
Views: 3060

Re: Changes to docker recently?

Just a simple:

Code: Select all

No such file: args.txt

My "solution" was installing the native .deb package and not using docker any more. ;)
by whocares
26 Mar 2019, 22:12
Forum: Feature Requests and Bug Reports
Topic: Changes to docker recently?
Replies: 7
Views: 3060

Re: Changes to docker recently?

I used the data volume for the storage of the @file and it worked all the time. Since I upgraded to 4.8.2 it changed the directory to data/.filebot/ but there is a args.txt in there and in the old directory.

I have to use the data volume because I delete the container all the time again. (--rm)
by whocares
26 Mar 2019, 15:06
Forum: Feature Requests and Bug Reports
Topic: Changes to docker recently?
Replies: 7
Views: 3060

Re: Changes to docker recently?

Yeah, that's what I thought. Thanks, though.
by whocares
26 Mar 2019, 14:56
Forum: Feature Requests and Bug Reports
Topic: Changes to docker recently?
Replies: 7
Views: 3060

Changes to docker recently?

Hi,

since today the docker image does not find the file for my complex arguments. Did something change? 2 days ago everything was working normally.
by whocares
01 Jul 2018, 23:37
Forum: Feature Requests and Bug Reports
Topic: [BETA] FileBot 4.8.2 (with support for all platforms with cross-platform license system)
Replies: 234
Views: 179193

Re: [BETA] FileBot 4.8.2 (with support for all platforms with cross-platform license system)

Will the the Windows Store version still get updates? Do I need a new license when I want to use a linux build?
by whocares
22 Aug 2017, 00:38
Forum: Help and Support
Topic: Docker Command for non root files
Replies: 1
Views: 4849

Re: Docker Command for non root files

if that not work (like it did for me) because docker normally runs as root, it's possbile to use

Code: Select all

docker run --user <username>... 
or even

Code: Select all

docker run --user <userID> ....
by whocares
22 Mar 2017, 23:10
Forum: Ubuntu & Desktop Linux
Topic: JNA and Mediainfo ..
Replies: 8
Views: 5384

Re: JNA and Mediainfo ..

Using the name switch let's docker tell you that the name is already taken. :) Right now it's okay for me, because it works and I can easily delete the "dead" containers. I'll see how I can circumvent this at a later time and meanwhile I'll finetune the postprocessing script. It's a bit di...
by whocares
22 Mar 2017, 22:06
Forum: Ubuntu & Desktop Linux
Topic: JNA and Mediainfo ..
Replies: 8
Views: 5384

Re: JNA and Mediainfo ..

one big problem running it in docker is that it creates a container for every run... after some testing my container dir looks like this http://i.imgur.com/M9OMjt7.png but running it as postproc in nzbget gives this INFO Wed Mar 22 2017 22:58:07 Post-process-script filebot.py for :ugeek: failed INFO...
by whocares
21 Mar 2017, 11:16
Forum: Ubuntu & Desktop Linux
Topic: JNA and Mediainfo ..
Replies: 8
Views: 5384

Re: JNA and Mediainfo ..

I tried docker before and it worked, but I want to use filebot within a postprocessing script. :)
by whocares
20 Mar 2017, 23:31
Forum: Ubuntu & Desktop Linux
Topic: JNA and Mediainfo ..
Replies: 8
Views: 5384

Re: JNA and Mediainfo ..

Switched to MediaInfo: 0.7.92 reinstalled Filebot and voila: FileBot 4.7.8 (r4846) JNA Native: 5.1.0 MediaInfo: 0.7.92 7-Zip-JBinding: 9.20 Chromaprint: 1.4.2 Extended Attributes: OK Unicode Filesystem: OK Script Bundle: 2017-02-20 (r481) Groovy: 2.4.8 JRE: Java(TM) SE Runtime Environment 1.8.0_121 ...
by whocares
20 Mar 2017, 23:11
Forum: Ubuntu & Desktop Linux
Topic: JNA and Mediainfo ..
Replies: 8
Views: 5384

Re: JNA and Mediainfo ..

I am still on OMV 2.X (Wheezy) and I read, that there is a new version of libc which isn't supported , but you can get it with: add to: /etc/apt/sources.list deb http://httpredir.debian.org/debian sid main contrib non-free deb-src http://httpredir.debian.org/debian sid main contrib non-free apt-get ...
by whocares
20 Mar 2017, 21:14
Forum: Ubuntu & Desktop Linux
Topic: JNA and Mediainfo ..
Replies: 8
Views: 5384

JNA and Mediainfo ..

filebot -script fn:sysinfo FileBot 4.7.8 (r4846) JNA Native: java.lang.UnsatisfiedLinkError: Native library (com/sun/jna/linux-x86-64/libjnidispatch.so) not found in resource path ([file:/usr/share/filebot/FileBot.jar]) MediaInfo: net.filebot.mediainfo.MediaInfoException: Unable to load amd64 (64-b...
by whocares
27 Nov 2016, 12:15
Forum: Feature Requests and Bug Reports
Topic: Presets are gone
Replies: 5
Views: 4124

Presets are gone

Just wanted to let you know, that my presets are gone after I updated from 4.7.2 to 4.7.5.
by whocares
14 Oct 2014, 16:56
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 523932

Re: [SNIPPET] Sort into A-Z folders

This should work

Code: Select all

{n =~ /^(?i)[0-9a-g]/ ? 'a-f' : n =~ /^(?i)[h-n]/ ? 'h-n' : n =~ /^(?i)[o-s]/ ? 'o-s' : 't-z' } 
:)
by whocares
11 Oct 2014, 22:24
Forum: Episode / Movie Naming Scheme
Topic: {tags} binding
Replies: 3
Views: 7124

Re: {tags} binding

I'd like that binding. It's nice to see if it's the extended cut or the limited release or whatnot...

Here is an "official" list of common tags. I think nowadays they use more than officially allowed. :)

http://scenegrouplist.com/scene_info_Ab ... s_tags.php