Commit Graph

593 Commits

Author SHA1 Message Date
georgekav2
821451b301 Add M4A backend support. 2023-02-20 12:13:01 +01:00
georgekav2
b9dde5f794 Add M4A GUI support 2023-02-20 08:51:28 +01:00
AutoUpdater
46469d6dce upgraded yt-dlp 2023-02-18 00:46:39 +00:00
Alex
d1e679c274 Merge pull request #172 from unref/master
Added a couple env variables
2023-02-18 01:37:43 +02:00
Nikolay G
f30bd109f7 Merge branch 'master' into master 2023-02-17 20:51:50 +03:00
Nikolay G
cdfdf1742f Update README.md 2023-02-17 20:49:51 +03:00
Alex
a61607c372 Merge pull request #219 from PikuZheng/patch-1
Fixed safari not responding to focus #192
2023-02-12 08:43:12 +02:00
PikuZheng
254e0d36f2 Fixed safari not responding to focus #192 2023-02-12 09:29:17 +08:00
Alex
3c96ed5aee Merge pull request #178 from cavazzatommaso/download_to_device
Added download button to the ui
2023-02-10 23:39:22 +02:00
Alex Shnitman
234be9acaa upgrade dependencies 2023-02-10 23:38:52 +02:00
Alex Shnitman
7fd2be48f7 download path fixes 2023-02-10 23:35:09 +02:00
Alex Shnitman
50501f0aad Merge remote-tracking branch 'origin/master' into download_to_device 2023-02-10 23:32:13 +02:00
Alex Shnitman
8a169dad1c upgrade dependencies 2023-02-04 11:26:47 +02:00
Alex Shnitman
ea7a7b0711 Fix boolean env variables (closes #213) 2023-02-04 11:09:36 +02:00
Alex
3e6c63646c Merge pull request #216 from kaytwo/master
unique downloads of identically named videos
2023-02-04 10:25:18 +02:00
Chris Kanich
18466312ff unique downloads of identically named videos 2023-02-03 10:33:51 -06:00
AutoUpdater
9bbd92919a upgraded yt-dlp 2023-01-07 00:42:44 +00:00
AutoUpdater
b7547cd205 upgraded yt-dlp 2023-01-03 00:42:43 +00:00
Alex Shnitman
0cbd2ae046 upgrade dependencies 2022-12-24 20:36:14 +02:00
Alex
a0fcef8dbc Merge pull request #207 from PikuZheng/patch-1
convert thumbnail to jpg before embed #188
2022-12-24 08:43:00 +02:00
PikuZheng
bb5c05505f convert thumbnail to jpg before embed #188
https://github.com/alexta69/metube/issues/188#issuecomment-1363443747
2022-12-23 07:59:20 +08:00
Alex Shnitman
a6d6942f7b upgrade dependencies; add troubleshooting section to README 2022-11-19 17:23:36 +02:00
AutoUpdater
bdef99bf47 upgraded yt-dlp 2022-11-12 00:55:31 +00:00
Alex Shnitman
b81c262261 upgrade dependencies 2022-10-30 22:28:38 +02:00
AutoUpdater
8acb8e0ca8 upgraded yt-dlp 2022-10-05 01:09:32 +00:00
Alex
b7c8c80362 Merge pull request #177 from jwoglom/custom-download-folder
Custom download folders (fixes #129)
2022-09-30 09:10:57 +03:00
Alex Shnitman
68d4c89be0 Merge branch 'master' of https://github.com/alexta69/metube into custom-download-folder 2022-09-30 09:09:41 +03:00
Alex Shnitman
22252811db remove CI from non-master branch 2022-09-30 09:09:03 +03:00
James Woglom
2517933eaf use bind 2022-09-19 16:56:43 -04: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
8f69494ada temporarily enable running CI on my forked branch. revert this before merging 2022-09-19 15:05:36 -04:00
James Woglom
202813b9ed CREATE_DIRS -> CREATE_CUSTOM_DIRS 2022-09-19 15:00:26 -04:00
AutoUpdater
c5c40e6bae upgraded yt-dlp 2022-09-02 00:57:33 +00:00
Alex
06349dcaf0 Merge pull request #176 from PikuZheng/patch-2
add autocomplete="off" spellcheck="false" (closes #175)
2022-09-01 15:27:00 +03:00
Alex
208d6f25ba Merge pull request #148 from 1RandomDev/download-thumbnail
Added option for thumbnail only
2022-09-01 15:21:12 +03: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
9454c52c01 remove unneeded stylePreprocessorOptions 2022-08-30 01:54:52 -04:00
James Woglom
11d8cda33c Remove testing branch for CI builds 2022-08-30 01:49:46 -04:00
James Woglom
e911105c19 fix button rounding when CUSTOM_DIRS=false 2022-08-30 01:29:55 -04: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
67be71cdeb load selectize 2022-08-29 21:11:25 -04:00
James Woglom
f79c8fa754 pass custom_directories from server to client 2022-08-29 20:41:21 -04:00
PikuZheng
ebb62e370a add autocomplete="off" spellcheck="false"
#175
it's also useful on android
2022-08-30 08:40:01 +08: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
James Woglom
8857878ec2 show error if static assets are not found 2022-08-29 19:01:50 -04:00