Commit Graph

349 Commits (8f37f2453449f6b79f050a024ce24ae048c4380d)

Author SHA1 Message Date
georgekav 6936292218 Define the audio formats tuple in python backend 2023-03-05 10:34:49 +01:00
AutoUpdater c8dc526eba upgraded yt-dlp 2023-03-05 00:54:27 +00:00
georgekav eca44aa950 Add support for opus and wav 2023-03-05 00:34:30 +01:00
AutoUpdater 5a7f13b78a upgraded yt-dlp 2023-03-04 00:45:14 +00:00
Alex b2adc22ed9
Merge pull request #221 from georgekav2/feature/m4a_support
Add m4a support and explicit audio format
2023-02-28 22:02:25 +02:00
georgekav 07be2c054f Add missing m4a checks for audio file 2023-02-20 14:35:55 +01:00
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