From 7812034f0dfe44f0559daf56a3001cd58bc994b5 Mon Sep 17 00:00:00 2001 From: thePR0M3TH3AN <53631862+PR0M3TH3AN@users.noreply.github.com> Date: Mon, 22 Sep 2025 10:59:39 -0400 Subject: [PATCH] Update upload modal with URL and torrent helper fields --- components/upload-modal.html | 62 ++++++++++++++++++++++++++++++++++-- 1 file changed, 60 insertions(+), 2 deletions(-) diff --git a/components/upload-modal.html b/components/upload-modal.html index fa01051e..fdf351d4 100644 --- a/components/upload-modal.html +++ b/components/upload-modal.html @@ -52,6 +52,9 @@
+

+ Share a title plus either a hosted video URL or a magnet link. Providing both helps Bitvid fall back gracefully. +

+
+ + +

+ Direct link to your video or stream. Bitvid will play this first before falling back to WebTorrent. +

+
+
Magnet Link (optional if URL provided) +

+ Include this when you have a torrent source. Bitvid will automatically augment it with any web seeds or metadata you provide. +

+
+ +
+
+ + +

+ HTTP(S) base path peers can fetch pieces from when falling back to the magnet. +

+
+
+ + +

+ Link to the .torrent file so WebTorrent clients can bootstrap instantly. +

+