Commit Graph

420 Commits (master)

Author SHA1 Message Date
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
James Woglom 1b146d7149 support running temporarily on this branch 2022-08-29 18:32:06 -04:00
James Woglom 2d70c2c4ce Allow running github actions manually 2022-08-29 18:30:54 -04:00
James Woglom 47e797cfcb update readme 2022-08-29 18:26:43 -04:00
James Woglom e28458a74f Backend: support "folder" POST param and add config options 2022-08-29 18:25:29 -04:00
unref (Nikolai G) 818b215475 add couple env variables 2022-08-25 18:20:50 +03:00
1RandomDev 0f27bf8545 Set correct file extension for thumbnails 2022-08-24 18:10:49 +02:00
AutoUpdater fb2e6d71ef upgraded yt-dlp 2022-08-19 00:57:29 +00:00
AutoUpdater ea0dbc8566 upgraded yt-dlp 2022-08-15 00:55:29 +00:00
Alex 505071b101
add aria2 (closes #67) 2022-08-13 16:54:47 +03:00
AutoUpdater e5871523d0 upgraded yt-dlp 2022-08-09 00:57:47 +00:00
AutoUpdater 19c0056e24 upgraded yt-dlp 2022-07-18 00:53:33 +00:00
AutoUpdater 81e1f303a4 upgraded yt-dlp 2022-06-30 00:50:10 +00:00
Alex Shnitman ad0eab880c angular 13 and bootstrap 5 2022-06-23 23:30:09 +03:00
Alex Shnitman dccf8d5bf6 refactor of the entrypoint feature 2022-06-19 22:19:13 +03:00
Alex Shnitman 566774316f Merge branch 'master' of https://github.com/alexta69/metube into VergilGao/master 2022-06-19 21:54:30 +03:00
Alex 339c0aeb0b
Merge pull request #149 from georgekav2/master
Bugfix: Use paths for providing path information instead of implicit path in output template
2022-06-19 21:52:22 +03:00
Alex Shnitman 38a911f489 added note about the OUTPUT_TEMPLATE_CHAPTER config variable to the README 2022-06-19 21:51:10 +03:00
羽先生 24daafb095
typo `Warning` 2022-06-07 20:46:59 +08:00
georgekav 712dc4ddbb Pass to yt_dlp a chapter-specific output template
When a FFmpegSplitChapters postprocessor is used it is taken into account, in all other cases the default output template is used.
2022-06-06 20:47:13 +02:00
georgekav 2e6658ce49 Use paths parameters from yt_dlp for passing the path instead of making it part of the output template.
This allows to use postprocessors like split-chapters that use their own output template parameter key ("chapter") and not the default one. By providing paths dictionary the postprocessors will respect that path for the output of the processed files.
2022-06-06 20:46:29 +02:00
1RandomDev de322ad5d1 Added option for thumbnail only 2022-06-06 16:26:53 +02:00
羽先生 ccd1d5a891 update readme to add new mode description 2022-06-05 10:02:25 +08:00
羽先生 efb0001708 Use legacy mode when user runs with `--user` parameter, otherwise, use `su-exec` 2022-06-05 09:55:22 +08:00