ChoqoK Version 0.9.4+svn20091231

choqok (0.9.4+svn20091231) unstable; urgency=low

* One new plugin: Twitpic plugin to upload and share photos on Twitpic.com service!
* Checking for empty friends list before sending Private message!
* Set an icon for imagepreview plugin
* Icons updated! (Thanks to Roozbeh)
* pull new upstream code from   svn://anonsvn.kde.org/home/kde/trunk/extragear/network/choqok/choqok

Download i386.deb

Download Source

#Twitter #choqoK v0.6

choqoKchoqok-0.6

=== Version 0.6 — 22-May-2009 ===
* Add support for smilies in texts.
* Add support for ReTweet function.
* Twitpic.com integration added, Posting to it and showing a thumbnail of it’s pictures.
* Posting “Currently listening to …” text for Amarok 2.X Player implemented!
* Option to use a custom browser instead of kde default implemented! (For Gnome users)
* Ability to abort posting new status.
* A “Who is …” item added to user menu, to see Bio/Url and name of a user.
* Support for Digg.com shorturls service added.
* Better support for right to left languages, And users who use multiple languages with different directions.
* Image caching improved and some related bugs fixed.
* + bug fix and other improvements.

Download

[Twitter] Choqok Debian Paket für Debian Sid

A Free/Open Source micro-blogging client for K Desktop Environment.    

The name comes from an ancient Persian word, means Sparrow!

Currently supports Twitter.com and Identi.ca services

.

 

ChoqoK ist eine KDE Micro-Blogging Client für die Netzte von Twitter.com und Identi.ca

 Im Moment habe ich nur ein Debian Paket für i386 erstellt, ihr findet es im Downloadbereich.

 

Songbird und Xchat

Gestern habe ich mir mal den Songbird 1.0 näher an geschaut und getestet.
Ich muss sagen was die Geschwindigkeit angeht mit dem der Songbird Musikarchive mit mehr als 3000 Songs verwaltet und mit der Suchfunktion die entsprechenden Songs findet ist beeindruckend.

Lange Rede kurzer Sinn, ich gebe Songbird nun klar den Vorzug vor Amarok, das einzige was mir noch fehlte war ein Script mit dem ich via Xchat die Leute in den Channles wieder nerven konnte mit dem was ich gerade höre.

Also habe ich mir mal die ganzen Add-ons, die es zu Songbird gibt, näher angeschaut und dabei „LiveTweeter“[1] [2] gefunden.

This extension allow you to post what you are listening on Twitter, MSN/Windows Live Messenger, Pidgin, Mercury, IRC and more !

Diese Add-on biete die Möglichkeit den Titel des gerade gespielten Songs in einer Datei zu speichern.

Na und das reicht mir doch um mal eben ein passendes Script für Xcaht zu schreiben!

 

########################################################################
####  Script Name: sonbird_0.1
####  Use for to post what you are listening with songbird
####  version: 0.1
####  Date: Dezember 03 2008
########################################################################
####  This program is distributed in the hope that it will be useful, but WITHOUT
####  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
####  FOR A PARTICULAR PURPOSE.
####
####  [c] by oldkid <oldkid@neotux.net>
####  licensed under GPLv2-or-later
########################################################################
IRC::register("Songbird announce","0.1","","");
IRC::print("::songbird announce v0.1:: [Loaded]");
IRC::add_command_handler("bird","songbird_announce");
IRC::print "Commands: ";
IRC::print " /bird : Announce your current song or movie name on IRC. ";
sub songbird_announce
{
    $LOGFILE = "/home/oldkid/song.txt";
        $song = `cat $LOGFILE | tail -1`;
    IRC::command ("/me rockt zu : $song");
    return 1;
}

 

 

 

 

Das Script in Aktion :

Have Fun

[1] http://addons.songbirdnest.com/addon/1204
[2] http://code.google.com/p/songbird-livetweeter/