Search found 17 matches

by river
17 Jun 2017, 21:38
Forum: Help and Support
Topic: Docker Command for non root files
Replies: 1
Views: 4849

Docker Command for non root files

I just used docker and it is great, only issue with it when filebot moves file, user and group will changed to root; so normal user does not have access to it. I spend time on google and found solution for this trick is give read write access to folder mapped using :rw and setting appropriate UID an...
by river
10 Jan 2017, 22:27
Forum: Episode / Movie Naming Scheme
Topic: Release Groups {group}
Replies: 682
Views: 1579371

Re: Release Groups {group}

BAGS
KILLERS
KINeMA
Krissz
LoTV
xDR
by river
10 Jan 2017, 18:19
Forum: Feature Requests and Bug Reports
Topic: libjnidispatch.so is missing in filebot.jar (version 4.7.7)
Replies: 12
Views: 6634

Re: libjnidispatch.so is missing in filebot.jar (version 4.7.7)

I am just tinkerer not and expert so this solution I will never be able to figure out, it took me an hour to implement LD_LIBRARY_PATH. At this moment it started working so I am happy.
I hope that all these solutions gets implemented in aur package soon.
Thank you for your help.
by river
10 Jan 2017, 17:52
Forum: Feature Requests and Bug Reports
Topic: libjnidispatch.so is missing in filebot.jar (version 4.7.7)
Replies: 12
Views: 6634

Re: libjnidispatch.so is missing in filebot.jar (version 4.7.7)

I copied libmediainfo.so and libzen.so from my system lib folder and it is working. $ LD_LIBRARY_PATH=/usr/share/java/filebot filebot -mediainfo /media/My_Book/media/tv_1_old/Arrow/Season01/Arrow.S01E01.Pilot.x264-HiSD.mkv Picked up _JAVA_OPTIONS: -Djna.nosys=false -Djna.nounpack=true Arrow.S01E01.P...
by river
10 Jan 2017, 17:32
Forum: Feature Requests and Bug Reports
Topic: libjnidispatch.so is missing in filebot.jar (version 4.7.7)
Replies: 12
Views: 6634

Re: libjnidispatch.so is missing in filebot.jar (version 4.7.7)

output of 4.7.5 $-filebot -mediainfo /media/My_Book/media/tv_1_old/Arrow/Season01/Arrow.S01E01.Pilot.x264-HiSD.mkv Arrow.S01E01.Pilot.x264-HiSD [720x576 x264 5.1 AC3 42m] output of 4.7.7 $-LD_LIBRARY_PATH=/usr/share/java/filebot filebot -mediainfo /media/My_Book/media/tv_1_old/Arrow/Season01/Arrow.S...
by river
10 Jan 2017, 07:42
Forum: Feature Requests and Bug Reports
Topic: libjnidispatch.so is missing in filebot.jar (version 4.7.7)
Replies: 12
Views: 6634

Re: libjnidispatch.so is missing in filebot.jar (version 4.7.7)

Here is output ~ $ LD_LIBRARY_PATH=/usr/share/java/filebot filebot -script fn:sysinfo Picked up _JAVA_OPTIONS: -Djna.nosys=false -Djna.nounpack=true FileBot 4.7.7 (r4678) JNA Native: 4.0.1 MediaInfo: 0.7.64 Apache Commons VFS: [zip, rar] Chromaprint: 1.4.1 Extended Attributes: OK Script Bundle: 2017...
by river
10 Jan 2017, 05:36
Forum: Feature Requests and Bug Reports
Topic: libjnidispatch.so is missing in filebot.jar (version 4.7.7)
Replies: 12
Views: 6634

Re: libjnidispatch.so is missing in filebot.jar (version 4.7.7)

It took me some time to implement your suggestion, now no errors; but video codec detection is still broken.
by river
09 Jan 2017, 20:14
Forum: Feature Requests and Bug Reports
Topic: libjnidispatch.so is missing in filebot.jar (version 4.7.7)
Replies: 12
Views: 6634

Re: libjnidispatch.so is missing in filebot.jar (version 4.7.7)

Where should I put those file?
I have downloaded and placed those file in /user/share/java/filebot and chmod to 755 but I still have above error.
by river
09 Jan 2017, 19:30
Forum: Feature Requests and Bug Reports
Topic: libjnidispatch.so is missing in filebot.jar (version 4.7.7)
Replies: 12
Views: 6634

libjnidispatch.so is missing in filebot.jar (version 4.7.7)

I am on armv7h device with archlinux. I updated filebot to 4.7.7-2 (as per aur) and I am getting following error. {duration} => Expression yields empty value: Binding "duration": Native library (com/sun/jna/linux-arm/libjnidispatch.so) not found in resource path ([file:/usr/share/java/file...
by river
11 Oct 2016, 05:06
Forum: Episode / Movie Naming Scheme
Topic: Taking Release group from {group}, if not, from filename
Replies: 8
Views: 8504

Re: Taking Release group from {group}, if not, from filename

This is not working for me.
If I test individually {group} is null and {fn.match(/(?:(?<=[-])\w+$)|(?:^\w+(?=[-]))/)} is "HiSD" but above regex does not return anything.
by river
11 Oct 2016, 04:59
Forum: Episode / Movie Naming Scheme
Topic: Release Groups {group}
Replies: 682
Views: 1579371

Re: Release Groups {group}

How long it takes to newly added group to take effect?
You have added HiSD to github but it is still not recognise by filebot as group.
by river
09 Oct 2016, 22:07
Forum: Episode / Movie Naming Scheme
Topic: Release Groups {group}
Replies: 682
Views: 1579371

Re: Release Groups {group}

more

TeamTelly
by river
09 Oct 2016, 21:39
Forum: Episode / Movie Naming Scheme
Topic: Release Groups {group}
Replies: 682
Views: 1579371

Re: Release Groups {group}

Please add

REDJOHN
VT
NCmt
de[42]
Positive
ORiGEN
oO
HiSD
by river
22 Sep 2016, 11:57
Forum: macOS
Topic: SyntaxError: missing token: } in CLI not in GUI
Replies: 5
Views: 4363

Re: SyntaxError: missing token: } in CLI not in GUI

Please do not get mad at me, I was tired and refused to gave up and in that process I chose to ignore help you provided. That is my fault and please accept my apology.
Now I was able to make it work.
Thank you for support
by river
22 Sep 2016, 08:52
Forum: macOS
Topic: SyntaxError: missing token: } in CLI not in GUI
Replies: 5
Views: 4363

Re: SyntaxError: missing token: } in CLI not in GUI

Ok I have narrow it down to this point with out replaceAll(/[._]/, " ") ~ $ filebot -rename /media/My_Book/media/movie_old -r --db TheMovieDB --action test -non-strict --conflict skip --output /media/My_Book/media/movie --format "{n.replaceFirst(/^(?i)(The|A|An)\s(.+)/, /$2,$1/).space...
by river
22 Sep 2016, 07:15
Forum: macOS
Topic: SyntaxError: missing token: } in CLI not in GUI
Replies: 5
Views: 4363

SyntaxError: missing token: } in CLI not in GUI

I am 2 day old user of filebot and I googled and search a forum for formate I want. {n.replaceFirst(/^(?i)(The|A)\s(.+)/, /$2,$1/).space('.')}{'.'+y}{'.'+fn.matchAll(/extended|uncensored|remastered|unrated|uncut|directors.cut|special.edition|repack/)*.upperInitial()*.lowerTrail().sort().join(', ').r...