Is there a way to display media from other hosts? I know that you can add additional storage (ftp, etx) but is there a way to include them into the backend media manager to be able to delete, search the media or it has to be done via a separate plugin?
@lightbenin we didn’t find a solution for using the media manager so we wrote a plugin to list the files.
The main problem was the speed of which the ftp listed the files, so we wrote a bash script that lists the files in a json
format every hour. The plugin gets the list via a schedule into the local database.