Commit graph

370 commits

Author SHA1 Message Date
Alex Shnitman
9f2da739cd retire ARM32 build 2024-04-12 10:10:17 +03:00
Alex Shnitman
4a3a8fcd8c fix zone.js import 2024-04-12 09:26:58 +03:00
Alex Shnitman
fb5a598a95 use latest LTS node 2024-04-12 09:19:12 +03:00
Alex Shnitman
c946c71e8e upgrade to angular 17 2024-04-12 09:14:55 +03:00
Alex Shnitman
95a256567c upgrade to angular 16 2024-04-12 09:09:17 +03:00
Alex Shnitman
927a8f2e31 upgrade dependencies 2024-04-12 08:56:40 +03:00
AutoUpdater
7f0a4d21bc upgraded yt-dlp 2024-04-10 00:06:24 +00:00
AutoUpdater
4f8204cf4d upgraded yt-dlp 2024-03-11 00:06:28 +00:00
Alex
0da058987c
Merge pull request #386 from vkartk/feature/add-retry-button
[feature] Implement "Retry all failed downloads" (#327)
2024-01-26 19:57:53 +02:00
vkartk
e7cfbb5786 Fix unclosed th tag in fileSize column 2024-01-26 20:17:28 +05:30
vkartk
7575ff895d [ Feature ] Add retry button (#327) 2024-01-26 20:13:34 +05:30
Alex Shnitman
99ffa60a17 upgrade dependencies 2024-01-26 11:10:21 +02:00
Alex
06606c7b40
Merge pull request #385 from vkartk/fix-cancel-nonstarted-downloads-383
Fix cancellation & deletion for non-started downloads (#383)
2024-01-26 10:51:48 +02:00
Alex
ac70e739b5
Merge pull request #384 from vkartk/feature/add-file-size
Implement File Size Display on Downloads Page - Resolves #322
2024-01-26 10:44:17 +02:00
vkartk
f9a2a697df Prevent crash on missing filename (status.get) 2024-01-26 14:04:47 +05:30
vkartk
9e9112f7ef Fix cancelling non-started downloads (#383) 2024-01-26 11:06:54 +05:30
vkartk
feec0c56b4 Enhance FileSizePipe to handle NaN and zero bytes for better resilience 2024-01-26 09:48:44 +05:30
vkartk
3f4240a526 Frontend: Implement file size display in Downloads interface (#322) 2024-01-26 09:39:39 +05:30
vkartk
d5e6c8bf98 Backend: Integrate file size calculation and API endpoint (#322) 2024-01-26 09:38:38 +05:30
Alex
4a3a27e71c
Merge pull request #370 from philipphutterer/pwa
Fix PWA manifest for relative paths
2024-01-05 09:13:46 +02:00
Philipp Hutterer
4e941a5275 fix: use relative url path in manifest instead of absolute 2024-01-05 00:25:50 +01:00
Alex
8f37f24534
Merge pull request #367 from JonasR/metube-363
Pass paths also when extracting metadata
2024-01-02 13:14:07 +02:00
Jonas Reeb
2f7f72a553 metube-363 Pass paths also when extracting metadata
In some cases, such as when writing thumbnails this call can still cause creation of non-temporary files on disk which should then also be placed in DOWNLOAD_DIR
2024-01-02 11:05:51 +01:00
AutoUpdater
314a5d6c14 upgraded yt-dlp 2023-12-31 00:07:12 +00:00
Alex
7dd035a303
Merge pull request #361 from philipphutterer/pwa
PWA improvements
2023-12-30 21:01:00 +02:00
Philipp Hutterer
c90057edc1 chore: move icons to frontend assets 2023-12-30 04:18:46 +01:00
Philipp Hutterer
48657c1c12 feat: integrated Web Share Target API for PWA 2023-12-30 04:15:44 +01:00
Alex
f0247415bf
Merge pull request #355 from nodew/fix-auto-start
Fix the behavior when auto-start option is not explicitly passed
2023-12-13 15:22:11 +02:00
Qiao Wang
ab189f8533 Fix the behavior when auto-start option is not explicitly passed 2023-12-13 21:06:39 +08:00
Alex
f73b39fcab
update to use python 3.11 2023-12-12 13:26:46 +02:00
Alex Shnitman
930c597d36 default auto-start to yes 2023-12-10 22:58:45 +02:00
Alex
719cf0dba4
try to fix github actions connection errors 2023-12-09 14:08:34 +02:00
Alex
b39f545677
try to fix github actions connection errors 2023-12-09 11:52:53 +02:00
Alex Shnitman
6cb05aeec3 downgrade node to 18 (fix arm/v7 builds) 2023-12-09 10:29:13 +02:00
Alex
4c0dcc8735
Merge pull request #353 from nodew/auto-start
Add option for auto starting download.
2023-12-09 08:48:09 +02:00
Alex Shnitman
0b77011f83 updated README with python version 2023-12-09 08:47:36 +02:00
Qiao Wang
fcc7a4808e Merge branch 'master' of https://github.com/nodew/metube into auto-start 2023-12-09 12:49:41 +08:00
Qiao Wang
60e810450d Fix 2023-12-09 12:43:10 +08:00
Qiao Wang
d12fc37a50 Add auto start option for metube 2023-12-09 12:35:31 +08:00
Alex
9ef37c262c
Merge pull request #343 from ArabCoders/master
Added support for showing when live stream will start as error message
2023-11-16 22:15:45 +02:00
ArabCoders
add2a04003 Hide download button if no file has been downloaded. 2023-11-16 23:11:15 +03:00
ArabCoders
2a57447018 Removed default param for error 2023-11-16 20:50:02 +03:00
ArabCoders
9552fb3ca0 report date time correctly. 2023-11-16 16:16:00 +03:00
Abdulmohsen
10ce7462fa
Merge branch 'alexta69:master' into master 2023-11-16 15:55:11 +03:00
ArabCoders
74d07f5cb2 Added support for showing when live stream starts as error message. 2023-11-16 15:54:36 +03:00
AutoUpdater
b30d7d3a34 upgraded yt-dlp 2023-11-16 00:39:43 +00:00
Alex Shnitman
7deb6bb6cb upgrade dependencies 2023-11-15 12:25:14 +02:00
AutoUpdater
aa789cf598 upgraded yt-dlp 2023-11-15 00:39:01 +00:00
Alex Shnitman
ca68c9d0fd downgrade node to 18 (attempt to fix arm/v7 builds) 2023-11-04 16:18:21 +02:00
Alex
03d6edea5c
Merge pull request #335 from ArabCoders/master
Expose done/queue list as JSON endpoint
2023-11-03 15:30:02 +02:00