aboutsummaryrefslogtreecommitdiff
path: root/app
Commit message (Expand)AuthorAge
* convert thumbnail to jpg before embed #188PikuZheng2022-12-23
* Merge branch 'master' of https://github.com/alexta69/metube into custom-downl...Alex Shnitman2022-09-30
|\
| * Merge pull request #148 from 1RandomDev/download-thumbnailAlex2022-09-01
| |\
| | * Set correct file extension for thumbnails1RandomDev2022-08-24
| | * Added option for thumbnail only1RandomDev2022-06-06
* | | bugfix: resolve full base directory before startswith checkJames Woglom2022-09-19
* | | 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
|/ /
* | Pass to yt_dlp a chapter-specific output templategeorgekav2022-06-06
* | Use paths parameters from yt_dlp for passing the path instead of making it pa...georgekav2022-06-06
|/
* pass properties if they existalmeidapaulopt2022-02-17
* ass playlist parametersalmeidapaulopt2022-02-17
* change default path of queue persistence files (closes #110)Alex Shnitman2022-01-26
* reworked persistent queuesAlex Shnitman2022-01-25
* Added sorting by TimestampErazor22022-01-21
* Added Env-Var for State-DirectoryErazor22022-01-17
* Queue persistence for download and completedErazor22022-01-15
* fix url_transparent handling (closes #95)Alex Shnitman2021-12-22
* fix typo (closes #94)Alex2021-12-21
* always set mp3 quality (closes #93)Alex2021-12-21
* fix download link (closes #89)Alex Shnitman2021-12-15
* Add download link to downloaded fileSteffen Klee2021-12-13
* thumbsYour Name2021-12-01
* fix default format (closes #85)Alex Shnitman2021-11-27
* simplified format handlingAlex Shnitman2021-11-20
* Merge branch 'master' of https://github.com/alexta69/metube into mp3-supportAlex Shnitman2021-11-20
|\
| * fix breakage after upgradeAlex Shnitman2021-11-13
* | dl_formats options are now inlineasuyou2021-11-19
* | Changed to "any" to work like original (backend)asuyou2021-11-14
* | Changed back to original format downloadasuyou2021-11-05
* | Fixed "custom:" download formatasuyou2021-10-30
* | Added quality choice based on formatasuyou2021-10-28
* | Added simple MP3 supportasuyou2021-10-25
|/
* use YTDL_OPTIONS while reading video info (closes #58)Alex Shnitman2021-09-25
* fix: set CORS to * for socketio (#55)T. van Riel2021-09-18
* fix downloads from private playlistsAlex Shnitman2021-09-15
* allow selecting MP4 in the GUIAlex Shnitman2021-09-13
* add support for youtube-dl options (closes #33, #34)Alex Shnitman2021-08-28
* allow all video formats, and merge into mp4Alex Shnitman2021-08-27
* prefer mp4 formatAlex Shnitman2021-08-19
* switched to the yt-dlp fork of youtube-dl (closes #41)Alex Shnitman2021-08-17
* Added retry button for failed downloadRpsl2021-07-29
* set AUDIO_DOWNLOAD_DIR to the value if DOWNLOAD_DIR if it wasn't overriden in...Alex Shnitman2021-07-25
* Add AUDIO_DOWNLOAD_DIR optionÖmer Erdinç Yağmurlu2021-07-25
* environment variable to customize output file namesAlfred Toth2021-05-18
bgstack15