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 584087 - banshee.db should be under ~/.cache/
banshee.db should be under ~/.cache/
Status: RESOLVED DUPLICATE of bug 563665
Product: banshee
Classification: Other
Component: Importing
1.4.3
Other Linux
: Normal normal
: 1.5.0
Assigned To: Banshee Maintainers
Banshee Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-05-28 08:06 UTC by Martin Pitt
Modified: 2009-05-28 17:17 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Martin Pitt 2009-05-28 08:06:25 UTC
banshee creates a large file 

-rw-r--r-- 1 martin martin 4856832 2009-05-28 09:55 .config/banshee-1/banshee.db

in ~/.config/. I didn't do anything else than importing my music library. ~/.config should only have configuration, i. e. that ~/music/ is my library. The actual extracted data should be in ~/.cache/, so that it doesn't make my backups unnecessarily large.

Thank you for considering!
Comment 1 Bertrand Lorentz 2009-05-28 16:59:38 UTC
The banshee.db file contains not only the metadata extracted from the files in your library, but potentially also a lot of other stuff : playlists, podcasts subscriptions, etc.
Also, the changes to metadata are not written to the files by default (there's a preference to change that). So those changes might exist only in banshee.db.

So losing your banshee.db could mean losing some information that some people could consider important.

The freedesktop spec at http://standards.freedesktop.org/basedir-spec/latest/index.html says that $XDG_CACHE_HOME (which defaults to ~/.cache) is for "user specific non-essential data files"

So, in my opinion :
1/ banshee.db should not be in ~/.cache
2/ You might want to have it in your backups anyway ;)
Comment 2 Gabriel Burt 2009-05-28 17:17:55 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.


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