Winamp clone for xmms2. Fork of offical repo. Contains experiments; possibly broken.
Find a file
Thomas Frauendorfer 8e56a75261 OTHER: add desktop file and disable current icon in promoe
I have no idea who created icon.png and tru can't remember.
So the desktop file uses the xmms2 icon if it's available
2009-08-25 00:22:58 +02:00
data OTHER: remove execution right from graphic file 2009-08-18 01:57:31 +02:00
features OTHER: Redo pkg-config handling once again. 2008-10-17 00:25:54 +02:00
lib OTHER: Correctly update a playlist when entries are added 2009-07-18 22:00:02 +02:00
src OTHER: add desktop file and disable current icon in promoe 2009-08-25 00:22:58 +02:00
.gitignore added a small fileinfo dialog to the playlistwidget 2008-02-14 20:21:13 +01:00
AUTHORS OTHER: added Henrik Grindal Bakken to AUTHORS file 2009-07-15 19:54:00 +02:00
ChangeLog OTHER: Release candidate 0.1-rc2 2009-07-20 11:19:11 +02:00
config.pri OTHER: add desktop file and disable current icon in promoe 2009-08-25 00:22:58 +02:00
COPYING Add copyright headers. 2006-03-15 16:52:40 -04:00
promoe.1 OTHER: add desktop file and disable current icon in promoe 2009-08-25 00:22:58 +02:00
promoe.desktop OTHER: add desktop file and disable current icon in promoe 2009-08-25 00:22:58 +02:00
promoe.icns Added MacOSX icons. 2006-02-27 22:22:11 -03:00
promoe.pro OTHER: add desktop file and disable current icon in promoe 2009-08-25 00:22:58 +02:00
README OTHER: Change a Parameter from QDir to QString. 2008-11-02 11:52:49 +01:00
TODO OTHER: add desktop file and disable current icon in promoe 2009-08-25 00:22:58 +02:00

Required dependencies:
	* QT4.2.x           http://www.trolltech.no/
	* XMMS2             http://xmms2.xmms.org/
	* XMMS2 C++ bindings (make sure you have boost_signals when compiling xmms2)
	  - promoe works with 0.4DrK and 0.5DrL

Optional dependencys:
	* Avahi     http://www.avahi.org/

Compiling:
	1) Run qmake in the topdir (not in ./src)
	   (on debian systems it's called qmake-qt4)
	2) Run make
	3) Have a coffe
	4) ./promoe
	5) ????
	6) profit

	To change the install directory, use 'qmake PREFIX=<path>' at step 1

Compilation problems:
	- Errormessage "WARNING: Found potential symbol conflict of <somefile>"
	  -> make sure you use uic from Qt4 (uic -version)
	     (on debian systems it's sufficant if uic-qt4 exists)

	- Errormessage "error: xmmsclient/xmmsclient++.h: No such file or directory"
	  followed by a bunch of other errors
	  -> You don't have the xmms2-c++ header files installed
	     (package libxmmsclient++-dev on debian)
	     After installing the headerfiles run 'make distclean' and start again 
		 from 'Compiling 1)'

Reporting Bugs:
	preferred way to report bugs is through xmms2's bugtracker at
	'http://bugs.xmms2.xmms.se/' at project 'Client - Promoe'

Patches:
	Best practice to submit a path is through the bugtracker at
	'http://bugs.xmms2.xmms.se/' at project 'Client - Promoe'.

	Either append the patch to the bug it fixes or supply a link to your own
	git repository (github.com is a good place for your own public git
	repository)

	To discuss a patch or feature request, you can also try to reach the
	developer at xmms2's irc channel #xmms2 on freenode (irc.freenode.net)