Media "watch folder" on server as an alternative to client upload #310
Replies: 3 comments 8 replies
-
Hello, thanks for your kind words. Besides the uploader, there's also an API that can be used to send new media. Plus there is also a command line client that utilizes this API but is on a separate branch/PR. What you describe seems like a specialized scenario but I think you can easily implement a solution by creating a script that will monitor the folder and POST new media on the 'Add new media' URL (See what it expects on https://demo.mediacms.io/swagger/). Hope this helps |
Beta Was this translation helpful? Give feedback.
-
I am in the same situation where the media files are uploaded to a folder by another program. So, the suggested method will be to upload the files to MediaCMS again using the APIs so MediaCMS can process the files. Is that correct? |
Beta Was this translation helpful? Give feedback.
-
Same situation here. Media/Videos are on an external server/share that I'd like to not touch because is ready to be edited or archived but I'd like to index and categorize it. |
Beta Was this translation helpful? Give feedback.
-
I have been experimenting with MediaCMS and really like the software. Thank you for all your hard work on this project.
As far as I can tell, the only way to add media is by uploading from a client. This works, but in my case, I have other server-side software pulling video files. So what would really be helpful is being able to assign a "watch folder" where all files within this folder are processed and auto-added to the database, preferably without needing to duplicate the files.
If this type of feature (or a work-around) exists currently, I would appreciate a quick note about it in the docs.
Beta Was this translation helpful? Give feedback.
All reactions