2017-05-10 16:33:30 -07:00
# This project is essentially abandoned
2018-10-23 16:09:27 -04:00
There is no one working on it.
2017-05-10 16:33:30 -07:00
There isn't much sense in adding any new issues in the issue tracker unless you want to fix them yourself.
2015-01-09 00:17:25 +00:00
# WHAT TOMAHAWK IS
2012-11-16 17:45:24 +01:00
2015-01-08 23:56:05 +00:00
Tomahawk is a free multi-source and cross-platform music player. An application that can play not only your local files, but also stream from services like Spotify, Beats, SoundCloud, Google Music, YouTube and many others. You can even connect with your friends' Tomahawks, share your musical gems or listen along with them. Let the music play!
2014-10-03 21:18:42 +02:00
![Tomahawk Screenshot ](/data/screenshots/tomahawk-screenshot.png?raw=true )
2014-10-04 07:54:39 +02:00
## HOW TOMAHAWK WORKS
2014-10-03 23:36:57 +02:00
2015-04-11 08:24:13 +02:00
Tomahawk is basically a **player for music metadata** . At its core it decouples the metadata about a song from the source and reassembles it for each user based on their individual music accessibility and rights. In short, given the name of a song and artist, Tomahawk will find the right source, for the right user at the right time. This fundamentally different approach to music enables a range of new music consumption and sharing experiences previously not possible.
2014-10-03 17:15:53 -04:00
2014-10-04 07:54:39 +02:00
## MUSIC SOURCES
2014-10-03 23:36:57 +02:00
2014-10-04 08:13:03 +02:00
* Local music library (MP3, Ogg, FLAC and many other formats)
2014-10-03 17:15:53 -04:00
* Networked music libraries (other connected computers)
2014-10-04 07:55:29 +02:00
### Subscription Music Services
2014-10-03 17:15:53 -04:00
* Spotify
* Beats Music
* Google Play Music (on-demand streaming and music locker)
2015-04-28 00:15:14 +02:00
* TIDAL
2014-10-03 17:15:53 -04:00
* Rdio (Android only)
* Deezer (Android only)
2014-10-04 07:54:39 +02:00
### Free Streaming/Music Promotion Platforms
2014-10-03 17:15:53 -04:00
* Soundcloud
* Bandcamp
* Last.fm
* Jamendo
* Official.fm
2015-04-28 00:15:14 +02:00
* YouTube
2014-10-03 17:15:53 -04:00
2014-10-04 07:54:39 +02:00
### Network/Cloud storage
2014-10-03 23:36:57 +02:00
2014-10-03 17:15:53 -04:00
* Ampache
* Owncloud
* Subsonic
* Beets
Third party-developed resolvers have also been written for services like YouTube, Qobuz and others. We've also heard of digital music distributors writing their own for their internal CMSes to help them navigate and preview their content. That's cool.
2014-10-03 23:41:10 +02:00
Packaged binary resolvers (.axes) are available: [here ](http://teom.org/axes ).
2014-10-03 23:40:15 +02:00
2014-10-03 23:42:08 +02:00
Source code (and examples) can be found in our [Resolver repository ](https://github.com/tomahawk-player/tomahawk-resolvers ).
2014-10-03 21:27:25 +02:00
2014-10-04 07:54:39 +02:00
## DOWNLOAD TOMAHAWK
2014-10-03 17:15:53 -04:00
2014-10-03 23:36:57 +02:00
You can download one of our nightly or stable builds:
2014-10-03 21:27:25 +02:00
2014-10-04 08:13:03 +02:00
| *BUILD* | MAC / OSX | WINDOWS | LINUX |
|:-------:|:---------:|:-------:|:-----:|
2015-01-09 00:17:11 +00:00
|**NIGHTLY** | [**latest** ](http://download.tomahawk-player.org/nightly/mac/Tomahawk-latest.dmg ) | [**latest** ](http://download.tomahawk-player.org/nightly/windows/tomahawk-latest.exe ) | [**latest** ](https://launchpad.net/~tomahawk/+archive/ubuntu/nightly ) (Ubuntu) |
2015-04-15 08:55:34 +02:00
|**STABLE** | [**0.8.4** ](http://download.tomahawk-player.org/Tomahawk-0.8.4.dmg ) | [**0.8.4** ](http://download.tomahawk-player.org/tomahawk-0.8.4.exe ) | [**0.8.4** ](http://www.tomahawk-player.org/#page-about ) (various distros) |
2014-10-03 17:15:53 -04:00
2014-10-04 07:54:39 +02:00
## BUILD TOMAHAWK
2014-10-03 17:15:53 -04:00
... or you can compile it yourself:
2012-11-16 17:45:24 +01:00
$ mkdir build & & cd build
$ cmake ..
$ make
2014-10-03 17:15:53 -04:00
### Detailed Build Instructions
2015-01-09 00:23:26 +00:00
| Linux: | [Arch ](http://wiki.tomahawk-player.org/index.php/Building_ArchLinux_package ) ** -** [Debian ](http://wiki.tomahawk-player.org/index.php/Building_on_Debian ) ** -** [Fedora ](http://wiki.tomahawk-player.org/index.php/Building_on_Fedora ) ** -** [openSUSE ](http://wiki.tomahawk-player.org/index.php/Building_on_openSUSE ) ** -** [Ubuntu ](http://wiki.tomahawk-player.org/index.php/Building_on_Ubuntu ) |
|------:|:------|
2015-01-09 00:21:51 +00:00
| **Windows** : | [**Windows** ](http://wiki.tomahawk-player.org/index.php/Building_Windows_Binary ) |
2015-01-09 00:17:25 +00:00
| **Mac** : | [**OS X** ](http://wiki.tomahawk-player.org/index.php/Building_OS_X_Application_Bundle ) |
2014-10-03 17:15:53 -04:00
### Dependencies
2012-11-16 17:45:24 +01:00
Required dependencies:
2015-04-11 08:21:28 +02:00
* [CMake 3 ](http://www.cmake.org/ )
2019-12-08 16:03:58 +08:00
* [Qt >= 5.4.0 ](http://qt-project.org/ )
2014-10-22 11:37:40 +02:00
* [VLC 2.1.0 ](https://videolan.org/vlc/ )
2014-10-03 17:15:53 -04:00
* [SQLite 3.6.22 ](http://www.sqlite.org/ )
2015-09-19 21:24:32 +02:00
* [TagLib 1.8 ](https://taglib.github.io/ )
2014-10-03 17:15:53 -04:00
* [Boost 1.3 ](http://www.boost.org/ )
* [Lucene++ 3.0.6 ](https://github.com/luceneplusplus/LucenePlusPlus/ )
2015-04-11 08:21:28 +02:00
* [Attica 5.6.0 ](http://ftp.kde.org/stable/attica/ )
2014-10-03 17:15:53 -04:00
* [QuaZip 0.4.3 ](http://quazip.sourceforge.net/ )
2015-04-11 08:21:28 +02:00
* [liblastfm 1.0.9 ](https://github.com/lastfm/liblastfm/ )
2014-10-03 17:15:53 -04:00
* [QtKeychain 0.1 ](https://github.com/frankosterfeld/qtkeychain/ )
* [Sparsehash ](https://code.google.com/p/sparsehash/ )
* [GnuTLS ](http://gnutls.org/ )
2019-12-08 16:03:58 +08:00
If you are using Qt>5.6 you need to build and install QtWebKit
* [QtWebKit ](https://github.com/qt/qtwebkit )
2014-10-04 07:54:39 +02:00
The following dependencies are optional (but *recommended* ):
2014-10-03 17:15:53 -04:00
2015-04-11 08:21:28 +02:00
* [Jreen 1.1.1 ](http://qutim.org/jreen/ )
* [Snorenotify 0.5.2 ](https://github.com/Snorenotify/Snorenotify/ )
2012-11-16 17:45:24 +01:00
Third party libraries that we ship with our source:
2014-10-03 17:15:53 -04:00
* [MiniUPnP 1.6 ](http://miniupnp.free.fr/ )
* [Qocoa ](https://github.com/mikemcquaid/Qocoa/ )
2014-10-12 12:42:16 +02:00
* [libqnetwm ](https://code.google.com/p/libqnetwm/ )
2015-01-09 00:17:11 +00:00
* [libqxt ](http://libqxt.org/ ) (QxtWeb module)
2014-10-03 17:15:53 -04:00
* [SPMediaKeyTap ](https://github.com/nevyn/SPMediaKeyTap/ )
* [kdSingleApplicationGuard ](http://www.kdab.com/ )
2014-10-04 07:54:39 +02:00
## SUPPORT TOMAHAWK
2015-01-09 00:17:11 +00:00
* [Bug / Issue Tracker ](https://bugs.tomahawk-player.org/secure/Dashboard.jspa )
2014-10-03 17:15:53 -04:00
* [Translations ](https://www.transifex.com/projects/p/tomahawk/ )
2015-01-09 00:17:11 +00:00
* [Donations ](https://flattr.com/thing/169312/Tomahawk )
2014-10-03 17:15:53 -04:00
2014-10-04 07:54:39 +02:00
## GET HELP
2014-10-12 12:42:16 +02:00
* [Support & Feedback ](https://tomahawk.uservoice.com )
2015-01-08 23:56:05 +00:00
* Chat with us in IRC: ** #tomahawk ** on Freenode, and [Scrollback.io ](https://scrollback.io/tomahawk )
2014-10-12 12:42:16 +02:00
* [Twitter ](https://twitter.com/tomahawk )
* [Facebook ](https://facebook.com/tomahawkplayer )
2015-01-09 00:17:11 +00:00
* [Developer API Documentation ](http://dev.tomahawk-player.org/api/classes.html )
2014-10-03 17:15:53 -04:00
2014-10-04 07:54:39 +02:00
## SCREENSHOTS
2014-10-03 17:15:53 -04:00
BROWSE FRIENDS' MUSIC & LISTEN ALONG
![Browse ](https://dchtm6r471mui.cloudfront.net/hackpad.com_ZRZMJDdxrVe_p.242147_1410998050088_listen-along.jpg )
INBOX - RECEIVED & FORWARDING
![Inbox ](https://dchtm6r471mui.cloudfront.net/hackpad.com_ZRZMJDdxrVe_p.242147_1410997751044_inbox.jpg )
CHARTS - BILLBOARD'S TASTEMAKER ALBUMS
![Charts ](https://dchtm6r471mui.cloudfront.net/hackpad.com_ZRZMJDdxrVe_p.242147_1410997901969_charts.jpg )
FRIEND FEED
2014-10-03 17:27:27 -04:00
![Feed ](https://dchtm6r471mui.cloudfront.net/hackpad.com_ZRZMJDdxrVe_p.242147_1410971283885_heroshot.png )
2014-10-03 17:15:53 -04:00
DYNAMIC (AUTO-UPDATING) PLAYLIST
![Xspf ](https://dchtm6r471mui.cloudfront.net/hackpad.com_ZRZMJDdxrVe_p.242147_1410998362549_dynamic-playlist-1.jpg )
PLUG-INS / RESOLVER SETTINGS
![Settings ](https://dchtm6r471mui.cloudfront.net/hackpad.com_ZRZMJDdxrVe_p.242147_1410998587408_prefs.jpg )
2015-01-09 00:17:25 +00:00
##Enjoy!