logger is an Amarok script that logs all songs that you have listened to.
Developer comments
The reason why I had to write it as a score script is that I wanted the information how long the song was listened. It imitates the behaviour of the default score script. Additionally, each song listened for more than 50 % is stored in an SQLite database (per month). So, nice statistics can be produced. The database is located in ~/.kde/share/apps/amarok/scripts-data/logger.db.
The playstat script is an example statistics script that produces an HTML output of the top bands and songs of the current month and all time.
Product's homepage
Requirements:
· amaroK
What's New in This Release: [ read full changelog ]
· Bugfix release. Amarok does not deliver the track's lengths in seconds anymore, but in millisenconds. Made logger work again.