Commit Graph

69 Commits

Author SHA1 Message Date
tigerenwork 451cc3e0c3 feat: 新增内嵌视频播放器,支持在线播放已完成视频 2026-08-12 00:16:14 +08:00
tigerenwork e7ec875a32 fix: 侧边栏文件夹计数跟随状态筛选变化 2026-08-11 23:07:51 +08:00
tigerenwork 33424409d5 feat: 全新界面改版,新增缩略图、侧边栏导航与 Toast 反馈 2026-08-11 01:46:10 +08:00
tigerenwork d14336ff51 feat: 支持更改下载文件夹并移动已完成文件 2026-08-09 14:59:01 +08:00
tigerenwork d95a97d656 feat: 下载列表增加标签页切换并优化 Docker 构建缓存分层 2026-08-08 00:49:01 +08:00
tigeren b1cfc10517 Publish v1.10: group-by-folder view toggle, versioning rule, publish script 2026-08-07 14:15:04 +00:00
tigeren f5024383bf feat:[v1.7]增加重复url通知 2025-11-24 16:11:37 +00:00
tigeren 3c3d418a07 feat: 增加下载网站的tag及文件状态 2025-11-22 18:44:26 +00:00
xerdream afbf8b07d6 add the ability to reload 'YTDL_OPTIONS' when file is modified 2025-07-21 11:20:53 +08:00
Alex Shnitman 7e14c63008 show download totals at the top; debounce download speeds. closes #613 2025-06-06 19:20:33 +03:00
Alex Shnitman d74e8df408 add metube version. closes #83 2025-06-05 20:47:49 +03:00
Alex Shnitman f494c4f6be fix download folder selection dropdown. closes #678 2025-06-05 18:45:36 +03:00
Alex Shnitman b7ef408d5d upgrade to angular 19 2025-06-02 23:16:32 +03:00
Alex Shnitman 7ac542d25c UI clutter cleanup and reorganization 2025-06-02 22:32:23 +03:00
rdiaz738 863d7e3728 Update app.component.ts 2025-03-25 11:08:10 -07:00
Alex e281d61773
Merge branch 'master' into master 2025-03-05 19:12:29 +02:00
Alex cf8123aeff
Merge pull request #584 from PikuZheng/add-yt-dlp-version-disp
display yt-dlp version in webui
2025-03-04 21:29:59 +02:00
rdiaz738 8d70ed9d36 Updated ui and backend
Added Sequential, limited and concurrent downloading and import export buttons
2025-03-01 17:43:48 -08:00
PikuZheng 4d145ba899 Download multiple files from MeTube
#586
2025-02-07 09:04:35 +08:00
PikuZheng 8daa59b61f add yt-dlp version on web 2025-01-24 18:40:58 +08:00
lvank 1c02883f0e
Add a download selected button for non-autostarted downloads 2025-01-12 22:02:13 -06:00
Pawel Derehajlo c675db1ae5 Added Playlist Strict mode and Item limits 2024-08-18 11:07:59 +02:00
PikuZheng 69c2f310c2 add flac format for audio 2024-06-07 10:35:04 +08:00
Alex Shnitman 633cfb7ba2 fix typo 2024-05-02 21:31:44 +03:00
vaaski b1422e5102
remove extra defaults in app component 2024-05-02 13:50:00 +02:00
vaaski 3440d0adeb
add `PUBLIC_HOST_AUDIO_URL` 2024-05-02 13:10:41 +02:00
vaaski e89da396cd
add `PUBLIC_HOST_URL` config key 2024-05-02 12:56:52 +02:00
vkartk 7575ff895d [ Feature ] Add retry button (#327) 2024-01-26 20:13:34 +05:30
Alex Shnitman 930c597d36 default auto-start to yes 2023-12-10 22:58:45 +02:00
Qiao Wang d12fc37a50 Add auto start option for metube 2023-12-09 12:35:31 +08:00
Robert Smits c64dda8ca7 Fix theme handling and auto theme
This commit fixes the client side theme selection being overwritten by the backend and adds a selectable auto theming option.
2023-10-01 18:23:11 +02:00
Robert Smits 0231ebfeef Use Bootstrap 5 dark theme support 2023-10-01 13:16:00 +02:00
James Lyne 784dc2f735 Fix memory leak when many videos are queued.
Previously angular was re-rendering the entire queue whenever any downloads changed their state. The websocket provides progress updates at a high frequency, which combined with a long download queue can quickly cause hundreds of thousands of dom nodes to be created. This results in a spike in memory usage which may persist for some time depending on browser behaviour.

Adding a trackBy function resolves the issue by telling angular which row relates to a particular download.
2023-08-14 11:39:36 +01:00
James Lyne 262e296783 Fix retry button issues
The arguments passed to retryDownload by the retry button do not match what the function actually expects. This causes downloads to break if a custom folder is set and also causes some settings like format and custom name prefix to be ignored.
2023-08-13 12:24:19 +01:00
hellodword 2ff7b0975a enable custom name prefix 2023-04-09 11:27:41 +08:00
georgekav eca44aa950 Add support for opus and wav 2023-03-05 00:34:30 +01:00
georgekav 07be2c054f Add missing m4a checks for audio file 2023-02-20 14:35:55 +01:00
Alex Shnitman 50501f0aad Merge remote-tracking branch 'origin/master' into download_to_device 2023-02-10 23:32:13 +02:00
Alex Shnitman ea7a7b0711 Fix boolean env variables (closes #213) 2023-02-04 11:09:36 +02:00
James Woglom a36323677c attempt to fix issue where folder is sent by frontend as {folder: "foo"} instead of string 2022-09-19 16:15:24 -04:00
James Woglom a07e1ed06c bugfix: resolve full base directory before startswith check 2022-09-19 15:40:22 -04:00
James Woglom 202813b9ed CREATE_DIRS -> CREATE_CUSTOM_DIRS 2022-09-19 15:00:26 -04:00
CavazzaTommaso 2a227bc760 Added download button to the ui
For personal needs, I've added the download button to the completed downloads
2022-09-01 11:12:55 +02:00
James Woglom 63baa1fc25 Link to audio files and those with custom folders properly 2022-08-30 01:22:24 -04:00
James Woglom 52e3307d99 switch between audio and default custom directories on change 2022-08-30 00:58:19 -04:00
James Woglom ba712fc071 Fill in download_dir or audio_download_dir on launch 2022-08-30 00:55:16 -04:00
James Woglom 8abacc2a36 almost functional with selectize 2022-08-29 21:52:54 -04:00
James Woglom 4a9f55adda Propagate configuration on load via downloads socket 2022-08-29 20:27:34 -04:00
James Woglom bbfde99aeb Use angular primitives to toggle 2022-08-29 19:02:00 -04:00
Erazor2 4eb3916546 Fixed retry for all Sites 2022-01-04 22:05:33 +00:00