Skip to content

A purely python batch file renamer (and metadata editor) specially made to work on linux

License

Notifications You must be signed in to change notification settings

Alejandro-Roldan/Batch-Pynamer

Repository files navigation

Batch-Pynamer

Code style: black

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.

The Wiki has how every option, menu and key works!

Check the wiki

Program Screenshots

screenshot screenshot

Dependencies

  • Python (>=3.8)

Optional Dependencies

For the metadata:

  • mutagen
  • Pillow

You can install them using pip

pip install *packagename*

Installing

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

Batch-Pynamer-Plugins

Check this project sibling project with for some plugins Batch-Pynamer-Plugins