Closed (fixed)
Project:
Audioblog
Version:
master
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
24 Oct 2005 at 01:57 UTC
Updated:
2 Mar 2012 at 20:10 UTC
Leoburd,
Awesome module idea, and I especially like the use of asterisk! I was wondering if you thought about integrating this with the audio module at all? It seems like it might help out here. The audio module just provides a base audio node type, and I think this would work well with your module. Currently, audio nodes show up as enclosures for podcasts, and can be added to playlists, have taxonomy terms applied to them, streamed from a server, played through a browser with a included flash player, etc... It would be so cool to be able to create audio nodes through asterisk. I'd love to help out on this if you need a hand!
Colin
Comments
Comment #1
leoburd commented- Sounds good! It will be great to integrate audioblog with the audio module!
Would you mind giving me a hand? I'll basically need your module to provide me with something like:
a) a function to return where I should save my audio file based on the filename that I'll give as parameter
b) a function that creates an audio node (with all the associated metadata) based on the basic node and filepath that I'll pass as parameters
Would that be alright? If you want, let's setup a time to talk: leoburd at media.mit.edu
Best,
Leo
Comment #2
Colin Brumelle commentedSomething like this sounds perfect. Let me take another look at my code and I'll get back to you with some proposed function stubs.
Thanks!
Comment #3
1jan2006 commentedIs there any progress in this connetion? I am eager to learn about the prospects of this module. Thanks with the wishes of new year.
Comment #4
leoburd commentedHello Colin,
Yesterday I finally submitted a patch that does pretty much all I need in order to have audioblog running with the audio.module. Check it out here: http://drupal.org/node/43110 . Comments are appreciated!
In fact, with that patch there's no need for a separate audioblog.module anymore... all the publishing and querying are done directly through audio.module. I'm currently developing an audioblog_server.module that handles telephone password registration and the like, but that's pretty much done as well and will only be required in certain cases.
Have a great 2006 !!!
Leo
Comment #5
leoburd commented