/manipulator

Primary LanguagePythonMIT LicenseMIT

Edit MP3, MP4, and M4A

Just a tiny thing to help me have an easier time doing basic manual editing of new music files

Front-end:

  • CustomTkinter
  • tkinter

Back-end:

  • mutagen (EasyMP4)
  • mutagen (EasyID3)
  • pillow
  • re
  • os
  • sys

The App

empX_WD

When app is launched you need to give it the absolute path to the directory you will be working with (can only be done when app is launched).

empX_app

This is the app after working directory has been given.

empX_rem

Removing something from the filename can be done; even if that something is in the middle of the filename.

empX_pre

Here you can prepend some text to the filename.

empX_set

Once you have the filename with something like 'Artist Name - Song Title.mp3', you can use that to set the artist and title tags.

empX_get

To check if the tags are set you can use the get tag part of the app. Will show in popup as ['Title'] ['Artist']

NOTE! There is a limit to how many files tags you can see as the info box can not be scrolled.