[Bug 371150] Re: Incorrect track numbering

2012-02-26 Thread Phillip Susi
The upstream bug report appears to have a patch. ** Tags added: patch ** Summary changed: - Incorrect track numbering + track numbering lost leading zero ** Tags added: regression-release -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ub

[Bug 371150] Re: Incorrect track numbering

2012-02-26 Thread Phillip Susi
** Bug watch added: GNOME Bug Tracker #604191 https://bugzilla.gnome.org/show_bug.cgi?id=604191 ** Also affects: sound-juicer via https://bugzilla.gnome.org/show_bug.cgi?id=604191 Importance: Unknown Status: Unknown ** Changed in: sound-juicer (Ubuntu) Importance: Undecided =>

[Bug 371150] Re: Incorrect track numbering

2011-10-18 Thread Joe Kilner
By the way, a fix for this bug (and the problems you get with 2CD sets) is to use musicbrainz Picard to tidy things up after a rip. It's an extra step, but I think it's worth it as it sets all metadata correctly including embedding album art if you want it to. -- You received this bug notificatio

[Bug 371150] Re: Incorrect track numbering

2011-06-04 Thread August Karlstrom
I am also annoyed by the default setting. Is there any context where zero padded track numbers are disadvantageous? If not, let's just change the default format. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.ne

[Bug 371150] Re: Incorrect track numbering

2011-05-27 Thread Joe Kilner
TH real problem for me is streaming music over rygel / DLNA - things come up sorted by filename which messes up long albums. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/371150 Title: Incorrect tra

[Bug 371150] Re: Incorrect track numbering

2009-12-01 Thread toby cabot
I'd say it's a bug since the tracks show up in the wrong order when you "ls" the directory they're in, but it's a pretty low severity. -- Incorrect track numbering https://bugs.launchpad.net/bugs/371150 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribe

[Bug 371150] Re: Incorrect track numbering

2009-12-01 Thread wensveen
Thanks for the workaround and the scripting bit. Still a bug in sound-juicer though, isn't it? -- Incorrect track numbering https://bugs.launchpad.net/bugs/371150 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing li

[Bug 371150] Re: Incorrect track numbering

2009-11-30 Thread toby cabot
Thanks Antoine for the workaround! To answer wensveen's question, this works for me (I've got the "strip special characters" option checked): $ for i in [1-9]_* ; do mv "$i" "0$i" ; done -- Incorrect track numbering https://bugs.launchpad.net/bugs/371150 You received this bug notification becau

[Bug 371150] Re: Incorrect track numbering

2009-07-15 Thread Antoine Dessaigne
It says "track number" but in fact it's "disc number - track number", but you can fix this. 1. Launch gconf-editor 2. Go to /apps/sound-juicer 3. Update the file_pattern and replace "%dN" by "%tN" (track number, zero padded). 4. Restart sound juicer It's important to note that the drop down for

[Bug 371150] Re: Incorrect track numbering

2009-06-11 Thread wensveen
I can confirm this bug. It's a little annoying to add this yourself, but there's bound to be some smart shell scripting trick for this. Someone? -- Incorrect track numbering https://bugs.launchpad.net/bugs/371150 You received this bug notification because you are a member of Ubuntu Bugs, which i