feat(webui): add ffmpeg path specifier

This commit is contained in:
2024-03-23 20:05:34 +07:00
parent 620587e79b
commit 45d9625827
5 changed files with 65 additions and 3 deletions

View File

@ -9,11 +9,18 @@
</head>
<body class="theme-dark">
<header>
Explorers
Explorers<h5>Web UI</h5>
</header>
<br>
<div class="main">
<div class="block">
FFmpeg Path
<input id="ffmpeg-path" type="text" name="ffmpeg-path" placeholder="system">
<button id="set-ffmpeg-path">Set</button>
<br>
<input type="checkbox" id="remember-ffmpeg-path" name="remember-ffmpeg-path" value="remember-ffmpeg-path">
<label for="remember-ffmpeg-path">Remember this path</label>
<br>
Token
<input id="token" type="password" name="token" placeholder="Put your token here">
<button id="set-token">Set</button>