Update readme.md
This commit is contained in:
parent
fbae7ac7ac
commit
982f0d933c
1 changed files with 46 additions and 0 deletions
|
@ -11,3 +11,49 @@ Container: https://docs.linuxserver.io/images/docker-radarr<br>
|
||||||
4. Start your container and wait for the application to load
|
4. Start your container and wait for the application to load
|
||||||
5. Optional: Customize the configuration by modifying the following file `/config/extended.conf`
|
5. Optional: Customize the configuration by modifying the following file `/config/extended.conf`
|
||||||
6. Restart the container
|
6. Restart the container
|
||||||
|
|
||||||
|
# Updating
|
||||||
|
Updating is a bit more combersum. To update, do the following:
|
||||||
|
1. Download/update your local `/config/extended.conf` file with the latest options from: https://github.com/RandomNinjaAtk/arr-scripts/blob/main/radarr/extended.conf
|
||||||
|
2. Restart the container, wait for it to fully load the application.
|
||||||
|
3. Restart the container again, for the new scripts to activate.
|
||||||
|
|
||||||
|
# Features
|
||||||
|
<table>
|
||||||
|
<tr>
|
||||||
|
<td><img src="https://raw.githubusercontent.com/RandomNinjaAtk/unraid-templates/master/randomninjaatk/img/radarr.png" width="200"></td>
|
||||||
|
<td><img src="https://github.com/RandomNinjaAtk/docker-lidarr-extended/raw/main/.github/plus.png" width="100"></td>
|
||||||
|
<td><img src="https://raw.githubusercontent.com/RandomNinjaAtk/unraid-templates/master/randomninjaatk/img/amtd.png" width="200"></td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
* Downloading **Movie Trailers** and **Extras** using online sources for use in popular applications (Plex/Kodi/Emby/Jellyfin):
|
||||||
|
* Connects to Radarr to automatically download trailers for Movies in your existing library
|
||||||
|
* Downloads videos using yt-dlp automatically
|
||||||
|
* Names videos correctly to match Plex/Emby/Jellyfin naming convention
|
||||||
|
* Auto Configure Radarr with optimized settings
|
||||||
|
* Optimized file/folder naming (based on trash guides)
|
||||||
|
* Configures media management settings
|
||||||
|
* Configures metadata settings
|
||||||
|
* Recyclarr built-in
|
||||||
|
* Auto configures Custom Formats
|
||||||
|
* Auto configures Custom Format Scores
|
||||||
|
* Auto configures optimzed quality definitions
|
||||||
|
* Plex Notify Script
|
||||||
|
* Reduce Plex scanning by notifying Plex the exact folder to scan
|
||||||
|
* Queue Cleaner Script
|
||||||
|
* Automatically removes downloads that have a "warning" or "failed" status that will not auto-import into Radarr, which enables Radarr to automatically re-search for the Title
|
||||||
|
|
||||||
|
### Plex Example
|
||||||
|
![](https://raw.githubusercontent.com/RandomNinjaAtk/docker-amtd/master/.github/amvtd-plex-example.jpg)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# Credits
|
||||||
|
- [ffmpeg](https://ffmpeg.org/)
|
||||||
|
- [yt-dlp](https://github.com/yt-dlp/yt-dlp)
|
||||||
|
- [linuxserver/radarr](https://github.com/linuxserver/docker-radarr) Base docker image
|
||||||
|
- [Radarr](https://radarr.video/)
|
||||||
|
- [The Movie Database](https://www.themoviedb.org/)
|
||||||
|
- [Recyclarr](https://github.com/recyclarr/recyclarr)
|
||||||
|
- Icons made by <a href="http://www.freepik.com/" title="Freepik">Freepik</a> from <a href="https://www.flaticon.com/" title="Flaticon"> www.flaticon.com</a>
|
||||||
|
|
Loading…
Reference in a new issue