tomahawk-player / tomahawk

Tomahawk, the multi-source music player
http://tomahawk-player.org
GNU General Public License v3.0
2.95k stars 367 forks source link

Some Album haven't cover and i can't play it in Albums view #617

Open Paullux opened 7 years ago

Paullux commented 7 years ago

In "albums" view some albums haven't cover and can't play it in this mode (I have a message : "title not found")...

But if i search the song in "titles" view i can play it.

All of my song have local cover and tag, why you can use it in your software ?

My song are in mp3.

My PC is on ArchLinux and i use the 0.8.4-4 AUR version.

JDLH commented 7 years ago

I am seeing a similar problem. My music files are FLAC, fully tagged by MusicBrainz Picard. In the Albums view, the cover art from the music file is either not displayed, or displayed with a delay. When I click on the cover art image (or blank icon) for an album, I expect the tracks of the album to be played in sequence. Instead, I see a delay spinner indefinitely.

I am using Tomahawk player 0.8.4 on Mac OS X 10.11.

Paullux commented 7 years ago

I see in CMakeError.log :

#include <vlc/libvlc_media.h>
int main(int argc, char *argv[]) {
    libvlc_meta_t meta = libvlc_meta_AlbumArtist;
}

But in /usr/include/vlc/libvlc_media.h "libvlc_meta_AlbumArtist" isn't not defined.