mirror of
https://github.com/fergalmoran/picard.git
synced 2026-01-06 16:44:06 +00:00
Replaces the "picard-submit" icon with the icon used by the acoustid-fingerprinter project. The "picard-submit" icon resembles the old MusicBrainz brain logo, but the submit button doesn't actually submit anything to MusicBrainz since the switch from using PUIDs to using AcoustID, but instead submits to the AcoustID.org server. A lot of people are already confused by this, so making it visually a bit less connected to MusicBrainz might help this confusion, however slightly. `acoustid-fingerprinter.svg` was copied directly from632e87969c/images/and then converted to a 22×22 PNG using Inkscape and run through `optipng` and `advpng` as per commitd26c908587. The acoustid-fingerprinter icon was made by Lukáš Lalinský and is available under the GPL2 license, the same as MusicBrainz Picard:632e87969c/COPYING.txt
Updating Resources
This directory contains all external resources, like icons, used by Picard.
Picard utilizes PyQt4 Resource System for using these resources in application. For more information about PyQt4 Resource System see this documentation.
For adding a new image into existing resources, follow these steps:
-
Add image file (like .png) into
resources/images/and source file (like .svg) intoresources/img-src. -
Generate new .qrc file. This would automatically detect any changes in directory.
$ python2 makeqrc.py
-
Create binary of all resources which will be used by Picard.
$ python2 compile.py