Unfortunately cover art preview is still not included in KDE (see Bug-report), you can enable that feature by yourself by building and installing the Preview Plugin of RazrFalcon from kde-look.org.
So, if you ever wanted a cover art preview for audio in Dolphin, e.g. like Nautilus has, here's my guide to make it work in Kubuntu (13.04):
- Install the necessary dependencies for building:
sudo apt-get install cmake automake kde-workspace-dev libtag1-dev libqt4-dev libflac++6 libflac++-dev libtag-extras-dev - Get the sources of the plugin:
wget http://kde-look.org/CONTENT/content-files/145088-AudioThumbs-0.2.tar.gz - and create a folder for it to unpack it:
mkdir ~/audiothumbs;
tar -zxvf 145088-AudioThumbs-0.2.tar.gz -C ~/audiothumbs - Cd into the folder with sources and create a build dir and cd into it:
cd ~/audiothumbs; mkdir build; cd build - Now prepare building with cmake:
cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` .. - Finally compile it with:
make - and install it with:
sudo make install - Update KDE's settings to find the new plugin:
kbuildsycoca4 - End all open Dolphin windows and reopen it. Go to "Control -> Configure Dolphin... -> General -> Previews" and enable "Show previews for Audio files"
- Now move to your folder with music and enable preview for the folder and enjoy the cover art in dolphin
Keine Kommentare:
Kommentar veröffentlichen