Attached is a patch to sources/rb-library-source.c, with one line of code added. It adds another choice to library_layout_filenames[]. I got tired of making the change myself and recompiling every time a new version was released. Regards, D
Index: sources/rb-library-source.c =================================================================== --- sources/rb-library-source.c (revision 5356) +++ sources/rb-library-source.c (working copy) @@ -127,6 +127,7 @@ const LibraryPathElement library_layout_filenames[] = { {N_("Number - Title"), "%tN - %tt"}, + {N_("Number Title"), "%tN %tt"}, {N_("Artist - Title"), "%ta - %tt"}, {N_("Artist - Number - Title"), "%ta - %tN - %tt"}, {N_("Artist (Album) - Number - Title"), "%ta (%at) - %tN - %tt"},
Attachment:
signature.asc
Description: This is a digitally signed message part