Force subtitle download altough integreted exists

Any questions? Need some help?
Post Reply
User avatar
rednoah
The Source
Posts: 22976
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Force subtitle download altough integreted exists

Post by rednoah »

Thanks for the post! Before a real human comes by, please make sure your report has all the following points checked:
  • What are you trying to do achieve? What's not working? What have you tried so far?
  • Include screenshots, logs or filenames (i.e. demonstrate the issue)
  • Include basic information (i.e. sysinfo output)
:idea: Please read How to Request Help and Fix Problems, Report Bugs, Get Features
:idea: Please read the FAQ and How to Request Help.
User avatar
rednoah
The Source
Posts: 22976
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Force subtitle download altough integreted exists

Post by rednoah »

AFAIK, the amc script does download subtitles for all files, regardless of embedded subtitles. Hence I'd like to see the logs as to confirm exactly what it is and what it is not doing.
:idea: Please read the FAQ and How to Request Help.
User avatar
rednoah
The Source
Posts: 22976
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Force subtitle download altough integreted exists

Post by rednoah »

Are we talking about embedded subtitles that are embedded in the media file? Or subtitle files in the same directory that have the same name as the media file?


embedded subtitles ≠ subtitle files in the same directory


1.
FileBot will not download subtitle files, if subtitle files already exist, i.e. it will not override existing subtitle files by downloading new subtitle files.


2.
FileBot is completely oblivious of whether or not a given media file already contains embedded subtitles.
:idea: Please read the FAQ and How to Request Help.
User avatar
rednoah
The Source
Posts: 22976
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Force subtitle download altough integreted exists

Post by rednoah »

That looks like pieces of the output of the suball script.

You never once even hinted at using the suball script, even though I asked you repeatedly to share the commands and logs.

The suball script is well documented here in the forums.

* I conveniently neglected to include a link for said documentation. Missing information is a bitch, eh?
:idea: Please read the FAQ and How to Request Help.
User avatar
rednoah
The Source
Posts: 22976
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Force subtitle download altough integreted exists

Post by rednoah »

The text ignore language option is a regular expression.

The default .* matches every language code. You can use something like "none" and that text pattern won't match any language code and thus no files will be ignored for embedded subtitles.
:idea: Please read the FAQ and How to Request Help.
User avatar
rednoah
The Source
Posts: 22976
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Force subtitle download altough integreted exists

Post by rednoah »

Didn't I just explain the solution in my previous post? :lol:

Here's a solution that you can just copy & paste:

Code: Select all

filebot -script fn:suball /path/to/media -non-strict --def maxAgeDays=7 ignoreTextLanguage=none
Since I gave you a copy & paste solution, you're now honour-bound to purchase FileBot on the Windows Store (if you haven't done so already, you neglected that piece of information as well) or make a donation. Cheers! :ugeek:
:idea: Please read the FAQ and How to Request Help.
User avatar
rednoah
The Source
Posts: 22976
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Force subtitle download altough integreted exists

Post by rednoah »

This one is not officially supported... but setting this magic option might make it work the way you want:

Code: Select all

--format MATCH_VIDEO
:idea: Please read the FAQ and How to Request Help.
Post Reply