forum

Pidgin Integration

posted
Total Posts
11
This is a feature request. Feature requests can be voted up by supporters.
Current Priority: +2
Topic Starter
varq
Like with MSN or Yahoo messenger, it'd be nice if there was also pidgin integration.
Remco32
So you could...?
You can already access the chat via Pidgin, since it supports IRC
Topic Starter
varq
I'm talking about status display.

EX: "Playing Loos - Koi Yomi Zakura on osu!"
anonymous_old
I think "run this EXE with the song as the parameter" would be best. You could script anything then.
peppy
If someone can provide me a .NET method to do this I will happily add it.

internal static void SetPidginMusic(bool enable, string verb, string title, string artist, string diff)
{
string status = string.Format("{0} {1} - {2} {3} (osu!)",
(verb.Length > 0 ? char.ToUpper(verb[0]) + verb.Substring(1) : ""),
artist, title, (diff.Length > 0 ? @"[{3}] " : ""));

//make me some code to display that string!
}
Topic Starter
varq
I got it to work (mostly) with pidgin-musictracker. Problem is that Artist and Title are switched, but you can switch those around in the settings.

http://code.google.com/p/pidgin-musictracker/
Card N'FoRcE
As varq said.

I use that plugin and it works fine. Just choose "Auto-Detect" then personalize the "Status-Format" as you wish.
Obviously, enable MSN integration from osu! too.

I use: %t - %p (osu!) -> Title - Artist (osu!)
Zekira

peppy's code wrote:

internal static void
Find and Replace happy again? Or was this somehow intentional?
anonymous_old

Zekira wrote:

peppy's code wrote:

internal static void
Find and Replace happy again? Or was this somehow intentional?
...

You're not a coder; go away.
nardii

Zekira wrote:

peppy's code wrote:

internal static void
Find and Replace happy again? Or was this somehow intentional?
:roll:

I know I shouldn't, but I simply can't resist replying to this.

:o :( :cry:

Come on, it never even occurred to you that this was the thing he actually intended to replace?
Guy-kun
This map has been deleted on the request of its creator. It is no longer available.
Please sign in to reply.

New reply