RandomNinjaAtk/arr-scripts

[.extension filter] - Radarr/Sonarr - Is there a way to prevent subtitle .vtt filters from downloading for trailers specifically.?

nc88keyz opened this issue · 3 comments

Is your feature request related to a problem? Please describe.
.vtt (subtitle files) are downloading for trailers.

Describe the solution you'd like
filter flag in config fle

Describe alternatives you've considered
searching for -trailer.vtt files, It replaces them on each script refresh

Additional context
Add any other context or screenshots about the feature request here.

These should be embedded in the file and not external at all…

I’ll check my setup but I’m fairly certain I don’t have any locally…. I believe yt-dlp downloads them to embed but they should be gone after they’re embedded… so you most likely have some other issue that is on your end only…

I will be interested in your findings. I am not seeing any anomolies in the log file, permissions seems to be fine for every other container i am running. I know Radarr hates bdmv folders and iso files vs mkv mp4 but i am seeing it in various mounts. I am also not seeing it in another python script that is pulling trailers using yt-dlp as well. If there is anything i can send you let mel I know. I am currently batch converting many bd to mkv as well so the bdmv /. iso issue will go away eventually.

This should be resolved with the latest changes, it will not however cleanup existing files. I would recommend that you use something like this to cleanup the files:
find root/path/to/folder -type f -iname "*.vtt" -delete