SupItsZaire / rockbox-cover-art-fixer

A python script, to help with Rockbox cover art conversion.
GNU General Public License v3.0
7 stars 3 forks source link

rockbox-cover-art-fixer

A Python script to help with Rockbox cover art conversion.

WINDOWS ONLY AT THE MOMENT, THIS MIGHT CHANGE YOUR FOLDER STRUCTURES IF YOUR ALBUMS AREN'T SORTED INTO FOLDERS

This script organizes files based on album tags, extracts the cover image out of MP3 and FLAC files using ffmpeg and converts them to a 200x200 baseline .jpg in its respective directory.

Overview

Prerequisites

Installation

pip install Pillow eyed3 mutagen

Install FFmpeg. You can download it from the official FFmpeg website. Make sure it is set in PATH.

git clone https://github.com/SupItsZaire/rockbox-cover-art-fixer.git
cd rockbox-cover-art-fixer

Usage

Run the script with the command:

python rockboxalbumfix.py

Select the root directory containing your music folders using the file dialog.

The script will process the folders, extract cover art, and organize the music files.

BEST WAY TO USE THIS

just chuck all of your flacs and mp3 into one folder. the script just organizes it neatly in folders :D

KNOWN ISSUES