aboutsummaryrefslogtreecommitdiff
path: root/app/main.py
Commit message (Collapse)AuthorAge
* Merge branch 'master' into masterNikolay G2023-02-17
|\
| * Fix boolean env variables (closes #213)Alex Shnitman2023-02-04
| |
| * CREATE_DIRS -> CREATE_CUSTOM_DIRSJames Woglom2022-09-19
| |
| * Link to audio files and those with custom folders properlyJames Woglom2022-08-30
| |
| * Fill in download_dir or audio_download_dir on launchJames Woglom2022-08-30
| |
| * pass custom_directories from server to clientJames Woglom2022-08-29
| |
| * Propagate configuration on load via downloads socketJames Woglom2022-08-29
| |
| * show error if static assets are not foundJames Woglom2022-08-29
| |
| * Backend: support "folder" POST param and add config optionsJames Woglom2022-08-29
| |
* | add couple env variablesunref (Nikolai G)2022-08-25
|/
* Pass to yt_dlp a chapter-specific output templategeorgekav2022-06-06
| | | | When a FFmpegSplitChapters postprocessor is used it is taken into account, in all other cases the default output template is used.
* reworked persistent queuesAlex Shnitman2022-01-25
|
* Added Env-Var for State-DirectoryErazor22022-01-17
|
* Queue persistence for download and completedErazor22022-01-15
|
* Add download link to downloaded fileSteffen Klee2021-12-13
| | | | | | | | | 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
* fix: set CORS to * for socketio (#55)T. van Riel2021-09-18
|
* allow selecting MP4 in the GUIAlex Shnitman2021-09-13
|
* add support for youtube-dl options (closes #33, #34)Alex Shnitman2021-08-28
|
* switched to the yt-dlp fork of youtube-dl (closes #41)Alex Shnitman2021-08-17
|
* set AUDIO_DOWNLOAD_DIR to the value if DOWNLOAD_DIR if it wasn't overriden ↵Alex Shnitman2021-07-25
| | | | in the environment
* Add AUDIO_DOWNLOAD_DIR optionÖmer Erdinç Yağmurlu2021-07-25
|
* environment variable to customize output file namesAlfred Toth2021-05-18
|
* Add support of CORS rulesRpsl2021-01-26
|
* add quality selectionAlex2019-12-13
|
* fix broken PREFIX_URL featureAlex2019-12-06
|
* add configurable URL prefixAlex2019-12-03
|
* add "completed" panelAlex2019-12-03
|
* add faviconAlex2019-11-29
|
* initial commit: working versionAlex2019-11-29
bgstack15