Search found 4 matches
- 02 Apr 2016, 13:31
- Forum: Help and Support
- Topic: AMC conflict:auto not replacing 720p with 1080p?
- Replies: 3
- Views: 4081
Re: AMC conflict:auto not replacing 720p with 1080p?
How about the new x265? is it supported? thanks
- 02 Apr 2016, 13:25
- Forum: Help and Support
- Topic: External Sub even with file has embedded
- Replies: 1
- Views: 1901
External Sub even with file has embedded
Hi Good Evening Im using PLEX Server on PC and XPLAY app for my LG Smart TV. The XPLAY app does not support embedded subtitles, only external subs (Direct Play). Filebot SUBALL script ignores movies with embedded subs. What is the commandline for not to ignore files with embedded subtitles? Thanks.
- 19 Mar 2016, 07:52
- Forum: Help and Support
- Topic: SUBALL external subtitle, ignore/skip help
- Replies: 3
- Views: 3265
Re: SUBALL external subtitle, ignore/skip help
i used this code in command prompt. it's faster 

Code: Select all
for /r %x in (*.srt) do ren "%x" *.eng.srt
- 19 Mar 2016, 01:34
- Forum: Help and Support
- Topic: SUBALL external subtitle, ignore/skip help
- Replies: 3
- Views: 3265
SUBALL external subtitle, ignore/skip help
Hi, im having dumb problems with command line for SUBALL. I can't seem to find any options to do it. Let me explain Im using: filebot.exe --script fn:suball "D:/__MOVIES" -r -non-strict --def excludeList=amc.txt /FILM1 (2016) -----Film 1 (2016).mkv -----Film 1 (2016).srt -----Film 1 (2016).eng.srt ...