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.
- Clone or download this repository and added to your Docker server.
- Use the docker compose provided to build the image and run along with Sonarr.
sudo docker compose up -d
- Configure Sonarr at first, get the API Key and add it as a env variable.
- Access the service with http://{server-ip}:5000
Select a Series from the list, and get the Alternative Names from Sonarr.
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:
Single Folder:
Press the button "Confirm Rename" to rename the files.
Enjoy!
- 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.