Skip to content

A Rust TUI program to set up nicer directory trees for Plex

Notifications You must be signed in to change notification settings

dymk/interactive-renamer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interactive Renamer

An opinionated tool to manage directory trees, where the input trees have names that look like those found in torrents, and the output trees are something that plays well with Plex

Usage:
renamer [dbfile] [indir] [outdir]
 dbfile - file to persist mapping information to
 indir - directory containing input files / directories
 outdir - directory to write new directories / symlinks to

Building

$> git clone https://github.com/dymk/interactive-renamer
$> cd interactive-renamer
$> cargo build

Features

  • Interactive TUI works on servers via ssh
  • Real-time preview of file and directory renaming strategies
  • Per-directory configuration persisted to local database

Screenshots

List input directories and their mapped outputs Screenshot 1

Configure renaming strategies for input directories and the files it contains Screenshot 2

About

A Rust TUI program to set up nicer directory trees for Plex

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages