first part of set titles is interpreted as composer/artist

Bug #173900 reported by marsteegh
2
Affects Status Importance Assigned to Milestone
Sound Juicer
Won't Fix
Medium
sound-juicer (Ubuntu)
Won't Fix
Low
Ubuntu Desktop Bugs

Bug Description

Binary package hint: sound-juicer

This only happens when sound juicer gets track title/artist information from musicbrainz, not when you manually enter it.
When a track has a title +m artist like
title:Song1/Song2/Tune3 artist:Artist

which is quite common in folk cd's where one tracks consists of a set of multiple tunes/songs.

The first part of the title is interpreted as the artist, and overwrites the actual artist, so the above example becomes

title: Song2/Tune3 artist: Song1

ProblemType: Bug
Architecture: i386
Date: Tue Dec 4 14:25:36 2007
DistroRelease: Ubuntu 7.10
ExecutablePath: /usr/bin/sound-juicer
NonfreeKernelModules: nvidia
Package: sound-juicer 2.20.1-0ubuntu1
PackageArchitecture: i386
ProcCmdline: sound-juicer -d /dev/scd0
ProcCwd: /home/martijn
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: sound-juicer
Uname: Linux martijn-desktop 2.6.22-14-generic #1 SMP Sun Oct 14 23:05:12 GMT 2007 i686 GNU/Linux

Tags: apport-bug
Revision history for this message
marsteegh (m-versteegh) wrote :
Revision history for this message
Pedro Villavicencio (pedro) wrote :

Thanks for your bug report. This bug has been reported to the developers of the software. You can track it and make comments here: http://bugzilla.gnome.org/show_bug.cgi?id=501744

Changed in sound-juicer:
assignee: nobody → desktop-bugs
importance: Undecided → Low
status: New → Triaged
Changed in sound-juicer:
status: Unknown → New
Changed in sound-juicer:
status: New → Won't Fix
Revision history for this message
Sebastien Bacher (seb128) wrote :

upstream closed the request and added this comment

"Well, this is pretty much impossible to fix.

FreeDB formatting says that for a various artist album, the track titles are
"Artist / Track". Now, you've got a subset of tracks where they are "Track /
Track / Track" which is coming from FreeDB (the splitting does happen for
Musicbrainz data) More people will hit the various artists problem than the
folk problem, so I'm sorry but I have to close this.

With SJ 2.22 you'll get a big banner when the data comes from FreeDB, letting
you submit the ID to musicbrainz. With any luck one click later and you'll be
able to rescan the disk and get correct data."

Doing the same to the distribution task there

Changed in sound-juicer:
status: Triaged → Won't Fix
Revision history for this message
marsteegh (m-versteegh) wrote :

pity it's not fixable, since it's a rather large annoyance. In my cd collection about 2 of every 3 cd's have errors this way.
Too bad freedb uses such a braindead field separating scheme, Why don't they quote/escape their strings ;-(

Revision history for this message
Ross Burton (ross) wrote : Re: [Bug 173900] Re: first part of set titles is interpreted as composer/artist

On Thu, 2007-12-20 at 11:08 +0000, marsteegh wrote:
> pity it's not fixable, since it's a rather large annoyance. In my cd collection about 2 of every 3 cd's have errors this way.
> Too bad freedb uses such a braindead field separating scheme, Why don't they quote/escape their strings ;-(

For every album which appears like this, pressing Disc -> Submit should
let you associate the CD ID with a track listing. Musicbrainz may have
it already with a different ID which means you just have to press
another button, or you can import from freedb and fix the titles once
and for all.

Ross
--
Ross Burton mail: <email address hidden>
                                          jabber: <email address hidden>
                                     www: http://www.burtonini.com./
 PGP Fingerprint: 1A21 F5B0 D8D0 CFE3 81D4 E25A 2D09 E447 D0B4 33DF

Revision history for this message
marsteegh (m-versteegh) wrote : Re: [Bug 173900] Re: first part of set titles is interpreted as composer/artist

Ross Burton wrote:
> On Thu, 2007-12-20 at 11:08 +0000, marsteegh wrote:
>> pity it's not fixable, since it's a rather large annoyance. In my cd collection about 2 of every 3 cd's have errors this way.
>> Too bad freedb uses such a braindead field separating scheme, Why don't they quote/escape their strings ;-(
>
> For every album which appears like this, pressing Disc -> Submit should
> let you associate the CD ID with a track listing. Musicbrainz may have
> it already with a different ID which means you just have to press
> another button, or you can import from freedb and fix the titles once
> and for all.
>
> Ross
hmm, I have to try how this works.

I did submit titles to musicbrains, but found the process fairly
unintuitive, and I did't really see a way to choose where to import the
titles from, but I'll try.

I take it SJ first tries musicbrainz, and then freedb?

btw it is a pity that when you submit a disk, it doesn't send all yout
painstakingly typed titles to Musicbrainz, and you have to type them all
over again on the musicbrainz site.

But nothing's perfect I guess ;-)

Revision history for this message
Ross Burton (ross) wrote : Re: [Bug 173900] Re: first part of set titles is interpreted as composer/artist

On Thu, 2007-12-20 at 12:05 +0000, marsteegh wrote:
> I did submit titles to musicbrains, but found the process fairly
> unintuitive, and I did't really see a way to choose where to import the
> titles from, but I'll try.
>
> I take it SJ first tries musicbrainz, and then freedb?

Sort of: it queries musicbrainz, and musicbrainz will proxy the request
to freedb if it doesn't have any matches. This is where your bad data
comes from.

When you hit Submit you'll get a form asking for either album or artist
name, enter one of those and you might find the album you are after (the
only difference being a different CD ID). If that doesn't work, you'll
need to Import from FreeDB and fix the data.

> btw it is a pity that when you submit a disk, it doesn't send all yout
> painstakingly typed titles to Musicbrainz, and you have to type them all
> over again on the musicbrainz site.

This requires a fair amount of work, and isn't possible with the current
code. When various bits of SJ are rewritten, it might be possible, but
the web service has lots of magic which I'd have to reimplement so its
basically easier to just point the user at the web site.

Ross
--
Ross Burton mail: <email address hidden>
                                          jabber: <email address hidden>
                                     www: http://www.burtonini.com./
 PGP Fingerprint: 1A21 F5B0 D8D0 CFE3 81D4 E25A 2D09 E447 D0B4 33DF

Changed in sound-juicer:
importance: Unknown → Medium
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.