diff --git a/multimedia/sound/knowthelist/actions.py b/multimedia/sound/knowthelist/actions.py
new file mode 100644
index 0000000000..99140ee3ea
--- /dev/null
+++ b/multimedia/sound/knowthelist/actions.py
@@ -0,0 +1,19 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import qt5
+
+def setup():
+ qt5.configure()
+
+def build():
+ qt5.make()
+
+def install():
+ qt5.install()
+
+ pisitools.dodoc("LICENSE", "README.md")
diff --git a/multimedia/sound/knowthelist/files/knowthelist.desktop b/multimedia/sound/knowthelist/files/knowthelist.desktop
new file mode 100644
index 0000000000..162e91cc73
--- /dev/null
+++ b/multimedia/sound/knowthelist/files/knowthelist.desktop
@@ -0,0 +1,15 @@
+[Desktop Entry]
+Type=Application
+Version=1.0
+Encoding=UTF-8
+Name=knowthelist
+Name[en]=knowthelist
+GenericName=knowthelist
+GenericName[en]=knowthelist
+Comment=Knowthelist the awesome party music player
+Comment[en]=Knowthelist the awesome party music player
+Icon=knowthelist.png
+Exec=knowthelist
+Terminal=false
+StartupNotify=false
+Categories=Application;Multimedia;
diff --git a/multimedia/sound/knowthelist/pspec.xml b/multimedia/sound/knowthelist/pspec.xml
new file mode 100644
index 0000000000..41d2a2cd16
--- /dev/null
+++ b/multimedia/sound/knowthelist/pspec.xml
@@ -0,0 +1,52 @@
+
+
+
+
+ knowthelist
+ http://qt-apps.org/content/show.php/Knowthelist?content=165335
+
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+ LGPLv3
+ knowthelist
+ app:gui
+ Knowthelist the awesome party music player
+ Quick search for tracks in collection, Two players with separate playlists Mixer with fader, 3 channel EQ and gain, Auto fader and auto gain, Trackanalyser search for song start/end and gain setting, Auto DJ function with multiple filters for random play, Monitor player for pre listen tracks (via 2nd sound card e.g. USB)
+ https://github.com/knowthelist/knowthelist/archive/v2.3.0.tar.gz
+
+ qt5-base-devel
+ glib2-devel
+ alsa-lib-devel
+
+
+
+
+ knowthelist
+
+ qt5-base
+ gstreamer-next
+ taglib
+ alsa-lib
+ glib2
+ libgcc
+
+
+ /usr/bin
+ /usr/share
+ /usr/share/applications
+ /usr/share/icons
+ /usr/share/doc
+
+
+
+
+
+ 2015-09-26
+ 2.3.0
+ First Release.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+
diff --git a/multimedia/sound/knowthelist/translations.xml b/multimedia/sound/knowthelist/translations.xml
new file mode 100644
index 0000000000..d13d5a0f1d
--- /dev/null
+++ b/multimedia/sound/knowthelist/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ knowthelist
+ Knowthelist the awesome party music player
+ Quick search for tracks in collection, Two players with separate playlists Mixer with fader, 3 channel EQ and gain, Auto fader and auto gain, Trackanalyser search for song start/end and gain setting, Auto DJ function with multiple filters for random play, Monitor player for pre listen tracks (via 2nd sound card e.g. USB)
+
+