Source i (link to git-repo or to original if based on someone elses unmodified work):

Add the source-code for this project on opencode.net

13
Become a Fan
5.3

Available as/for:
Description:
Plugin for KDE file managers (Dolphin and Konqueror) to preview cover arts embedded in Audio (MP3, FLAC) file tags as Thumbnails.
Tested with KDE4.3. Needs taglib(-devel) and flac++(-devel) for compiling.
If you want add images to your audio files, you can use Kid3 (http://www.kde-apps.org/content/show.php/Kid3?content=10415).

Ratings & Comments

26 Comments

yevhensayenko

when i write to the terminal: cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` .. i get the message: -- The C compiler identification is GNU 4.7.3 -- The CXX compiler identification is unknown -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done CMake Error: your CXX compiler: "CMAKE_CXX_COMPILER-NOTFOUND" was not found. Please set CMAKE_CXX_COMPILER to a valid compiler path or name. CMake Error at /usr/share/cmake-2.8/Modules/FindKDE4.cmake:98 (message): ERROR: cmake/modules/FindKDE4Internal.cmake not found in /home/sayenko/.kde/share/apps;/usr/share/kubuntu-default-settings/kde4-profile/default/share/apps;/usr/share/kde4/apps Call Stack (most recent call first): CMakeLists.txt:5 (find_package) -- Configuring incomplete, errors occurred! i'm sorry, but i have no experience how to install similar files, and i don't know what i have do I use Kubuntu 13.04. P.C. sorry for my bad English.

capthilts

Hi, I've ran into the same issue on Debian Stable (KDE) and managed to solve it by installing the following package: kdelibs5-dev I don't know what GUI front-end Kubuntu uses to install packages, but the easiest is probably in the terminal: sudo apt-get install kdelibs5-dev After this, just try again building it... Hope that helps, Cheers

yevhensayenko

I installed kdelibs5-dev, but i have the errors again... :-( -- The CXX compiler identification is unknown CMake Error: your CXX compiler: "CMAKE_CXX_COMPILER-NOTFOUND" was not found. Please set CMAKE_CXX_COMPILER to a valid compiler path or name. -- Looking for Q_WS_X11 -- Looking for Q_WS_X11 - found -- Looking for Q_WS_WIN -- Looking for Q_WS_WIN - not found -- Looking for Q_WS_QWS -- Looking for Q_WS_QWS - not found -- Looking for Q_WS_MAC -- Looking for Q_WS_MAC - not found -- Found Qt-Version 4.8.4 (using /usr/lib/i386-linux-gnu/qt4/bin/qmake) -- Looking for XOpenDisplay in /usr/lib/i386-linux-gnu/libX11.so;/usr/lib/i386-linux-gnu/libXext.so;/usr/lib/i386-linux-gnu/libXau.so;/usr/lib/i386-linux-gnu/libXdmcp.so -- Looking for XOpenDisplay in /usr/lib/i386-linux-gnu/libX11.so;/usr/lib/i386-linux-gnu/libXext.so;/usr/lib/i386-linux-gnu/libXau.so;/usr/lib/i386-linux-gnu/libXdmcp.so - found -- Looking for gethostbyname -- Looking for gethostbyname - found -- Looking for connect -- Looking for connect - found -- Looking for remove -- Looking for remove - found -- Looking for shmat -- Looking for shmat - found -- Found X11: /usr/lib/i386-linux-gnu/libX11.so -- Looking for include file pthread.h -- Looking for include file pthread.h - found -- Looking for pthread_create -- Looking for pthread_create - not found -- Looking for pthread_create in pthreads -- Looking for pthread_create in pthreads - not found -- Looking for pthread_create in pthread -- Looking for pthread_create in pthread - found -- Found Threads: TRUE -- Looking for _POSIX_TIMERS -- Looking for _POSIX_TIMERS - found -- Found Automoc4: /usr/bin/automoc4 -- Found Perl: /usr/bin/perl (found version "5.14.2") -- Found Phonon: /usr/include (Required is at least version "4.3.80") -- Performing Test _OFFT_IS_64BIT CMake Error at /usr/share/cmake-2.8/Modules/CMakeCXXInformation.cmake:37 (get_filename_component): get_filename_component called with incorrect number of arguments Call Stack (most recent call first): CMakeLists.txt:3 (PROJECT) CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage CMake Error: Internal CMake error, TryCompile configure of cmake failed -- Performing Test _OFFT_IS_64BIT - Failed -- Found KDE 4.10 include dir: /usr/include -- Found KDE 4.10 library dir: /usr/lib -- Found the KDE4 kconfig_compiler preprocessor: /usr/bin/kconfig_compiler -- Found automoc4: /usr/bin/automoc4 CMake Error at CMakeLists.txt:29 (message): Could not find Taglib -- Configuring incomplete, errors occurred! It would be much easier to install *.deb of this program. ;-)

yevhensayenko

I Installed it!!! All I had to do, is to install QT, Taglib, libFLAC++6, FLAC++ etc...

capthilts

about time ;-)

yevhensayenko

when i write to the terminal: cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` .. i get the message: -- The C compiler identification is GNU 4.7.3 -- The CXX compiler identification is unknown -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done CMake Error: your CXX compiler: "CMAKE_CXX_COMPILER-NOTFOUND" was not found. Please set CMAKE_CXX_COMPILER to a valid compiler path or name. CMake Error at /usr/share/cmake-2.8/Modules/FindKDE4.cmake:98 (message): ERROR: cmake/modules/FindKDE4Internal.cmake not found in /home/sayenko/.kde/share/apps;/usr/share/kubuntu-default-settings/kde4-profile/default/share/apps;/usr/share/kde4/apps Call Stack (most recent call first): CMakeLists.txt:5 (find_package) -- Configuring incomplete, errors occurred! i'm sorry, but i have no experience how to install similar files, and i don't know what i have do I use Kubuntu 13.04. P.C. sorry for my bad English.

HardinComp

I discovered today that I can't preview FLAC files with AudioThumbs. I made sure I have all the FLAC dependencies and to the best I can tell I have them all, and when I rebuilt the file from a fresh extraction from the tarball I didn't get any errors, but I can't preview FLAC files like I can for MP3s and OGGs.

HardinComp

I recently rebuilt my LMDE + KDE laptop and tried to install this again but ran into a brick wall looking for taglib-extras-dev. After a mess of searching I discovered there's now a package in the Linux Mint Debian Edition repos called libtag-extras-dev which allowed me to install AudioThumbs. If anyone else has a problem with dependency hell like I did try looking for the alternate package name.

travisn000

I just put together an RPM / SRPM for PCLinuxOS... it may work for other distro's as well: http://travisn000.minus.com/mbebk4iJl9/1l ;D

travisn000

...just replaced it with the forked / updated v0.2 found here: http://kde-apps.org/content/show.php/AudioThumbs?content=145088 (has support for MP3, FLAC, M4A, and OGG

Mitu

In my opinion filetype icon should be less transparent. Now it's hard to differ an audio file from the cover image file.

martosurf

I agree a slicker border would be great :) Anyways, thanks for caring about this, something Dolphin devs already should have taken care of *cof*

swiftscythe

It would be great, if you added support for cover art embedded in ogg files, as kid3 is now able to write them (in svn) Thanks :D

Eldarion

Thank you for this wonderful enhancement to KDE4. It is people like you that make KDE what it is: the world's most advanced platform (not desktop environment anymore (: ) Now, i only have a suggestion: Is it possible to make shadows arround the music previews (something like the picture previews)?

alfre2

Hi, I have this error: CMake Error: your CXX compiler: "CMAKE_CXX_COMPILER-NOTFOUND" was not found. Please set CMAKE_CXX_COMPILER to a valid compiler path or name. CMake Error at /usr/share/cmake/Modules/FindKDE4.cmake:84 (MESSAGE): ERROR: cmake/modules/FindKDE4Internal.cmake not found in /home/alfredo/.kde4/share/apps;/usr/share/kde4/apps;/etc/kde4/share/apps Call Stack (most recent call first): CMakeLists.txt:5 (find_package) I'm using openSUSE 11.1 with KDE4.3.3

Vytax

Probably You doesn't have necessary packages: gcc, libkde4-devel. If You using OpenSUSE 11.2, You can try thees packages: http://download.opensuse.org/repositories/home:/Vytax/

alfre2

I'm using openSUSE 11.1 and I have gcc installed, but when I want install libkde4-devel, installer resolves the following dependencies: alsa-devel aspell-devel automoc4 avahi-compat-mDNSResponder-devel cups-devel dbus-1-devel enchant-devel fontconfig-devel freetype2-devel gamin gamin-devel gamin-server gcc43-c++ gcc-c++ giflib-devel glib2-devel IlmBase-devel kdelibs4-doc keyutils-devel krb5-devel libacl-devel libattr-devel libavahi-devel libbz2-devel libcom_err-devel libgcrypt-devel libgpg-error-devel libidn-devel libjpeg-devel libkde4-devel libkdecore4-devel liblcms-devel libmng-devel libopenssl-devel libpng-devel libqt4-devel libQtWebKit-devel libtiff-devel libuuid-devel libxml2-devel libxslt-devel Mesa-devel ncurses-devel OpenEXR-devel pcre-devel phonon-devel readline-devel strigi-devel tack update-desktop-files xorg-x11-devel xorg-x11-fonts-devel xorg-x11-libfontenc-devel xorg-x11-libICE-devel xorg-x11-libSM-devel xorg-x11-libX11-devel xorg-x11-libXau-devel xorg-x11-libxcb-devel xorg-x11-libXdmcp-devel xorg-x11-libXext-devel xorg-x11-libXfixes-devel xorg-x11-libxkbfile-devel xorg-x11-libXmu-devel xorg-x11-libXp-devel xorg-x11-libXpm-devel xorg-x11-libXprintUtil-devel xorg-x11-libXrender-devel xorg-x11-libXt-devel xorg-x11-libXv-devel xorg-x11-proto-devel xorg-x11-util-devel xorg-x11-xtrans-devel zlib-devel Is there any other way for install this feature? Thanks!

Vytax

Try to install "kde4-audio-thumbnail-plugin" package from this repository: http://download.opensuse.org/repositories/KDE:/KDE4:/Community/openSUSE_11.1_KDE_43/

alfre2

Perfect!! It looks great!! Thanks

amigib

Sounds great, i need to try it, thanks

rodgerSan

That would be great if we could differentiate music from pictures (except the shade around). Adding a cdbox a la avatar-factory e.g. That wouldn't be the best idea though. Thanks anyway!

swiftscythe

Nice, if tested it and it works perfectly, so I created a PKGBUILD for Arch Linux: http://aur.archlinux.org/packages.php?ID=31739 Thanks :)

DjNeophyte

Good stuff,publish a review on my blog, deserves much visibility

dkarnout

nice improvement. i also wonder if a play button could be added on thumbnail

srog

Working fine with the Kubuntu 9.10. Thank you of a good thumbnailer.

Pling
0 Affiliates
Details
license
version 0.1
updated
added
downloads 24h 0
mediaviews 24h 0
pageviews 24h 0

Other Various KDE 1.-4. Improvements:

Slicker Debian Package for Woody
cirrusgr
last update date: 22 years ago

Score 5.0

Konqueror/kdesktop suggestion
PovMan
last update date: 22 years ago

Score 5.0

Biiig buttons
dbojan
last update date: 20 years ago

Score 5.0

Yet Another KControl
Frans
last update date: 21 years ago

Score 5.0

Next window and next/previos window
dbojan
last update date: 20 years ago

Score 5.0

Fantasie Toolbar
katoe
last update date: 20 years ago

Score 5.0