/FIXARR

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

Primary LanguagePythonMIT LicenseMIT

Jackiza_triangle_rainbow_color_dark_mode_backgreound_classic_lo_447774d7-7360-4e9f-b9d0-7cf5c0b60ed3

FIXARR

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

Screenshot (231)

For Linux and macOS:

pip3 install -r requirements.txt
python3 fixarr.py

For Windows:

pip install -r requirements.txt
python fixarr.py

IF YOU WANT TO MAKE STANDALONE AND RUN AS EXE AND MORE FASTER YOU CAN USE NUITKA TO COMPILE CODE INTO C


[Install C Compiler and Clang Cli to work with this also setup clang env in your os ]

pip install Nuitka
nuitka --mingw64 --standalone --windows-icon-from-ico=./assets/i.ico --include-data-dir=./assets=./assets --onefile --windows-company-name=FIXARR --windows-product-version=1.0.0 --plugin-enable=tk-inter --windows-disable-console fixarr.py

Some Features are Still in Development :)

License

MIT