
AudioThumbs
Various KDE 1.-4. Improvements
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
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).
yevhensayenko
7 years ago
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.
Report
capthilts
7 years ago
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
Report
yevhensayenko
7 years ago
-- 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. ;-)
Report
yevhensayenko
7 years ago
All I had to do, is to install QT, Taglib, libFLAC++6, FLAC++ etc...
Report
capthilts
7 years ago
Report
yevhensayenko
7 years ago
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.
Report
HardinComp
8 years ago
Report
HardinComp
8 years ago
Report
travisn000
8 years ago
http://travisn000.minus.com/mbebk4iJl9/1l
;D
Report
travisn000
8 years ago
http://kde-apps.org/content/show.php/AudioThumbs?content=145088
(has support for MP3, FLAC, M4A, and OGG
Report
Mitu
10 years ago
Report
martosurf
9 years ago
Anyways, thanks for caring about this, something Dolphin devs already should have taken care of *cof*
Report
swiftscythe
11 years ago
Thanks :D
Report
Eldarion
11 years ago
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)?
Report
alfre2
11 years ago
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
Report
Vytax
11 years ago
If You using OpenSUSE 11.2, You can try thees packages: http://download.opensuse.org/repositories/home:/Vytax/
Report
alfre2
11 years ago
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!
Report
Vytax
11 years ago
Report
alfre2
11 years ago
Report
amigib
11 years ago
Report
rodgerSan
11 years ago
That wouldn't be the best idea though.
Thanks anyway!
Report
swiftscythe
11 years ago
http://aur.archlinux.org/packages.php?ID=31739
Thanks :)
Report
DjNeophyte
11 years ago
Report
dkarnout
11 years ago
Report
srog
11 years ago
Thank you of a good thumbnailer.
Report