It would be nice if mediafield would provide filters for the Views module. I have worked on a small patch that adds a "Is None Of/Is All Of" filter (like for nodereference) and a "null" filter (see http://drupal.org/node/142504) to the audio and video modules. However, I believe we have a need for a more generic handler for content in general. Please see:
http://drupal.org/node/101050
and especially my comment;
http://drupal.org/node/101050#comment-704022
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | audiofield.module.audiofield_views.patch.txt | 2.33 KB | tatien |
| #1 | videofield.module.videofield_views.patch.txt | 2.35 KB | tatien |
Comments
Comment #1
tatien commentedHere are the two patches. As I mentionned I guess they need some work: it would be better if they would be integrated in a single filter.