Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Radarr Root Folder Switcher

Interactive script to move Radarr movies between root folders. Deletes existing files and triggers re-download in the new location.

What it does

  1. Shows all movies not in target folder (sorted by size)
  2. Select movies with fzf (multi-select with Tab)
  3. Deletes movie files via Radarr API
  4. Updates movie root folder path
  5. Triggers search to re-download

Requirements

# macOS
brew install fzf jq

# Debian/Ubuntu
sudo apt install fzf jq curl

Usage

chmod +x radarrswitchroot.sh
./radarrswitchroot.sh

First run prompts for:

  • Radarr URL
  • API Key
  • Target root folder (select from existing)

Config saved to .radarrswitchroot.conf. Press r at startup to reconfigure.

Controls

  • Type to search
  • Arrow keys to navigate
  • Tab to select multiple
  • Enter to confirm
  • Esc to cancel
  • Home/End to jump top/bottom

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages