A Python script to help with Rockbox cover art conversion.
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.
Pillow
, eyed3
, mutagen
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
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.
just chuck all of your flacs and mp3 into one folder. the script just organizes it neatly in folders :D