Bug#596958: Bug, not wishlist?
    Conrad Hughes 
    debbugs at xrad.org
       
    Thu Jan 12 12:24:28 UTC 2012
    
    
  
I think this looks more like a bug than wishlist: the list of
file_patterns[] in src/sj-prefs.c supports leading zeros with %dN/%tN,
and the *only* pattern which uses the no-leading-zero form %dn is
"Number - Title" --- leading me to think that %dn is an oversight?  The
fix is a one character edit changing %dn to %dN AFAICS:
  {N_("Number - Title"), "%dn - %tt"},
  {N_("Track Title"), "%tt"},
  {N_("Track Artist - Track Title"), "%ta - %tt"},
  {N_("Track Artist (sortable) - Track Title"), "%ts - %tt"},
  {N_("Number. Track Artist - Track Title"), "%dN. %ta - %tt"},
  /* {N_("Number. Track Artist (sortable) - Track Title"), "%tN. %ts - %tt"}, */
  {N_("Number-Track Artist-Track Title (lowercase)"), "%dN-%tA-%tT"},
  /* {N_("Number-Track Artist (sortable)-Track Title (lowercase)"), "%tN-%tS-%tT
"}, */
I'd be very grateful for either this fix or addition of a leading-zeros
configuration.
Regards,
Conrad
    
    
More information about the pkg-gnome-maintainers
mailing list