forked from clara-j/media_cleaner
-
-
Notifications
You must be signed in to change notification settings - Fork 6
Terminology
terrelsa13 edited this page Aug 23, 2024
·
6 revisions
- There are four different
media_types
:movies
episodes
audio
- Jellyfin has a fourth
media_type
:audiobooks
- Emby also supports the
audiobooks
media_type
but classifies them asaudio
.
- A
media_item
is considered a singlemedia_type
file.- A single
movie
is considered amedia_item
. - A single
episode
is considered amedia_item
. - A single
audio
track is considered amedia_item
. - A single
audiobook
track is considered amedia_item
.
- A single
-
There are five types of
conditional_behaviors
for eachmedia_type
:-
whitetag
behavioral whitetag
-
blacktag
behavioral blacktag
favorite
-
whitetag
behavioral whitetag
normal whitetag
-
blacktag
behavioral blacktag
normal blacktag
whitelist
blacklist
-
-
The
conditional_behaviors
have a priority as shown above- Where
favorite
is the highest priority by default -
behavioral whitetag
andbehavioral blacktag
can be individually configured to have a higher or lower priority thanfavorite
- And
blacklist
is the lowest priority.
- Where
- The
admin_user
is needed to request an authentication key from the media server. - The
admin_user
needs to have the "Allow this user to manage the server" option enabled. - The recommendation is to create an
admin_user
separate from the regularuser
s.- Although this is posssible; it is not recommended the
admin_user
is also a regularuser
. - The
admin_user
should only be used for actions requiring their escalated permissions.
- Although this is posssible; it is not recommended the
- The
user
s are the non-admin_user
accounts created on the Emby/Jellyfin media server.
- A
monitored user
is auser
selected during the initial MUMC setup process. Their accessible libraries will be what MUMC uses to find and deletemedia_item
s. -
user
andmonitored_user
are often used interchangeably.
- MUMC wiki
- Install
- Files & Directories
- First Run
- Scheduled Run
- Terminology
- Configuration File Examples
- Configuration Tree
-
Additional Information
- OS Permissions
- User And Library Builder
- 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
- Command-Line Options
- Make MUMC Run FASTERRRRRR!!!
- Known Limitations