monthly update
This commit is contained in:
@@ -4,9 +4,11 @@ VOLUME /usr/src/yt-dlp-webui/downloads
|
|||||||
WORKDIR /usr/src/yt-dlp-webui
|
WORKDIR /usr/src/yt-dlp-webui
|
||||||
COPY package*.json ./
|
COPY package*.json ./
|
||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
RUN apt-get install curl ffmpeg -y
|
RUN apt-get install curl psmisc wget -y
|
||||||
RUN apt-get install psmisc
|
|
||||||
RUN npm install
|
RUN npm install
|
||||||
|
RUN wget https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-amd64-static.tar.xz
|
||||||
|
RUN tar -xf ffmpeg-release-amd64-static.tar.xz
|
||||||
|
RUN mv ./ffmpeg-5.0-amd64-static/ff* /usr/bin
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN chmod +x ./fetch-yt-dlp.sh
|
RUN chmod +x ./fetch-yt-dlp.sh
|
||||||
RUN npm run build-all
|
RUN npm run build-all
|
||||||
|
|||||||
14
README.md
14
README.md
@@ -6,6 +6,10 @@ I will eventually make this better as soon as I can. Not in the immediate.
|
|||||||
|
|
||||||
Changelog:
|
Changelog:
|
||||||
```
|
```
|
||||||
|
02/03/22: cut-down docker container size by using ffmpeg static builds
|
||||||
|
|
||||||
|
01/03/22: Chinese translation by deluxghost
|
||||||
|
|
||||||
03/02/22: i18n enabled! I need help with the translations :/
|
03/02/22: i18n enabled! I need help with the translations :/
|
||||||
|
|
||||||
27/01/22: Multidownload implemented!
|
27/01/22: Multidownload implemented!
|
||||||
@@ -14,7 +18,6 @@ Changelog:
|
|||||||
Refactoring and JSDoc.
|
Refactoring and JSDoc.
|
||||||
|
|
||||||
04/01/22: Background jobs now are retrieved!! It's still rudimentary but it leverages on yt-dlp resume feature
|
04/01/22: Background jobs now are retrieved!! It's still rudimentary but it leverages on yt-dlp resume feature
|
||||||
|
|
||||||
```
|
```
|
||||||
<img src="https://i.ibb.co/tcq3mtq/Screenshot-20220204-122644.png">
|
<img src="https://i.ibb.co/tcq3mtq/Screenshot-20220204-122644.png">
|
||||||
|
|
||||||
@@ -28,11 +31,12 @@ The avaible settings are currently only:
|
|||||||
- Server address
|
- Server address
|
||||||
- Switch theme
|
- Switch theme
|
||||||
- Extract audio
|
- Extract audio
|
||||||
|
- Switch language
|
||||||
|
|
||||||
Future releases will have:
|
Future releases will have:
|
||||||
- ~~Multi download~~ *experimental*
|
- ~~Multi download~~ *done*
|
||||||
- ~~Exctract audio~~ *done*
|
- ~~Exctract audio~~ *done*
|
||||||
- Format selection
|
- Format selection *in-progess*
|
||||||
|
|
||||||
## Docker installation
|
## Docker installation
|
||||||
```
|
```
|
||||||
@@ -61,4 +65,8 @@ node dist/main.js
|
|||||||
|
|
||||||
## Todo list
|
## Todo list
|
||||||
- ~~retrieve background tasks~~
|
- ~~retrieve background tasks~~
|
||||||
|
- format selection
|
||||||
- better ui/ux
|
- better ui/ux
|
||||||
|
|
||||||
|
|
||||||
|
_static ffmpeg builds by johnvansickle https://johnvansickle.com/ffmpeg/_
|
||||||
Reference in New Issue
Block a user