Subtitles for ReadyNAS

Any questions? Need some help?
Post Reply
aaseef021
Posts: 53
Joined: 08 Nov 2017, 04:08

Subtitles for ReadyNAS

Post 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?
User avatar
rednoah
The Source
Posts: 22986
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Subtitles for ReadyNAS

Post 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
:idea: Please read the FAQ and How to Request Help.
aaseef021
Posts: 53
Joined: 08 Nov 2017, 04:08

Re: Subtitles for ReadyNAS

Post 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.
User avatar
rednoah
The Source
Posts: 22986
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Subtitles for ReadyNAS

Post 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.
:idea: Please read the FAQ and How to Request Help.
aaseef021
Posts: 53
Joined: 08 Nov 2017, 04:08

Re: Subtitles for ReadyNAS

Post 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
User avatar
rednoah
The Source
Posts: 22986
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Subtitles for ReadyNAS

Post 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
:idea: Please read the FAQ and How to Request Help.
aaseef021
Posts: 53
Joined: 08 Nov 2017, 04:08

Re: Subtitles for ReadyNAS

Post by aaseef021 »

Sounds good, thank you so much for your help
Post Reply