-
Notifications
You must be signed in to change notification settings - Fork 0
Home
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.
- 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
- Browsing Files
- Rename Notebook Tab
- Metadata Notebook Tab
- Menu Bar, Key Bindings, Commands and Info Bar
Batch-Pynamer wiki. Author: Alejandro Roldán