Merge pull request #445 from TRaSH-/Maintenance-Release-20211225
Maintenance release 20211225pull/447/head
commit
00d2da1517
@ -0,0 +1,56 @@
|
||||
# How to update Custom Formats
|
||||
|
||||
Here I will show various ways how you can update your Custom Formats with any changes from the Guide or provided to you from other sources, without loosing the scoring in your Quality Profile.
|
||||
|
||||
## Manual way
|
||||
|
||||
!!! note ""
|
||||
Starting from v4.0.0.5653 Radarr now supports Import to update existing Custom Formats.
|
||||
|
||||
The manual way is almost the same as the import Custom Format way.
|
||||
|
||||
In Radarr
|
||||
|
||||
`Settings` => `Custom Formats`
|
||||
|
||||
![cf-settings-cf](images/cf-settings-cf.png)
|
||||
|
||||
Open the custom Format you want to update.
|
||||
|
||||
![!Import To Update](images/cf-import-to-update.png)
|
||||
|
||||
In the empty `Custom Format JSON` box (1) you just paste the `JSON` what you got from the [Custom Format Collection](/Radarr/Radarr-collection-of-custom-formats/){:target="_blank" rel="noopener noreferrer"} or provided to you from other sources followed by the `Import` button (2).
|
||||
|
||||
What you see in the red box is a example txt that you don't and can't remove!
|
||||
|
||||
![cf-import-cf](images/cf-import-cf.png)
|
||||
|
||||
After selecting the `Import` button you will get a screen that has all the Custom Formats variables filled in correctly,
|
||||
all you need to do now is click on the `Save` button and you're done.
|
||||
|
||||
![cf-import-done](images/cf-import-done.png)
|
||||
|
||||
!!! attention
|
||||
The Import to update existing Custom Formats replaces the existing Custom Format, so all manual changes you did to it will be lost :bangbang:
|
||||
|
||||
------
|
||||
|
||||
## Notifiarr
|
||||
|
||||
It's possible with [Notifiarr](https://notifiarr.com/profile.php) (Patron feature)
|
||||
|
||||
After setup it's fully automated and will check every X minutes for updates to the Custom Formats or Sonarr Release Profile and will update it to your Radarr or Sonarr (Multiple Client Support).
|
||||
|
||||
[Instructions](https://notifiarr.wiki/en/Website/Integrations/Trash)
|
||||
|
||||
------
|
||||
|
||||
## TRaSH Updater
|
||||
|
||||
It's possible with [trash-updater](https://github.com/rcdailey/trash-updater)
|
||||
|
||||
Automatically mirror TRaSH guides to your Sonarr/Radarr instance based on your setup scheduler.
|
||||
|
||||
[Instructions](https://github.com/rcdailey/trash-updater#getting-started)
|
||||
|
||||
--8<-- "includes/support.md"
|
After Width: | Height: | Size: 30 KiB |
@ -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:
|
@ -0,0 +1,7 @@
|
||||
|
||||
------
|
||||
|
||||
!!! 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…
Reference in new issue