Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Download next subtitle (different from the previous one) #752

Closed
jjnilton opened this issue Apr 25, 2017 · 4 comments
Closed

Download next subtitle (different from the previous one) #752

jjnilton opened this issue Apr 25, 2017 · 4 comments

Comments

@jjnilton
Copy link

Is there an option to download the next subtitle, a different subtitle to replace the previous one?

Sometimes the subtitle is not good, so I wanted to ignore that subtitle for the next search, is there an option for that?

I saw that there's the -f option, but I'm not sure if it's downloading the same subtitle over and over again.

$ subliminal --version
subliminal, version 2.0.5
@gothicx
Copy link

gothicx commented Dec 23, 2017

Yes, the -f option is for that.

@click.option('-f', '--force', is_flag=True, default=False, help='Force download even if a subtitle already exist.')

@fernandog
Copy link
Collaborator

@jjnilton if that subtitle you previously downloaded still has the higher score, it will be downloaded again

Btw do you pass min_score? Maybe that's the reason you are getting wrong subtitles
for episodes pass -m 98
for movies pass -m 96

@jjnilton
Copy link
Author

jjnilton commented Jan 4, 2018

@fernandog I don't pass min_score, but even if I pass it, it will download the subtitle with the higher score, right? So it will download the same subtitle over and over again, I guess.

The idea would be to make sure the exact same subtitle won't be downloaded again.

@getzze
Copy link
Collaborator

getzze commented Sep 10, 2024

Since #1160, you can skip a subtitle with the CLI option --ignore-subtitles=5gth4dh, where 5gth4dh is the subtitle id, that appears in the command line output with the debug option.

@getzze getzze closed this as completed Sep 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants