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
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
ArabCoders
74d07f5cb2
Added support for showing when live stream starts as error message.
2023-11-16 15:54:36 +03:00
ArabCoders
72b7447c78
use serializer.encode instead of json.dumps
2023-11-03 15:57:15 +03:00
ArabCoders
caca271e19
Fixed code style
2023-11-03 15:23:02 +03:00
ArabCoders
fead1f99c7
reverted CRLF to LF changes
2023-11-03 14:16:11 +03:00
ArabCoders
25c44b4da9
Expose done/queue list as json endpoint
2023-11-03 14:02:37 +03: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
Alex
27def1f670
separated YTDL_OPTIONS_FILE
2023-08-19 21:03:08 +00:00
ArabCoders
207f8fe916
switched logging to DEBUG instead of info.
2023-08-14 05:04:39 +03:00
ArabCoders
01aafe3854
Fixed typo and removed unused import
2023-08-14 04:53:16 +03:00
Abdulmohsen
a1e143a5a6
Added support for loading YTDL_OPTIONS from file.
2023-08-13 19:14:58 +03:00
guahki
45ed4c3385
Fix #264 : calculate download dir correctly when deleting files
2023-06-24 20:27:40 +02:00
guahki
3a8bf001dd
Fix issues with deleting files with DELETE_FILE_ON_TRASHCAN
...
Not being able to delete the file should not stop the clearance from the download list.
One error I encountered, is when failed downloads have no dl.info.filename attribute. It was impossible to delete these entries from the "Completed" section.
2023-06-22 22:36:24 +02:00
Rithas K
eead6acbf5
Add default theme option
...
Dark mode can be set as the default theme by setting 'DARK_MODE' environment variable to 'true' in the docker compose file
2023-06-19 16:30:13 +05:30
Alex Shnitman
2a7cf3e775
formatting
2023-05-27 19:14:52 +03:00
breakid
c30173cdc0
Reverted all formatting changes
2023-05-14 00:37:09 -04:00
breakid
70b8bedc64
Made changes requested by original author
...
- Recombined COPY and RUN commands in Dockerfile
- Modified 'supported sites' URL in README
- Undid automatic formatting in ytdlp.py
2023-05-10 18:29:32 -04:00
breakid
ccff77647c
Added support for yt-dlp 'temp' path
...
- Added support for yt-dlp emp path
- Formatted with Black
- Updated README to reflect new TEMP_DIR setting; linted
- Modified Dockerfile to strip carriage return characters from docker-entrypoint.sh script to fix building the image on Windows
- Added example docker-compose.yml config
2023-05-09 16:05:38 -04:00
Alex Shnitman
17d668a2dd
fix DownloadInfo ( closes #258 again)
2023-05-05 15:35:39 +03:00
Alex Shnitman
528bbd220a
fix persistent queue load ( closes #258 )
2023-04-30 21:26:04 +03:00
Alex Shnitman
c5a23a5d5a
fix download filename ( closes #252 )
2023-04-26 17:56:29 +03:00
guahki
23e9fef032
Introduce DOWNLOAD_DIRS_INDEXABLE to index download dirs
2023-04-16 13:08:58 +02:00
guahki
8283716547
Introduce DELETE_FILE_ON_TRASHCAN option, to delete files on the server
2023-04-16 13:07:25 +02:00
Alex
462a840a56
Merge pull request #247 from 1RandomDev/master
...
Fix error because of missing cache directory
2023-04-11 19:46:53 +03:00
Alex Shnitman
5b8504ec49
custom postprocessors overrite built-in ones, and writethumbnail can be set to false ( closes #245 , closes #246 )
2023-04-11 19:44:02 +03:00
Alex Shnitman
26112c39cc
use _filename for dealing with separate tmp directories ( fixes #239 )
2023-04-11 19:19:52 +03:00
1RandomDev
169d467811
Create necessary cache directory in container
2023-04-11 00:00:10 +02:00
hellodword
2ff7b0975a
enable custom name prefix
2023-04-09 11:27:41 +08:00
georgekav
6936292218
Define the audio formats tuple in python backend
2023-03-05 10:34:49 +01: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
georgekav2
821451b301
Add M4A backend support.
2023-02-20 12:13:01 +01:00
Nikolay G
f30bd109f7
Merge branch 'master' into master
2023-02-17 20:51:50 +03:00
Alex Shnitman
ea7a7b0711
Fix boolean env variables ( closes #213 )
2023-02-04 11:09:36 +02:00
Chris Kanich
18466312ff
unique downloads of identically named videos
2023-02-03 10:33:51 -06: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
68d4c89be0
Merge branch 'master' of https://github.com/alexta69/metube into custom-download-folder
2022-09-30 09:09:41 +03: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
Alex
208d6f25ba
Merge pull request #148 from 1RandomDev/download-thumbnail
...
Added option for thumbnail only
2022-09-01 15:21:12 +03:00
James Woglom
63baa1fc25
Link to audio files and those with custom folders properly
2022-08-30 01:22:24 -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
f79c8fa754
pass custom_directories from server to client
2022-08-29 20:41:21 -04:00
James Woglom
4a9f55adda
Propagate configuration on load via downloads socket
2022-08-29 20:27:34 -04:00
James Woglom
8857878ec2
show error if static assets are not found
2022-08-29 19:01:50 -04:00
James Woglom
e28458a74f
Backend: support "folder" POST param and add config options
2022-08-29 18:25:29 -04:00