- ๐ฌ 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)
- ๐ Accurate Results (Even Torrent Movies Can Rename Without Any Issue)
- ๐ Fully Free And Open Source
- ๐งฐ All in One Place
- ๐งพ Easy to Use
- ๐ Slowly Develop
๐ง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
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
MIT