[ Index ]

PHP Cross Reference of Drupal 6 (gatewave)

title

Body

[close]

/sites/all/modules/audio/contrib/feeds/ -> README.txt (source)

   1  ABOUT
   2  This module provides XSPF, M3U, and PLS audio feeds for audio files attached to
   3  a node (audio_attach.module) or views generated list of audio content (views.module).
   4  
   5  INSTALLATION
   6  Turn on the module at (admin/build/modules)
   7  Configure this module for usage with views or audio attachments.  See below.
   8  
   9  
  10  USAGE WITH VIEWS.MODULE
  11  Go to the views administration menu and you should see a new view type for audio feeds.
  12  Configure your view to output a list of audio nodes.
  13  
  14  your/view/path:         - returns a themed view with xspf player and permalinks to feeds.
  15  your/view/path?xspf     - returns xspf XML
  16  your/view/path?m3u      - returns m3u XML
  17  your/view/path?pls      - returns pls XML
  18  
  19  
  20  USAGE WITH AUDIO_ATTACH.MODULE
  21  Configure which node types can generate feeds. (admin/content/types)
  22  Any node that you've attached a list of audio files to will automatically generate these three feeds (XSPF, M3U, PLS).
  23  
  24  For instance, if node/123 was a node with a list of audio files attached, the feed urls would be:
  25  node/123/xspf           - returns xspf XML
  26  node/123/m3u            - returns m3u XML
  27  node/123/pls            - returns pls XML
  28  
  29  
  30  TODO
  31  bring back podcast feeds or integrate with audio itunes module
  32  block view, resizable player
  33  
  34  
  35  


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