Bug 4489 - File scanning / parse errors with Guess Tags and folders
: File scanning / parse errors with Guess Tags and folders
Status: RESOLVED DUPLICATE of bug 1604
Product: Logitech Media Server
Classification: Unclassified
Component: Scanner
: 6.5.1
: PC Windows XP
: P2 normal (vote)
: ---
Assigned To: Chris Owens
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2006-11-07 23:07 UTC by Greg Alton
Modified: 2006-11-22 23:19 UTC (History)
0 users

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Greg Alton 2006-11-07 23:07:17 UTC
System is set to use Guess Tags with following preferences (to match iTunes naming approach, but not using iTunes plugin, as iTunes is run on a different computer):
/ARTIST/ALBUM/TRACKNUM TITLE
/ARTIST/ALBUM/TITLE

The problem arises for files with no tracknumber, and particularly for files where the album or artist contains a number at the beginning of the file name (e.g. artist 8 Feet Tall, or album 200 Cigarettes). Problem also occurs when no numbers in any titles.

"Correct" parsing would distinguish between files and folders, and recognize that the music file does not have a tracknumber, and jump to the second potential format.

Instead, repeatable behaviour is generally to identify album as ITUNES (name of iTunes folder), and artist as Music; when numbers are contained at beginning of artist or album name, artist may be ITUNES. Track title may come out as Album name. This seems consistent, but not certain about that.

Problem can be resolved by adding track information to all files, but not ideal.
Comment 1 Greg Alton 2006-11-07 23:08:39 UTC
Apologies, OS set incorrectly: this is in windows xp.
Comment 2 KDF 2006-11-07 23:27:07 UTC
This is essentially the same issue as bug 1604, where the parsing can match from the beginning of the string, not the end. as such if an artist folder matches the first pattern, then you risk that parsing. This is why it is called "Guess" tags.  It's a guess.  Proper tagging is always preferred. Is there any reason that you are not using itunes to tag the files?

eventually, this should be duped with bug 1604 as the potential fix would be the same.  
Comment 3 Chris Owens 2006-11-22 16:13:48 UTC
I agree.

*** This bug has been marked as a duplicate of 1604 ***
Comment 4 Greg Alton 2006-11-22 23:19:15 UTC
(In reply to comment #2)
> This is essentially the same issue as bug 1604, where the parsing can match
> from the beginning of the string, not the end. as such if an artist folder
> matches the first pattern, then you risk that parsing. This is why it is called
> "Guess" tags.  It's a guess.  Proper tagging is always preferred. Is there any
> reason that you are not using itunes to tag the files?
> 
> eventually, this should be duped with bug 1604 as the potential fix would be
> the same.  
> 

Thanks. The problem I encountered was a series of very bizarre issues with MP3 tagging, and not being able to remove/edit them, at least consistently. In the end, I converted all problem files (mostly legacy MP3 files from years ago, before iTunes) to AAC.

That said, since this is the default naming scheme for iTunes organization, I expect it will be encountered frequently.

Applying the fix to read from the end of the path rather than the beginning would resolve the problem. 

Note that the issue was generally *not* that it was identifying a track number where the song title included a number (which would be understandable), but album/artist identification being quite bizarre.

Thanks again.
Greg