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 8aa8074403
Removed code formatting modelines.
4 years 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 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 Rename old tq methods that no longer need a unique name 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 Improve Kaffeine support in Kopete now listening plugin 12 years ago
nlkaffeine.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
nlkscd.cpp Removed code formatting modelines. 4 years ago
nlkscd.h Removed code formatting modelines. 4 years ago
nlmediaplayer.h Removed code formatting modelines. 4 years ago
nlnoatun.cpp Removed code formatting modelines. 4 years 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 Removed code formatting modelines. 4 years ago
nowlisteningguiclient.h Removed code formatting modelines. 4 years ago
nowlisteningplugin.cpp Removed code formatting modelines. 4 years ago
nowlisteningplugin.h Removed code formatting modelines. 4 years ago
nowlisteningpreferences.cpp Removed code formatting modelines. 4 years ago
nowlisteningpreferences.h Removed code formatting modelines. 4 years 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!