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 (?)
Search found 15 matches
- 30 Mar 2018, 15:49
- Forum: Help and Support
- Topic: Custom script
- Replies: 3
- Views: 3298
- 30 Mar 2018, 15:31
- Forum: Help and Support
- Topic: Filebot is failing getting series
- Replies: 1
- Views: 2421
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 ...
- 30 Mar 2018, 14:26
- Forum: Help and Support
- Topic: Compile
- Replies: 4
- Views: 4595
Re: Compile
I do have the ivy filesthanatos216 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
- 30 Mar 2018, 14:21
- Forum: Help and Support
- Topic: Compile
- Replies: 4
- Views: 4595
Re: Compile
java version "9.0.4"kim wrote: ↑29 Mar 2018, 16:29 do you have Java 10 (JDK) installed ?Code: Select all
[javac] javac: invalid target release: 10
- 30 Mar 2018, 13:18
- Forum: Help and Support
- Topic: Custom script
- Replies: 3
- Views: 3298
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.
Also ...
--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.
Also ...
- 27 Mar 2018, 16:44
- Forum: Help and Support
- Topic: Compile
- Replies: 4
- Views: 4595
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: invalid ...
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: invalid ...
- 20 Mar 2018, 17:07
- Forum: Help and Support
- Topic: POSTBUCKET - where random posts in unrelated topics go
- Replies: 1035
- Views: 1479033
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 ...
- 14 Mar 2018, 14:29
- Forum: Ubuntu & Desktop Linux
- Topic: checksum fail
- Replies: 1
- Views: 2399
checksum fail
Hi.
When I try to install filebot on my centOS 7 server (running install-filebot.sh) it says :
How can I solve this ?
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- 27 Feb 2018, 13:34
- Forum: macOS
- Topic: Filebot CLI under osx
- Replies: 12
- Views: 13431
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 ...
" 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 ...
- 27 Feb 2018, 10:27
- Forum: Scripting and Automation
- Topic: AMC just to get data
- Replies: 4
- Views: 4158
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}
https://pastebin.com ...
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}
https://pastebin.com ...
- 26 Feb 2018, 10:55
- Forum: Scripting and Automation
- Topic: AMC just to get data
- Replies: 4
- Views: 4158
- 26 Feb 2018, 08:39
- Forum: Scripting and Automation
- Topic: AMC just to get data
- Replies: 4
- Views: 4158
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" "ut_kind=%K" "ut_file=%F" "ut_dir=%D"
I just want it to ...
// 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" "ut_kind=%K" "ut_file=%F" "ut_dir=%D"
I just want it to ...
- 25 Feb 2018, 14:49
- Forum: Help and Support
- Topic: Exception when renaming a file
- Replies: 6
- Views: 5022
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 ")
Instaled using : viewtopic.php?t=2049 (" feeling lazy ")
- 25 Feb 2018, 11:25
- Forum: Help and Support
- Topic: Exception when renaming a file
- Replies: 6
- Views: 5022
- 25 Feb 2018, 02:57
- Forum: Help and Support
- Topic: Exception when renaming a file
- Replies: 6
- Views: 5022
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
Exception in thread ...
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
Exception in thread ...