forked from clara-j/media_cleaner
-
-
Notifications
You must be signed in to change notification settings - Fork 7
Media Mangers
terrelsa13 edited this page Jul 17, 2025
·
2 revisions
- Unmonitor movies in Radarr
- Delete movies from Radarr
admin_settings:
media_managers:
radarr:
- enabled: true
url: http://192.168.1.234:7878
api_key: 0123456789fedcbaabcdef9876543210
- enabled: true
url: http://localhost.com:7878/radarr
api_key: 1123456789fedcbaabcdef9876543211
advanced_settings:
radarr:
movie:
- unmonitor: true
remove: false
- unmonitor: false
remove: true
- Unmonitor series in Sonarr
- Delete series from Sonarr
- Unmonitor episodes in Sonarr
-
Delete episode from Sonarr- No API endpoint in Sonarr to delete episodes
admin_settings:
media_managers:
sonarr:
- enabled: true
url: http://192.168.1.234:8989
api_key: 9876543210abcdeffedbca0123456789
- enabled: true
url: http://localhost.com:8989/sonarr
api_key: 8876543210abcdeffedbca0123456788
advanced_settings:
sonarr:
series:
- unmonitor: false
remove: true
- unmonitor: true
remove: false
episode:
- unmonitor: true
- unmonitor: true
- MUMC will not unmonitor or remove a series unless both
season
andseries
aretrue
.
advanced_settings:
delete_empty_folders:
episode:
season: true
series: true
- 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