Search found 15 matches

by darkvinill
30 Mar 2018, 15:49
Forum: Help and Support
Topic: Custom script
Replies: 3
Views: 2314

Re: Custom script

I think you should update this page : https://www.filebot.net/naming.html {fn} says it's the "original filename" and there is nothing about {type} or {original}. (it would be nice to have a column called "Valid values") Ex: {type} Valid values : Episode || Movie || Unsorted (?)
by darkvinill
30 Mar 2018, 15:31
Forum: Help and Support
Topic: Filebot is failing getting series
Replies: 1
Views: 1896

Filebot is failing getting series

filebot -script fn:amc --output /otp/path --action move --def unsorted=y --def clean=y --def deleteAfterExtract=y media/Unsorted/Deception.2018.S01E01.Pilot.720p.AMZN.WEBRip.DDP5.1.x264-NTb[rarbg] This code is working fine for Movies, but It fails on almost every TV Show. Run script [fn:amc] at [Fr...
by darkvinill
30 Mar 2018, 14:26
Forum: Help and Support
Topic: Compile
Replies: 4
Views: 3129

Re: Compile

thanatos216 wrote: 28 Mar 2018, 11:10 /root/Desktop/tests/filebot/build.xml:790 this is your hint. It failed on 790. You need to have the ivy files it expects them in lib/ivy

I don't have exact instructions but that is a start.


-Than
I do have the ivy files
by darkvinill
30 Mar 2018, 14:21
Forum: Help and Support
Topic: Compile
Replies: 4
Views: 3129

Re: Compile

kim wrote: 29 Mar 2018, 16:29 do you have Java 10 (JDK) installed ?

Code: Select all

[javac] javac: invalid target release: 10
java version "9.0.4"
by darkvinill
30 Mar 2018, 13:18
Forum: Help and Support
Topic: Custom script
Replies: 3
Views: 2314

Custom script

Hi, I'm using amc to process my files, movies & TV Shows are in {plex} format, and I'm using : --def exec="php cli.php filebot amcOnExec {quote fn} {quote file} {quote json}" But there's a problem, I was expecting {quote fn} to return original file name but it is returning the new one....
by darkvinill
27 Mar 2018, 16:44
Forum: Help and Support
Topic: Compile
Replies: 4
Views: 3129

Compile

Hi, how do you guys compiler filebot (linux)? I tried to run "and" but I'm getting the following error: Buildfile: /root/Desktop/tests/filebot/build.xml init: revision: [echo] Revision: 5350 build: [javac] Compiling 395 source files to /root/Desktop/tests/filebot/build [javac] javac: inval...
by darkvinill
20 Mar 2018, 17:07
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 527356

Re: Fetch subtitles for all files

Description: If you want to download subtitles for more than just a single folder then -get-subtitles -r in one batch with many many files can be a bad bad idea. This script will fetch subtitles folder per folder to make fetching large amounts of subtitles more reliable. Files may be included or ex...
by darkvinill
14 Mar 2018, 14:29
Forum: Ubuntu & Desktop Linux
Topic: checksum fail
Replies: 1
Views: 1804

checksum fail

Hi.
When I try to install filebot on my centOS 7 server (running install-filebot.sh) it says :

Code: Select all

sha256sum : WARNING: 1 computed checksum did NOT match
How can I solve this ?
by darkvinill
27 Feb 2018, 13:34
Forum: macOS
Topic: Filebot CLI under osx
Replies: 12
Views: 9027

Re: Filebot CLI under osx

I'm having the same problem: " Failed to read xattr: JsonIoException: EOF reached before closing '}' " https://preview.ibb.co/joz2iH/Screen_Shot_2018_02_27_at_13_34_51.png FileBot 4.7.9 (r4984) / Java(TM) SE Runtime Environment 9.0.4 / Mac OS X 10.13.3 (x86_64) Same happens when using GUI:...
by darkvinill
27 Feb 2018, 10:27
Forum: Scripting and Automation
Topic: AMC just to get data
Replies: 4
Views: 2989

Re: AMC just to get data

..... so I decided to adapt amc script to my needs. https://pastebin.com/kMH8JbTB and I execute filebot this way : filebot -script /test.groovy --def exec="php src/cli.php titles test \"{file}\" {json} " "/my/media/folder" But there is a problem. I can't escape {json} h...
by darkvinill
26 Feb 2018, 10:55
Forum: Scripting and Automation
Topic: AMC just to get data
Replies: 4
Views: 2989

Re: AMC just to get data

rednoah wrote: 26 Feb 2018, 10:32 Unfortunately, this particular use case is not supported.

The best course of action is probably to create hardlinks and then delete them later if you don't need them.
It would be nice to have documentation to write a script
by darkvinill
26 Feb 2018, 08:39
Forum: Scripting and Automation
Topic: AMC just to get data
Replies: 4
Views: 2989

AMC just to get data

Hello. Is it possible to run a command like this: // type may be "Tv", "movie" or "anime" filebot -script fn:amc --process --def exec="php path/to/cli.php titles import {type} {filePath} {json}" "ut_label=%L" "ut_state=%S" "ut_title=%N...
by darkvinill
25 Feb 2018, 14:49
Forum: Help and Support
Topic: Exception when renaming a file
Replies: 6
Views: 3552

Re: Exception when renaming a file

FileBot 4.7.9 (r4984) / Java(TM) SE Runtime Environment 9.0.4 / Mac OS X 10.13.3 (x86_64)

Instaled using : viewtopic.php?t=2049 (" feeling lazy ")
by darkvinill
25 Feb 2018, 11:25
Forum: Help and Support
Topic: Exception when renaming a file
Replies: 6
Views: 3552

Re: Exception when renaming a file

rednoah wrote: 25 Feb 2018, 04:47 The version of FileBot you're using is only compatible with Java 8. If you use Java 9 then you will get this error because the JAXB module is no longer included or accessible by default in Java 9.
Is there a new version ?
by darkvinill
25 Feb 2018, 02:57
Forum: Help and Support
Topic: Exception when renaming a file
Replies: 6
Views: 3552

Exception when renaming a file

Hello i'm getting errors when trying to rename a file. I'm using the following code: filebot --db TheTVDB -rename "/path/to/file.mkv" --format "{n} - {s00e00} - {t}" --output "output/path" it renames successfully but shows the following error: Processed 1 files Exceptio...