
Source (link to git-repo or to original if based on someone elses unmodified work): https://github.com/bvbfan/Audio-thumbs
Preview of embed album art in audio file for Dolphin 5.
NOTE: It will be part of kio-extras 17.04
Supported format mp3, flac, mp4, ape, wavpack, mpc, aif, wav
If you wants support of other audio type - contact me.
You will need to compile from source to use this plugin in Dolphin.
Follow instructions in GitHub, if have troubles write here.
Ubuntu 16.04 or 16.10
sudo add-apt-repository ppa:forkotov02/ppa
sudo apt-get update && sudo apt-get upgrade
killerjn
3 years ago
Report
anthonyfieroni
3 years ago
Report
anthonyfieroni
4 years ago
Report
Hardstyler_ZX
3 years ago
Report
Archaeopteryx342
3 years ago
Can you please upload a YouTube tutorial on how to use this extension.
I know that Dolphin is stored in different places depending on what Distro we are using.
I'm using Kubuntu 16.10
Thank you for your work
Report
anthonyfieroni
3 years ago
sudo add-apt-repository ppa:forkotov02/ppa
sudo apt-get update && sudo apt-get upgrade
this is for taglib 1.11 who is needed :)
Report
anthonyfieroni
3 years ago
Report
anthonyfieroni
3 years ago
sudo apt-get install g++ cmake extra-cmake-modules qtbase5-dev kio-dev libtag1-dev
git clone https://github.com/bvbfan/Audio-thumbs
cd Audio-thumbs
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DLIB_INSTALL_DIR=lib -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
make
sudo make install
Report