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 716e33b80b
LIB_QT -> LIB_TQT conversion to align to updated admin module
6 years ago
..
CMakeLists.txt Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
ConfigureChecks.cmake Add missing file from previous commit 10026753. 12 years ago
DESIGN Rename a number of classes to enhance compatibility with KDE4 12 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 Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications 10 years ago
kopete_nowlistening_config.desktop Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications 10 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 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 Rename additional header files to avoid conflicts with KDE4 11 years ago
nowlisteningguiclient.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
nowlisteningguiclient.h Rename a number of classes to enhance compatibility with KDE4 12 years ago
nowlisteningplugin.cpp Removed MSN support across Kopete by removing the MSN protocol and the netmeeting plugin. 10 years ago
nowlisteningplugin.h Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 12 years ago
nowlisteningpreferences.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
nowlisteningpreferences.h Fix FTBFS resulting from KCModule rename 12 years ago
nowlisteningprefs.ui Rename many classes and header files to avoid conflicts with KDE4 12 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!