Giter Site home page Giter Site logo

๐Ÿ› ๏ธ FIXARR

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



๐Ÿ’• Community

๐Ÿป Join the community: Discord


๐Ÿ–ผ๏ธ GUI

FIXARR)


๐Ÿ†• CHANNELS

NIGHTLY
STABLE


๐Ÿš€ Features

  • ๐ŸŽฌ MOVIE RENAMER
  • ๐Ÿ“บ TV RENAMER
  • ๐Ÿ‘ง ANIME RENAMER (โญ• in progress)
  • ๐Ÿ”บ PLEX BACKUP
  • โšก๏ธ MULTI THREADING
  • โ™ป PURG UNNECESSARY FILES (NFO,SRT)
  • ๐ŸŸ JELLYFIN BACKUP (โญ• in progress)
  • โ„ EMBY BACKUP (โญ• in progress)
  • โฌ MOVIE & TV SEACHER (โญ• in progress)
  • ๐Ÿ’Ž FALLBACK SERVERS
  • โœ… CROSS PLATFORM SUPPORT

๐Ÿ’ก 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

๐Ÿ“ INSTALLATION


๐Ÿ’ป From Source [MODE: HARD]


๐Ÿ— .ENV SETUP (Important):


  • Rename .env.example to .env

  • You can get api key from THE MOVIE DB and its totally free.

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

Fixarr's Projects

fixarr icon fixarr

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.