| View previous topic :: View next topic |
| Author |
Message |
Anonymous Guest
|
Posted: Sun Feb 25, 2007 11:13 am Post subject: ices0 -> charset(?)-problem |
|
|
Hello
I just installed Ices, but i have a problem with the ID3-tags.
Most of the songs are shown wrong ... there are only a few songs working ...
I made screenshots to show you, whats the problem:
http://www.next4u.de/images/ices.jpg
I didn't find any difference between these files ...
Would be nice, if anybody could help me
greets, Pete |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Sun Feb 25, 2007 12:24 pm Post subject: |
|
|
That doesn't look like a charset issue, check the icecast log files for the metadata updates, see if they look valid at that point. After that check the ices0 verbose output to make sure it's correct there.
karl. |
|
| Back to top |
|
 |
Anonymous Guest
|
Posted: Sun Feb 25, 2007 12:56 pm Post subject: |
|
|
ices.log
| Quote: |
DEBUG: Builtin playlist handler serving: /home/radio/mp3/In Faded Glory - Polyplastic Heaven -- Jamendo - MP3 VBR 192k - 2006.07.16 [www.jamendo.com]/07 - Ms Poly.mp3
DEBUG: Filename cleaned up from [/home/radio/mp3/In Faded Glory - Polyplastic Heaven -- Jamendo - MP3 VBR 192k - 2006.07.16 [www.jamendo.com]/07 - Ms Poly.mp3] to [07 - Ms Poly]
DEBUG: ID3v1: Title: Ms Poly
DEBUG: ID3v1: Artist: In Faded Glory
DEBUG: ID3v2: version 3.0. Tag size is 1491 bytes.
DEBUG: ID3v2: Title found: ÿþM
DEBUG: ID3v2: Artist found: ÿþI
DEBUG: VBR tag found
DEBUG: MPEG-1 layer III, VBR, 44100 Hz, j-stereo
DEBUG: Ext: 0 Mode_Ext: 2 Copyright: 0 Original: 1
DEBUG: Error Protection: 0 Emphasis: 0 Padding: 0
Playing /home/radio/mp3/In Faded Glory - Polyplastic Heaven -- Jamendo - MP3 VBR 192k - 2006.07.16 [www.jamendo.com]/07 - Ms Poly.mp3
DEBUG: Updated metadata on /bot to: ÿþI - ÿþM |
So it seems like theres a problem with ID3v2 ... |
|
| Back to top |
|
 |
zymurgist
Joined: 07 Jan 2009 Posts: 2
|
Posted: Wed Jan 07, 2009 9:46 pm Post subject: Same problem |
|
|
I'm having the same problem using ices 0.4 and icecast 2.3.2
| Code: |
ices.log
DEBUG: Builtin playlist handler serving: /music/Staind/Pressure - Break The Cycle.mp3
DEBUG: Filename cleaned up from [/music/Staind/Pressure - Break The Cycle.mp3] to [Pressure - Break The Cycle]
DEBUG: ID3v1: Title: Pressure
DEBUG: ID3v1: Artist: Staind
DEBUG: ID3v2: version 3.0. Tag size is 38179 bytes.
DEBUG: ID3v2: Artist found: ÿþS
DEBUG: ID3v2: Title found: ÿþP
DEBUG: MPEG-1 layer III, 256 kbps, 44100 Hz, stereo
DEBUG: Ext: 0 Mode_Ext: 0 Copyright: 0 Original: 1
DEBUG: Error Protection: 1 Emphasis: 0 Padding: 0
Playing /music/Staind/Pressure - Break The Cycle.mp3
DEBUG: Updated metadata on /rock to: ÿþS - ÿþP
|
But id3v2 seems fine:
| Code: |
$ id3v2 -l "/music/Staind/Pressure - Break The Cycle.mp3"
id3v1 tag info for /music/Staind/Pressure - Break The Cycle.mp3:
Title : Pressure Artist: Staind
Album : Break The Cycle Year: , Genre: Unknown (255)
Comment: Track 2 Track: 2
id3v2 tag info for /music/Staind/Pressure - Break The Cycle.mp3:
TALB (Album/Movie/Show title): Break The Cycle
TPE1 (Lead performer(s)/Soloist(s)): Staind
COMM (Comments): ()[eng]: Track 2
TENC (Encoded by): Exact Audio Copy (Secure mode)
TCON (Content type): Alternative Rock (255)
TIT2 (Title/songname/content description): Pressure
TRCK (Track number/Position in set): 2
APIC (Attached picture): ()[, 3]: image/jpeg, 35842 bytes
COMM (Comments): (ID3v1 Comment)[XXX]: Track 2
|
Any idea what may be causing this?
Thanks,
ken |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Wed Jan 07, 2009 10:33 pm Post subject: |
|
|
This looks to be down to ices0 not parsing things, whether it could reliably do that I cannot say as I don't maintain ices0 but I'm sure someone else had had an issue like this and there was a patch to at least fix part of it. You'll have to do some searches to check.
karl. |
|
| Back to top |
|
 |
zymurgist
Joined: 07 Jan 2009 Posts: 2
|
Posted: Thu Jan 08, 2009 4:25 pm Post subject: |
|
|
| Found more information on this thread. I installed the ices-cc version and I'm no longer having the tag issue. Thanks for your response. |
|
| Back to top |
|
 |
|