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

Closed
opened 2026-02-20 00:16:52 -05:00 by deekerman · 3 comments
Owner

Originally created by @nc88keyz on GitHub (Aug 18, 2024).

Originally assigned to: @RandomNinjaAtk on GitHub.

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.

Originally created by @nc88keyz on GitHub (Aug 18, 2024). Originally assigned to: @RandomNinjaAtk on GitHub. **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.
deekerman 2026-02-20 00:16:52 -05:00
Author
Owner

@RandomNinjaAtk commented on GitHub (Aug 18, 2024):

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…

@RandomNinjaAtk commented on GitHub (Aug 18, 2024): 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…
Author
Owner

@nc88keyz commented on GitHub (Aug 19, 2024):

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.

@nc88keyz commented on GitHub (Aug 19, 2024): 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.
Author
Owner

@RandomNinjaAtk commented on GitHub (Aug 19, 2024):

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

@RandomNinjaAtk commented on GitHub (Aug 19, 2024): 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`
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/arr-scripts#169
No description provided.