Merge branch 'notifiarr-rework'

pull/161/head
TRaSH 4 years ago
commit 31e5f3fc69

4
.gitignore vendored

@ -1,2 +1,4 @@
venv/
mkdocs-dev-server.bat
mkdocs-dev-server.bat
/docs/Notifiarr/preview.bat
/docs/Notifiarr/Integrations/_TEMPLATE.md

@ -3,6 +3,7 @@ nav:
- Radarr
- Sonarr
- Bazarr
- Notifiarr
- NZBGet
- Plex
- Misc

@ -1,6 +1,5 @@
nav:
- Home: index.md
- Discord Notifiarr Setup: Discord-Notifiarr-Setup.md
- How to provide a docker compose: how-to-provide-a-docker-compose.md
- How To Set Up Hardlinks and Atomic-Moves: how-to-set-up-hardlinks-and-atomic-moves.md
- Setup TorGuard for port forwarding: How-to-setup-Torguard-for-port-forwarding.md

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 42 KiB

@ -0,0 +1,12 @@
nav:
- Quick Start: Quick-Start.md
- Discord Permissions: Discord-Permissions.md
- Integrations-Setup
- Media-Requests
- Notification-History
- Transcode-History
- Trending
- Translations

@ -0,0 +1,34 @@
# Permissions
This can be a struggle depending on how you have your server setup. If you want to do a simple test and see if you have permission issues, set the role your bot is included in to have admin permission and test. If everything works, this means you simply need to adjust permissions for the role so you do not need to make it an admin role if you dont want to.
---
I will work on the assumption you have created a role called **Bots** already with this and assigned the Notifiarr bot to it. With that said, right click on your server name at the top and pick `Server Settings > Roles`. Click on the Bots role so the permissions list loads.
> Yes I am aware that adding the bot automatically creates a **Notifiarr** role but most will rather leave that one hidden and use an existing role. If you want to use that one, make sure all the same permissions are applied to it.
## **Required permissions**
1. `View Channels`
- The bot needs this role to generate a channel list so you can assign which notifications go to which channels on your server. If the channel is a private channel, you may also need to adjust channel specific permissions.
1. `Send Messages`
- This one is obvious, without it the bot role can not add messages to channels
1. `Embed Links`
- Many notifications have links (such as TMDb, TVDb, IMDb, Website links, etc)
1. `Add Reactions`
- *arr and Plex notifications add reactions to notifications to signify things such as the indexer, manual or rss grab, imported, failed, unpacked, subtitles, etc
1. `Use External Emojis`
- Only required if the reactions you use are from another server
1. `Mention @everyone, @here and All Roles`
- Needed if you have alerts setup with Snapshots or Media Request integrations so the proper user/role can be @mentioned
1. `Manage Messages`
- This is used for the Media Request integration so the bot can remove all the back and forth posts when adding new things to leave a clean channel history
1. `Read Message History`
- This is used for the Media Request integration so the bot can get the user interactions and is also used to place reactions on existing messages
---
If you manage your channels with individual permissions **plus** bot permissions, you will need to adjust them accordingly so the bot can do its job. If you have permissions mis-configured then the site will auto disable the integration after 25 Discord API errors. If you are using reactions and get API errors, the site will auto remove the reaction. If you are using the bot and have cleanup history enabled and get API errors, the site will auto disable that.
You will know when the site does this with a big red notice on top of the setup page that explains the error that Discord reported and what action was taken. All you have to do is fix the issue and re-enable what the site disabled from that point.

@ -0,0 +1,44 @@
# Bazarr Integration
> This integration allows for notifications from Bazarr and will also add reactions to notifications if a subtitle was found for it and you are using reactions.
Reaction example:
![!reaction](images/Bazarr/reaction.png "Reaction")
---
## Trigger options
![!triggers-channels](images/Bazarr/triggers-channels.png "Triggers and Channels")
1. Triggers
- `Info` - Currently all notifications use this type
- `Warning` - To date, Bazarr doesn't use this type
- `Success` - To date, Bazarr doesn't use this type
- `Failure` - To date, Bazarr doesn't use this type
1. Channel
- Bazarr shares the *arr channel unless Granular Setup is used, clicking the link on the site will move to the channel setup location.
---
## Configuration
![!open-configuration](images/Bazarr/open-configuration.png "Open Configuration Window")
Click the **cog icon** to open the configuration options for Bazarr.
![!configuration](images/Bazarr/configuration.png "Configuration Window")
1. Open integration specific instructions
1. Choose the notification format
1. Enable reactions for `*arr` notifications when a subtitle is found if the associated `*arr` notification can be found
### Instructions
![!instructions](images/Bazarr/instructions.png "Instructions Window")
1. How to enable notifications from within Bazarr
1. How to enable notifications of a 2nd instance from within Bazarr
1. Test the notification from Notifiarr to Discord
- This will ensure your server, channel and permissions are set properly in Discord.

@ -0,0 +1,32 @@
# Better Uptime Integration
> This integration allows for notifications from Better Uptime utilizing their webhook system
---
## Trigger options
![!triggers-channels](images/Better-Uptime/triggers-channels.png "Triggers and Channels")
1. Triggers
- `Started` - Sent when Better Uptime detects an issue with a site you are monitoring
- `Ack` (Acknowledged) - Sent when you mark the issue as acknowledged through Better Uptime
- `Resoled` - Sent when the site you are monitoring returns a successful response
1. Channel
- Pick a channel from your server to send these notifications
---
## Configuration
![!open-configuration](images/Better-Uptime/open-configuration.png "Open Configuration Window")
Click the **cog icon** to open the configuration options for Better Uptime.
![!configuration](images/Better-Uptime/configuration.png "Configuration Window")
1. Notification colors for each trigger type
1. Notification content options that you can turn on/off to show in the notifications
1. Better Uptime team id that is used to link the Incident in the notification
**NOTE:** This integration sends a single notification for all triggers. After the first one is sent, the rest will update the existing notification in the chain.

@ -0,0 +1,52 @@
# Lidarr Integration
> This integration allows for notifications from Lidarr using its built in Connection for **Discord Notifier**
---
## Trigger options
![!triggers-channels](images/Lidarr/triggers-channels.png "Triggers and Channels")
1. Triggers
- `Grab` - Receive a notification when media is initially grabbed (RSS or manual)
- `Download` - Receive a notification when media **new** is successfully imported
- `Upgrade` - Receive a notification when **upgraded** media is successfully imported
- `Health` - Receive a notification when Lidarr reports an issue
1. Channel
- Lidarr shares the *arr channel unless Granular Setup is used, clicking the link on the site will move to the channel setup location.
---
## Configuration
![!open-configuration](images/Lidarr/open-configuration.png "Open Configuration Window")
Click the **cog icon** to open the configuration options for Lidarr.
![!configuration](images/Lidarr/configuration.png "Configuration Window")
1. Open integration specific instructions
1. Notification colors for each trigger type
1. Unique notifications: Generate a new notification each time (By default notifications edit the previous one so there is a Grab and then the Download ot Upgrade will edit the Grab notification to alleviate the notification spam)
![!configuration](images/Lidarr/configuration-2.png "Configuration Window")
1. Open integration specific instructions
1. Notification content options that you can turn on/off to show in the notifications
1. Launch the integration layout editor (image below)
![!layout-editor](images/Lidarr/layout-editor.png "Layout Editor")
1. Drag and drop positioning of where you want to see each piece of information in the notification. Some fields are locked (red outline). Full width items can not be used in a multi-line layout. You can not have more than 3 items per line.
1. Test Layout - Will send a test notification with the current layout format
1. Save Layout - Will save the current layout format as the one you want to use
1. Reset Layout - Will set the layout back to default
### Instructions
![!instructions](images/Lidarr/instructions.png "Instructions Window")
1. How to enable notifications from within Lidarr
1. Test the notification from Notifiarr to Discord
- This will ensure your server, channel and permissions are set properly in Discord.

@ -0,0 +1,39 @@
# Plex Integration
!!! bug "This is still a work in progress and more a placeholder for the time being !!!"
![!dn-plex-advanced](images/Plex/dn-plex-advanced.png)
## Python Webhook
<div class="indent-L1 indent-B1">
Python is required for this to work. Make sure your docker solution has it available if running docker.
</div>
## All implementations
- Open the file and change the variables accordingly.
- There are links in the file comments to help as well
- You can test the script by typing python /path/to/script in your CLI. If the file has a shebang in it (#!python) then you do not need to specify python on the CLI.
### Docker
- Cloudbox - Has python installed
- Hotio - Has python installed
- LSIO - Does not have python installed
### Linux
placeholder
### Unraid
placeholder
### Windows
placeholder
<div class="indent-L1 indent-B1">
Run the python file so it listens on the specific port.
</div>

@ -0,0 +1,54 @@
# Radarr Integration
> This integration allows for notifications from Radarr using its built in Connection for **Discord Notifier**
---
## Trigger options
![!triggers-channels](images/Radarr/triggers-channels.png "Triggers and Channels")
1. Triggers
- `Grab` - Receive a notification when media is initially grabbed (RSS or manual)
- `Failed` - Custom notification type based on previous grabs. If the system detects a grab for the same media with the same quality or better before the previous one was imported then it will set the previous one as failed
- `Download` - Receive a notification when media **new** is successfully imported
- `Upgrade` - Receive a notification when **upgraded** media is successfully imported
- `Health` - Receive a notification when Radarr reports an issue
1. Channel
- Radarr shares the *arr channel unless Granular Setup is used, clicking the link on the site will move to the channel setup location.
---
## Configuration
![!open-configuration](images/Radarr/open-configuration.png "Open Configuration Window")
Click the **cog icon** to open the configuration options for Radarr.
![!configuration](images/Radarr/configuration.png "Configuration Window")
1. Open integration specific instructions
1. Notification colors for each trigger type
1. Unique notifications: Generate a new notification each time (By default notifications edit the previous one so there is a Grab and then the Download ot Upgrade will edit the Grab notification to alleviate the notification spam)
1. Option to remove the grab once a successful import is done, only works with granular channels since messages in the same channel update
![!configuration](images/Radarr/configuration-2.png "Configuration Window")
1. Notification content options that you can turn on/off to show in the notifications
1. Launch the integration layout editor (image below)
![!layout-editor](images/Radarr/layout-editor.png "Layout Editor")
1. Drag and drop positioning of where you want to see each piece of information in the notification. Some fields are locked (red outline). Full width items can not be used in a multi-line layout. You can not have more than 3 items per line.
1. Test Layout - Will send a test notification with the current layout format
1. Save Layout - Will save the current layout format as the one you want to use
1. Reset Layout - Will set the layout back to default
### Instructions
![!instructions](images/Radarr/instructions.png "Instructions Window")
1. How to enable notifications from within Radarr
1. Setting up multiple instance option
1. Test the notification from Notifiarr to Discord
- This will ensure your server, channel and permissions are set properly in Discord.

@ -0,0 +1,11 @@
# Snapshots Integration
!!! bug "This is still a work in progress and more a placeholder for the time being !!!"
![!dn-snapshot-setup](images/Snapshots/dn-snapshot-setup.png)
1. Temperature measurement for notifications
1. Alert settings
1. Who to mention when alerts are triggered (role or user)
1. List of existing alerts
1. Option to only get a snapshot notification if there is an alert triggered

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

@ -1,6 +1,8 @@
# Discord Notifiarr Setup
# Quick Start
<sub>Formerly aka Discord Notifier<sub>
Here we're going to explain the basics setup for Notifiarr to get it working with Sonarr, Radarr, Bazarr and Plex.
If you want to make use of the other options I suggest to look at the advanced guide descriptions.
------
@ -30,7 +32,7 @@ After you have logged in, you will be redirected to your profile screen.
1. Click on `Generate API Key` (This needs to be done).
1. Select your `Notification Language`.
1. Change your `Time Format` to your liking.
1. Don't forget to Save your Changes.
1. Don't forget to `Save` your Changes.
------
@ -53,7 +55,7 @@ When you enabled the ones you want click on `Save`
Setup which notifications you want to to receive from each option.
![!dn-notifcation-settings-radarr](images/dn-notifcation-settings-radarr.png)
![!dn-notifcation-settings](images/dn-notifcation-settings.png)
1. Cog wheel, this opens the integration settings
1. External link, this opens the website for the integration
@ -61,23 +63,14 @@ Setup which notifications you want to to receive from each option.
1. Trigger, this enables/disables a specific trigger for the integration
1. Channels, this sets the channel in your server to post to for the integration
??? example "Integration Settings (Cog wheel)"
#### Notification Settings Configuration
![!!dn-integration-settings](images/dn-integration-settings.png)
1. [Instructions how to setup the integration](#integrations)
1. Enable/Disable notification trigger
1. Change color bar for notification trigger
1. Expand trigger to enable/disable message fields
1. Customize the layout for the notification (drag/drop editor to the right in the image)
1. Enable so each notification is unique and wont update existing ones.
1. Here you can edit the layout
### Discord Settings
Setup your discord server, shared channels, reactions and invite the bot into your server.
Here we will cover the following
- Setup the server & shared channels.
- Invite the bot into your server.
- Setup reactions.
- Setup Indexers reactions.
#### Create the channels
@ -90,7 +83,7 @@ You can do it all from one channel or separate the notifications (granular) for
#### Simple channel setup
`#media` => All the `*arr` notifications you setup in [Notification Settings](#notification-settings).
`#media` => All the `*arr` notifications you setup in [Integration Settings](#integration-settings).
`#errors` => Health checks, network errors, etc.
@ -104,33 +97,21 @@ Open your User Settings -> Appearance -> Enable Developer Mode.
![!dn-discord-dev-mode](images/dn-discord-dev-mode.png)
Right click on the server name at the top of your discord and press "Copy ID"
Right click on your server name and select "Copy ID"
??? example "Example right click"
![!dn-discord-copyid](images/dn-discord-copyid.png)
Paste the channel ID in the corresponding boxes
Paste the server ID in box `[1]`
![!dn-channel-paste](images/dn-channel-paste.png)
1. Add your server ID
1. Select the channel ID for the `#media` channel.
1. Use this option if you want to use separate channels for the notifications (see below).
1. Select the channel ID for the `#errors` channel.
1. Select the channel ID for the `#plex` channel.
1. Use this option if you want to use separate channels for the notifications (see below).
??? example "Granular arr setup"
##### Granular arr setup
![!dn-granular-arr-setup](images/dn-granular-arr-setup.png)
??? example "Granular media setup"
##### Granular media setup
![!dn-granular-media-setup](images/dn-granular-media-setup.png)
1. Select the channel for the `#media` channel.
1. Use this option if you want to use separate channels for the notifications.
1. Select the channel for the `#errors` channel.
1. Select the channel for the `#plex` channel.
1. Use this option if you want to use separate channels for the notifications.
### Invite the bot
@ -143,25 +124,14 @@ You will get a screen that looks like the following screenshot.
![!dn-invite-bot-discord](images/dn-invite-bot-discord.png)
1. Select the server the bot should join.
1. Click on `Authorize` to approve.
1. Click on `Continue` to approve.
!!! note
You have to be an administrator of the Discord channel to invite bots. Make sure the bot has permissions to post.
??? summary "Bot Setup Help"
Right click on your server > Server Settings > Roles
If you have a Bot role you can skip this, otherwise click the + next to ROLES
Name the role Bot and scroll down to Text Permissions.
Enable `Send Messages`, `Embed Links` & `Add Reactions`
Go back to your server, right click on the Media Bot and assign the role of Bot
Check [Discord Permissions](/Notifiarr/Discord-Permissions/){:target="_blank" rel="noopener noreferrer"} for information which permissions the bot needs.
#### Reactions
Here we will setup the Discord Notifier reactions(emoji's) that will be shown during a playback in plex, or during a download/import in Sonarr/Radarr.
Here we will setup the Notifiarr reactions(emoji's) that will be shown during a playback in plex, or during a download/import in Sonarr/Radarr.
![dn-reaction-1](images/dn-reaction-1.png)![dn-reaction-2](images/dn-reaction-2.png)
@ -175,6 +145,14 @@ First we're going to download the emoji's and you can do that in 2 ways.
1. 1 at a time - Right click -> Save As... - for these emoji images to some location on your computer.
1. Pack Download - Click [here](https://discordnotifier.com/setup.php?grab=reactions){:target="_blank" rel="noopener noreferrer"} to download a zip of all the current reaction images.
!!! attention
To download the Emoji Pack from the link in this Guide you will need to be logged in to [Notifiarr](https://discordnotifier.com/index.php){:target="_blank" rel="noopener noreferrer"} site !!!
Else you can find it on the main Notifiarr site in the `Integration Setup` Category at the bottom right
![!dn-pack-download](images/dn-pack-download.png)
For this example, we will be using Pack Download. You'll need download the file and then unpack it somewhere on your computer. After which, you can then add the emoji's to your Discord Server easily.
How to add your own Emoji's => [LINK](https://support.discord.com/hc/en-us/articles/360036479811-Custom-Emojis){:target="_blank" rel="noopener noreferrer"}
@ -224,17 +202,25 @@ Don't forget to click on `Save Changes` !!!
------
## Integrations
## How to add notifiarr to your applications
Here we will explain how to we add all this to your *arr and Plex.
Here we will explain how to we add notifiarr to your *arr and Plex.
When you click on the cogwheel of the enabled Integration you will see on the top `Instructions`
![!dn-integration-settings-link](images/dn-integration-settings-link.png)
It will show you a short description where and how to add what.
??? example
![!dn-radarr-integration-instructions](images\dn-radarr-integration-instructions.png)
### Radarr, Readarr and Lidarr
Radarr, Readarr and Lidarr supports Discord Notifier natively so that's an easy one to add.
Radarr, Readarr and Lidarr supports Notifiarr natively so that's an easy one to add.
`Settings` => `Connect` => click on the ![dn-arr-add-plus.png](images/dn-arr-add-plus.png) `plus` icon and select `Discord Notifier` add your API key and you're done.
`Settings` => `Connect` => click on the ![dn-arr-add-plus.png](images/dn-arr-add-plus.png) `plus` icon and select `Notifiarr` add your API key and you're done.
??? example "Radarr Example"
In Radarr go to `Settings` => `Connect` => Click on the ![dn-arr-add-plus](images/dn-arr-add-plus.png) `plus` icon and select `DiscordNotifier.com`.
@ -247,7 +233,7 @@ Radarr, Readarr and Lidarr supports Discord Notifier natively so that's an easy
1. The name you want to use for the notification.
1. Enable `On Grab`, `On Import`, `On Upgrade`, `On Health Issue` & `Include Health Warnings`.
1. Add here you API key from Discord Notifier.
1. Add here you API key from Notifiarr.
1. Click on `Test` to see if it works.
1. If everything is correct click on `Save`
@ -262,7 +248,7 @@ That's why we're going to use the webhook method.
Add the following info:
**Name**: Discord Notifier
**Name**: Notifiarr
**Enable:** `On Grab`, `On Import`, `On Upgrade`, `On Health Issue` & `Include Health Warnings`.
@ -324,8 +310,6 @@ Scroll up and save
### Plex
#### URL Webhook
![!dn-plex-instructions](images/dn-plex-instructions.png)
`Settings` => `Webhooks` => click on `ADD WEBHOOK` and add the URL that you can copy/paste from the integrations page and click on `SAVE CHANGES`
@ -342,61 +326,7 @@ Scroll up and save
1. Add the URL that you can copy/paste from the integrations page.
2. Click on `SAVE CHANGES`
??? info "Advanced Plex Settings"
### Advanced Plex Settings
![!dn-plex-advanced](images/dn-plex-advanced.png)
#### Python Webhook
<div class="indent-L1 indent-B1">
Python is required for this to work. Make sure your docker solution has it available if running docker.
</div>
#### All implementations
- Open the file and change the variables accordingly.
- There are links in the file comments to help as well
- You can test the script by typing python /path/to/script in your CLI. If the file has a shebang in it (#!python) then you do not need to specify python on the CLI.
##### Docker
- Cloudbox - Has python installed
- Hotio - Has python installed
- LSIO - Does not have python installed
##### Linux
placeholder
If you want to show more advanced info like Transcode, CPU & Ram take a look at [Plex Integration](/Notifiarr/Integrations-Setup/Plex/){:target="_blank" rel="noopener noreferrer"}
##### Unraid
placeholder
##### Windows
placeholder
<div class="indent-L1 indent-B1">
Run the python file so it listens on the specific port.
</div>
### Snapshots
![!dn-snapshot-setup](images/dn-snapshot-setup.png)
1. Temperature measurement for notifications
1. Alert settings
1. Who to mention when alerts are triggered (role or user)
1. List of existing alerts
1. Option to only get a snapshot notification if there is an alert triggered
## Testing
On the bottom of all the instruction you will now have the ability to test your settings. This only tests the connection between the notifier and your discord. You can use the Test in each *arr and that will test the everything (connection wise).
![dn-test-icons-bar](images/dn-test-icons-bar.png)
Click on the icons to test your notifications.
After going through this tutorial and you still aren't getting notifications in your discord channel from the respective logos, then retry the steps outlined above. If there is still an issue, try asking in the Discord Notifier [discord channel](https://discord.gg/AURf8Yz){:target="_blank" rel="noopener noreferrer"} for additional support.
!!! note
If there is still an issue, try asking in the Notifiarr [discord channel](https://discord.gg/AURf8Yz){:target="_blank" rel="noopener noreferrer"} for additional support.

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 25 KiB

Before

Width:  |  Height:  |  Size: 570 B

After

Width:  |  Height:  |  Size: 570 B

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

Before

Width:  |  Height:  |  Size: 980 B

After

Width:  |  Height:  |  Size: 980 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Before

Width:  |  Height:  |  Size: 5.6 KiB

After

Width:  |  Height:  |  Size: 5.6 KiB

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 21 KiB

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 25 KiB

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 19 KiB

Before

Width:  |  Height:  |  Size: 8.8 KiB

After

Width:  |  Height:  |  Size: 8.8 KiB

Before

Width:  |  Height:  |  Size: 6.7 KiB

After

Width:  |  Height:  |  Size: 6.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 684 B

Before

Width:  |  Height:  |  Size: 46 KiB

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Before

Width:  |  Height:  |  Size: 6.6 KiB

After

Width:  |  Height:  |  Size: 6.6 KiB

Before

Width:  |  Height:  |  Size: 659 B

After

Width:  |  Height:  |  Size: 659 B

Before

Width:  |  Height:  |  Size: 142 KiB

After

Width:  |  Height:  |  Size: 142 KiB

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

Before

Width:  |  Height:  |  Size: 51 KiB

After

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.5 KiB

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

Before

Width:  |  Height:  |  Size: 614 B

After

Width:  |  Height:  |  Size: 614 B

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 38 KiB

Before

Width:  |  Height:  |  Size: 9.2 KiB

After

Width:  |  Height:  |  Size: 9.2 KiB

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Before

Width:  |  Height:  |  Size: 70 KiB

After

Width:  |  Height:  |  Size: 70 KiB

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

@ -57,7 +57,8 @@ plugins:
Radarr/V3/How-to-importexport-Custom-Formats-and-truly-make-use-of-it.md: Radarr/V3/Radarr-import-custom-formats.md
Radarr/V3/Collection-of-Custom-Formats-for-RadarrV3.md: Radarr/V3/Radarr-collection-of-custom-formats.md
Sonarr/V3/Remote-Path-Mappings-explained-for-Sonarr.md: Sonarr/V3/Sonarr-remote-path-mapping.md
Misc/Discord-Notifier-Basic-Setup.md: Misc/Discord-Notifiarr-Setup.md
Misc/Discord-Notifier-Basic-Setup.md: Notifiarr/Quick-Start.md
Misc/Discord-Notifiarr-Setup.md: Notifiarr/Quick-Start.md
theme:
name: material

Loading…
Cancel
Save