Skip to content
Radical edited this page Nov 19, 2023 · 1 revision

This is for libraries/media types you don't want displaying on discord

Libraries

libraries accepts any string in an array and will block any content from a library with that name from being displayed

Example

"libraries": ["My Secret Library", "My Other Secret Library"]

Media Types

media_types accepts media types defined in the code, these currently include episode, livetv, movie, music, book and audiobook.

Example

"media_types": ["livetv", "audiobook"]