Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: Various Artists bug  (Read 3131 times)

0 Members and 1 Guest are viewing this topic.

The Deacon

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 6
  • Last login:August 09, 2006, 11:26:02 pm
Various Artists bug
« on: June 17, 2006, 11:58:34 am »
Hello all!

Love the WinCAB software, but ran into an interesting (and frustrating) problem last night...  Getting my MAME cabinet set up for a party tonight, so when I put new music (380+ new songs) on the drive and run WinCAB, all but the first 3 songs show up as "Various Artists" as the artists.

I went through all the songs yesterday to make sure that all the ID3 info was correct and that there wasn't any stray info in the ID3 fields...

Anyone else run into this before?  I couldn't find anything in the forum or searching google....


Chris

  • Moderator
  • Trade Count: (+2)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 4574
  • Last login:September 21, 2019, 04:59:49 pm
    • Chris's MAME Cabinet
Re: Various Artists bug
« Reply #1 on: June 17, 2006, 01:40:53 pm »
Odd.  Are you using a CD skin or a singles skin? 

Check the jukebox.ini and make sure UseID3 is set to True or Enabled.  If that doesn't help, send DebugLevel=5 and send me the debug log.  We'll see if we can get this cleaned up before the party.

--Chris
--Chris
DOSCab/WinCab Jukebox: http://www.dwjukebox.com

The Deacon

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 6
  • Last login:August 09, 2006, 11:26:02 pm
Re: Various Artists bug
« Reply #2 on: June 17, 2006, 01:54:04 pm »
Hi Chris!

Thatks for the quick reply!  I made sure that UseID3 = True in my jukebox.ini file, but to no avail.  I set debug=5 and have attached my log.

Thanks for any help you can give me...

-Rick

Chris

  • Moderator
  • Trade Count: (+2)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 4574
  • Last login:September 21, 2019, 04:59:49 pm
    • Chris's MAME Cabinet
Re: Various Artists bug
« Reply #3 on: June 17, 2006, 01:57:01 pm »
OK, that didn't help because all the songs have already been indexed.  Can you delete the contents of the DATA folder and run it again?

Thanks!

--Chris
--Chris
DOSCab/WinCab Jukebox: http://www.dwjukebox.com

The Deacon

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 6
  • Last login:August 09, 2006, 11:26:02 pm
Re: Various Artists bug
« Reply #4 on: June 17, 2006, 04:14:49 pm »
Here is the latest log

Chris

  • Moderator
  • Trade Count: (+2)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 4574
  • Last login:September 21, 2019, 04:59:49 pm
    • Chris's MAME Cabinet
Re: Various Artists bug
« Reply #5 on: June 17, 2006, 04:57:39 pm »
Looks like it's finding the tags, but they're blank.

My guess is whatever tagging tool or ripper you're using is writing different information to the v1 and v2 tags.  If you edit the artist info for a song using, say, Windows XP's Advanced Properties, delete the databases and re-index, does that song show up properly?  If so, then making a pass with a different tagging tool may solve the problem.

Do you know what program created the tags on your songs?  Can you E-mail one of the affected songs to me at celamantia@gmail.com for testing?

--Chris

--Chris
DOSCab/WinCab Jukebox: http://www.dwjukebox.com

The Deacon

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 6
  • Last login:August 09, 2006, 11:26:02 pm
Re: Various Artists bug
« Reply #6 on: June 17, 2006, 07:48:20 pm »
Well, I was using mp3tag to fix/edit the mp3 tags.  Downloaded UltraTag Editor and had it delete all the tags and recreate them.  It made it better on a few songs, but not all.  I'm uploading the latest debug and will send you one of the songs that is affected.


Thanks again for all your help!

Chris

  • Moderator
  • Trade Count: (+2)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 4574
  • Last login:September 21, 2019, 04:59:49 pm
    • Chris's MAME Cabinet
Re: Various Artists bug
« Reply #7 on: June 17, 2006, 07:57:36 pm »
Interesting.  It works up to a point, then stops.  I don't know if this is because the tag editor stopped doing them properly or if a buffer is getting clobbered in the jukebox.  If it's a buffer in the jukebox it should have been reported by now, though.

Can you send me your jukebox.db file?  I want to modify it and send it back to you and run another test. (Edit: See next post)

--Chris
« Last Edit: June 17, 2006, 08:18:30 pm by Chris »
--Chris
DOSCab/WinCab Jukebox: http://www.dwjukebox.com

Chris

  • Moderator
  • Trade Count: (+2)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 4574
  • Last login:September 21, 2019, 04:59:49 pm
    • Chris's MAME Cabinet
Re: Various Artists bug
« Reply #8 on: June 17, 2006, 08:17:49 pm »
Can you send me your jukebox.db file?  I want to modify it and send it back to you and run another test.

Never mind this.  I copied the song file you sent me to my music directory, ran the jukebox, and got "Various Artists".  If I looked at the tag with XP's Properties/Summary and edit the artist name, it appears properly in the jukebox.  So something about the way your tagger is writing the tags isn't liked by WinCab.

Looking at the raw data in the files, it looks like Windows XP is storing the text fields as Latin-1 and your tagger is storing them as Unicode.  This shouldn't theoretically be a problem, as the jukebox is supposed to support Unicode, but I do know there are at least some Unicode bugs in the system.

I'm not quite sure what the answer is yet.
--Chris
DOSCab/WinCab Jukebox: http://www.dwjukebox.com

Chris

  • Moderator
  • Trade Count: (+2)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 4574
  • Last login:September 21, 2019, 04:59:49 pm
    • Chris's MAME Cabinet
Re: Various Artists bug
« Reply #9 on: June 18, 2006, 11:45:53 pm »
OK, I think I found the bug.  I'm trying to fix it now.
--Chris
DOSCab/WinCab Jukebox: http://www.dwjukebox.com

Chris

  • Moderator
  • Trade Count: (+2)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 4574
  • Last login:September 21, 2019, 04:59:49 pm
    • Chris's MAME Cabinet
Re: Various Artists bug
« Reply #10 on: June 19, 2006, 09:26:47 am »
E-mailed you a link to a test file.  Let me know if that helps...

--Chris
--Chris
DOSCab/WinCab Jukebox: http://www.dwjukebox.com

The Deacon

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 6
  • Last login:August 09, 2006, 11:26:02 pm
Re: Various Artists bug
« Reply #11 on: June 20, 2006, 01:51:53 pm »
That fixed it!!!!!  It works wonderfully! :applaud:

I *SINCERELY* want to thank you for all the work you put in to fix it!

 :cheers:

dibb1er

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 58
  • Last login:March 25, 2010, 07:14:38 am
Re: Various Artists bug
« Reply #12 on: June 22, 2006, 06:06:38 am »
Does that mean another update that we can download?  ;D

I had this sort of problem earlier (i was using mp3tag as well), but have since cleaned up all the problem tags using the XP file properties


Chris

  • Moderator
  • Trade Count: (+2)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 4574
  • Last login:September 21, 2019, 04:59:49 pm
    • Chris's MAME Cabinet
Re: Various Artists bug
« Reply #13 on: June 22, 2006, 08:43:34 pm »
Does that mean another update that we can download?  ;D

Soon.  I've made some major internal structural changes, and I haven't had a chance to really test them yet so I'm not confident enough to release anything just yet.  Hopefully by the end of the weekend.

--Chris
--Chris
DOSCab/WinCab Jukebox: http://www.dwjukebox.com