Winamp clone for xmms2. Fork of offical repo. Contains experiments; possibly broken.
Find a file
2008-02-29 02:30:19 +01:00
data Enable Drag and Drop in playlist 2008-01-26 05:13:42 +01:00
lib Fix a warning on string comparison 2008-02-29 00:29:07 +01:00
src Fix a stupid typo and a wrong include (<> instead of "") 2008-02-28 23:48:56 +01:00
.gitignore added a small fileinfo dialog to the playlistwidget 2008-02-14 20:21:13 +01:00
AUTHORS renamed XSettings to XConfig. 2008-02-05 08:22:29 +01:00
config.pri Enable Drag and Drop in playlist 2008-01-26 05:13:42 +01:00
COPYING Add copyright headers. 2006-03-15 16:52:40 -04:00
promoe.icns Added MacOSX icons. 2006-02-27 22:22:11 -03:00
promoe.pro Change playlist to use Esperanza's playlistmodel 2007-10-07 14:34:53 +02:00
README README file updated and enhanced 2008-02-29 02:30:19 +01:00
TODO renamed XSettings to XConfig. 2008-02-05 08:22:29 +01:00

Required dependencys:
	* QT4.2.x           http://www.trolltech.no/
	* XMMS2             http://xmms2.xmms.org/
	* XMMS2 C++ bindings (make sure to have boost_signals when compiling xmms2) 

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

Compilation Errors:
	- 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)

Known bugs:
	Tons of them.