TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Looking for Android app for making “projects of files”

1 点作者 mistralefob超过 3 年前
Use case: I create a new &quot;Project&quot;, where I can add multiple .mp4 files, texts, audio .aac&#x2F;.ogg files - anything from gallery or from some textarea of the app and organize these items as a &quot;list&quot; of &quot;resources&quot;. That files are not sending anywhere - the project only keep their filenames (if item is a file, not a piece of text) in specific order.<p>Imagine this as a messenger, where i send files&#x2F;texts&#x2F;voice msgs to a &quot;Project&quot; chat and can reorder items in that chat. And can have multiple project-chats in my contact list.<p>Then there is &quot;send&quot; part.<p>When I press &quot;Send Project&quot;, the app POST the project as a json with list of the resources to my server (url specified in settings). Then app send all the resources (files) to the same server using rsync or maybe HTTP and able to resume uploading any file from any point where previous uploading is died due to wifi switching.<p>Server gets 2 things: (1) a json with list of items and (2) the resources (files). What server do is up to developer of server or depends of a field &quot;command&quot; in project&#x27;s settings (the .json (1)).<p>For example, the server could implement a simple video editing service: concatenate all the .mp4 files passed to it in list. Or maybe glue .jpg to .ogg sound, get short video from each pair of (.jpg&#x2F;.ogg) and concatenate all the parts.<p>Or maybe server see the project as a Twitter&#x2F;FB&#x2F;Medium&#x2F;Blogger post: all text and images goes to their places, videos get uploaded to youtube and links inserted to corresponding places of the post. Depends on my fantasy and Python coding skills.<p>So, I am looking for such a Project Creator, that can let me edit my project and then posts the project to my custom URL or IP.<p>Also can discuss this topic in a disposable chat: https:&#x2F;&#x2F;nanochat.ru&#x2F;proproject

暂无评论

暂无评论