/FIXARR

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

Primary LanguagePythonMIT LicenseMIT

๐Ÿ› ๏ธ FIXARR

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

๐Ÿ› ๏ธ FIXARR POWERD BY AI ๐Ÿค–

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