Description: 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.
Audio Thumbs will be part of kio-extras 17.04, so when you on 17.04 release you don't need to do this anymore. I will update GitHub with uninstall command.
I'm new to Linux but I am learning extremely fast by watching tutorials and reading forums.
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
Open Dolphin, press F4 in terminal below just copy-paste line by line and hit enter after each other (when it ask you for password just type it it will not show a mark as *)
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
Before git line perfore
sudo add-apt-repository ppa:forkotov02/ppa
sudo apt-get update && sudo apt-get upgrade
this is for taglib 1.11 who is needed :)
Ratings & Comments
8 Comments
Gracias funciono muy bien ya puedo ver las miniaturas de los archivos de audio
Audio Thumbs will be part of kio-extras 17.04, so when you on 17.04 release you don't need to do this anymore. I will update GitHub with uninstall command.
New version on GitHub adds support of APE, WavPack, MPC, AIF and WAV
I'm new to Linux but I am learning extremely fast by watching tutorials and reading forums. 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
Open Dolphin, press F4 in terminal below just copy-paste line by line and hit enter after each other (when it ask you for password just type it it will not show a mark as *) 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
Now i see it will have a problem with Ubuntu, taglib is older than 1.11 wait for solution.
Before git line perfore sudo add-apt-repository ppa:forkotov02/ppa sudo apt-get update && sudo apt-get upgrade this is for taglib 1.11 who is needed :)
Yes, please make a tutorial or something. X)