GithubHelp home page GithubHelp logo

knowthelist

Knowthelist - the awesome party music player

  • Easy to use for all party guests
  • 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)
  • ... more details can be found on the Wiki

Runs under Linux, MacOS and Windows

Needed packages for building:

Build:

MacOS X:

Knowthelist works well on MacOS X.

  • OSX 10.6.8 is tested and known to work

It can be compiled to a .app bundle, suitable for placing in /Applications. Compiling is incredibly easy using Homebrew. Just run this command:

$ cp ./dist/knowthelist.rb /usr/local/Library/Formula
$ brew install knowthelist

And you're done. An icon for "knowthelist" should now be in your main OSX Applications list, ready to launch.

Windows:

A prebuilt package for windows is available in the release section on this page. The only prerequisite is a installed GStreamer runtime. But if you what to build Knowthelist on Windows for your self, you can do this like this:

Build dynamic version to debug project:

  • Install gstreamer-x86 runtime & devel
  • Install Qt5 MinGW incl. QtCreator Due to different exception handling versions (SJLJ, DWARF) of used MinGW comiler for GStreamer and Qt5, it is neccessary to use an own version of taglib. To get this, do this:
  • Get CMake and install
  • Get taglib and unzip
  • Open CMake GUI, select taglib folder, press Configure and build taglib
  • Add the taglib bin path (e.g. C:\Program Files (x86)\taglib-1.9.1\bin) to PATH variable into the QtCreator project build enviroment settings
  • Add the GStreamer bin path (e.g. C:\gstreamer\1.0\x86\bin) to PATH variable into the QtCreator project build enviroment settings
  • Rename libtag.dll and libstdc++-6.dll in GStreamer bin path to _libtag.dll and _libstdc++-6.dll
  • Build and run knowthelist project within QtCreator (Ctrl-R)

Build static version for release:

  • Install gstreamer-x86 runtime & devel
  • Build a Qt static environment
  • Build knowthelist via QtCreator (qmake, build release)
  • Copy all dll files of the gstreamer's bin folder (e.g. C:\gstreamer\1.0\x86\bin) into the target folder together with knowthelist.exe
  • Copy all dll files of the gstreamer's plugin folder (e.g. C:\gstreamer\1.0\x86\lib\gstreamer-1.0) into an new folder named 'plugin' in parallel to knowthelist.exe.
  • Run knowthelist.exe

Install packages:

Prebuilt packages for Linux can be found here: http://opendesktop.org/content/show.php/Knowthelist?content=165335

Debian:

Knowthelist is available in Jessie and sid archive

Ubuntu:

$ sudo add-apt-repository "deb http://ppa.launchpad.net/mstephan-r/ppa/ubuntu trusty main "
$ sudo apt update
$ sudo apt install knowthelist

Versions:

  • 2.3 (2014-09): Qt5 compatibility and usage of GStreamer 1.x
  • 2.2 (2014-08): Support for stored lists
  • 2.1 (2014-05): First public version; removed qt3support
  • 2.0 (2011) : Qt-only + gstreamer version for multiple OS support
  • 1.x (2005) : Only for KDE Linux with arts sound framework

knowthelist's Projects

beatanalysis icon beatanalysis

Evaluation project to improve the trackanalyser of Knowthelist

fhem icon fhem

Demo installation for FHEM Tablet UI

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.