Skip to content
Alejandro Roldán edited this page Nov 8, 2023 · 7 revisions

The Batch Pynamer application is a visual interface batch renamer made entirely out of python and specifically created with the idea of working on linux (although thought has been put into making it cross-platform but it's testing pending).

It can also edit the metadata of flac, mp3 and mp4 files. To do so you need to install the mutagen and pillow libraries. But fear not, if you don't want to use that functionality and don't want to install any libraries you don't need to and the renaming will work just with basic python.

Most Basic Information to be able to use the application

  • You Only need to fill the fields that you want to use
  • It will only affect the selected items
  • The changes are made in order, denoted by a number next to the groups name
  • You can see how the changes will affect the selected items in real time in the "New Name" column
  • The selected files will only get renamed once you hit the "Rename" button

Table of Contents

Program Screenshots

BatchPynamer-Rename_Screen.png BatchPynamer-Metadata_Screen.png