GNOME Bugzilla – Bug 535181
Should allow changing the "Release" type
Last modified: 2021-05-17 16:00:21 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).
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)
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...
-- 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.