A purely python batch file renamer specially made to work on linux.
It can also change and use metadata for flac, mp3 and mp4 files. If you don't have the metadata dependencies needed you can still use the rest of the program, which uses exclusively base python libraries.
It can probably run on Windows and Mac mostly without issue, but it hasn't been tested.
Check the wiki
- Python (
>=3.8
)
For the metadata:
- mutagen
- Pillow
You can install them using pip
pip install *packagename*
clone the repository cd into it and run
pip install . --break-system-packages
--break-system-packages seems to be needed even though this package is not managed by any system... this pip change deletes my will to live
Check this project sibling project with for some plugins Batch-Pynamer-Plugins