.dalay file for subtitles?

Any questions? Need some help?
Post Reply
garyleecn
Donor
Posts: 114
Joined: 19 Nov 2014, 03:48

.dalay file for subtitles?

Post by garyleecn »

hey, anyone know how to move ***.srt.delay file along with the srt files itself?

thanks :)

and here's my codes.

Code: Select all

#!/bin/bash
/usr/local/bin/filebot -script dev:amc --output /Volumes/Data/Videos/ --log-file /Volumes/Data/Documents/Logs/FileBot.log --action move -non-strict /Volumes/Cache/Completed/ --def "seriesFormat=/Volumes/Data/Videos/TV Shows/{n}/Season {s}/{n} {s00e00} - {t}{'.'+fn.match(/chn|chn1|chn2|zho|eng/)}" "movieFormat=/Volumes/Data/Videos/Movies/{n}/{n} [{vf}.{ac}.{source}]{'.'+fn.match(/chn1|chn2|chn|zho|eng/)}" artwork=y extra=y clean=y deleteAfterExtract=y subtitles=zho
User avatar
rednoah
The Source
Posts: 22986
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: .dalay file for subtitles?

Post by rednoah »

I've never heard of .delay files. FileBot likely ignores them completely so nothing you can do in the format.
:idea: Please read the FAQ and How to Request Help.
Post Reply