Commit Graph

91 Commits

Author SHA1 Message Date
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
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
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
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
hellodword
2ff7b0975a enable custom name prefix 2023-04-09 11:27:41 +08: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
James Woglom
202813b9ed CREATE_DIRS -> CREATE_CUSTOM_DIRS 2022-09-19 15:00:26 -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
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
unref (Nikolai G)
818b215475 add couple env variables 2022-08-25 18:20:50 +03: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
Alex Shnitman
80c2ed3f98 reworked persistent queues 2022-01-25 23:56:17 +02:00
Erazor2
1ebf1da076 Added Env-Var for State-Directory 2022-01-17 18:47:32 +00:00
Erazor2
eb1f031b33 Queue persistence for download and completed 2022-01-15 12:17:12 +00:00
Steffen Klee
fe4993153c Add download link to downloaded file
This adds a simple download link that points to the downloaded file.

Note: This makes all files in the download directory (and its
sub-directory) available to any user.

Closes gh-26
2021-12-13 22:35:19 +01:00
T. van Riel
574ed747eb fix: set CORS to * for socketio (#55) 2021-09-18 23:23:02 +03:00
Alex Shnitman
ee0fcc3993 allow selecting MP4 in the GUI 2021-09-13 20:25:32 +03:00
Alex Shnitman
b1f856474c add support for youtube-dl options (closes #33, #34) 2021-08-28 10:32:24 +03:00
Alex Shnitman
6e986a88ca switched to the yt-dlp fork of youtube-dl (closes #41) 2021-08-17 23:53:49 +03:00
Alex Shnitman
3fe107b299 set AUDIO_DOWNLOAD_DIR to the value if DOWNLOAD_DIR if it wasn't overriden in the environment 2021-07-25 21:22:20 +03:00
Ömer Erdinç Yağmurlu
dabaae58e2 Add AUDIO_DOWNLOAD_DIR option 2021-07-25 00:31:58 +02:00
Alfred Toth
c8462012a1 environment variable to customize output file names 2021-05-18 16:15:49 +02:00
Rpsl
d106e213fc Add support of CORS rules 2021-01-26 16:28:03 +03:00
Alex
13e690dd63 add quality selection 2019-12-13 22:43:58 +02:00
Alex
91cee0339a fix broken PREFIX_URL feature 2019-12-06 14:37:08 +02:00
Alex
a524f1faf3 add configurable URL prefix 2019-12-03 23:18:14 +02:00
Alex
9a959f9326 add "completed" panel 2019-12-03 22:32:07 +02:00
Alex
9d6d4a2fb8 add favicon 2019-11-29 20:16:58 +02:00
Alex
511404d23f initial commit: working version 2019-11-29 19:31:34 +02:00