Development/Summer of Code/2024/Picard

From MusicBrainz Wiki
< Development‎ | Summer of Code‎ | 2024
Revision as of 10:09, 21 December 2023 by Zas (talk | contribs)
Jump to navigationJump to search

MusicBrainz Picard is a cross-platform (Linux/Mac OS X/Windows) application written in Python and is the official MusicBrainz tagger. It supports the majority of audio file formats, is capable of using audio fingerprints (AcoustIDs), performing CD lookups and disc ID submissions, and it has excellent Unicode support. Try it out.

Getting Started

(see also: Getting started with GSoC)

Ideas

Implement Basic Mode

Proposed Mentors: outsidecontext / zas
Languages/skills: Python / Image processing
Estimated Project Length: 350 hours

Implement Basic Mode as designed in PICARD-2315

Add options for cover art processing

Proposed Mentors: outsidecontext / zas
Languages/skills: Python / Image processing
Estimated Project Length: 350 hours

Picard should allow to post process cover art images provided by the providers. For this there could be provider independent options to restrict image sizes, resize images if it exceeds a maximum allowed size or automatic format conversion.

This project would entail the following components:

  1. Evaluate the suggested components for image processing and choose the best fit
  2. Add the necessary options UI to allow the user to configure the image processing
  3. Implement the image processing for resizing and format selection
  4. Implement a image post processing plugin hook to allow plugins to do additional image manipulations

Related ticket Add cover art image processing