RenamR provides a convenient solution for easily renaming your media collection, including movies and TV shows. With a user-friendly interface and customizable naming options, you can quickly organize and manage your media library in just a few clicks. Say goodbye to confusing and generic file names and hello to a more organized and user-friendly media collection with RenamR.
- Media Lookup: Quickly search for info such as the title, year, and id of a movie or TV show from your choice of sources
- Custom filenames: Create your own template for files to be renamed to
- Batch renaming: Rename an entire TV series or multiple movies at once
- Practical user interface for effortless usage
- Drag and drop files into application
- Multithreading
- Table context menu
- Support other media databases
- Renaming history and undoing
- Remux video files to your favorite container
- Search, download, and attach subtitles to media
- Add files by using Open Files button or dragging files to the window.
- Click the Search button and select which provider you'd like to search for information.
- Make any necessary adjustments to new media titles.
- Click Rename!
- Ensure at least Python 3.8 is installed (also make sure Python is added to PATH).
- Open your preferred terminal or command prompt in a folder where you want to download RenamR.
- Run
git clone https://github.com/f09f9095/RenamR
. - Navigate to the downloaded folder, RenamR
- Run
pip install -r requirements.txt
to install necessary dependencies - Finally run
python main.py
.
- Follow steps 1 - 5 above
- Install Nuitka with
pip install Nuitka
- In the cloned RenamR folder, run
python -m nuitka --follow-imports --disable-console --standalone --onefile --include-data-files="renamr/ui/resources/icons/*.*"="renamr/ui/resources/icons/" --include-data-files="renamr/ui/resources/themes/*.qss"="renamr/ui/resources/themes/" --plugin-enable=pyqt6 --windows-icon-from-ico="renamr/ui/resources/icons/VHS.ico" main.py
- Follow instructions in terminal to install necessary dependencies
- Results in main.exe
Contributions are always welcome! If you have any ideas, suggestions, or bug reports, please open an issue or submit a pull request.
RenamR is licensed under the AGPL License