Added: Questions or Suggestion link to discord

- Added: Questions or Suggestion link to discord
- Changed: several changes to try to make the guide more readable and understandable
pull/445/head
TRaSH 2 years ago
parent 7faec6eaf4
commit a749bdc0fd

@ -34,8 +34,8 @@ This score is the minimal score that the subs should match to for your release,
![!Score Threshold](images/settings-subtitles-sync-score.png)
- Enable `Automatic Subtitles Synchronization` at step 3.
- Enable `Series Score Threshold` at step 4 and set the score to `96`.
- Enable `Movies Score Threshold` at step 5 and set the score to `86`.
- Enable `Series Score Threshold` at step 4 and set the score to `96`.[^1]
- Enable `Movies Score Threshold` at step 5 and set the score to `86`.[^1]
This will set the Synchronization Score Threshold, meaning at which score bazarr will sync the subtitles.
@ -45,9 +45,10 @@ This will set the Synchronization Score Threshold, meaning at which score bazarr
- it use the embedded subtitles track as reference, if not present.
- it needs to extract the audio track and analyze it to define start of sentence markers.
### Why not set the Synchronization Score to max
??? faq "Why not set the Synchronization Score to max"
[^1]:
Why not set the Synchronization Score to max?
It's kinda useless to start with why would you want to try to sync perfectly matching subs in the first place ?
I personally noticed that when setting it to high 98-100 I would actually get subs that are like 1 second to slow/fast.
--8<-- "includes/support.md"

@ -122,3 +122,5 @@ Being that Sonarr/Radarr only looks at the last xx amount in the queue/history.
Make sure you check both boxes under `Completed Download Handling` at step 3,
and both boxes under `Failed Download Handling` at step 4.
--8<-- "includes/support.md"

@ -11,3 +11,7 @@
`Settings` => `CATEGORIES`
![nzbget-settings-categories](/Hardlinks/images/nzbget-settings-categories.png)
--8<-- "includes/downloaders/warning-path-location.md"
--8<-- "includes/support.md"

@ -29,15 +29,7 @@ I recommend setting a sane maximum speed and then limiting below that, to keep y
Here you setup your download path/location.
!!! Warning "ATTENTION"
1. You set your download location in your download client
1. Your download client **ONLY** downloads to your download folder/location.
1. And you tell Radarr where you want your clean media library
1. Radarr imports from your download location (copy/move/hardlink) to your media folder/library
1. Plex, Emby, JellyFin or Kodi should **ONLY** have access to your media folder/library
:bangbang: __**Your Download and Media Library should be **NEVER** the same locations**__ :bangbang:
--8<-- "includes/downloaders/warning-path-location.md"
### System Folders
@ -147,3 +139,5 @@ Being that Sonarr/Radarr only looks at the last xx amount in the queue/history.
------
<sub>Thanks to [fryfrog](https://github.com/fryfrog){:target="_blank" rel="noopener noreferrer"} for helping me with the settings and providing the info needed to create this Guide.</sub>
--8<-- "includes/support.md"

@ -12,8 +12,12 @@
![!sabnzbd-categories](/Hardlinks/images/sabnzbd-categories.png)
--8<-- "includes/downloaders/warning-path-location.md"
---
## Paths and Categories Breakdown
![!SABnzbd - Paths and Categories Breakdown](images/sabnzbd-category-breakdown.png)
--8<-- "includes/support.md"

@ -40,3 +40,5 @@ This basic example is based on the use of docker images
When your downloads ends up in `/data/torrents/` and not in `/data/torrents/{tv|movies|music}` then you probably forgot to change `Default Torrent Management Mode:` to `Automatic`
![!qBittorrent - Default Torrent Management Mode](images/qb-saving-management.png)
--8<-- "includes/support.md"

@ -5,3 +5,5 @@
------
## Soon
--8<-- "includes/support.md"

@ -46,3 +46,5 @@
```
--8<-- "includes/hardlinks/docker-compose-commands.md"
--8<-- "includes/support.md"

@ -177,3 +177,5 @@ When that's all set then you will need to change the paths you're going to use i
`Settings` => `Autotools`
![ds-rtorrent-settings-autotools](images/ds-rtorrent-settings-autotools.png)
--8<-- "includes/support.md"

@ -11,3 +11,5 @@
--8<-- "includes/hardlinks/breakdown-folder-structure.md"
--8<-- "includes/hardlinks/permissions.md"
--8<-- "includes/support.md"

@ -223,7 +223,7 @@ For this, we need two files:
We will start with downloading the `docker-compose.yml` file
Download this [docker-compose.yml](https://github.com/TRaSH-/Guides-Synology-Templates/blob/main/docker-compose/docker-compose.yml){:target="_blank" rel="noopener noreferrer"} to your `/volume1/docker/appdata` location so you got your important stuff together. Or use the command below:
Download this [docker-compose.yml](https://raw.githubusercontent.com/TRaSH-/Guides-Synology-Templates/main/docker-compose/docker-compose.yml){:target="_blank" rel="noopener noreferrer"} to your `/volume1/docker/appdata` location so you got your important stuff together. Or use the command below:
```bash
sudo wget https://raw.githubusercontent.com/TRaSH-/Guides-Synology-Templates/main/docker-compose/docker-compose.yml -P /volume1/docker/appdata/
@ -240,7 +240,7 @@ sudo wget https://raw.githubusercontent.com/TRaSH-/Guides-Synology-Templates/mai
- Bazarr (Subtitle searcher and downloader)
- Plex
What's not included.
What's not included (and where are the download clients?).
I didn't add a download client to it, because it depends on what you prefer (usenet/torrent) and which client you prefer, so I created a new [Repository](https://github.com/TRaSH-/Guides-Synology-Templates/tree/main/templates){:target="_blank" rel="noopener noreferrer"} on Github where I provide and maintain some templates that are ready to use with the main `docker-compose.yml`.
@ -248,7 +248,7 @@ sudo wget https://raw.githubusercontent.com/TRaSH-/Guides-Synology-Templates/mai
Second we will download the `.env` file
Download this [.env](https://github.com/TRaSH-/Guides-Synology-Templates/blob/main/docker-compose/.env){:target="_blank" rel="noopener noreferrer"} to your `/volume1/docker/appdata` location so you got your important stuff together. Or use this command:
Download this [.env](https://raw.githubusercontent.com/TRaSH-/Guides-Synology-Templates/main/docker-compose/.env){:target="_blank" rel="noopener noreferrer"} to your `/volume1/docker/appdata` location so you got your important stuff together. Or use this command:
```bash
sudo wget https://raw.githubusercontent.com/TRaSH-/Guides-Synology-Templates/main/docker-compose/.env -P /volume1/docker/appdata/
@ -362,3 +362,5 @@ You will notice that all the images will be downloaded, after that the container
Just don't use the GUI, only for information purposes !!!
--8<-- "includes/hardlinks/docker-compose-commands.md"
--8<-- "includes/support.md"

@ -203,3 +203,5 @@ data
<iframe width="560" height="315" src="https://www.youtube.com/embed/AMcHsQJ7My0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
Please don't forget to check out his other Unraid Video's [HERE](https://www.youtube.com/c/IBRACORP/videos){:target="_blank" rel="noopener noreferrer"}
--8<-- "includes/support.md"

@ -55,7 +55,7 @@ Let's use for this example: `USA Miami` and copy/paste the Hostname `us-fl.secur
![!Torguard Global VPN Network](images/torguard/globalvpnnetwork-list.png)
!!! important
Also check if your choosen server supports OpenVPN or Wireguard depending what you want to use.
Also check if your chosen server supports OpenVPN or Wireguard depending what you want to use.
### Get your VPN IP
@ -203,3 +203,5 @@ Choose your preferred VPN Tunnel type.
Thanks:
A big Thanks to [mrhotio](https://github.com/mrhotio) for his excellent instructions on how to setup WireGuard for TorGuard.
--8<-- "includes/support.md"

@ -494,3 +494,5 @@ For the information of this guide, I made use of the following sources
- [Plex Support Articles](https://support.plex.tv/articles/){:target="_blank" rel="noopener noreferrer"}
- Extra Information gathered from a Plex employee
- Own experience
--8<-- "includes/support.md"

@ -48,3 +48,5 @@ Example paths:
```sh
[[% filter indent(width=4) %]][[% include '/Plex/profiles/Chromecast/Chromecast.xml' %]][[% endfilter %]]
```
--8<-- "includes/support.md"

@ -4,12 +4,12 @@ I often get the question what's the best Quality Settings to use,
Well it's actually personal preference so I will show you a recommended Quality Settings.
But before you continue to read, as with all my guides:
!!! question ""
!!! error ""
**If you don't care about quality then stop reading and see if the other tutorials are helpful for you.**
This Quality Settings has been created and tested with info I got from others, and release comparisons from different sources.
??? question "FAQ"
??? question "FAQ - [CLICK TO EXPAND]"
## FAQ
@ -61,3 +61,5 @@ This Quality Settings has been created and tested with info I got from others, a
The highest preferred quality you can manually enter is 1 less than the Maximum quality. If you use the slider, the preferred quality can be up to 5 lesser than the Maximum quality.
Make sure you have enabled 'Show Advanced' in Radarr, if you don't see a provision to enter the scores, under the Quality settings.
--8<-- "includes/support.md"

@ -8,9 +8,10 @@ With Radarr V3, Custom Formats are much more advanced/powerful than with v0.2, a
After requesting at Team Radarr we now have the options to import/export the Custom Formats in a JSON format that we can use here what makes it easier to share the different kind of Custom Formats.
I also made 2 guides related to this one.
I also made 3 guides related to this one.
- [How to import Custom Formats](/Radarr/Radarr-import-custom-formats){:target="_blank" rel="noopener noreferrer"}. Where I will try to explain how to import the Custom Formats.
- [How to upgrade Custom Formats](/Radarr/Radarr-how-to-update-custom-formats){:target="_blank" rel="noopener noreferrer"}. Where I will try to explain how to upgrade your existing the Custom Formats.
- [How to setup Custom Formats](/Radarr/Radarr-setup-custom-formats){:target="_blank" rel="noopener noreferrer"} Where I will try to explain how to make the most use of Custom Formats and show some personal examples that I'm using. That you can use to get a idea how to setup yours.
!!! tip
@ -23,6 +24,8 @@ I also made 2 guides related to this one.
This way you make sure the Custom Formats preferences will be used and not ignored.
--8<-- "includes/support.md"
------
## INDEX

@ -7,25 +7,27 @@ Here I will try to explain how you can import Custom Formats for Radarr v3.
**Quality Profile trumps Custom Formats**
More info [HERE](/Radarr/Radarr-setup-custom-formats/){:target="_blank" rel="noopener noreferrer"}
## How to Copy/Paste the JSON from the site
In this example i will use the [BR-DISK](/Radarr/Radarr-collection-of-custom-formats/#br-disk){:target="_blank" rel="noopener noreferrer"} Custom Format the one most people don't want to download anyway and if you do then you probably don't use Radarr or Plex being both don't support it.
Visit the [Collection of Custom Formats](/Radarr/Radarr-collection-of-custom-formats/){:target="_blank" rel="noopener noreferrer"} and from the Table select [BR-DISK](/Radarr/Radarr-collection-of-custom-formats/#br-disk){:target="_blank" rel="noopener noreferrer"}
??? success "example"
??? success "example - [CLICK TO EXPAND]"
![cf-table-select-brdisk](images/cf-table-select-brdisk.png)
After you selected it you expand the JSON
??? success "example"
??? success "example - [CLICK TO EXPAND]"
![cf-json-expand](images/cf-json-expand.png)
Then you select the Copy/Paste icon on the top far right
??? success "example"
??? success "example - [CLICK TO EXPAND]"
![cf-json-copy-paste](images/cf-json-copy-paste.png)
@ -64,8 +66,6 @@ all you need to do now is click on the `Save` button and you're done.
Personally I would only add the Custom Formats that do what you actually prefer especially in the beginning, including the [Releases you should avoid](/Radarr/Radarr-setup-custom-formats/#releases-you-should-avoid)
If you got any questions or aren't sure what to add just Click the chat badge to join the Discord Channel where you can ask your questions directly
[![Discord chat](https://img.shields.io/discord/492590071455940612?style=for-the-badge&color=4051B5&logo=discord)](https://trash-guides.info/discord){:target="_blank" rel="noopener noreferrer"}
Check out the [How to setup Custom Formats](/Radarr/Radarr-setup-custom-formats/) where I will try to explain how to make the most use of custom formats and show some personal examples that I'm using. That you can use to get a idea how to setup yours.
--8<-- "includes/support.md"

@ -103,3 +103,5 @@ RESULT:
Thanks:
A big Thanks to [fryfrog](https://github.com/fryfrog) and [rg9400](https://github.com/rg9400) for the suggestions.
--8<-- "includes/support.md"

@ -13,9 +13,9 @@ Remote Path Mapping acts as a dumb find `Remote Path` and replace with `Local Pa
!!! note
If you run dockers it would be smarter to fix the problem at the source what's causing the actual issue.
- [Radarr Wiki Servarr - Docker Guide](https://wiki.servarr.com/docker-guide#consistent-and-well-planned-paths)
- [Radarr Wiki Servarr - Docker Guide](https://wiki.servarr.com/docker-guide#consistent-and-well-planned-paths){:target="_blank" rel="noopener noreferrer"}
- [TRaSH Guides](/Misc/how-to-set-up-hardlinks-and-atomic-moves/)
- [TRaSH Guides](/Hardlinks/Hardlinks-and-Instant-Moves/){:target="_blank" rel="noopener noreferrer"}
------
@ -67,12 +67,12 @@ Go to `Settings` => `Download Clients`
There you open up the download client for this example I will be using SABnzbd
![!rpm-sabnzbd-host](images/rpm-sabnzbd-host.png)
![!Sabnzbd Host](images/rpm-sabnzbd-host.png)
This is what you put in your Host in Remote Path Mapping.
This could be a `hostname`, `container name` or a `IP Address`
??? examples "Example what to add in Add Remote Path Mapping"
??? example "example what to add in Add Remote Path Mapping - [CLICK TO EXPAND]"
![!rpm-add-rpm-select-sabnzbd](images/rpm-add-rpm-select-sabnzbd.png)
@ -84,7 +84,7 @@ In SABnzbd go to `settings` => `Folders`
![!rpm-sabnzbd-folders-cdf](images/rpm-sabnzbd-folders-cdf.png)
??? examples "Example what to add in Add Remote Path Mapping"
??? example "example what to add in Add Remote Path Mapping - [CLICK TO EXPAND]"
![!rpm-add-rpm-remote-path](images/rpm-add-rpm-remote-path.png)
@ -94,7 +94,7 @@ To find what you need to put in in your local path you need to know how Radarr i
Click on the browse button and browse to the location where the files are accessible for Radarr.
??? examples "Example what to add in Add Remote Path Mapping"
??? example "example what to add in Add Remote Path Mapping - [CLICK TO EXPAND]"
![!rpm-add-local-path](images/rpm-add-local-path.png)
@ -103,3 +103,5 @@ The final result will look something like this.
![!rpm-final-results](images/rpm-final-results.png)
After these changes the file should be able to be imported by Radarr.
--8<-- "includes/support.md"

@ -78,10 +78,6 @@ My suggestion is to create tiers of scores based on what things matter to you.
Personally I would only add the Custom Formats that do what you actually prefer especially in the beginning, including the [Releases you should avoid](#releases-you-should-avoid)
If you got any questions or aren't sure what to add just Click the chat badge to join the Discord Channel where you can ask your questions directly.
[![Discord chat](https://img.shields.io/discord/492590071455940612?style=for-the-badge&color=4051B5&logo=discord)](https://trash-guides.info/discord){:target="_blank" rel="noopener noreferrer"}
------
## Examples
@ -331,3 +327,5 @@ Because I'm to lazy to calculate the maximum for every of my used Quality Profil
## Thanks
A big Thanks to [rg9400](https://github.com/rg9400) for providing me with info needed to create the Tips section.
--8<-- "includes/support.md"

@ -60,3 +60,5 @@ If for any reason you need or want to edit your added list go to.
Then search for you list you want to edit/remove
![!Radarr Lists](images/rmc-lists.png)
--8<-- "includes/support.md"

@ -34,3 +34,5 @@ Then Magic
![!radarr-correct-folder-name](images/radarr-correct-folder-name.png)
As you can see the folder has been renamed to the correct year following your naming scheme.
--8<-- "includes/support.md"

@ -11,3 +11,5 @@ Go to your Activity
Then on the top right click on `Options` and a new window will popup and enable `Show Unknown Movie Items`
![!Enable Show Unknown Movie Items](images/Radarr-show-unknown-movie-item.png)
--8<-- "includes/support.md"

@ -160,49 +160,42 @@ You now only need to make use of `Sonarr 1`, When you got a TV Shows (or a Movie
------
[^1]:
??? faq "1080p streaming optimized quality profile - [CLICK TO EXPAND]"
If you're interested in the 1080p streaming optimized quality profile you can contact me on [discord](https://trash-guides.info/discord)
If you're interested in the 1080p streaming optimized quality profile you can contact me on [discord](https://trash-guides.info/discord)
This is a special quality profile i created for people who are really interested in it
This is a special quality profile i created for people who are really interested in it
This release profile is fine tuned when you want to run a 2nd Radarr for 1080p, and want minimum to none transcoding and smaller sizes for the second copy's
This release profile is fine tuned when you want to run a 2nd Radarr for 1080p, and want minimum to none transcoding and smaller sizes for the second copy's
Why choose this quality profile?
- Streaming optimized (Optimized for PLEX, emby, Jellyfin, and other streaming platforms)
- Small sizes
- Good quality
- No DoVi
- Only AC3 Audio (Downmixed Lossless audio track to Dolby Digital 5.1 for optimal compatibility)
!!! note "Why choose this quality profile?"
- You want maximum compatibility between all devices and still a HQ releases.
- You run 2 instances of Radarr and want both version or just for the 1080p ones.
- You want to have minimum till none transcoding for low powered devices or remote streaming.
- Streaming optimized (Optimized for PLEX, emby, Jellyfin, and other streaming platforms)
- Small sizes
- Good quality
- Only AC3 Audio (Downmixed Lossless audio track to Dolby Digital 5.1 for optimal compatibility)
- You want maximum compatibility between all devices and still a HQ releases.
- You run 2 instances of Radarr and want both version or just for the 1080p ones.
- You want to have minimum till none transcoding for low powered devices or remote streaming.
[^2]:
??? faq "When Radarr shall consider a movie is available - [CLICK TO EXPAND]"
- **Announced**: Radarr shall consider movies available as soon as they are added to Radarr. This setting is recommended if you have good private trackers that do not have fakes.
- **In Cinemas**: Radarr shall consider movies available as soon as movies they hit cinemas. This option is not recommended.
- **Released**: Radarr shall consider movies available as soon as the Blu-ray is released. This option is recommended if your indexers contain fakes often.
- **Announced**: Radarr shall consider movies available as soon as they are added to Radarr. This setting is recommended if you have good private trackers that do not have fakes.
- **In Cinemas**: Radarr shall consider movies available as soon as movies they hit cinemas. This option is not recommended.
- **Released**: Radarr shall consider movies available as soon as the Blu-ray is released. This option is recommended if your indexers contain fakes often.
[^3]:
??? FAQ "Monitoring Options - [CLICK TO EXPAND]"
- **All Episodes**: Monitor all episodes except specials
- **Future Episodes**: Monitor episodes that have not aired yet
- **Missing Episodes**: Monitor episodes that do not have files or have not aired yet
- **Existing Episodes**: Monitor episodes that have files or have not aired yet
- **First Season**: Monitor all episodes of the first season. All other seasons will be ignored
- **Latest Season**: Monitor all episodes of the latest season and future seasons
- **None**: No episodes will be monitored
- **All Episodes**: Monitor all episodes except specials
- **Future Episodes**: Monitor episodes that have not aired yet
- **Missing Episodes**: Monitor episodes that do not have files or have not aired yet
- **Existing Episodes**: Monitor episodes that have files or have not aired yet
- **First Season**: Monitor all episodes of the first season. All other seasons will be ignored
- **Latest Season**: Monitor all episodes of the latest season and future seasons
- **None**: No episodes will be monitored
[^4]:
??? FAQ "Series Type - [CLICK TO EXPAND]"
- **Anime**: Episodes released using an absolute episode number
- **Daily**: Episodes released daily or less frequently that use year-month-day (2017-05-25)
- **Standard**: Episodes released with SxxEyy pattern
- **Anime**: Episodes released using an absolute episode number
- **Daily**: Episodes released daily or less frequently that use year-month-day (2017-05-25)
- **Standard**: Episodes released with SxxEyy pattern
--8<-- "includes/support.md"

@ -4,7 +4,7 @@ I often get the question what's the best Quality Settings to use,
Well it's actually personal preference so I will show you a recommended Quality Settings.
But before you continue to read, as with all my guides:
!!! question ""
!!! error ""
**If you don't care about quality then stop reading and see if the other tutorials are helpful for you.**
This Quality Settings has been created and tested with info I got from others, and release comparisons from different sources.
@ -73,3 +73,5 @@ I only do WEB-DL my self for TV shows because in my opinion WEB-DL is the sweet
| WEBDL-2160p | 69.1 | 350 |
| Bluray-2160p | 94.6 | 400 |
| Bluray-2160p Remux | 204.4 | 400 |
--8<-- "includes/support.md"

@ -641,3 +641,5 @@ Most of my information and knowledge came from:
- [TRaSH](https://trash-guides.info/) (For allowing me to utilize his website for my guide and general knowledge share.)
Thanks a bunch!!
--8<-- "includes/support.md"

@ -8,7 +8,7 @@ With this option you can fine tune your preference.
The Release profile that we're going to use for this example is mainly to prefer P2P releases over Scene releases, (Scene releases are still being downloaded but upgraded).
!!! question ""
!!! error ""
**If you don't care about quality then stop reading and see if the other tutorials are helpful for you.**
??? question "FAQ - [CLICK TO EXPAND]"
@ -519,7 +519,6 @@ If you want to be mentioned please message me on discord, including a link for p
Or use one of the 2 automation tools.
If you got any questions or aren't sure just click the chat badge to join the Discord Channel where you can ask your questions directly.
[![Discord chat](https://img.shields.io/discord/492590071455940612?style=for-the-badge&color=4051B5&logo=discord)](https://trash-guides.info/discord){:target="_blank" rel="noopener noreferrer"}
------
--8<-- "includes/support.md"

@ -195,3 +195,5 @@ The filename can be Obscured where the Release naming isn't especially when you
Thanks:
A big Thanks to [fryfrog](https://github.com/fryfrog), [rg9400](https://github.com/rg9400) and [bakerboy448](https://github.com/bakerboy448) for the suggestions.
--8<-- "includes/support.md"

@ -1,12 +1,26 @@
# Remote Path Mappings explained
# Remote Path Mappings
Remote Path Mappings explained for Sonarr
Seems that allot of people don't understand how the remote path mapping works for Sonarr. I will try to explain it with some screenshots and a short description.
Seems that allot of people don't understand how the remote path mapping works for Sonarr.
I will try to explain it with some screenshots and a short description.
Remote Path Mapping acts as a dumb find `Remote Path` and replace with `Local Path`
## Do I need Remote Path Mappings
- If Sonarr and your download client are not on the same server/system.
- If you use either merged local/remote setups using mergerfs or similar
- You run dockers and **DON'T** have Consistent and well planned paths.
!!! note
If you run dockers it would be smarter to fix the problem at the source what's causing the actual issue.
- [Sonarr Wiki Servarr - Docker Guide](https://wiki.servarr.com/docker-guide#consistent-and-well-planned-paths){:target="_blank" rel="noopener noreferrer"}
- [TRaSH Guides](/Hardlinks/Hardlinks-and-Instant-Moves/){:target="_blank" rel="noopener noreferrer"}
------
## How do I recognize that I need remote path mappings
If your download client is on another system then Sonarr then you probably need to make use of Remote Path Mappings.
You will get a error that looks a little bit like the following screenshot.
@ -69,3 +83,5 @@ A screen will popup with the following options.
The final result will look something like this.
![Qbittorrent final result](images/qbit_final.png)
--8<-- "includes/support.md"

@ -4,15 +4,12 @@
--md-footer-bg-color--dark: hsla(0, 0%, 0%, 0.32);
}
footer.sponsorship {
text-align: center;
hr {
display: inline-block;
vertical-align: middle;
}
/*Change footnotes font size */
.md-typeset .footnote {
font-size: 12px;
}
th {
color:white !important;
background-color:hsla(232, 54%, 41%, 1) !important;
@ -28,3 +25,12 @@ td a:hover {
.md-content {
--md-typeset-a-color: #1372EB;
}
footer.sponsorship {
text-align: center;
hr {
display: inline-block;
vertical-align: middle;
}
}

@ -0,0 +1,9 @@
!!! Warning "ATTENTION"
1. You set your download location in your download client
1. Your download client **ONLY** downloads to your download folder/location.
1. And you tell Radarr where you want your clean media library
1. Radarr imports from your download location (copy/move/hardlink) to your media folder/library
1. Plex, Emby, JellyFin or Kodi should **ONLY** have access to your media folder/library
:bangbang: __**Your Download and Media Library should be **NEVER** the same locations**__ :bangbang:

@ -1,7 +1,7 @@
------
!!! info "Questions or Suggestions"
!!! help "Questions or Suggestions?"
If you have questions or suggestions click the chat badge to join the Discord Support Channel where you can ask your questions directly and get live support.
[![Discord chat](https://img.shields.io/discord/492590071455940612?style=for-the-badge&color=4051B5&logo=discord)](https://trash-guides.info/discord){:target="_blank" rel="noopener noreferrer"}

Loading…
Cancel
Save