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 155306 - rhythmbox should save db state regurlarly
rhythmbox should save db state regurlarly
Status: RESOLVED FIXED
Product: rhythmbox
Classification: Other
Component: general
0.8.6
Other Linux
: Low enhancement
: ---
Assigned To: RhythmBox Maintainers
RhythmBox Maintainers
: 144523 162235 163433 314426 317199 319757 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2004-10-13 14:46 UTC by Loïc Minier
Modified: 2005-10-28 16:35 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (1.18 KB, patch)
2005-10-27 08:00 UTC, James "Doc" Livingston
committed Details | Review

Description Loïc Minier 2004-10-13 14:46:57 UTC
This is Debian bug http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=271215

The OP wishes Rhythmbox would save play ocunt information regularly.  Such a
feature seems to be commented out in Rhythmbox right now:
/* Disabled for now */
#if 0
                rb_debug ("adding db save-when-needed thread");
                g_timeout_add (10000, (GSourceFunc) idle_save_rhythmdb,
shell->priv->db);
#endif
(shell/rb-shell.c)

I'd be nice to enable such feature.

I leave this bug as a reminder.

Regards,

-- 
Loic Minier
Comment 1 Christophe Fergeau 2004-11-01 15:33:18 UTC
*** Bug 144523 has been marked as a duplicate of this bug. ***
Comment 2 Christophe Fergeau 2005-01-09 18:33:51 UTC
*** Bug 163433 has been marked as a duplicate of this bug. ***
Comment 3 Christophe Fergeau 2005-01-09 18:34:02 UTC
*** Bug 162235 has been marked as a duplicate of this bug. ***
Comment 4 James "Doc" Livingston 2005-09-26 04:32:51 UTC
*** Bug 317199 has been marked as a duplicate of this bug. ***
Comment 5 James "Doc" Livingston 2005-10-06 10:41:31 UTC
*** Bug 314426 has been marked as a duplicate of this bug. ***
Comment 6 James "Doc" Livingston 2005-10-27 07:31:55 UTC
*** Bug 319757 has been marked as a duplicate of this bug. ***
Comment 7 James "Doc" Livingston 2005-10-27 08:00:08 UTC
Created attachment 53938 [details] [review]
patch

Saves the db every five minutes (if it's dirty).
Comment 8 Ryan P Skadberg 2005-10-27 16:14:41 UTC
This works fine for me.
Comment 9 James "Doc" Livingston 2005-10-28 16:35:23 UTC
I've had two other reports that this works, so I've committed it to cvs.