pip install matplotlib librosa audioread pydub futures mutagen pillow eyed3 tinytag moviepy
git clone https://github.com/Michael-Sebero/Media-Tools
python3 /home/$USER/Media-Tools/media-tools.py
This compares two audio files using a spectrogram during the first 8 minutes or less.
This changes the volume of audio files in a given directory to in a seperate folder.
This converts all audio files in a given directory to .opus in a seperate folder.
This sorts songs in an album according to their CD metadata.
This separates .flac and .ape files based off of their metadata.
This mass crops images to an output folder.
This adds thumbnails of the user's choice to .flac and .mp3 files in a given directory.
This renames files in the directory according to the month, day and year it was minted.
This removes audio from video files in a given directory.
This removes metadata from video files in a given directory.
This rotates a video by 90, 180 or 270 degrees depending on the user's choice.
This detects the sample rate of audio which is playing.
This scales an image to any given dimension.
This organizes songs within a specified directory by creating folders named after their album metadata.
This organizes songs within a specified directory by creating folders named after their artist and album metadata.
This organizes songs by their genre, artist and albums associated with the artist.
This organizes media based off their resolution.
This displays metadata associated with media files.

