This repository contains a batch script (tagger.bat
) and associated Python scripts for managing audio file metadata. The Audio Files Tagger Metadata is a tool designed to facilitate the process of adding cover art, renaming files, and embedding metadata in audio files, specifically supporting FLAC, M4A, and MP3 formats. This tool is particularly useful for files downloaded via JDownloader.
- Add Cover Art: Automatically add cover images (PNG or JPG) to audio files.
- Rename Files: Rename audio files by removing unwanted text and sorting them by number.
- Add Metadata: Embed metadata into audio files, including artist, album, and track information.
- Run Full Process: Sequentially add cover art, rename files, and embed metadata.
- Individual Processes: Run each task (cover art, renaming, metadata) independently.
- Clone the Repository:
git clone https://github.com/PaulPoandl/Audio-file-tagger-Metadata-.git
- Run the Batch Script:
Double-click
tagger.bat
or run it from the command line:tagger.bat
Follow the on-screen instructions to choose your desired operation.