Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blacktag vs Whitetag #16

Closed
terrelsa13 opened this issue Apr 16, 2022 · 0 comments
Closed

Blacktag vs Whitetag #16

terrelsa13 opened this issue Apr 16, 2022 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@terrelsa13
Copy link
Owner

terrelsa13 commented Apr 16, 2022

Blacktag

*One or more tags allowed
*Multiple tags must be comma separated
*Spaces in tag names are taken literally
*Blacktags override whitelists
*Can be used with whitetags
*Blacktag is ignored until media item is watched
*Favorites are per user, tags are per media item; all users see all tags
*Tag matched items are processed for every user

Whitetag

*One or more tags allowed
*Multiple tags must be comma separated
*Spaces in tag names are taken literally
*Whitetags override blacklists
*Whitetags override blacktags
*Setting a media item with a whitetag is equivalent in priority to setting a media item as a favorite
*Can be used with blacktags
*Favorites are per user, tags are per media item; all users see all tags
*Tag matched items are processed for every user


Blacktag Example:

User00:

  • Blacklisted LibraryA
  • Blacktagged media itemC in LibrayA
  • Whitlisted LibraryB
  • Blacktagged media itemD in LibraryB

User00

  • Media item C will be deleted.
  • Media item D will be deleted.

Whitetag Example:

User00:

  • Blacklisted LibraryA
  • Whitetagged media itemC in LibrayA
  • Whitlisted LibraryB
  • Whitetagged media itemD in LibraryB

User00

  • Media item C will be kept.
  • Media item D will be kept.

** Objective 1 **

Desire is to control what media items are to be deleted using only blacktags

  • Chose blacklisting
  • Enter blacktag(s) when prompted during setup
  • Skip whitetags (Optional: Enter whitetag(s))
  • Chose monitored user(s)
  • When prompted to select libraries for user(s) leave blank and hit enter (this will blacklist no libraries and whitelist all libraries)
  • Complete setup
  • Open Emby/Jellyfin and add blacktag(s) to media items
  • Blacktagged media items will be deleted once they are watched

** Objective 2 **

Desire is to control what media items are to be kept using only whitetags

  • Chose whitelisting
  • Skip Blacktags (Optional: Enter blacktag(s))
  • Enter whitetag(s) when prompted during setup
  • Chose monitored user(s)
  • When prompted to select libraries for user(s) leave blank and hit enter (this will whitelist no libraries and blacklist all libraries)
  • Complete setup
  • Open Emby/Jellyfin and add whitetag(s) to media items
  • Whitetagged media items will be kept once they are watched

Advanced - Use Caution With Tagging

  • Blacktags and Whitetags can be mixed with Favorites, Blacklists, and Whitelists
  • Randomly whitetagging media items can lead to a media item being kept when it seems like it should be deleted
  • Randomly blacktagging media items can lead to a media item being deleted when it seems like it should be kept
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant