Add DOCS option and install documentation in ${DOCSDIR}.
New plugins:
- submit_isrc (submit ISRCs found in audio files metadata)
Removed plugins:
- videotools (provided formats are non-functional and the is_video()
and is_audio() functions are part of Picard)
Additional info can be found at: https://picard.musicbrainz.org/plugins/
Remove "Add Album Column" plugin and ALBUM_COLUMN option. This functionality
is now available in the base picard application.
"Apiseeds Lyrics" plugin has been replaced by "Happi.dev Lyrics" plugin.
Add "Release tag aggregation functions" plugin.
Various bugfixes.
Additional info can be found at: https://picard.musicbrainz.org/plugins/
Bump Python min version to 3.6 since 3.5 is gone.
Remove redundant post-install targets already handled by PLIST_SUB.
Don't install 'haikuattrs' plugin - it is only for the Haiku operating system.
New plugin:
- Deezer cover art (fetches cover art from deezer.com)
Only display pkg-message when the BMP option is enabled as it only pertains
to this option.
- Add ALBUM_COLUMN option to enable the Add Album Column plugin - disabled by
default since it changes the UI and the only way to disable it is to
deinstall it. See: https://github.com/metabrainz/picard-plugins/pull/195
- Use BUILD_WRKSRC everywhere
- Remove hidden files and backup files from the build directory
New plugins (see: https://picard.musicbrainz.org/plugins/ for descriptions)
- Add Album Column
- Amazon cover art
- Apiseeds Lyrics
- Instruments
- TheAudioDB cover art
New plugins (see: https://picard.musicbrainz.org/plugins/ for descriptions)
- Classical Extras
- Compatible TXXX frames
- Format Performer Tags
- Work & Movement
This is a major version update that switches from using PyQt4 and Python 2.7
to PyQt5 and Python 3.5+
Update audio/picard-plugins to 20180707 snapshot from the 2.0 branch