
logger
Source (link to git-repo or to original if based on someone elses unmodified work):
Description:
(This is the Amarok 2 port of logger for Amarok 1.4 located at http://kde-apps.org/content/show.php/logger?content=82041 )
logger is an Amarok 2 script that logs all songs listened. Each song (genre, artist, album, title) listened for more than 50 % is stored in an SQLite database (per month). So, nice statistics can be produced. The database is located in ~/.kde4/share/apps/amarok/scripts-data/logger.db.
The playstat script is an example statistics script. It can be run from a console (and will print some status messages to STDERR there). It has an INI-Style configuration file at ~/.kde4/share/apps/amarok/scripts-data/playstat.cfg (will be created with the default configuration on the first run) that tells it which statistics should be made and will write the HTML output to ~/.kde4/share/apps/amarok/scripts-data/playstat.htm by default. Feel free to experiment with it :-)
If you have been using logger with Amarok 1.4 before, you can simply copy your old database to the new place. Nothing changed concerning the database :-) Last changelog:
logger is an Amarok 2 script that logs all songs listened. Each song (genre, artist, album, title) listened for more than 50 % is stored in an SQLite database (per month). So, nice statistics can be produced. The database is located in ~/.kde4/share/apps/amarok/scripts-data/logger.db.
The playstat script is an example statistics script. It can be run from a console (and will print some status messages to STDERR there). It has an INI-Style configuration file at ~/.kde4/share/apps/amarok/scripts-data/playstat.cfg (will be created with the default configuration on the first run) that tells it which statistics should be made and will write the HTML output to ~/.kde4/share/apps/amarok/scripts-data/playstat.htm by default. Feel free to experiment with it :-)
If you have been using logger with Amarok 1.4 before, you can simply copy your old database to the new place. Nothing changed concerning the database :-)
2009-12-14 (Version 0.4.1)
Bugfix release. Amarok does not deliver the track's lengths in seconds anymore, but in millisenconds. Made logger work again.
2009-07-02 (Version 0.4)
The initial Amarok 2 port of logger
For older changes see the ChangeLog file
Ratings & Comments
0 Comments