After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 698122 - No 'Edit profiles...' button under Preferences
No 'Edit profiles...' button under Preferences
Status: RESOLVED OBSOLETE
Product: sound-juicer
Classification: Applications
Component: interface
3.4.x
Other Linux
: Normal normal
: ---
Assigned To: Sound Juicer Maintainers
Sound Juicer Maintainers
: 739403 776519 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2013-04-16 11:16 UTC by kdcarm
Modified: 2021-05-17 16:06 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
screenshot of Prefs box (127.15 KB, image/png)
2013-04-16 11:16 UTC, kdcarm
  Details
Move rhythmbox.gep to encoding-profiles (1.68 KB, patch)
2015-03-12 11:23 UTC, Phillip Wood
none Details | Review
Support user local profiles (1.91 KB, patch)
2015-03-12 11:23 UTC, Phillip Wood
none Details | Review
Add functions to get and set profile presets (3.03 KB, patch)
2015-03-12 11:24 UTC, Phillip Wood
none Details | Review
Add function to a get list of encoder presets (4.11 KB, patch)
2015-03-12 11:24 UTC, Phillip Wood
none Details | Review
Add function to save encoding profiles (2.55 KB, patch)
2015-03-12 11:24 UTC, Phillip Wood
none Details | Review
Support profile preset for mp3 (4.39 KB, patch)
2015-03-12 11:24 UTC, Phillip Wood
none Details | Review
Add encoding presets to preferences dialog (8.62 KB, patch)
2015-03-12 11:24 UTC, Phillip Wood
none Details | Review
Proposed UI for editing encoding presets (35.38 KB, image/png)
2015-03-12 11:32 UTC, Phillip Wood
  Details

Description kdcarm 2013-04-16 11:16:25 UTC
Created attachment 241628 [details]
screenshot of Prefs box

I'm running Ubuntu 12.10 and installed Sound Juicer 3.4.0 via the Software Centre.

There's no 'Edit Profiles...' button (or similar) under Preferences. See attached.
Comment 1 Leif Halldor Asgeirsson 2013-08-02 17:40:37 UTC
(In reply to comment #0)
> Created an attachment (id=241628) [details]
> screenshot of Prefs box
> 
> I'm running Ubuntu 12.10 and installed Sound Juicer 3.4.0 via the Software
> Centre.
> 
> There's no 'Edit Profiles...' button (or similar) under Preferences. See
> attached.

I'm experiencing the same bug in version 3.5.0 on Arch Linux.
Comment 2 berserker-troll 2014-02-22 22:52:55 UTC
Confirming this bug on Gentoo Linux with Gnome 3.8.0 and GTK+ 3.8.7.

Coupled with this bug 675275 (https://bugzilla.gnome.org/show_bug.cgi?id=675275) it makes Soundjuicer pretty much unusable for extracting to mp3. Which, as great as ogg is, A LOT of people need for their portable players.

I really think this should be fixed asap. If you need any more information, I'd be happy to help.
Comment 3 Luis Henrique Mello 2014-10-31 02:08:31 UTC
Arch Linux user here too. What happened? The help page still shows the 'Edit Profile' button where you could customize your settings - https://help.gnome.org/users/sound-juicer/stable/sound-juicer.html. In rhythmbox when ripping audio CD's and there you can adjust the file bitrate/quality easily...
Comment 4 Phillip Wood 2014-11-03 10:05:14 UTC
*** Bug 739403 has been marked as a duplicate of this bug. ***
Comment 5 Phillip Wood 2014-11-03 10:09:33 UTC
Thanks for taking the time to report this problem, sorry it's taken me so long
to reply. Unfortunately the button to configure the profiles was removed when
gnome-media-profiles was discontinued. I'm hoping to have time to add support
for gstreamer profiles in the next release which would give users the ability
to select between a number of presets for each format. It would also be
possible for users to add there own presets but initially only by editing a
text file.
Comment 6 Phillip Wood 2015-03-12 11:21:49 UTC
I've started working on support for encoding presets. So far existing presets are shown in the preferences and sound-juicer remembers the selected preset for each encoding format. The way the presets are sorted could be improved, I've got an idea for sorting them by encoding quality. Currently there is no way to create, edit or delete presets, although I've started to work on that, I'll post a screen shot if anyone has any comments on the UI.
I'll push a branch wip/encoding-profiles available at https://git.gnome.org/browse/sound-juicer/log/?h=wip/encoding-profiles with these patches.
Comment 7 Phillip Wood 2015-03-12 11:23:50 UTC
Created attachment 299177 [details] [review]
Move rhythmbox.gep to encoding-profiles

Calling the profiles file rhythmbox.gep is confusing.
Comment 8 Phillip Wood 2015-03-12 11:23:55 UTC
Created attachment 299178 [details] [review]
Support user local profiles

This allows us to customize the profiles, notably by setting a preset.
Comment 9 Phillip Wood 2015-03-12 11:24:00 UTC
Created attachment 299179 [details] [review]
Add functions to get and set profile presets

These are based on similar functions from rhythmbox. We use an empty
string rather than null to signify that no preset is set as null is not
a valid GtkComboBox item id.
Comment 10 Phillip Wood 2015-03-12 11:24:06 UTC
Created attachment 299180 [details] [review]
Add function to a get list of encoder presets

This is based on a similar function from rhythmbox.
Comment 11 Phillip Wood 2015-03-12 11:24:12 UTC
Created attachment 299181 [details] [review]
Add function to save encoding profiles

This allows us to store changes to an encoding profile's preset.
Comment 12 Phillip Wood 2015-03-12 11:24:17 UTC
Created attachment 299182 [details] [review]
Support profile preset for mp3

Rework the special casing for mp3 so that profile presets work. This new
version no-longer hard codes the name of the mp3 encoder.
Comment 13 Phillip Wood 2015-03-12 11:24:22 UTC
Created attachment 299183 [details] [review]
Add encoding presets to preferences dialog

This lets the user choose from a range of presets to customize the
encoding. We only show presets that have a comment field which we use as
the human readable name of that preset. Rhythmbox's presets don't have a
comment so we use our own names.
Comment 14 Phillip Wood 2015-03-12 11:29:28 UTC
(In reply to Phillip Wood from comment #6)
> I'll push a branch wip/encoding-profiles available at
> https://git.gnome.org/browse/sound-juicer/log/?h=wip/encoding-profiles with
> these patches.
Sorry that should have been wip/encoding-presets - https://git.gnome.org/browse/sound-juicer/log/?h=wip/encoding-presets
Comment 15 Phillip Wood 2015-03-12 11:32:25 UTC
Created attachment 299185 [details]
Proposed UI for editing encoding presets
Comment 16 Paulo Eduardo Neves 2015-03-23 21:42:22 UTC
I've asked a question in StackOverflow asking how to configure Sound Juicer encoding options:
http://askubuntu.com/questions/588384/how-to-configure-soundjuicer-mysterious-mp3-encoding-settings
Would someone explain how now the encoding options are configured? Maybe I can help with the implementation of this bug.

Please, excuse me if this an inappropriate comment is this thread.
Comment 17 Phillip Wood 2015-03-24 11:01:41 UTC
(In reply to Paulo Eduardo Neves from comment #16)
> I've asked a question in StackOverflow asking how to configure Sound Juicer
> encoding options:
> http://askubuntu.com/questions/588384/how-to-configure-soundjuicer-
> mysterious-mp3-encoding-settings
> Would someone explain how now the encoding options are configured?

Unfortunately they cannot be configured at the moment, that's the purpose of this bug

> Maybe I can help with the implementation of this bug.

That would be great, contributions and testers are always welcome, do you have any development experience?
Comment 18 Paulo Eduardo Neves 2015-03-24 15:51:13 UTC
10 years ago I used to be a good C++ developer:-) I can find time to compile and test the new feature. Would this help?

Please contact me by email (pauloneves(at)gmail ) so we do not pollute this bug report.
Comment 19 Phillip Wood 2017-01-12 11:23:48 UTC
*** Bug 776519 has been marked as a duplicate of this bug. ***
Comment 20 GNOME Infrastructure Team 2021-05-17 16:06:45 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to GNOME's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/sound-juicer/-/issues/157.