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
Michele Calgaro 1329ec6abb
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
4 months ago
..
CMakeLists.txt Desktop file translations: 4 years ago
ConfigureChecks.cmake Should bring back xmms support in kopete's plugins. 4 years ago
DESIGN Rename a number of classes to enhance compatibility with KDE4 11 years ago
Makefile.am LIB_QT -> LIB_TQT conversion to align to updated admin module 6 years ago
README Update bug reports url to bugs.trinitydesktop.org 6 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 Desktop file translations: 4 years ago
kopete_nowlistening_config.desktop Desktop file translations: 4 years ago
nlamarok.cpp Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. 10 months ago
nlamarok.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
nljuk.cpp Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. 10 months ago
nljuk.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
nlkaffeine.cpp Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. 10 months ago
nlkaffeine.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
nlkscd.cpp Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. 10 months ago
nlkscd.h Removed code formatting modelines. 4 years ago
nlmediaplayer.h Removed code formatting modelines. 4 years ago
nlnoatun.cpp Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. 10 months ago
nlnoatun.h Removed code formatting modelines. 4 years ago
nlxmms.cpp Removed code formatting modelines. 4 years ago
nlxmms.h Removed code formatting modelines. 4 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 Rename additional header files to avoid conflicts with KDE4 11 years ago
nowlisteningguiclient.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 months ago
nowlisteningguiclient.h Replace Q_OBJECT with TQ_OBJECT 10 months ago
nowlisteningplugin.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 months ago
nowlisteningplugin.h Replace Q_OBJECT with TQ_OBJECT 10 months ago
nowlisteningpreferences.cpp Removed code formatting modelines. 4 years ago
nowlisteningpreferences.h Replace Q_OBJECT with TQ_OBJECT 10 months ago
nowlisteningprefs.ui Add includes to UI files to resolve FTBFS 6 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.trinitydesktop.org.  If you need help contact me at lists@stevello.free-online.co.uk.

TODO
More media players!