1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-23 17:29:42 +01:00
Jeff Mitchell 4c5855c95d Add twitter info plugin. Still needs some work -- when it should delete
itself (for instance if you disable the plugin and re-enable) it doesn't
seem to, leading to twitter complaining about duplicate statuses. Also
get a message about creating children for parent in different thread.

Along the way, made lastfm plugin correctly switch to the right thread
for the info plugin, fix a couple bugs (such as loving and unloving
using the same type), and so on.

Need to fix up xmpp info plugin to use the correct thread as well.

Also, right now tweets indiscriminately when you love, should turn that
off before merging to master.
2012-04-09 20:50:10 -04:00
2012-04-02 04:38:13 +02:00
2011-09-11 10:48:59 +02:00
2011-03-25 07:08:34 +01:00
2012-04-07 10:03:28 +02:00
2010-10-17 05:32:01 +02:00
2012-04-07 19:19:47 +02:00

Compiling Tomahawk
------------------

    $ mkdir build && cd build
    $ cmake ..
    $ make

 Start the application on Linux:
    $ ./tomahawk
 Start the application on OS X:
    $ open tomahawk.app


Detailed building instructions for Ubuntu
-----------------------------------------
 See: http://wiki.tomahawk-player.org/mediawiki/index.php/Building_Ubuntu_Binary_on_Precise_(12.04)

Detailed building instructions for OS X
---------------------------------------
 See: http://wiki.tomahawk-player.org/mediawiki/index.php/Building_OS_X_Application_Bundle_on_Snow_Leopard_(10.6)

Doxygen Documentation
---------------------
 See: http://dev.tomahawk-player.org/api/classes.html


Dependencies
------------

  CMake 2.8.6 - http://www.cmake.org/
  Qt 4.7.0 - http://qt.nokia.com/
  QJson 0.7.1 - http://qjson.sourceforge.net/
  SQLite 3.6.22 - http://www.sqlite.org/
  TagLib 1.6.2 - http://developer.kde.org/~wheeler/taglib.html
  Boost 1.3 - http://www.boost.org/
  CLucene 0.9.23 (0.9.21 will fail) - http://clucene.sourceforge.net/download.shtml
  libechonest 1.2.0 - http://projects.kde.org/projects/playground/libs/libechonest/

 The following dependencies are optional, but recommended:

  Attica 0.3.0 - ftp://ftp.kde.org/pub/kde/stable/attica/
  QuaZip 0.4.3 - http://quazip.sourceforge.net/
  Jreen 1.0.5 - http://qutim.org/jreen / https://github.com/euroelessar/jreen
  QTweetLib 0.5.0 - https://github.com/minimoog/QTweetLib

 Third party libraries that we ship with our source:

  MiniUPnP 1.6 - http://miniupnp.free.fr/
  liblastfm 0.4.0 - http://github.com/jonocole/liblastfm/

Enjoy!
Description
No description provided
Readme 126 MiB
Languages
C++ 93.4%
JavaScript 1.8%
CMake 1.2%
C 0.6%
Objective-C++ 0.5%
Other 2.2%