View on GitHub

MusicPlayer

Music player - endlessly plays your music

Download this project as a .zip file Download this project as a tar.gz file

Music player

Download latest MusicPlayer for MacOSX

MusicPlayer screenshot

This music player is supposed to be simple and all centered around an infinite intelligent queue (some other players call this PartyShuffle or DJ mode). You can manually add songs to it - but if you don't or the queue gets too short, it will automatically intelligently fill it with further songs.

If you wonder about what is supposed to be a music player or what makes a music player different from a simple media player, read this: What is a music player

The code is highly modular. Most systems are optional. Also the GUI is an optional module. The music player can also run headless. Read more about technical internals.

The intelligent queue decision currently is based on:

Other features of this player:

Annoyed by all existing players because some subset of:

TODO / possible additional missing features:

The current GUI is Cocoa only. Additional Qt support is planned. The music player also works without any GUI.