Search found 21 matches

by edenexposito
28 Nov 2014, 09:25
Forum: Help and Support
Topic: CLI Problem: java.nio.file.NoSuchFileException
Replies: 1
Views: 2598

CLI Problem: java.nio.file.NoSuchFileException

OS Version: OSX Yosemite 10.10.1 filebot -script fn:sysinfo: FileBot 4.5 (r2612) JNA Native: 4.0.0 MediaInfo: MediaInfoLib - v0.7.69 7-Zip-JBinding: OK chromaprint-tools: fpcalc version 1.1.0 (/opt/homebrew-cask/Caskroom/filebot/4.5/FileBot.app/Contents/MacOS/fpcalc) Extended Attributes: OK Groovy E...
by edenexposito
26 Oct 2013, 10:12
Forum: Scripting and Automation
Topic: Problem with Filebot shellscript with Hazel / Automator
Replies: 0
Views: 2315

Problem with Filebot shellscript with Hazel / Automator

Hi! I have this file "The Walking Dead 4x02 - Infectados [HDiTunes-m720p][AC3][tenshou].mkv" And i get different results with /Applications/FileBot.app/Contents/MacOS/filebot -rename "$1" --db TheTVDB -non-strict --lang es --format "{n} - {sxe} - {t}" With automator wor...
by edenexposito
21 Oct 2013, 06:48
Forum: Scripting and Automation
Topic: More terms to exclude
Replies: 10
Views: 6748

Re: More terms to exclude

with latest version filebot rename file as "Talking Dead - 2x01 - Seed.mkv" instead "The Walking Dead - 4x01 - 30 Days Without An Accident".mkv"
by edenexposito
20 Oct 2013, 17:36
Forum: Scripting and Automation
Topic: More terms to exclude
Replies: 10
Views: 6748

Re: More terms to exclude

Seems that with Movies your solution work pretty well by now... thanks! With TV Series i have some troubles, with this command line filebot dont find anything /Applications/FileBot.app/Contents/MacOS/filebot -rename "/Volumes/Descargas/05 RENOMBRAR/RENOMBRAR SERIES/The Walking Dead 4x01 1920x10...
by edenexposito
17 Oct 2013, 09:05
Forum: Scripting and Automation
Topic: More terms to exclude
Replies: 10
Views: 6748

Re: More terms to exclude

with --lang=es Englisht titles will work too? my intention is process both (English and Spanish) but adapt all filenames to English. How i can use {primaryTitle} ({y}) with the command line? can you post an example with this line.. /Applications/FileBot.app/Contents/MacOS/filebot -rename "$1&qu...
by edenexposito
17 Oct 2013, 06:48
Forum: Scripting and Automation
Topic: More terms to exclude
Replies: 10
Views: 6748

Re: More terms to exclude

Its Strange.. althought terms seems be added to black list with this code /Applications/FileBot.app/Contents/MacOS/filebot -rename "$1" --db TheMovieDB -non-strict --filter "y > 1994" --action test In this path work well and detect the movie correctly "Man of Steel (2013)&qu...
by edenexposito
13 Oct 2013, 09:10
Forum: Scripting and Automation
Topic: More terms to exclude
Replies: 10
Views: 6748

More terms to exclude

Hi again Due to users can not avoid that filebot exclude some terms from search... With path like this /Volumes/Descargas/05 RENOMBRAR/RENOMBRAR PELICULAS/After Earth (2013).mkv Numbers can not be excluded obviously but these spanish terms, Descargas (in English "downloads"), RENOMBRAR (in...
by edenexposito
24 Sep 2013, 06:43
Forum: Scripting and Automation
Topic: Same file enclose in different folder = different result
Replies: 10
Views: 6427

Re: Same file enclose in different folder = different result

I had tried with the latest head version with no luck. /Applications/FileBot.app/Contents/MacOS/filebot -rename "/Volumes/Descargas/A PROCESAR/PELICULAS/Objetivo.La.Casa.Blanca.1080p.by.israntxa.mkv" --db TheMovieDB -non-strict --filter "y > 2000" --action test Rename movies usin...
by edenexposito
23 Sep 2013, 20:09
Forum: Scripting and Automation
Topic: Same file enclose in different folder = different result
Replies: 10
Views: 6427

Re: Same file enclose in different folder = different result

Sorry about that Translating to spanish.. A PROCESAR = TO PROCESS PELICULAS = MOVIES I can adapt to English folder structure i can rename "a procesar" to "to process" and "peliculas" to "movies" if this change cause less problems with filebot. Are these terms ...
by edenexposito
23 Sep 2013, 13:37
Forum: Scripting and Automation
Topic: Same file enclose in different folder = different result
Replies: 10
Views: 6427

Re: Same file enclose in different folder = different result

When filebot found coincidences it would be great that sort most recent first. This result: Include [Las pel’culas de mi padre (2007)] Include [Films to Keep You Awake: Blame (2006)] Include [Films to Keep You Awake: To Let (2006)] Include [Films to Keep You Awake: Spectre (2006)] Include [Films to ...
by edenexposito
23 Sep 2013, 12:36
Forum: Scripting and Automation
Topic: Same file enclose in different folder = different result
Replies: 10
Views: 6427

Same file enclose in different folder = different result

Hi again! I want rename the file "Objetivo.La.Casa.Blanca.1080p.by.israntxa.mkv" as "Olympus Has Fallen (2013)" but filebot dont work correctly in all directories, example. If i use this /Applications/FileBot.app/Contents/MacOS/filebot -rename "/Volumes/Descargas/A PROCESAR/...
by edenexposito
14 Sep 2013, 07:12
Forum: Scripting and Automation
Topic: Detect if filename had been renamed by filebot
Replies: 4
Views: 3858

Re: Detect if filename had been renamed by filebot

Its normal that "filebot-3.62-r1724-ec.jar" size is ~100kb in repository? all others jar are about 26Mg
by edenexposito
13 Sep 2013, 11:13
Forum: Scripting and Automation
Topic: Detect if filename had been renamed by filebot
Replies: 4
Views: 3858

Re: Detect if filename had been renamed by filebot

Perfect!!

With exit code i can filter what files can be found with filebot before process it
by edenexposito
12 Sep 2013, 14:44
Forum: Scripting and Automation
Topic: Detect if filename had been renamed by filebot
Replies: 4
Views: 3858

Detect if filename had been renamed by filebot

Hi again! Sometimes filebot found a coincidence in databases and rename the file, but others time no. How i can detect automatically if filebot had found a coincidence or not. Im thinking on shellscript that "exit" if no coincidence found or something similar... Any idea? Edit: In OSX.. co...
by edenexposito
12 Sep 2013, 06:38
Forum: Scripting and Automation
Topic: Filter movie by year
Replies: 11
Views: 8311

Re: Filter movie by year

I have testted next commands to clean xattr (i never used it, sorry) /Applications/FileBot.app/Contents/MacOS/filebot -script "/Users/xxx/Downloads/xattr.groovy" fn:xattr --action clear "/Volumes/DATOS/The host (El huesped) [BR][DUAL][m-1080p].mkv" And filebot return me: FileNotF...
by edenexposito
11 Sep 2013, 14:29
Forum: Scripting and Automation
Topic: Filter movie by year
Replies: 11
Views: 8311

Re: Filter movie by year

Trying filename "The host (El huesped) [BR][DUAL][m-1080p].mkv" with filebot -rename "The host (El huesped) [BR][DUAL][m-1080p].mkv" --db TheMovieDB -non-strict --lang en --filter "y > 2005" Return The Host (2013) Correct! :D but with --lang es... filebot -rename "...
by edenexposito
11 Sep 2013, 11:35
Forum: Scripting and Automation
Topic: Filter movie by year
Replies: 11
Views: 8311

Re: Filter movie by year

Its possible that files downloades was named in multiples languages (native and english in most cases). In the case of Game of Thrones if i have some like this "Juego de Tronos - 2x01 - El Norte..blablablablabla.mkv" when i write filebot -rename "Juego de Tronos - 2x01 - El Norte..bla...
by edenexposito
11 Sep 2013, 07:05
Forum: Scripting and Automation
Topic: Filter movie by year
Replies: 11
Views: 8311

Re: Filter movie by year

Perfect i will try it!. Another question is rename files from one language to another. An example, with this file named in spanish "Juego de Tronos - 2x01 - El Norte no olvida.mkv" if i want convert to english name "Game of Thrones 2x01 - The North Remembers.mkv" i try use filebo...
by edenexposito
10 Sep 2013, 19:50
Forum: Scripting and Automation
Topic: Filter movie by year
Replies: 11
Views: 8311

Re: Filter movie by year

In next release? v3.63
by edenexposito
10 Sep 2013, 06:17
Forum: Scripting and Automation
Topic: Filter movie by year
Replies: 11
Views: 8311

Filter movie by year

Hi! I have a file named "Movie 43.mkv" when i launch filebot command line to name correctly... filebot -rename "Movie 43.mkv" --db TheMovieDB --filter "y > 2010" -non-strict filebot rename the file like "Tegeran-43 (1980).mkv" instead "Movie 43 (2013).mkv...