The MP3car.com Store  

Welcome to the MP3Car.com forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. Registering will also remove advertisements. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

Go Back   MP3Car.com > Mp3Car Technical > Software & Software Development > Front Ends > Centrafuse > CF Bug Reports

Reply
 
Thread Tools Search this Thread Display Modes
Old 09-04-2005, 08:41 AM   #1
Low Bitrate
 
hateeecs's Avatar
 
Join Date: Jul 2005
Location: CT
Vehicle: 1997/Plymouth/Neon
Posts: 104
My Photos: (0)
album art in id3 causes improper read

I save album art in id3v2 tags so that they can be displayed in applications like this. Not only does this program not use album art (i'll have more about this in a feature request) such information appears to cause the id3 reading code in centrafuse to fail.

With album art present, I get around three scrambled characters for album artist. When I go back and remove the album art from the id3 tag, rebuild the library, the information appears correctly.

Thanks,
-Chris
__________________
http://neonpc.blogspot.com
[||||||||||||--------] 60% done
hateeecs is offline   Reply With Quote
Sponsored Links
Old 09-04-2005, 01:40 PM   #2
MySQL Error
 
veetid's Avatar
 
Join Date: Apr 2004
Posts: 4,980
My Photos: (0)
I do not currently support album art inside id3 tags...

david
__________________
__________________
CENTRAFUSE http://www.centrafuse.com
01 Jeep Cherokee Sport 4x4 Installed
M10000/512Mb/20GB, Lilliput 7", Holux GM-210
veetid is offline   Reply With Quote
Old 09-04-2005, 02:44 PM   #3
I'm sorry, and you are....?
 
frodobaggins's Avatar
 
Join Date: Jan 2003
Location: Ruston, LA
Vehicle: 1998 Ranger/1991 Sunbird
Posts: 9,857
My Photos: (0)
But you shouldn't have errors when it exists...
__________________
FrodoPlayer.com
TeaBaggins.com
[H]4 Life
My next generation Front End is right on schedule.
It will be done sometime in the next generation.
I'm a lesbian too.
I am for hire!
frodobaggins is offline   Reply With Quote
Old 09-04-2005, 02:55 PM   #4
Low Bitrate
 
hateeecs's Avatar
 
Join Date: Jul 2005
Location: CT
Vehicle: 1997/Plymouth/Neon
Posts: 104
My Photos: (0)
Quote: Originally Posted by frodobaggins
But you shouldn't have errors when it exists...


Exactly. There is a big difference between not supporting someting and having the existance of valid information cause problems.

However, upon doing more investigation, it would appear that there is something wrong with my source files. They are currently being tagged with a python script of my creation. If i go back in and modify the id3 tags in a 3rd party tagging software they appear correctly when i rebuild.

It should also be noted that these source files to appear correctly in the tagging software, windows explorer (id3 tag view), winamp, etc - so I am at a bit of a loss as to what the problem here is.

With RR i get three strange characters followed by the artist / track. In Centrafuse i get just the three strange characters. I'm going to try playing around with my script and report back.
__________________
http://neonpc.blogspot.com
[||||||||||||--------] 60% done
hateeecs is offline   Reply With Quote
Old 09-04-2005, 03:16 PM   #5
MySQL Error
 
veetid's Avatar
 
Join Date: Apr 2004
Posts: 4,980
My Photos: (0)
I agree that it shouldn't cause errors... The files I have with images in the id3 tags seem to load fine...

let me know what you find out...

david
__________________
__________________
CENTRAFUSE http://www.centrafuse.com
01 Jeep Cherokee Sport 4x4 Installed
M10000/512Mb/20GB, Lilliput 7", Holux GM-210
veetid is offline   Reply With Quote
Old 09-05-2005, 11:21 AM   #6
Low Bitrate
 
hateeecs's Avatar
 
Join Date: Jul 2005
Location: CT
Vehicle: 1997/Plymouth/Neon
Posts: 104
My Photos: (0)
well looking into this more it would appear that this may be caused by unicode strings. Like I said earlier, I'm using python and the library i'm using seems to force the strings into unicode regardless of what I pass into the .set_text method.

But I have verified that working id3 information appears as

'string'

and my garbled stuff appears as

u'string'\x00

Which means unicode string with \x00 termination sequence. I have put an email into the library author to see what they thing about making a switch or something so I can still use my scripts.
__________________
http://neonpc.blogspot.com
[||||||||||||--------] 60% done
hateeecs is offline   Reply With Quote
Old 09-05-2005, 02:32 PM   #7
MySQL Error
 
veetid's Avatar
 
Join Date: Apr 2004
Posts: 4,980
My Photos: (0)
that would make since... 1.4 has some unicode issues... I am trying to work them out in 1.5...

david
__________________
__________________
CENTRAFUSE http://www.centrafuse.com
01 Jeep Cherokee Sport 4x4 Installed
M10000/512Mb/20GB, Lilliput 7", Holux GM-210
veetid is offline   Reply With Quote
Old 09-06-2005, 07:03 AM   #8
Low Bitrate
 
hateeecs's Avatar
 
Join Date: Jul 2005
Location: CT
Vehicle: 1997/Plymouth/Neon
Posts: 104
My Photos: (0)
update

media engine = strange characters
frodoplayer = works
__________________
http://neonpc.blogspot.com
[||||||||||||--------] 60% done
hateeecs is offline   Reply With Quote
Old 09-06-2005, 12:12 PM   #9
MySQL Error
 
veetid's Avatar
 
Join Date: Apr 2004
Posts: 4,980
My Photos: (0)
it's just that your script is writing the tags in unicode... if you get something, many many options, that will write the tags not in unicode it will work... I am working to solve my unicode tag problems...

david
__________________
__________________
CENTRAFUSE http://www.centrafuse.com
01 Jeep Cherokee Sport 4x4 Installed
M10000/512Mb/20GB, Lilliput 7", Holux GM-210
veetid is offline   Reply With Quote
Old 09-06-2005, 12:34 PM   #10
Low Bitrate
 
hateeecs's Avatar
 
Join Date: Jul 2005
Location: CT
Vehicle: 1997/Plymouth/Neon
Posts: 104
My Photos: (0)
Quote: Originally Posted by veetid
it's just that your script is writing the tags in unicode... if you get something, many many options, that will write the tags not in unicode it will work... I am working to solve my unicode tag problems...

david

I believe it is my id3 library that is writing the tags using unicode strings. This is the only library thus far that allows me to write id3v2 tags with album art successfully. I'd really like to keep writing id3v2 with album art going foward.

On my side of the script i tried to decode the unicode strings to ascii and to chop off the termination by doing the following in python.

mystring = 'blah'
mystring.encode('ascii')[0:-1]

But i just passed this string into the library function
someid3frame.set_text(mystring)

And the unicode/termination appears again. So I think that this is beyond my control for this library. Hopefully the library author will get back to me soon.

-Chris
__________________
http://neonpc.blogspot.com
[||||||||||||--------] 60% done
hateeecs is offline   Reply With Quote
Sponsored Links
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Album art downloader hijinks21 Software & Software Development 105 07-20-2006 09:56 AM
If you want to increase the size of the album art text read within aoLhaTer Centrafuse 2 07-26-2005 04:35 PM
album art from id3 tag info? theheel Software & Software Development 2 07-17-2005 04:15 AM
FRODO doesn't remeber Album Art heiniheini FrodoPlayer 7 05-25-2005 02:28 AM
BBAA_won't display a large album art image unless there is a album.jpg LESLIEx317537 FP Bug Reports 0 11-03-2004 11:49 PM


All times are GMT -5. The time now is 03:14 AM.


Sponsored Links
The MP3car.com Store

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0
Copyright © 1999 - 2008 Mp3Car.com Inc.
Ad Management by RedTyger
Message Board Statistics