GNOME Bugzilla – Bug 155306
rhythmbox should save db state regurlarly
Last modified: 2005-10-28 16:35:23 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
*** Bug 144523 has been marked as a duplicate of this bug. ***
*** Bug 163433 has been marked as a duplicate of this bug. ***
*** Bug 162235 has been marked as a duplicate of this bug. ***
*** Bug 317199 has been marked as a duplicate of this bug. ***
*** Bug 314426 has been marked as a duplicate of this bug. ***
*** Bug 319757 has been marked as a duplicate of this bug. ***
Created attachment 53938 [details] [review] patch Saves the db every five minutes (if it's dirty).
This works fine for me.
I've had two other reports that this works, so I've committed it to cvs.