I'm pulling my hair out trying to remove the link to the media file (output flv file) from my RSS feeds for my video content type.

I've tried excluding it, setting it to hidden, nothing works, I always see this:-

Node title
Submitted info
Snippet

Media files
summer-flowers-in-the-wind_1112.flv (Flash video, 659 KB)

How can I remove the Media files link as I don't want people directly being able to download the flv files from their feed readers without going to my site.

The reason I'm putting it in the flashvideo issue queue is because on ALL my other content types I can do this, it's just flashvideo who seems to be ignoring my RSS display settings.

Comments

NeilPorter’s picture

Is this only happening to me then? No one else?

attheshow’s picture

Assigned: Unassigned » attheshow
Category: support » bug
Status: Active » Fixed

Fixed in version 6.x. We needed a break; statement. Also, I've set it to where this code only runs if you're NOT use the FileField integration. ...since CCK gives you the option of what you want to display in your RSS output.

NeilPorter’s picture

Status: Fixed » Active

Hi Mark, thanks for your all your effort on this module.

However, as you correctly point out, I am using the CCK filefield for my videos, and I've just installed the latest dev release of flashvideo and the output flv is still showing in my RSS feed despite me setting it to be < hidden > and ticking 'Exclude' in the RSS display fields options.

attheshow’s picture

Status: Active » Postponed (maintainer needs more info)

I'm worried that you might have downloaded it prior to the Drupal.org packaging script packaging it up. Can you please open up the flashvideo.module file and look around line 2422 for the comment:
// Only need help with RSS if they're using the core Upload module.
And confirm that it's there?

NeilPorter’s picture

Status: Postponed (maintainer needs more info) » Fixed

You were correct, I must have downloaded the latest dev version too quickly, before the packaging script had actually packaged it up to the latest.

I've just re-downloaded it and the line was there. I've tested it and it works fine now, so I've marked this as fixed.

Sorry for the trouble, you've got the patience of a saint! Thanks again.

attheshow’s picture

Haha, I'm not sure about that, but thanks for the compliment. And thanks for testing the change!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.