Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Other Community Discussions > Tutorials & Tips
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Tutorials & Tips
The place to find Ubuntu related Tips & Tricks.

 
Thread Tools Display Modes
Old November 24th, 2007   #1
borisattva
A Carafe of Ubuntu
 
borisattva's Avatar
 
Join Date: Dec 2005
Location: New York City
Beans: 110
Ubuntu 7.10 Gutsy Gibbon
Send a message via AIM to borisattva Send a message via MSN to borisattva Send a message via Yahoo to borisattva
Post [HOW-TO] Pidgin-Rhythmbox 2.0 plug-in

This nifty little plug in will conveniently display your currently played Rhythmbox track in your AIM Profile or Away message, through use of %rb (like %n - name, %t - time, etc)

Dependencies:
pidgin-dev
build-essential

(possibly others, so please report if you have any errors)

If you haven't already, get the tarball of the plug-in here:
http://jon.oberheide.org/projects/pidgin-rhythmbox/

you can Download it to anywhere but for simplicity of instructions,
it is necessary that you drop it on your Desktop (you can delete it afterwards)

Right-click on the file name pidgin-rhythmbox-2.0.tar.gz and select 'Extract Here'

a Folder 'pidgin-rhythmbox-2.0' will be created.

Open up your Terminal and type:
Code:
cd ~/Desktop
cd pidgin-r*
verify that you are in:
username@machine:~/Desktop/pidgin-rhythmbox-2.0$

type:
Code:
./configure
If you see any errors, the process will stop. This means that there are still some dependencies that you need to install prior to this step

If you see something like:
configure: error: Package requirements (packagename >=

go to Synaptic and search for it with 'packagename-dev', install it and its dependencies.

Or come here with your error and we'll help you idnetify it.

If you do not see any errors, type:
Code:
sudo make
Provide your linux password if necessary.

Once completed type:
Code:
sudo make install
Record errors if any.

If you dont see any errors, open up Pidgin and do CTRL+P on your keyboard.
In the preferences window click on Plugins and put a checkmark next to Pidgin-Rhythmbox 2.0, and click Close.

Either in your AIM profile or your away message put
Code:
%rb
Open up Rhythmbox and play a track. Check your away/profile.
If you see the song information there, youre set.
Feel free to customize the message by adding text anywhere around %rb

Last edited by borisattva; December 15th, 2007 at 06:30 PM.. Reason: Bolded Dependencies for noticeability
borisattva is offline   Reply With Quote
Old December 4th, 2007   #2
jcbodnar
First Cup of Ubuntu
 
Join Date: Jun 2007
Beans: 9
Re: [HOW-TO] Pidgin-Rhythmbox 2.0 plug-in

Quote:
Check your away/profile.
How do you do this? I have %rb entered for amy status message. I have rhythmbox playing. When I mouse over the pidgin icon in my tray I see:

Pidgin - %rb
jcbodnar is offline   Reply With Quote
Old December 4th, 2007   #3
borisattva
A Carafe of Ubuntu
 
borisattva's Avatar
 
Join Date: Dec 2005
Location: New York City
Beans: 110
Ubuntu 7.10 Gutsy Gibbon
Send a message via AIM to borisattva Send a message via MSN to borisattva Send a message via Yahoo to borisattva
Re: [HOW-TO] Pidgin-Rhythmbox 2.0 plug-in

when you open Pidgin and go into plug ins, do you see Rhythmbox plug in there? If you do, make sure its checked. if you dont, the installation did not complete: exit both rhythmbox and pidgin and rerun the above walk through.

watch the screen for any errors and report back here.
borisattva is offline   Reply With Quote
Old December 4th, 2007   #4
jcbodnar
First Cup of Ubuntu
 
Join Date: Jun 2007
Beans: 9
Re: [HOW-TO] Pidgin-Rhythmbox 2.0 plug-in

I installed pidgin-rhytmbox from the debian package found here: http://www.last.fm/group/Rhythmbox/forum/8096/_/310325

It shows up in the list of plugins, I have it checked and I have all the configuration options checked.
jcbodnar is offline   Reply With Quote
Old December 4th, 2007   #5
borisattva
A Carafe of Ubuntu
 
borisattva's Avatar
 
Join Date: Dec 2005
Location: New York City
Beans: 110
Ubuntu 7.10 Gutsy Gibbon
Send a message via AIM to borisattva Send a message via MSN to borisattva Send a message via Yahoo to borisattva
Re: [HOW-TO] Pidgin-Rhythmbox 2.0 plug-in

no idea why its not working. i would only try to use the latest ver packages from the official links.

when you were testing this, did you try to skip through the songs? if the song is already playing when you start pidgin it will only show %rb as you describe.
borisattva is offline   Reply With Quote
Old December 4th, 2007   #6
jcbodnar
First Cup of Ubuntu
 
Join Date: Jun 2007
Beans: 9
Re: [HOW-TO] Pidgin-Rhythmbox 2.0 plug-in

Yes, I've been listening to music all day and it's always on %rb.

I'll try installing from source.

Thanks for the help.
jcbodnar is offline   Reply With Quote
Old December 9th, 2007   #7
mpgarate
Way Too Much Ubuntu
 
mpgarate's Avatar
 
Join Date: Aug 2006
Beans: 322
Hardy Heron (Ubuntu Development)
Re: [HOW-TO] Pidgin-Rhythmbox 2.0 plug-in

great guide! thanks

I had to install pidgin-dev, but that wasnt a problem
mpgarate is offline   Reply With Quote
Old December 15th, 2007   #8
TreeFinger
Quad Shot of Ubuntu
 
TreeFinger's Avatar
 
Join Date: Nov 2006
Location: Pennsylvania
Beans: 423
Send a message via AIM to TreeFinger
Re: [HOW-TO] Pidgin-Rhythmbox 2.0 plug-in

Great guide, I was having a lot of trouble getting it to work. I thought I had installed all the related packages in synaptic but I didn't.. Installing pidgin-dev did the trick!
__________________
Your Ubuntu User number is # 15355

A must Read for anyone interested in Computer Programming.

Last edited by TreeFinger; December 15th, 2007 at 05:59 PM..
TreeFinger is offline   Reply With Quote
Old December 20th, 2007   #9
Chocwise
First Cup of Ubuntu
 
Join Date: Oct 2007
Beans: 1
Re: [HOW-TO] Pidgin-Rhythmbox 2.0 plug-in

Naw. Didn't work for me.
I have Gutsy, pidgin-dev, I installed build-essential as well.
neither ./configure, nor make or make install are giving any Errors. I checked the Plugin in Pidgin and added %rb to Away-Message. I even restarted Pidgin and Rythmbox. I switched through some Songs, but nothing.
Nice Guide. But didn't do it for me. :/
Chocwise is offline   Reply With Quote
Old December 21st, 2007   #10
midtown
5 Cups of Ubuntu
 
Join Date: Jul 2007
Beans: 35
Re: [HOW-TO] Pidgin-Rhythmbox 2.0 plug-in

Thanks, installing pidgin-dev made it work for me in Gutsy!
midtown is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 04:03 PM.


vBulletin ©2000 - 2010, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. lingonberry