#596958 sound-juicer: Title number with leading "0"

Package:
sound-juicer
Source:
sound-juicer
Description:
GNOME CD Ripper
Submitter:
Anoy
Date:
2012-12-18 04:03:09 UTC
Severity:
wishlist
#596958#5
Date:
2010-09-15 11:11:54 UTC
From:
To:
It would be nice if sound-juicer would rip new files on harddisk with a leading
0 like

01 - Title here.flac

instead of

1
2
3

and so on. Some players get confused about this.

#596958#10
Date:
2012-01-12 12:24:28 UTC
From:
To:
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

#596958#15
Date:
2012-12-18 04:01:46 UTC
From:
To:
This has an upstream bug here:
https://bugzilla.gnome.org/show_bug.cgi?id=688950

Cheers, Óli