update 30
This commit is contained in:
28
README.md
28
README.md
@@ -1,12 +1,26 @@
|
||||
# yt-dlp Web UI
|
||||
|
||||
A terrible web ui for yt-dlp.
|
||||
Created for the only purpose of *cough cough* k-pop videos from my server/nas.
|
||||
Created for the only purpose of *consume* videos from my server/nas.
|
||||
I will eventually make this better as soon as I can. Not in the immediate.
|
||||
|
||||
<img src="https://i.ibb.co/drt0LWc/Screenshot-2021-11-24-at-13-11-09-yt-dlp-Web-UI.png" alt="ytdlpwebui">
|
||||
<img src="https://i.ibb.co/7VBK1PY/1.png">
|
||||
|
||||
## Docker install
|
||||
## Now with dark mode
|
||||
|
||||
<img src="https://i.ibb.co/h8S5vKg/2.png">
|
||||
|
||||
## Settings
|
||||
|
||||
The avaible settings are currently only:
|
||||
- Server address
|
||||
- Switch theme
|
||||
|
||||
Future releases will have:
|
||||
- Exctract audio
|
||||
- Format selection
|
||||
|
||||
## Docker installation
|
||||
```
|
||||
docker pull marcobaobao/yt-dlp-webui:latest
|
||||
docker run -d -p 3022:3022 -v <your dir>:/usr/src/yt-dlp-webui/downloads marcobaobao/yt-dlp-webui
|
||||
@@ -17,16 +31,14 @@ docker build -t yt-dlp-webui .
|
||||
docker run -d -p 3022:3022 -v <your dir>:/usr/src/yt-dlp-webui/downloads yt-dlp-webui
|
||||
```
|
||||
|
||||
## Manual install
|
||||
## Manual installation
|
||||
```
|
||||
// download the yt-dl build and put it in the lib folder and make it executable
|
||||
|
||||
npm i
|
||||
npm run build
|
||||
npm run fetch
|
||||
|
||||
// edit the settings.json specifying the download path or
|
||||
// it will use the following folder
|
||||
// it will default to the following created folder
|
||||
|
||||
mkdir downloads
|
||||
|
||||
@@ -34,5 +46,5 @@ node server.js
|
||||
```
|
||||
|
||||
## Todo list
|
||||
- retrieve background task
|
||||
- retrieve background tasks
|
||||
- better ui/ux
|
||||
|
||||
Reference in New Issue
Block a user