| Summary: | Current Track Info lists songs as Last Played: The Future | ||
|---|---|---|---|
| Product: | [Applications] amarok | Reporter: | Cayafas <cayafas> |
| Component: | Context View | Assignee: | Amarok Bugs <amarok-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | gtoth, lfranchi, myriam, vianasw |
| Priority: | NOR | ||
| Version First Reported In: | 2.0 | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Cayafas
2009-01-02 13:51:09 UTC
I can confirm this bug. Running on debian-amd64: Version 2.1-SVN (Debian 2.0.60+svn935422-2) Using KDE 4.2.1 (KDE 4.2.1) I suppose there is a wrong entry in the DB which doesn't get updated because of its future date or something... Just to let you know, this is really easily fixed. Start a mysql server as described on: http://amarok.kde.org/wiki/Development/MySQL_Embedded Next, connect to it, either with some frontend (e.g. mysql-query-browser) or via the mysql commandline tool. In the amarok.statistics table, look for numbers >=2000000000 in the accessdate column, and remove those entries. -> Problem fixed ! :-) Have some of the devs looked into this bug? I change it to 'new' as it was still listed as 'unconfirmed'. Looks like an easy fix... In Amarok trunk, statistics for tracks not in the collection are not shown in the current track applet anymore. So I guess this bug can be closed now? yeah, closing as the tracks that e.g. are not in the collection don't have a StatisticsCapability so the stats aren't shown. please re-open if it still happens when the stats info is shown. |