sound-juicer should allow custom filenames patterns

Bug #315405 reported by Mathieu Leplatre
32
This bug affects 7 people
Affects Status Importance Assigned to Milestone
sound-juicer (Ubuntu)
Confirmed
Wishlist
Unassigned

Bug Description

Binary package hint: sound-juicer

version: 2.24.0

The existing filenames patterns in sound-juicer are not enough.

For example, it does not allow to define the following pattern :
"artist - album [year]/artist - album - track - title"

I heard there is a way to define more pattern in gconf, but the filename_pattern value are overwritten if the preferences window is opened.

Revision history for this message
Pedro Villavicencio (pedro) wrote :

same issue on 2.28.0 ?

Changed in sound-juicer (Ubuntu):
importance: Undecided → Low
status: New → Incomplete
Revision history for this message
Mathieu Leplatre (mathieu.leplatre) wrote :

Pedro,

I can manually gconf to specify my pattern. The preferences window will not alter it. It seems to be fixed. However I would like it to appear in the combobox as the current pattern. I have no way to visualize my pattern, and cannot reuse it if I touch the combobox.

Revision history for this message
Launchpad Janitor (janitor) wrote :

[Expired for sound-juicer (Ubuntu) because there has been no activity for 60 days.]

Changed in sound-juicer (Ubuntu):
status: Incomplete → Expired
Revision history for this message
Mike Power (mpower) wrote :

So if it expires, does that mean it is not going to be fixed?

Revision history for this message
najevi (najevi) wrote :

I agree
1. that this feature would be a welcome addition to Sound Juicer and
2. that it is frustrating that this bug simply expired ...

... however, it is probably not a high priority feature to incorporate because a command line workaround is rather simple:

$ ls
Disc 1 - 10 - Centerfold.mp3 Disc 2 - 20 - Up Rock.mp3
Disc 1 - 9 - Walking on Sunshine.mp3 Disc 3 - 1 - Never Ending Story.mp3
Disc 2 - 1 - Scatman.mp3
$ rename 's/^Disc (\d+) - (\d+) - /sprintf("%1d%02d-",$1,$2)/e' Disc*
$ ls
109-Walking on Sunshine.mp3 201-Scatman.mp3 301-Never Ending Story.mp3
110-Centerfold.mp3 220-Up Rock.mp3
$

For more options read:
$ man rename
$ perldoc perlop

This workaround added to launchpad so that others don't need to reinvent it.

enjoy!

Revision history for this message
Timo Aaltonen (tjaalton) wrote :

Such bugs should be filed upstream, preferably with working code.

Changed in sound-juicer (Ubuntu):
importance: Low → Wishlist
status: Expired → Confirmed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.