After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 626432 - Jump to playing item doesn't work
Jump to playing item doesn't work
Status: RESOLVED DUPLICATE of bug 625783
Product: banshee
Classification: Other
Component: User Interface
1.7.3
Other Linux
: Normal normal
: 1.x
Assigned To: Banshee Maintainers
Banshee Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-08-09 12:47 UTC by Philip Van Hoof
Modified: 2010-08-09 13:31 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Philip Van Hoof 2010-08-09 12:47:26 UTC
When I use the feature, it jumps to some random location. Not to the song that is currently playing.
Comment 1 Michael Martin-Smucker 2010-08-09 12:59:09 UTC
Which version of sqlite3 are you using?  If you're using 3.7, that would explain this and several other of your recent bug reports.  See Bug 625783 for more details.
Comment 2 Philip Van Hoof 2010-08-09 13:08:43 UTC
Yes, I am using sqlite 3.7 (as required for the build of Banshee 1.7)

I'm trying to fix my situation by re-importing, running sqlite3 on banshee's .db file, then ATTACH "old.db" as "old" and then 

UPDATE CoreTracks SET Rating=(select Rating From old.CoreTracks AS X where X.Title = CoreTracks.Title);
Comment 3 Philip Van Hoof 2010-08-09 13:17:19 UTC
Owk, I downgraded to sqlite-3.6.23.1 and things indeed work a lot better.

The feature also works. 

I don't know how you guys want to handle this bug, so I'll leave it open for you to close it the way you want to close it yourself.
Comment 4 Philip Van Hoof 2010-08-09 13:18:54 UTC
I have to say, that even with the older sqlite3, 

I still managed (easily) to get myself into this situation:

 8106 pvanhoof  20   0  176m  67m  22m S 87.4  6.7   2:02.38 banshee-1                                                                                               
That's still 86% CPU
Comment 5 Philip Van Hoof 2010-08-09 13:22:32 UTC
If I just click around a little bit, it doesn't really matter what I do.

For example [<] or [>] buttons, clicking 3 or 4 songs, Banshee's process goes to > 90% CPU.

Really crazy, and unusable if you ask me.
Comment 6 Michael Martin-Smucker 2010-08-09 13:31:16 UTC
Hmm, the high CPU usage definitely sounds like an issue, but it's separate from this report (Jump-to-Playing is broken), so I'm closing this as a duplicate of 625783.  For an explanation of why Banshee isn't going out of its way to work around this bug, see Bug 625783 Comment 17.

*** This bug has been marked as a duplicate of bug 625783 ***