Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Drupal 5 Views Recipes

You're reading from   Drupal 5 Views Recipes 94 recipes to develop custom content displays for your Drupal web site

Arrow left icon
Product type Paperback
Published in May 2009
Publisher Packt
ISBN-13 9781847196965
Length 412 pages
Edition 1st Edition
Languages
Tools
Concepts
Arrow right icon
Toc

Table of Contents (22) Chapters Close

Drupal 5 Views Recipes
Credits
About the Author
Acknowledgement
About the Reviewer
Preface
1. Introduction to Views FREE CHAPTER 2. Working with Default Views 3. CCK and Views 4. Dates and Calendars 5. Views and Tools for Administrators 6. Views Galore 7. Theming and Layout 8. Navigating the Online Drupal Community Default Views in Drupal 5 Modules
Formatters
Style Plugins
Views Hooks for Coders
Modules Included in Recipe Ingredients
Additional Resources and Modules Mentioned in Recipes
Selected Noteworthy Patches to Views
Index

Recipe 64: Podcasting


Note

Ingredients

Audio: http://drupal.org/project/audio

Audio GetID3 (Packaged with audio module)

Path (Part of Drupal core)

Pathauto: http://drupal.org/project/pathauto

Token: http://drupal.org/project/token

Views RSS (Packaged with Views module)

getID3 library: http://getid3.org/

Unzip utility

The Audio module is the centerpiece of our podcasting recipe; The module creates a custom Audio content type and comes with a helpful default view. Our view enables website visitors to play audio play via a Flash player and offers a helpful podcast feed.

Setup

  1. Download and untar the audio module to the usual <DRUPALROOT>/sites/all/modules location.

  2. Be sure to read the INSTALL.txt found in the new lt;DRUPALROOT>/sites/all/modules/audio directory. Step 2 of this file is important (use the web site http://getid3.org to help locate the getID3 library at SourceForge.net).

    wget http://downloads.sourceforge.net/getid3/getid3-1.7.9.zip?use_mirror=voxel
    unzip getid3-1.7.9.zip
    rm -r demos...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image