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 ...
Search found 7 matches
- 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: 3459
- 23 Feb 2016, 11:05
- Forum: Scripting and Automation
- Topic: machine translated subtitles
- Replies: 1
- Views: 2060
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?
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?
- 10 Feb 2016, 21:36
- Forum: Scripting and Automation
- Topic: 3D Movie Files and folders
- Replies: 22
- Views: 21001
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:
This is the solution keeping the default behavior:
Code: Select all
--def "movieFormat={fn =~ /3D/ ? '3D Movies' : 'Movies'}/{n} ({y})/{n} ({y})"- 17 Apr 2014, 21:26
- Forum: Feature Requests and Bug Reports
- Topic: cannot make it to match correct series
- Replies: 3
- Views: 3292
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 ...
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 ...
- 14 Apr 2014, 10:18
- Forum: Feature Requests and Bug Reports
- Topic: cannot make it to match correct series
- Replies: 3
- Views: 3292
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 ...
- 24 Jan 2014, 05:09
- Forum: Help and Support
- Topic: Occasionally subs from previuos search are taken
- Replies: 4
- Views: 3913
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 ...
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 ...
- 24 Jan 2014, 04:59
- Forum: Help and Support
- Topic: Occasionally subs from previuos search are taken
- Replies: 4
- Views: 3913
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 ...
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 ...