You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdenetwork/kopete/plugins/nowlistening
tpearson 937b2991d8
rename the following methods:
13 years ago
..
CMakeLists.txt [kdenetwork/kopete] added cmake support 13 years ago
DESIGN Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
Makefile.am Update to Trinity 3.5.11 15 years ago
README Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
configure.in.in Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kopete_nowlistening.desktop Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kopete_nowlistening_config.desktop Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
nlamarok.cpp TQt4 port kdenetwork 13 years ago
nlamarok.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
nljuk.cpp TQt4 port kdenetwork 13 years ago
nljuk.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
nlkaffeine.cpp TQt4 port kdenetwork 13 years ago
nlkaffeine.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
nlkscd.cpp TQt4 port kdenetwork 13 years ago
nlkscd.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
nlmediaplayer.h Trinity Qt initial conversion 14 years ago
nlnoatun.cpp rename the following methods: 13 years ago
nlnoatun.h rename the following methods: 13 years ago
nlxmms.cpp Trinity Qt initial conversion 14 years ago
nlxmms.h Update to Trinity 3.5.11 15 years ago
nowlisteningchatui.rc Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
nowlisteningconfig.kcfg Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
nowlisteningconfig.kcfgc Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
nowlisteningguiclient.cpp TQt4 port kdenetwork 13 years ago
nowlisteningguiclient.h TQt4 port kdenetwork 13 years ago
nowlisteningplugin.cpp rename the following methods: 13 years ago
nowlisteningplugin.h TQt4 port kdenetwork 13 years ago
nowlisteningpreferences.cpp TQt4 port kdenetwork 13 years ago
nowlisteningpreferences.h TQt4 port kdenetwork 13 years ago
nowlisteningprefs.ui Remove the tq in front of these incorrectly TQt4-converted methods/data members: 13 years ago
nowlisteningui.rc Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago

README

README for Now Listening Plugin

AUTHOR Will Stephenson <lists@stevello.free-online.co.uk>

This plugin tells chat partners what you're currently listening to. On demand, it sends them a configurable message.

Caveat: It currently only works with KsCD, Xmms, Noatun, JuK and amaroK.  Other media players will be supported shortly.

Caveat 2: It relies on DCOP - I doubt much will happen if you're not running the rest of KDE.

Caveat 3: There's no escaping of the substituted strings, so you might get it stuck in a loop...

REQUIREMENTS
Requires XMMS remote control header xmmsctrl.h
(can be found in:
* SuSE's base xmms rpm
* Mandrake's libxmms1-devel rpm
* RedHat, TurboLinux, Conectiva: xmms-devel )
Which in turn requires glib-devel and gtk-devel to build.

IF CONFIGURE GIVES AN ERROR, OR IT DOESN'T WORK WITH XMMS, CHECK THESE ARE INSTALLED!

Configure test doesn't tell us that this is why it bails.

Rerun make -f Makefile.cvs && ./configure - or any subset of that which will
reconfigure the new part of the tree.

make

USE

Enable the plugin in Settings->Configure Plugins.  You may wish to change the default message.

You can force a notification by typing the string "/media" at the start of a new message, which will be substituted, or by using the Chat->Actions->Send Media Info menu item.

BUGS

Please report to bugs.kde.org.  If you need help contact me at lists@stevello.free-online.co.uk.

TODO
More media players!