mirror of
https://github.com/RandomNinjaAtk/arr-scripts.git
synced 2026-03-02 22:57:35 -05:00
[.extension filter] - Radarr/Sonarr - Is there a way to prevent subtitle .vtt filters from downloading for trailers specifically.? #169
Labels
No labels
Needs Triage
Not Reproducible
Upstream Issue
User Error
bug
documentation
enhancement
good first issue
help wanted
invalid
lidarr
lidarr
question
radarr
readarr
sabnzbd
sonarr
synology (host)
unraid (host)
waiting for logs
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/arr-scripts#169
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
@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…
@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.
@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