[ Index ]

PHP Cross Reference of Drupal 6 (gatewave)

title

Body

[close]

/sites/all/modules/audio/getid3/ -> audio_getid3.module (summary)

(no description)

File Size: 325 lines (11 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 8 functions

  audio_getid3_nodeapi()
  audio_getid3_audio()
  audio_getid3_form_alter()
  audio_getid3_node_submit()
  _audio_getid3_load()
  audio_read_id3tags()
  audio_write_id3tags()
  _audio_getid3_save_to_file()

Functions
Functions that are not part of a class:

audio_getid3_nodeapi(&$node, $op, $a3 = NULL, $a4 = NULL)   X-Ref
Implementation of hook_nodeapi().


audio_getid3_audio($op, &$node)   X-Ref
Implements the audio module's hook_audio()


audio_getid3_form_alter(&$form, &$form_state, $form_id)   X-Ref
Edit the audio node form and insert our file info stuff.


audio_getid3_node_submit($form, &$form_state)   X-Ref
No description

_audio_getid3_load()   X-Ref
Build a getID3 object.

return:

audio_read_id3tags($filepath, $load_pics = FALSE)   X-Ref
Uses getID3 to get information about an audio file...

param: $filepath
param: $load_pics
return:

audio_write_id3tags($filepath, $tags, $images = array()   X-Ref
Uses the getID3 library to write updated ID3 tag information back to the
actual audio file. This function will write over any exisitng ID3 tag
information contained in the file, and this function does not make a copy of
this information anywhere...

param: $filepath
param: $tags
param: $images
param: $tagformats
return:

_audio_getid3_save_to_file(&$node)   X-Ref
Save the node's ID3 tags to the file. The tags will be saved and then
reloaded so that the node reflects the allowed values.




Generated: Thu Mar 24 11:18:33 2011 Cross-referenced by PHPXref 0.7