diff --git a/ui/src/app/app.html b/ui/src/app/app.html index f613b4b..e6e67d2 100644 --- a/ui/src/app/app.html +++ b/ui/src/app/app.html @@ -690,403 +690,424 @@ Connecting to server... } -
|
- |
- Video | -Format | -Speed | -ETA | -- |
|---|---|---|---|---|---|
|
- |
-
-
-
-
- {{ download.value.title }}
- @if (download.value.live_status === 'is_live' && download.value.status !== 'scheduled') {
- LIVE
- }
-
- @if (download.value.status === 'scheduled') {
-
- |
- {{ formatLabel(download.value) }} | -{{ download.value.speed | speed }} | -{{ download.value.eta | eta }} | -- - | -
|
- |
- Video | -Type | -Quality | -Codec / Format | -File Size | -Downloaded | -- |
|---|---|---|---|---|---|---|---|
|
- |
-
-
- @if (entry[1].status === 'finished') {
-
- @if (!!entry[1].filename) {
- {{ entry[1].title }}
- } @else {
- @if (entry[1].status === 'error') {
-
- } @else {
- {{entry[1].title}}
- }
- }
- @if (entry[1].status === 'error' && isErrorExpanded(entry[0])) {
-
-
- }
-
-
-
- @if (entry[1].msg) {
-
-
- Message: {{entry[1].msg}}
- }
- @if (entry[1].error) {
- Error: {{entry[1].error}}
- }
- URL: {{entry[1].url}}
- |
- - {{ downloadTypeLabel(entry[1]) }} - | -- {{ formatQualityLabel(entry[1]) }} - | -- {{ formatCodecLabel(entry[1]) }} - | -- @if (entry[1].size) { - {{ entry[1].size | fileSize }} - } - | -- @if (entry[1].timestamp) { - {{ entry[1].timestamp / 1000000 | date:'yyyy-MM-dd HH:mm' }} - } - | -- - | -
| - | - - | -- | - | - | - @if (chapterFile.size) { - {{ chapterFile.size | fileSize }} - } - | -- | - - | -