Bug 500735
| Summary: | track number is no longer 2 digits | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Dave Maley <dmaley> |
| Component: | sound-juicer | Assignee: | Bastien Nocera <bnocera> |
| Status: | CLOSED UPSTREAM | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 11 | CC: | bnocera, emmanuel.kowalski |
| Target Milestone: | --- | Keywords: | Regression |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2009-12-09 16:31:37 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Dave Maley
2009-05-13 20:50:40 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 11 development cycle. Changing version to '11'. More information and reason for this action is here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping I noticed this too; this is due to a change in the default file patterns in the source code of sound-juicer 2.26 (compared with sound-juicer 2.24). The simplest way to work around is probably to change the gconf key apps/sound_juicer/file_pattern (which, in gconf-editor, has plenty of help listing the possible codes, e.g., %tN is the track number with padding for sorting). Thx for the pointer Emmanuel, I haven't been ripping any CD's as of late so hadn't bothered poking around at this. When I have "Number - Title" selected for the file name pref the gconf key is "%dn - %tt" under F11 whereas it was "%tN - %tt" under F10. I can see making the change to use %d as it nicely handles the multi-disk cases, however I'd argue that it should instead be using the zero-padded %dN code. Either that or add an option "Track Number - Title" to the file name prefs (which uses %tN). Bastien - your thoughts? I looked at that code, and it's plenty scary, and I'm not too sure what to make of it. Dave, or Emmanuel, could you please file an upstream bug and mention the problems you encountered? (FWIW, I hacked on sound-juicer from the start, and got my patterns into the code very early, so I wouldn't have to hack around them) Thanks. |