Ability to add references to files to the file manager

Permalink
for a current project it would be cool to have the ability to add a file to the file manager not by uploading it but by referencing it.

so e.g. instead of uploading funStuff.flv to the file mangager i would just add a reference tohttp://bla.com/funStuff.flv as a new item in the file manager.

throughout the system i could then use this file just as if it would be on my server. it would show up in the file manager just like any other file, only its source would be somewhere else.

has anything like this been done yet?

nerdess
 
nerdess replied on at Permalink Reply 1 Attachment
nerdess
OK I've extended the File Manager with the functionality to add files via reference, see pic attached. Files added as "reference" don't get uploaded to the server but are simple pointers to resources anywhere on the web. They can however be used like any other file within the system as they appear as items in the file manager. Useful e.g. if you have some media files on a much faster streaming server and don't want to upload them to your Concrete5 server.

If anyone needs this pls let me know, I might bundle it up in a plugin then.
olliephillips replied on at Permalink Reply
olliephillips
I could see that being pretty useful especially with the prevalence of cloud based CDNs these days. Can you set attributes against the resources and add them to sets just like any locally hosted file?
nerdess replied on at Permalink Reply
nerdess
yep! what i've coded is aimed mainly at video files as with images it is a bit trickier because e.g. the thumbnail helper breaks and i don't want to overwrite too much "core" stuff and in my current project i only need it for mp4's anyway.

you can add/edit meta-data like e.g. a title or a description in my version but it is still a bit rough around the edges.

i suggest this feature should get properly coded and added for the next major concrete5 release.
jtarallo replied on at Permalink Reply
I need that!!! :)
Hey, how can i get this plugin?
thanks!