Search found 5 matches

by balian
25 Feb 2019, 10:21
Forum: Scripting and Automation
Topic: When hash search fails, is there an alternative to search by name?
Replies: 1
Views: 1434

When hash search fails, is there an alternative to search by name?

Quick question: when hash search fails, is there an alternative to search by name?
by balian
22 Feb 2019, 17:24
Forum: Scripting and Automation
Topic: Remove language tag when downloading subtitles
Replies: 2
Views: 1636

Re: Remove language tag when downloading subtitles

Worked like a charm! Thank you!
by balian
22 Feb 2019, 17:22
Forum: Scripting and Automation
Topic: [GUIDE] Automatically download subtitles
Replies: 28
Views: 66642

Re: [GUIDE] Automatically download subtitles

rednoah wrote: 22 Feb 2019, 16:58 Have you tried my java installer package already?
viewtopic.php?f=13&t=1802
That was exactly my problem! I had installed this one:
Image

Installed your package and the link command worked perfectly! Thank you very much!
by balian
22 Feb 2019, 16:41
Forum: Scripting and Automation
Topic: [GUIDE] Automatically download subtitles
Replies: 28
Views: 66642

Re: [GUIDE] Automatically download subtitles

Have followed this guide all the way to this step, but I'm stuck now:

Code: Select all

ln: failed to create symbolic link ‘/usr/local/bin/java/java’: File exists
Image

Can you help me?
by balian
22 Feb 2019, 16:37
Forum: Scripting and Automation
Topic: Remove language tag when downloading subtitles
Replies: 2
Views: 1636

Remove language tag when downloading subtitles

Hi everyone,

I'm using this command to test the subtitle download:

Code: Select all

filebot -script fn:suball /volume1/video/Series/The\ Big\ Bang\ Theory/Season\ 12/ --lang pt
It's working fine, but the subtitle file name is being set as "name.language.srt". How can I remove the language?

Many thanks