Skip to content

sicXnull/radarr-genre-sort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Radarr Genre Sort

This script will automatically sort new downloaded movies based on filter functions selected & their parameters defined in the .env file

Installation

  1. Clone the repo into folder accessible by radarr
  2. Make sure all files have permissions and are executable
  3. Add script to Radarr
    1. Settings > Connect > Add Custom Script
    2. Give script title
    3. Only check 'On Movie Added'
    4. Locate and select sort.sh script in "path"
    5. Click Save
  4. Rename .env.example file to .env

If using docker, make sure to create and map a /scripts/ directory to the container

image

Edit .env file

  1. RADARR_URL - your radarr ip/domain for api access.

  2. RADARR_API_KEY - your radarr API Key

    • Found in Radarr > Settings > General > API Key
  3. #Genres - defined genres

    • Add desired genre
    • Follow the GENRE_<CHANGE> format
  4. #Directories - defined directories

    • Add location for the files
    • Follow the DIR_<CHANGE> format

About

Sorts Radarr Movies into defined genre folders

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages