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 535181 - Should allow changing the "Release" type
Should allow changing the "Release" type
Status: RESOLVED OBSOLETE
Product: sound-juicer
Classification: Applications
Component: interface
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Sound Juicer Maintainers
Sound Juicer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-05-28 00:52 UTC by Bastien Nocera
Modified: 2021-05-17 16:00 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Bastien Nocera 2008-05-28 00:52:37 UTC
As per:
http://musicbrainz.org/doc/Database

MB can tell us the type of a release, using the MBE_AlbumGetAlbumType query.

Sound-juicer should allow changing that, and maybe allow different recording options for spoken word, interviews, and audio books, eg. a different path, and encoder (say Speex rather than Vorbis).
Comment 1 Bastien Nocera 2008-09-03 23:19:48 UTC
The backend can do that now:

2008-09-04  Bastien Nocera  <hadess@hadess.net>

	* libjuicer/sj-metadata-musicbrainz.c (mb_list_albums),
	(sj_metadata_musicbrainz_init), (sj_metadata_musicbrainz_finalize):
	* libjuicer/sj-metadata-musicbrainz3.c (make_album_from_release),
	(mb_list_albums):
	* libjuicer/sj-metadata.c (sj_metadata_helper_scan_disc_number):
	* libjuicer/sj-metadata.h:
	* libjuicer/sj-structures.h:
	* tests/mb-test.c (release_type_to_id), (metadata_cb), (main):
	- Move code to parse album titles into disc numbers to a common
	location for both musicbrainz backends, and fix valgrind errors
	(g_match_info_fetch() doesn't like having the string change from
	 underneath it)
	- Add a way to override the DiscID used, using the
	  MUSICBRAINZ_FORCE_DISC_ID envvar (MB3)
	- Fix leak of the disc ID (MB3)
	- Fix empty strings when we want them NULL (MB3)
	- Fix invalid memory access when getting the release date (MB3)
	- Add a few test DiscIDs to the metadata tester
	- Check whether a release is "Spoken Word" (Helps: #535181)
Comment 2 Ross Burton 2009-02-10 22:04:44 UTC
I guess a combo for "Music" and "Audiobook" would generalise all of the different musicbrainz types nicely.  The question is what to do when audiobook is selected...  There was a bug where someone was using SJ to rip audio books but I can't find it or remember what the problem was...
Comment 3 GNOME Infrastructure Team 2021-05-17 16:00:21 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/90.