forked from clara-j/media_cleaner
-
-
Notifications
You must be signed in to change notification settings - Fork 7
Blacktagging vs Whitetagging
terrelsa13 edited this page Jul 4, 2025
·
7 revisions
- During creation of the mumc_config.yaml, MUMC will give the option to enter a comma separated list of blacktags and/or whitetags.
-
blacktags entered during setup are global and apply to all
media_type
s -
whitetags entered during setup are global and apply to all
media_type
s - The same tag cannot be used for both a blacktag and a whitetag
- Backslash
\
is not an allowed character
-
blacktags entered during setup are global and apply to all
-
media_type
specific tags can be used by adding themedia_type
and then adding a list of tags for the specifiedmedia_type
advanced_settings:
whitetags:
global: [list,of,strings] #yaml lists can be on one line like this
media_type: #yaml lists can also be over multiple lines like this
- list
- of
- strings
blacktags:
global: #yaml lists can also be over multiple lines like this
- list
- of
- strings
media_type: [list,of,strings] #yaml lists can be on one line like this
- In general, you want MUMC to delete
media_item
s matching the tag.- This can be changed with behavioral_statements and/or behavioral_tags
- In general, you want MUMC to keep
media_item
s matching the tag.- This can be changed with behavioral_statements and/or behavioral_tags
- Is optional
- Multiple tags can be used
- Tags must be in yaml list format
- Global tags apply to all
media_type
s - Media specific tags apply only to the
media_type
s they are specified under - Tags apply to all
monitored_user
s - Whitetags have a higher priorty than Blacktags
- Examples of how Blacktagging usually works:
advanced_settings:
blacktags:
global:
- deletetag
- delete tag
- delete-tag
.
.
.
admin_settings:
users:
- user_id: ...
user_name: user0
whitelist:
- lib_id: ...
collection_type: library0
path: ...
network_path: ...
lib_enabled: true
blacklist:
- lib_id: ...
collection_type: library1
path: ...
network_path: ...
lib_enabled: ...
- Blacktagged media_items from library0 could be deleted
- Blacktagged media_items from library1 could be deleted
- Examples of how Whitetagging usually works:
advanced_settings:
whitetags:
global:
- keeptag
- keep tag
- keep-tag
.
.
.
admin_settings:
users:
- user_id: ...
user_name: user0
whitelist:
- lib_id: ...
collection_type: library0
path: ...
network_path: ...
lib_enabled: true
blacklist:
- lib_id: ...
collection_type: library1
path: ...
network_path: ...
lib_enabled: ...
- Whitetagged media_items from library0 could be kept
- Whitetagged media_items from library1 could be kept
Additional Information - MUMC extras.
- MUMC wiki
- Install
- Files & Directories
- Terminology
- Configuration File Examples
- Configuration Tree
-
Additional Information
- OS Permissions
- Configuration Builder/Editor
- Played And Created Filter Statement Breakdown
- Played And Created Filter Tag Breakdown
- Dangerous Filter Statements
- Behavioral Statement Breakdown
- Behavioral Tag Breakdown
- Blacklisting vs Whitelisting
- Blacktagging vs Whitetagging
- Library Matching byId vs byPath vs byNetworkPath
- Minimum Episodes vs Minium Played Episodes
- Conditional Behavior Priorities
- Media Mangers
- Command-Line Arguments
- Make MUMC Run FASTERRRRRR!!!
- Known Limitations