
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
LastMoid is Plasma applet designed for last.fm users.
It is able to display music charts for various periods of time and recently listened tracks.
Based on latest Plasma widgets API with straightforward configuration.
Links :
http://github.com/vavrusa/lastmoid
http://www.last.fm/home
http://en.wikipedia.org/wiki/Last.fm
Authors:
Damien Levin
Marek Vavrusa
Installation
------------
tar xvzf lastmoid-0.6.tar.gz
cd lastmoid-0.6
mkdir build && cd build
cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ..
make
make install (as root or with sudo)
10 years ago
0.6.5
- Elided text for labels
- Tooltip containing full text
- Code cleanup and comments (more to follow)
- Reflects invalid (missing) configuration
- Animated bars appearance/change
- Intelligent list management
- Fixed weekly charts data
0.6
- Complete code refactoring and cleanup
- Unified header handling, picture loading
- Refactored configuration
- Removed old rendering code
- Moved to Plasma-based API
- Reflecting busy state
0.5
- Cut too long data
- Recent played tacks available
0.4
- Refresh bug fixed
- 3 months / 12 months / Overall charts available
- Album charts available
- Add an Icon
0.3
- Bug fixes
- New logo
- Adding a tool to set :
* LastFm user
* Chart
0.1
- First draft of the weekly artist chart
10 years ago
0.6.5
- Elided text for labels
- Tooltip containing full text
- Code cleanup and comments (more to follow)
- Reflects invalid (missing) configuration
- Animated bars appearance/change
- Intelligent list management
- Fixed weekly charts data
0.6
- Complete code refactoring and cleanup
- Unified header handling, picture loading
- Refactored configuration
- Removed old rendering code
- Moved to Plasma-based API
- Reflecting busy state
0.5
- Cut too long data
- Recent played tacks available
0.4
- Refresh bug fixed
- 3 months / 12 months / Overall charts available
- Album charts available
- Add an Icon
0.3
- Bug fixes
- New logo
- Adding a tool to set :
* LastFm user
* Chart
0.1
- First draft of the weekly artist chart
ChemBro
12 years ago
CMake Error: The current CMakeCache.txt directory /home/.../Lastmoid/CMakeCache.txt is different than the directory /home/damien/Lastmoid where CMackeCache.txt was created. This may result in binaries being created in the wrong place. If you are not sure, reedit the CMakeCache.txt
Report
pugacioff
12 years ago
It works and I like it, although it's REALLY a draft ;)
Report