SkillAgentSearch skills...

Fixarr

🍿 Cross Platform Ultimate Movie | TV | Anime Renamer with Backup Media Servers (Plex | Emby | Jellyfin)

Install / Use

/learn @sachinsenal0x64/Fixarr
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

[!NOTE]
I haven’t released the new update yet, but the tool is working fine.

<h1 align="center"> FIXARR </h1>

πŸ–ΌοΈ GUI

FIXARR)

<h4 align="center"> 🍿 Ultimate Movie | TV | Anime Renamer with Backup Media Servers (Plex | Emby | Jellyfin)</h4>

<br><br>

πŸ’• Community

🍻 Join the community: <a href="https://discord.gg/EbfftZ5Dd4">Discord</a>

<br>

πŸš€ 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)
<br>

πŸ’‘ Pros

  • πŸ• Accurate Results (Even Torrent Movies Can Rename Without Any Issue)
  • 🧰 All in One Place
  • 🧾 Easy to Use
<br>

πŸ‘Ž Cons

  • 🐌 Slowly Develop
<br>

πŸ“ INSTALLATION

<br>

πŸ— .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
<br>

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.


<br>

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

<br>

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

<br>

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
<br>

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

<br>

πŸ’‘ CREDITS

MOVIE & TV API : THEMOVIEDB.ORG

PARSER FOR TV SERIES: PTN PROJECT

<br> <br> <p style="text-align:center;" align="center"> <a href="https://www.themoviedb.org"> <img align="center" src="https://cdn.jsdelivr.net/gh/sachinsenal0x64/picx-images-hosting@master/tmdb.6rfszs2oa2k0.svg" height="200"/> </a> </p>

License

MIT

Related Skills

View on GitHub
GitHub Stars200
CategoryDevelopment
Updated10h ago
Forks8

Languages

Python

Security Score

100/100

Audited on Mar 23, 2026

No findings