The current Views implementation is based off of getID3's deprecated table. New handlers will have to be written to output the data based on the loaded entity, not actual table values.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | views_integration-2333807-5.patch | 779 bytes | elaman |
Comments
Comment #2
mglamanComment #4
mglamanLinking to 2.0 release plan
Comment #5
elamanCurrent implementation works for most of the cases, but a bit unfinished. Here is the issue I got using views relationships: #2612060: Views relationship
I will reopen an issue and start posting patches.
First patch replaces `views_handler_field_custom` with `views_handler_field_entity` to fix an issue mentioned above, so you can get the file object even if you use views relationships.
Comment #6
mglamanElaman, can you please open a new issue? That's technically a bug