View Issue Details

IDProjectCategoryView StatusLast Update
0005431MMW v4Properties/Auto-Toolspublic2024-01-11 20:22
Reporterrusty Assigned To 
PriorityurgentSeveritytweakReproducibilityalways
Status closedResolutionfixed 
Product Version3.1 
Target Version4.0Fixed in Version4.0 
Summary0005431: Original Album Title usage is inconsistent
DescriptionMM 3.1.0 uses Original Album Title inconsistently. Sometimes it means Original Album Title, but other times it refers to Original Track Title:

Property name : 'Original album title'
Context help : 'Title of original version of this track'
Column title : 'Original Album'
Advanced search criteria : 'Original Title'

ID3v2.3 field name : TOAL(This means 'Original album/movie/show title')
Vorbis comment(Ogg vorbis) field name : 'ORIGINAL ALBUM'
Vorbis comment(Flac) field name : 'ORIGINAL TITLE'

The id3 spec for TOAL is " The 'Original album/movie/show title' frame is intended for the title of the original recording (or source of sound), if for example the music in the file should be a cover of a previously released song." That original spec is sufficiently vague so as to be interpreted as "Original Track Title" or "Original Album Title", which is probably the historical root of the current ambiguity.

I believe that the field is most useful for storing "Original Album Title" and that everything should be updated appropriately.

Do you agree? If yes, I can specify the changes.
Additional Informationhttp://www.mediamonkey.com/forum/viewtopic.php?f=6&t=38158&start=0

http://www.matroska.org/technical/specs/tagging/index.html
http://www.id3.org/id3v2.4.0-frames
http://help.mp3tag.de/main_tags.html
http://age.hobba.nl/audio/tag_frame_reference.html
TagsNo tags attached.
Fixed in build1392

Relationships

related to 0020553 closedmichal MMW 5 Properties: Original Title field is misleading since it actually usually refers to Original Album 

Activities

jiri

2009-03-29 11:59

administrator   ~0017227

Yes, that should definitely be unified. Question is, whether Album or Title is better, as you wrote, there isn't any clear specification. I would just say that Title is more useful, because you often want to know what song is this one based on. But, that's just my opinion...

rusty

2009-04-17 15:42

administrator   ~0017510

Agreed--there's probably a need for both fields. e.g. user requested:
By the way. Is it possible to add a field “Song title (original):” [in german: Song-Titel (original)]: here?
It would be nice, because (example) “The Shoop Shoop Song” by Cher is the same song as “It’s in his kiss” by Merry Clayton,
but it’s hard to find if you filter by songtitle. Thanks.

rusty

2011-05-11 04:18

administrator   ~0025059

For MM 4.0 we won't be adding a new field at this stage, and since TOAL seems to refer to both Original Album and Original Title, we could just:
1) Change 'Original album title' to 'Original album/title'.
2) Be consistent for FLAC/OGG by tagging to ORIGINAL TITLE in all cases.

Alternatively, we can wait and add a second field for 'Original title', however, there is no ID3 tag for this, so the first option seems preferable.

Assigning to Jiri for feedback/triage.

jiri

2011-05-11 08:12

administrator   ~0025068

Last edited: 2011-05-11 20:21

I fixed 2) in build 1373. Deferring 1) for the next version.

Note: with the fix, MM reads OGG ORIGINAL ALBUM and ORIGINAL TITLE, but always writes ORIGINAL TITLE.

zvezdan

2011-06-15 15:02

updater   ~0026151

You still have inconsistent GUI in 1389. In the Properties dialog box we could see "Original album title", but in the header of the main tracklist it is "Original Album"; not to mention that in Advanced search criteria it is "Original Title" - 3 different names for the same thing which is really confusing.

jiri

2011-06-15 15:04

administrator   ~0026152

Rusty, any suggestion?

rusty

2011-06-16 15:19

administrator   ~0026189

We should just use 'Original album title' in all three cases (and in 4.1 switch to 'Original album/title', assuming we don't introduce distinct fields for both Orig Album and Orig Title.

zvezdan

2011-06-16 15:36

updater   ~0026192

Well, since MM4 has a support for movie/video... and from the description of TOAL field it could be also "Original movie title" or "Original show title" or...

I think it would be better if it is just "Original title".

rusty

2011-06-16 16:16

administrator   ~0026194

We could go that route as well. The only real problem with that approach is that the wma tags are for 'OriginalAlbum' and 'OriginalAlbumTitle'. So neither approach is perfect, but perhaps your suggestion is the better one.

What's really needed is 'Original Album/Title', but we have to defer that for the next translation round.

jiri

2011-06-16 16:18

administrator   ~0026195

Ok, agreed on 'Original Title' for now.

Ludek

2011-06-16 19:44

developer   ~0026199

Fixed in build 1392.

peke

2011-09-08 00:34

developer   ~0027493

Verified 1428