GNOME Bugzilla – Bug 577751
Rhythmbox importer should look for library in new locations
Last modified: 2009-09-08 23:28:10 UTC
RB now defaults to storing their library in the XDG data directory (usually ~/.local/share/) - we should first see if the db files are there, then fallback to the old one if not.
Paul, you have any time to do this?
Gabriel, unfortunately not (traveling). I could write a quick patch but there's no possibility to test - so I think it's better when somebody else does it. Because of this I also can't work on #572020.
Back from travels, will work on this.
Created attachment 135994 [details] [review] fixes library location Search for new Rhythmbox library location.
Thanks Paul. I modified the patch so it would actually compile (can't assign > 1 time to a readonly variable) and committed. I also committed another patch for the playlists db file.
Oh, sorry I missed the playlists and thanks for reviewing that fast.
*** Bug 586654 has been marked as a duplicate of this bug. ***
How do you implement the patch? Thanks.
(In reply to comment #8) > How do you implement the patch? Thanks. Get the source code: http://banshee-project.org/contribute/write-code/ http://banshee-project.org/download/development/ Then run: $ git apply /path/to.patch