1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-09-01 01:51:58 +02:00

* Added Album class with convenience methods.

* Cleaned up PlaylistInterface. Now basic classes (like the new Album or Artist class) can easily be accessed by the AudioEngine as a proper playlist.
* Added SourceInfoWidget, a summary page for sources.
* Added AlbumView / -Model / -Item.
* WIP: PlaylistManager.
* Many other cleanups / improvements I don't even remember anymore ;-)
This commit is contained in:
Christian Muehlhaeuser
2010-11-21 10:05:11 +01:00
parent ab2d21a692
commit 3f2cce0f69
63 changed files with 1854 additions and 275 deletions

2
README
View File

@@ -42,7 +42,7 @@ libEchonest 0.1
$ sudo make install
Now compile Tomahawk
-------------------
--------------------
$ sudo ldconfig -v | grep -Ei 'qjson|gloox|echonest'
$ mkdir build && cd build
$ cmake ..