audio node created, details show up, no player shows up

arpita123 - May 26, 2009 - 12:23
Project:Audio
Version:6.x-1.x-dev
Component:Code
Category:bug report
Priority:critical
Assigned:Unassigned
Status:active
Description

hi,
when i create an audio node, the details show up as in attachment
but i cant see the player from where i can play the audio

i can download tht audio if i ckick on download

have audio module+get id 3 configured 1.7.7

please help urgent
(memory limits to 100 m, uplaodin mp3 file(allowed))
cant track whr is the problem????

please help
thanks

AttachmentSize
audioerr.png33.76 KB

#1

Ryan Palmer - June 16, 2009 - 05:10
Component:Miscellaneous» Code

When you edit the node, are the values for format, sample rate, and bitrate missing? If I enter these values manually (just guessing what they should be based on the mp3 I uploaded), the player does show. This pattern does follow for other audio nodes that, for some reason or another, after upgrading from Drupal 5.18 to 6.12, did have format, sample rate and bitrate data stored in the "audio" db table.

I understand that the players do not support all sample rates, so it makes sense that they don't show for a non-existent sample rate. The problem must be that these values are either not being detected or aren't storing properly.

#2

Ryan Palmer - June 16, 2009 - 05:26

Ok, rookie move on my part.

I enabled the getID3 module, downloaded the library, but neglected to enable the audio_getid3 module. Enabling this fixed my issue.

 
 

Drupal is a registered trademark of Dries Buytaert.