1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-19 15:29:42 +01:00
Luís Gabriel Lima 2b653da3be * Checking the reply status during the last.fm authentication process
The last.fm API returns "ok" on the status attribute of the reply if
the authentication succeeded and "failed" otherwise [1]. So this patch
verifies if the status returned is "ok" to proceed with the
authentication.

This patch also improves the message displayed in the log when an
authentication error occurs. Now the error message returned by the
server is printed out even when the QNetworkReply::error() != NoError
(the message retuned by the server is a lot more informative).

[1] - http://www.lastfm.it/api/show/auth.getMobileSession
2012-12-30 22:01:08 -03:00
2012-04-02 04:38:13 +02:00
2012-10-16 13:26:15 +02:00
2011-03-25 07:08:34 +01:00
2012-12-23 06:10:00 +01:00
2010-10-17 05:32:01 +02:00
2012-12-20 12:40:35 +01:00
2012-11-19 11:09:54 +01:00

Tomahawk

Compiling and running Tomahawk

Compile:

$ 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/index.php/Building_Ubuntu_Binary_on_Precise_(12.04)

Detailed building instructions for OS X

See: http://wiki.tomahawk-player.org/index.php/Building_OS_X_Application_Bundle_on_Snow_Leopard_(10.6)and_Lion(10.7)

Doxygen Documentation

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

Dependencies

Required dependencies:

The following dependencies are optional, but recommended:

Third party libraries that we ship with our source:

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%