Tuesday, April 30, 2024
 Popular · Latest · Hot · Upcoming
4
rated 0 times [  4] [ 0]  / answers: 1 / hits: 8523  / 1 Year ago, sun, april 30, 2023, 5:16:01

In Banshee, I would right-click and obtain Track Information, including artist and album updates, from the internet.



This is explained in this Q&A - the lastfm-fingerprint extension:



enter image description here





How do I get so for Rhythmbox?


More From » rhythmbox

 Answers
4

Fingerprinting in Rhythmbox


An enterprising rhythmbox plugin developer has created a very useful plugin that has just this very feature.


step by step


Installation instructions at the bottom of this answer.


Once installed, enable the plugin and click the Preferences button


enter image description here


Tick the checkbox shown above and click the Login button. This will fire-up your favourite browser.


Login to LastFM:


enter image description here


Then allow the plugin access to LastFM:


enter image description here


Finally, click the button shown to finish the Rhythmbox configuration:


enter image description here


How to finger print a song


You will now have a new right-click option that searches LastFM:


enter image description here


When it finds possible matches, it presents this in most-likely order:


enter image description here


By default, it will update the artist, album and title of the song.


There is an extra check-box which does a deeper search of LastFM to find additional information about your song.


how to install


Full instructions are in the README file.


Some tips - install the package python2.7-dev before trying to install pylastfp. You need version 0.6 or later of pylast.


Open a terminal then copy and paste a line at a time the following:


sudo apt-get install python2.7-dev git
git clone git://github.com/asermax/lastfm_extension.git
cd lastfm_extension
./install.sh

Then download v0.6 of pylast, extract it and then install via:


sudo apt-get install python-pip libfftw3-dev libsamplerate0-dev
sudo pip install pylastfp

If compilation of packages is just not your cup-of-tea - then you can install my Rhythmbox PPA (link below) and install the lastfm-extension package which will install all the prerequisites for you.




Related Question:



[#36370] Sunday, April 30, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
anxietunnel

Total Points: 66
Total Questions: 120
Total Answers: 115

Location: Norway
Member since Sat, Mar 4, 2023
1 Year ago
;