Skip to content

Movie & Tv Renamer With Backup Media Server (Plex / Emby / Jellyfin)

License

Notifications You must be signed in to change notification settings

yuiohkh/FIXARR

 
 

Repository files navigation

🛠️ FIXARR

Movie & Tv Renamer With Backup Media Server (Plex / Emby / Jellyfin)

🛠️ FIXARR

Screenshot (231)


🚀 Features

  • 🎬 MOVIE RENAMER
  • 📺 TV RENAMER (⭕ in progress)
  • 🔺 PLEX BACKUP
  • ⚡️ MULTI THREADING
  • 🐟 JELLYFIN BACKUP (⭕ in progress)
  • ❄ EMBY BACKUP (⭕ in progress)
  • ⏬ MOVIE & TV SEACHER (⭕ in progress)
  • ♻ PURG UNNECESSARY FILES (NFO,SRT)

💡 Pros

  • 🍕 Accurate Results (Even Torrent Movies Can Rename Without Any Issue)
  • 🆓 Fully Free And Open Source
  • 🧰 All in One Place
  • 🧾 Easy to Use

👎 Cons

  • 🐌 Slowly Develop

🏮 NOTE

🚀 Some Features are Still in Development :)


📐 INSTALLATION


🐧For Linux :


🐧 Ubuntu or Any Other Debian Based Distro :

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

pip3 install -r requirements.txt
python3 fixarr.py

🐧 Fedora:

sudo dnf install python3
sudo dnf install python3-tkinter

pip3 install -r requirements.txt
python3 fixarr.py


🍎 For macOS :


For Mac OS With BREW:

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

brew install python3
brew install python-tk@3.10
pip3 install -r requirements.txt
python3 fixarr.py

or just run .bat File also you can create bat_shortcut

🚪 For Windows:

First Install Python  

pip install -r requirements.txt
python fixarr.py

🏮 NOTE


IF YOU WANT TO MAKE OWN STANDALONE EXE USE NUITKA TO COMPILE SOURCE CODE INTO C AFTER ITS CAN RUN AS EXE. OR YOU CAN JUST DOWNLOAD PRE BUILD INSTALLER FROM RELEASES



[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/i.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


💡 CREDITS

License

MIT

About

Movie & Tv Renamer With Backup Media Server (Plex / Emby / Jellyfin)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.4%
  • Batchfile 2.9%
  • VBScript 0.7%