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?
Subtitles for ReadyNAS
Re: Subtitles for ReadyNAS
You're looking for the -r recursive option.
The suball script will give you more advanced options: viewtopic.php?f=4&t=5#p8871

Re: Subtitles for ReadyNAS
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.
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
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.
2.
This command will do what you want:
If it does not, post the complete command and console log.
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.

2.
This command will do what you want:
Code: Select all
filebot -get-subtitles -r path/to/episodes

Re: Subtitles for ReadyNAS
Hi I got the following error
I didn't get this last time, I got failure last time
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 (?_?)
Re: Subtitles for ReadyNAS
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:
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
Sounds good, thank you so much for your help