Search found 7 matches

by pu5htiu
13 Nov 2017, 08:13
Forum: Feature Requests and Bug Reports
Topic: filebot crashes if two subtitles exists for the same language
Replies: 1
Views: 3233

filebot crashes if two subtitles exists for the same language

filebot -script fn:amc --output "/collection/videos" --log-file amc.log --action symlink --conflict skip --encoding 'UTF-8' --def subtitles=ro,en --def artwork=y --def unsorted=n . Locking /usr/share/filebot/data/logs/amc.log Run script [fn:amc] at [Mon Nov 13 09:55:33 EET 2017] Parameter ...
by pu5htiu
23 Feb 2016, 11:05
Forum: Scripting and Automation
Topic: machine translated subtitles
Replies: 1
Views: 1806

machine translated subtitles

could you add an option not to download machine translated subtitles?
i'd rather not have a subtitle at all than see a bad google translated one

or, if the sub is not marked as machine translated,
download the latest one, not the first one?
by pu5htiu
10 Feb 2016, 21:36
Forum: Scripting and Automation
Topic: 3D Movie Files and folders
Replies: 22
Views: 18268

Re: 3D Movie Files and folders

i've landed to this thread while looking for a way to separate Movies from 3D Movies.
This is the solution keeping the default behavior:

Code: Select all

--def "movieFormat={fn =~ /3D/ ? '3D Movies' : 'Movies'}/{n} ({y})/{n} ({y})"
by pu5htiu
17 Apr 2014, 21:26
Forum: Feature Requests and Bug Reports
Topic: cannot make it to match correct series
Replies: 3
Views: 2904

Re: cannot make it to match correct series

sorry for the quick post, Grey's.Anatomy is the correct one, also this happened: [SYMLINK] Rename [/mnt/storage/torrentz/tv/The.Originals.S01E05.HDTV.x264-LOL.mp4] to [/videos/TV Shows/Californication/Season 01/Californication - S01E05 - LOL.mp4] i'm using filebot -script fn:amc --output "$COLL_DIR ...
by pu5htiu
14 Apr 2014, 10:18
Forum: Feature Requests and Bug Reports
Topic: cannot make it to match correct series
Replies: 3
Views: 2904

cannot make it to match correct series

Group: [mov:g i joe retaliation 2013 8] => [Grey's.Anatomy.S05E16.mkv]Group: [mov:g i joe retaliation 2013 7] => [Grey's.Anatomy.S05E15.mkv]Group: [mov:g i joe retaliation 2013 20] => [Grey's.Anatomy.S05E08.mkv]Group: [mov:g i joe retaliation 2013 6] => [Grey's.Anatomy.S05E14.mkv]Group: [mov:g i joe ...
by pu5htiu
24 Jan 2014, 05:09
Forum: Help and Support
Topic: Occasionally subs from previuos search are taken
Replies: 4
Views: 3498

Re: Occasionally subs from previuos search are taken

this happens when i run it on the whole COLL_DIR in one shot: FileBot 3.8 (r2017) Get [Romanian] subtitles for 81 files Looking up subtitles by filehash via OpenSubtitles Matched [The Blacklist - S01E11 - The Good Samaritan Killer.mp4] to [The Blacklist S01E11] via filehash Matched [The Blacklist ...
by pu5htiu
24 Jan 2014, 04:59
Forum: Help and Support
Topic: Occasionally subs from previuos search are taken
Replies: 4
Views: 3498

Re: Occasionally subs from previuos search are taken

I have the same problem if i run filebot on the main series folder in one shot. I made a script to run it for each tv series separately and this bug was gone. Unfortunately i use linux, this is my script, u should try the same in windows. #!/bin/bash COLL_DIR="/PATH_TO/TV Shows" IFS=$'\n' #must go ...