Skip to content

Web Service Program to rename Anime Series from Sonarr

Notifications You must be signed in to change notification settings

laglink17/renamerr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Renamerr

This is a Web Service Program that connects to Sonarr, gets current indexed Series and lets you choose an Alternative Name (from Sonarr list) to rename the files using this chosen Name.

Focused on Anime Series, that most of the times gets a Translated Name from Sonarr.

First Steps

  1. Clone or download this repository and added to your Docker server.
  2. Use the docker compose provided to build the image and run along with Sonarr. sudo docker compose up -d
  3. Configure Sonarr at first, get the API Key and add it as a env variable.
  4. Access the service with http://{server-ip}:5000

Usage

Select a Series from the list, and get the Alternative Names from Sonarr.

renamerr_preview_v3

Choose your prefered Alternative Name and if you prefer to use Season Folders or a Single Folder, the press "Preview Rename" to see how the files will be renamed.

Season Folder:

renamerr_season

Single Folder:

renamerr_single

Press the button "Confirm Rename" to rename the files.

Enjoy!

Warnings

  • Sonarr and Renamerr must have the same path for the file. In the compose file, both are registered on /anime.
  • Create the enviroment variables for UID, GID and API.
  • It's recommend to first create and configure Sonarr, before using this service. The API is needed to access Sonarr files.

About

Web Service Program to rename Anime Series from Sonarr

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published