I’ve been working on a wide variety of projects lately, so when I got some spare time today, I did something for myself.
As such, I’ve done a complete rewrite of the Banshee plugin for Xchat. It’s stable and shouldn’t have any bugs. Works great on this end. The code itself is improved as well.
You can nab a copy here.
– snip –
File “/home/dave/.xchat2/plugins/xchat_banshee.py”, line 82, in banshee_announce
xchat.command(“me is listening to: \”%s\” by %s on %s; Rated: %s (%s/%s)” % (track_title, track_artist, track_album, track_rating, track_pos, track_dur))
UnicodeEncodeError: ‘ascii’ codec can’t encode character u’\xe9′ in position 42: ordinal not in range(128)
– /snip –
http://forum.xchat.org/viewtopic.php?t=3338
also, xchat prints a “Unknown command” in the server tab (even if the command worked)
Hi will,
Great plugin. it works fantastic. Was wondering if there was a way to invoke or bind keyboard shortcuts to display the songtitles and what not? so instead of typing /media you could hit ctrl+9 or something?
I asked around different python rooms on freenode, but they said it was an xchat question, so i guess… here i am.