Skip to content

bonelifer/MusicScripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MusicScripts

Description:

This project consists of a collection of scripts designed to automate various tasks related to managing and organizing music libraries. The scripts handle tasks such as extracting and embedding album cover art, fetching artwork from online sources, processing albums using Picard, and calculating ReplayGain for MP3 files. Each script is designed to be configurable, efficient, and easy to use, making it ideal for managing large music collections.


Filename Description
ID3 to Cover Art Fetcher Fetches album artwork from multiple sources and embeds it into MP3 files.
Export Cover Art from MP3 Files Extracts and saves album cover art from MP3 files to cover.jpg.
Embed and Check Artwork Resolution in Music Files Embeds and checks the resolution of album cover art in MP3 files.
Calculate ReplayGain for MP3 Files Calculates ReplayGain for MP3 files organized in an ARTIST/ALBUM/CD directory structure.
Picard Album Processor Automates the processing of music albums using Picard, tracks failures, and restarts Picard if necessary.

Instructions:

To run the scripts in the correct order for updating artwork, use the run.sh file. For processing albums with Picard, use the picard_album_processor.sh script.


Example Usage:

  1. Update Artwork:

    ./run.sh

    This will execute the scripts in the correct sequence to fetch, extract, and embed album artwork.

  2. Process Albums with Picard:

    ./picard_album_processor.sh

    This will automate the processing of music albums using Picard.

Wiki Entry:

artwork-config.ini configuration entry

License

This project is licensed under the GNU General Public License v3.0.

See LICENSE for more information.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published