Page 1 of 1

Subtitles for ReadyNAS

Posted: 15 Aug 2018, 01:59
by aaseef021
Hi, I have a bunch of movies already exist with /data/Video/Movies

I want to download subtitles for every movie, do I have to do each individual. I tried filebot -get-subtitles path/to/episodes. I got it to get the subtitle for what ever movie folder I choose. Is there a way to obtain all the movie folder subtitles

Also I have some Hindi films do I need to change the language to obtain those subtitles too?

Re: Subtitles for ReadyNAS

Posted: 15 Aug 2018, 04:37
by rednoah
You're looking for the -r recursive option.

:arrow: The suball script will give you more advanced options: viewtopic.php?f=4&t=5#p8871

Re: Subtitles for ReadyNAS

Posted: 15 Aug 2018, 20:21
by aaseef021
Hi I did -get-subtitles -r path/to/episodes

I got an error it does not seem to like the command. Am I missing something. I looked at the link you provided but could not find anything on recursive option.

Re: Subtitles for ReadyNAS

Posted: 15 Aug 2018, 20:23
by rednoah
1.
Please copy and paste and post the error, otherwise I won't know what the error is, and won't be able to help you. :lol:


2.
This command will do what you want:

Code: Select all

filebot -get-subtitles -r path/to/episodes
:idea: If it does not, post the complete command and console log.

Re: Subtitles for ReadyNAS

Posted: 15 Aug 2018, 20:48
by aaseef021
Hi I got the following error

Code: Select all

root@ReadyNas516:~# filebot -get-subtitles -r /data/Videos/Movies/
`filebot -get-subtitles -r` has been disabled due to abuse. Please see http://bit.ly/suball for details.
Failure (?_?)
I didn't get this last time, I got failure last time

Re: Subtitles for ReadyNAS

Posted: 15 Aug 2018, 20:57
by rednoah
I see. If you want to get subtitles for all your files, then I recommend using the GUI first:
https://www.youtube.com/watch?v=q-oZ_ho ... OpS7FfALnd


If you then want to automated the setup for newly added files, then you can use the suball script:

Code: Select all

filebot -script fn:suball /path/to/media -non-strict --def maxAgeDays=30

Re: Subtitles for ReadyNAS

Posted: 15 Aug 2018, 20:58
by aaseef021
Sounds good, thank you so much for your help