Skip to content

A simple tool to fix the music name, artist, album and cover images (no more random cover images or names ...)

License

Notifications You must be signed in to change notification settings

NimaAbdollahipour/Music-Fix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MusicFix

Screenshot 2025-11-16 114926

A simple tool to fix the meta data of your music or other mp3 files.

  • Track Name
  • Artist Name
  • Album Name
  • Cover Image

Installation

  1. Download the project folder or clone it
  2. Make sure you have python and pip installed
  3. Run the command python -m venv .venv to create a virtual environment (On Linux or Mac python3 -m venv .venv)
  4. Run the command ./.venv/Scripts/activate in Windows PowerShell (Skip for Linux or Mac)
  5. Run the command ./.venv/bin/activate in bash in Linux or Mac
  6. Run the command pip install -r requirements.txt inside the project directory
  7. Then run the app using this command: python app.py

Colab

I am open to improvements and suggestions this was a 10 minute project for my own needs. Feel free to send a pull request or issue.