mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2025-12-23 22:18:39 -05:00
Added new whitelist which includes subtitles (#243)
This commit is contained in:
committed by
GitHub
parent
1e0127e97e
commit
b185ea6899
@@ -140,7 +140,7 @@ Controls how the blocklist is interpreted:
|
||||
- **Whitelist**: Only files matching patterns in the list will be allowed.
|
||||
|
||||
:::tip
|
||||
[This blacklist](https://raw.githubusercontent.com/Cleanuparr/Cleanuparr/refs/heads/main/blacklist), [this permissive blacklist](https://raw.githubusercontent.com/Cleanuparr/Cleanuparr/refs/heads/main/blacklist_permissive) and [this whitelist](https://raw.githubusercontent.com/Cleanuparr/Cleanuparr/refs/heads/main/whitelist) can be used for Sonarr and Radarr.
|
||||
[This blacklist](https://raw.githubusercontent.com/Cleanuparr/Cleanuparr/refs/heads/main/blacklist), [this permissive blacklist](https://raw.githubusercontent.com/Cleanuparr/Cleanuparr/refs/heads/main/blacklist_permissive), [this whitelist](https://raw.githubusercontent.com/Cleanuparr/Cleanuparr/refs/heads/main/whitelist) and [this whitelist with subtitles](https://raw.githubusercontent.com/Cleanuparr/Cleanuparr/refs/heads/main/whitelist_with_subtitles) can be used for Sonarr and Radarr.
|
||||
:::
|
||||
|
||||
</ConfigSection>
|
||||
|
||||
7
whitelist_with_subtitles
Normal file
7
whitelist_with_subtitles
Normal file
@@ -0,0 +1,7 @@
|
||||
*.avi
|
||||
*.mp4
|
||||
*.mkv
|
||||
*.ass
|
||||
*.srt
|
||||
*.ssa
|
||||
*.sub
|
||||
Reference in New Issue
Block a user