For everything related to documents, images, audio and video.

Integrate your internet TV publisher channels with Drupal ~Broadcast Machine

The Democracy platform is free and open source (GPL)
http://www.getdemocracy.com/
with its player (great UI)

+Broadcast Machine is its sister
"Post videos to your website and create internet TV channels, including video blogs, video podcasts, and video RSS feeds."
-with Broadcast Machine you can torrent large Video files save Bandwith thats the advantage!

Table of Contents

Hello. First, if anyone is in the Los Angeles area and would like to get together for food/grog/and Drupalspeak, let me know. I'd be happy to participate in a Los Angles group. :)

To cases. I'm trying (not too successfully) to create a kind of table of contents for my visitors that lists postings (nodes) by title only (with a click to the the posting). I have created a Page with this snippet:

[code]

  $result = db_query_range("SELECT n.created, n.title, n.nid, n.changed
    FROM node n
    WHERE n.status = 1
    ORDER BY n.title
    ASC ", 0, 10);
  while ($node = db_fetch_object($result)) {
    $output[] = l(($node->title), "node/".$node->nid);
  }
return theme_item_list($output);

[/code]

Works well as I changed what was "ODER BY n.created" to title. However, it lists everything, and that's good for admin purposes but for visitor purposes I would like to focus in on only the relevant postings and to that extent, I have installed Flexinode to create a specific content type called Abstracts. I did this because our site is only about Abstracts so "story" was confusing and I didn't see where I could edit that to say "Abstracts" instead of "story". So Flexinode is great and everything appears to be fine in that regard with a new content type called Abstracts.

My issue is, apropos the above snippet, what someone clicks the respective link, they see a list of all content. My preferred objective is to limit this list to "only" the Flexinode content type of Abstracts (flexinode-1). I know from reading the forum that I can /flexinode/list/1 but that seems to give the postings, not merely the the clickable title (as would be a table of contents)..

RSS enclosure support in Drupal?

What is the current status of media enclosure support in Drupal?

It is suprising that the Aggregator.module does not read enclosures since podcasting and video blogging relies on enclosures.

I realize this question has been asked more than a few times in the past, but I have yet to find a recent (4.7) solution...
http://drupal.org/search/node/aggregator+enclosure

Video streaming

Hi,

anyone out there with experience in connecting Drupal to a streaming server or a Content delivery network such as Akamai?

Would love to hear from you and to see if joint development in this area is an option.

Cheers Marc

Easiest Way to Associate Image with Blog?

Hi, All,

My client wants to post blog entries that has a lead image associated with it as well as a thumbnail image. I was able to do this using the flexinode module, but this has caused a problem with my RSS feeds. The RSS feed is outputting all of the flexinode's contents as html into the element of the feed. My client needs to have the RSS feed more structured so they can pull data from the RSS feed easily. Can anyone help me with any of the following:

Solution 1: Modidy the RSS feed to correctly represent the structure of the Flexinode object? Example:

Current:


Sue and Gavin make nice

http://mysite.com/node/24
<a href="node/24"><span class="image thumbnail"><img src="http://mysite/files/images/sueandgav.thumbnail.jpg" width="67" height="100" alt="Sue and Gavin make nice" title="Sue and Gavin make nice" /></span>
</a><p>
:: Our Vision<br />
Passionately working to create successful communities.</p>
<p>Use people, technology and relationships to improve the communities the company does business in, inspire youth to be more successful, support the world during times of extreme need, and to promote compassionate capitalism></p>
<p>We will accomplish this by our 1% Model:<br />

A useful ourmedia/ccpublisher?

something I have been thinking alot about lately....
..I love the ourmedia publisher based on ccpublisher.
BUT.. its too much for my typical users to upload a file to one site, copy the file link and paste into yet another form on their website...
yet its crucial to have large video files hosted freely at ourmedia...

Pages

Subscribe with RSS Subscribe to RSS - Deprecated - Media and document management