GNOME Bugzilla – Bug 492181
No support for %genre% to be specified in /app/banshee/Library
Last modified: 2008-07-30 20:15:53 UTC
Banshee does not support %genre% to be specified in file or folder pattern in /app/banshee/Library. A little modification to code fixes this and adds support for %genre%.
Created attachment 98283 [details] [review] add %genre% support for meta data This will fix the issue, copy the file to banshee source directory and issue patch -p0 < genre.patch and then compile.
Created attachment 113640 [details] [review] Add the %genre% conversion to Banshee's file name pattern matching The above patch didn't compile for me: I had to add a method to the interface ITrackInfo.
Forgot to note, the above patch is against ver. 1.0.0. Reporter, maybe you could update the "Version" field on this bug?
Updating version and attachment status.
The patch looks good ! You might want also to update the corresponding description in src/Core/Banshee.Core/Banshee.Configuration.Schema/LibrarySchema.cs In the future, please produce patches from the toplevel directory of the banshee source tree. Have a look at http://banshee-project.org/contribute/write-code/ for more info.
Created attachment 115448 [details] [review] Add the %genre% to Banshee's file name pattern matching Re-spin the above patch with input from Bertrand Lorentz. Patch is now against svn HEAD.
Looks good for me, and works !
Looks good to me too, go ahead and commit this, Bertrand.
This problem has been fixed in our software repository. The fix will go into the next software release. Thank you for your bug report. And thanks for the patch !