Closed (duplicate)
Project:
Audio
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Aug 2007 at 09:59 UTC
Updated:
11 Aug 2007 at 16:02 UTC
When I add a MP3 (for instance) and save the node, everything works great. But when I go back and edit the node the last letter from the 'genre' field is missing. So if I keep saving the node, the 'genre' field will eventually be empty.
PS. I just discovered that this is also true for the fields 'title' and 'artist'. If I look in the database (the table 'audio_metadata'). The entries are stored in the database WITH the missing last character.
Comments
Comment #1
xl-network commentedExtra info:
If I output the structure of the node before this line it is still okay, but if I output it after this line of code it has been corrupted. I hope this helps...
line 526 of audio.module
audio_invoke_audioapi('update', $node);Comment #2
drewish commentedsee http://drupal.org/node/145117
Comment #3
xl-network commentedGreat this fixes it. It's a bug in getID3 stuff, see: http://www.getid3.org/phpBB2/viewtopic.php?t=727