suball script not fetching subtitles?

Any questions? Need some help?
Post Reply
Dannzi
Posts: 8
Joined: 05 Aug 2015, 16:01

suball script not fetching subtitles?

Post by Dannzi »

So... i've been adding subtitles to my media server, just english at the moment, planing on adding more when the english subtitles are all in

I've been using the UI to drag/drop TV shows to match it will subtitles with ease, however when i wanted to run the suball script to download the newest subtitles, it doesn't download anything

I'm running the command:

Code: Select all

filebot -script fn:suball D:/TV Shows/ -non-strict --def maxAgeDays=7
and all it returns is:

Code: Select all

Microsoft Windows [Version 6.3.9600]
(c) 2013 Microsoft Corporation. All rights reserved.

C:\Windows\System32>filebot -script fn:suball D:/TV Shows/ -non-strict --def max
AgeDays=7
Java HotSpot(TM) Client VM warning: TieredCompilation is disabled in this releas
e.
Done ?(?????)?
But if i go and manually drag the newest episodes into the GUI, it fetches the subtitles quickly... what am i doing wrong here? :?
User avatar
rednoah
The Source
Posts: 22994
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: suball script not fetching subtitles?

Post by rednoah »

You'll want to learn how to pass cmdline arguments that contain spaces:
viewtopic.php?f=4&t=1899
:idea: Please read the FAQ and How to Request Help.
Post Reply