For at least the last few clementine updates album art has not been displaying. Just the default image for everything in a library of mp3 files with embedded images and stand alone album images. Only a very very few covers showed up in the cover manager. Manipulation of file names for the album art in conjunction with the "preferred album art filenames" setting had no effect. Fix: Install /usr/ports/audio/picard Everything shows up correctly then. You don't not have to reinstall clementine for it to work, just restart it. If MusicBrainz Picard were a direct dependency the problem would not occur. Now, that being said, I don't know which of the many components picard brings in actually fixes the issue - it may be picard itself. How-To-Repeat: Clean install of clementine-player with the following options: AUDIOCD, DBUS, GPOD, LASTMF, MTP Point it at a library and then browse the library or play an album. Only the default image is shown.
Maintainer of audio/clementine-player, Please note that PR ports/175987 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/175987 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-ports-bugs->vg Over to maintainer.
Author: sbruno (src committer) Date: Sun Jan 5 01:20:50 2014 New Revision: 338731 URL: http://svnweb.freebsd.org/changeset/ports/338731 Log: Add QT imageformats to resolve issues with rendering album covers PR: ports/175987 Modified: head/audio/clementine-player/Makefile Modified: head/audio/clementine-player/Makefile ============================================================================== --- head/audio/clementine-player/Makefile Sun Jan 5 01:17:20 2014 (r338730) +++ head/audio/clementine-player/Makefile Sun Jan 5 01:20:50 2014 (r338731) @@ -3,7 +3,7 @@ PORTNAME= clementine PORTVERSION= 1.2.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio MASTER_SITES= GOOGLE_CODE PKGNAMESUFFIX= -player @@ -30,7 +30,9 @@ PROJECTHOST= ${PORTNAME}${PKGNAMESUFFIX} USES= compiler:c++11-lib cmake pkgconfig USE_GL= glew USE_QT4= dbus gui xml qmake_build uic_build moc_build rcc_build \ - linguist_build network sql opengl qtestlib corelib webkit + linguist_build network sql opengl qtestlib corelib webkit \ + imageformats + INSTALLS_ICONS= yes USE_GSTREAMER= gio ogg mp3 flac soup vorbis CONFLICTS_BUILD= qt-3.* _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Responsible Changed From-To: vg->sbruno Take ticket for monitoring
State Changed From-To: feedback->closed This is resolved in clementine-player 1.2.1_6.