sachinsenal0x64 / fixarr

๐Ÿฟ Cross Platform Ultimate Movie | TV | Anime Renamer with Backup Media Servers (Plex | Emby | Jellyfin)
MIT License
106 stars 9 forks source link
anime api backup cpython custom-tkinter gui-application linux mac movie movies-api nutika osx plex python renamer renamer-utility tkinter tv-series windows-10

๐Ÿ› ๏ธ FIXARR

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



๐Ÿ’• Community

๐Ÿป Join the community: Discord


๐Ÿ–ผ๏ธ GUI

FIXARR)


๐Ÿš€ Features


๐Ÿ’ก Pros


๐Ÿ‘Ž Cons


๐Ÿ“ INSTALLATION


๐Ÿ’ป From Source [MODE: HARD]


๐Ÿ— .ENV SETUP (Optional):


Optional

TMDB_API_KEY=tmdbkey


๐Ÿง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 

brew install python3
brew install python-tk
pip3 install customtkinter
pip3 install -r requirements.txt
python3 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