Skip to content
This repository was archived by the owner on Dec 2, 2025. It is now read-only.
/ fixarr Public archive

๐Ÿฟ Cross Platform Ultimate Movie | TV | Anime Renamer with Backup Media Servers (Plex | Emby | Jellyfin)

License

Notifications You must be signed in to change notification settings

sachinsenal0x64/fixarr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Note

I havenโ€™t released the new update yet, but the tool is working fine. If you run into any issues, please open a GitHub issue. You can also join our Discord using the link below.

FIXARR

๐Ÿ–ผ๏ธ GUI

FIXARR)

๐Ÿฟ Ultimate Movie | TV | Anime Renamer with Backup Media Servers (Plex | Emby | Jellyfin)



๐Ÿ’• Community

๐Ÿป Join the community: Discord


๐Ÿš€ Features

  • ๐ŸŽฌ MOVIE RENAMER
  • ๐Ÿ“บ TV RENAMER
  • ๐Ÿ”บ PLEX BACKUP
  • โšก๏ธ MULTI THREADING
  • โ™ป PURG UNNECESSARY FILES (NFO,SRT)
  • ๐Ÿ’Ž FALLBACK SERVERS
  • โœ… CROSS PLATFORM SUPPORT
  • ๐Ÿ‘ง ANIME RENAMER (โญ• in progress)
  • ๐ŸŸ JELLYFIN BACKUP (โญ• in progress)
  • โ„ EMBY BACKUP (โญ• in progress)

๐Ÿ’ก Pros

  • ๐Ÿ• Accurate Results (Even Torrent Movies Can Rename Without Any Issue)
  • ๐Ÿงฐ All in One Place
  • ๐Ÿงพ Easy to Use

๐Ÿ‘Ž Cons

  • ๐ŸŒ Slowly Develop

๐Ÿ“ INSTALLATION


๐Ÿ— .ENV SETUP (Optional):

Optional

  • Rename .env.example to .env

  • You can get api key from THE MOVIE DB and its totally free.

TMDB_API_KEY=tmdbkey

Quick Setup (macOS/Linux)

1. Clone

git clone https://github.com/sachinsenal0x64/fixarr.git
cd fixarr

2. Install Python 3.12 + Tk

brew install python@3.12 python-tk@3.12

3. Create Virtual Environment

python3.12 -m venv venv
source venv/bin/activate

4. Install Dependencies

pip install setuptools
pip install -r requirements.txt

5. Run

python fixarr.py

Tested working on macOS Sonoma (Python 3.12, Tkinter) No more missing Tkinter or distutils errors.



For GNU/Linux :


Debian Based Distros :

sudo apt-get install software-properties-common
sudo apt-get install python3.10


pip3 install customtkinter
pip3 install -r requirements.txt
python3 fixarr.py


Fedora Based Distros:

sudo dnf install python3
pip3 install customtkinter

pip3 install -r requirements.txt
python3 fixarr.py


or just run .sh File


For macOS :


For Mac OS With BREW:

if you already not install brew then install its from offical site : https://brew.sh/#install 

# Install Python 3.12 and Tkinter
brew install python@3.12 python-tk@3.12

# Create virtual environment
python3.12 -m venv venv
source venv/bin/activate

# Install setuptools (replaces distutils removed in Python 3.12)
pip install setuptools
pip install -r requirements.txt
python3.12 fixarr.py


or just run .sh File


For Windows:

First Install Python (python.org) 

pip install -r requirements.txt
python fixarr.py


or just run .bat File also you can create bat_shortcut

Note

IF YOU WANT TO MAKE OWN STANDALONE APP (AKA .EXE or .BIN) USE NUITKA TO COMPILE SOURCE CODE INTO C

WINDOWS


[Install C Compiler  (http://www.codeblocks.org/downloads/binaries/) and download (including compiler) setup & to work with this setup GCC env path (C:\Program Files\CodeBlocks\MinGW\bin) in your OS SYSTEM ENV ] 

open your cmd in Fixarr PATH

pip -v install nuitka 

nuitka --mingw64 --standalone --windows-icon-from-ico=./assets/favicon.ico --include-data-dir=./assets=./assets --windows-company-name=FIXARR --product-name=FIXARR --product-version=0.1.0  --file-version=0.1.0 --plugin-enable=tk-inter fixarr.py

GNU/LINUX

nuitka3 --clang --standalone --windows-icon-from-ico=./assets/favicon.ico --include-data-dir=./assets=./assets --windows-company-name=FIXARR --product-name=FIXARR --product-version=0.1.0  --file-version=0.1.0 --plugin-enable=tk-inter -o fixarr.bin fixarr.py


๐Ÿ’ก CREDITS

MOVIE & TV API : THEMOVIEDB.ORG

PARSER FOR TV SERIES: PTN PROJECT



License

MIT

About

๐Ÿฟ Cross Platform Ultimate Movie | TV | Anime Renamer with Backup Media Servers (Plex | Emby | Jellyfin)

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published