Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | added note about the OUTPUT_TEMPLATE_CHAPTER config variable to the README | Alex Shnitman | 2022-06-19 |
| | |||
* | Pass to yt_dlp a chapter-specific output template | georgekav | 2022-06-06 |
| | | | | When a FFmpegSplitChapters postprocessor is used it is taken into account, in all other cases the default output template is used. | ||
* | Use paths parameters from yt_dlp for passing the path instead of making it ↵ | georgekav | 2022-06-06 |
| | | | | | | 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. | ||
* | Merge pull request #144 from shalak/enhance_bookmarklets | Alex | 2022-05-25 |
|\ | | | | | Add bookmarklets with toast | ||
| * | Add bookmarklets with toast | Mirek Szajowski | 2022-05-25 |
|/ | |||
* | upgraded yt-dlp | AutoUpdater | 2022-05-19 |
| | |||
* | upgraded yt-dlp | AutoUpdater | 2022-04-09 |
| | |||
* | added Apache reverse proxy config | Alex Shnitman | 2022-03-15 |
| | |||
* | add g++ to build-deps | Alex | 2022-03-10 |
| | |||
* | upgraded yt-dlp | AutoUpdater | 2022-03-10 |
| | |||
* | upgraded yt-dlp | AutoUpdater | 2022-03-09 |
| | |||
* | upgrade dependencies; save old docker images | Alex Shnitman | 2022-02-18 |
| | |||
* | Merge pull request #120 from almeidapaulopt/master (closes #107, closes #112) | Alex | 2022-02-17 |
|\ | | | | | add playlist parameters | ||
| * | pass properties if they exist | almeidapaulopt | 2022-02-17 |
| | | |||
| * | ass playlist parameters | almeidapaulopt | 2022-02-17 |
|/ | |||
* | upgraded yt-dlp | AutoUpdater | 2022-02-05 |
| | |||
* | upgraded yt-dlp | AutoUpdater | 2022-02-04 |
| | |||
* | add title with filename to downloads (closes #105) | Alex Shnitman | 2022-01-26 |
| | |||
* | add note about Watchtower to README | Alex Shnitman | 2022-01-26 |
| | |||
* | change default path of queue persistence files (closes #110) | Alex Shnitman | 2022-01-26 |
| | |||
* | use LTS node version | Alex | 2022-01-26 |
| | |||
* | Merge pull request #106 from Erazor2/queuePersistence | Alex | 2022-01-26 |
|\ | | | | | Queue persistence | ||
| * | Merge branch 'master' of https://github.com/alexta69/metube into ↵ | Alex Shnitman | 2022-01-25 |
| |\ | |/ |/| | | | queuePersistence | ||
* | | upgraded yt-dlp | AutoUpdater | 2022-01-22 |
| | | |||
| * | reworked persistent queues | Alex Shnitman | 2022-01-25 |
| | | |||
| * | Added sorting by Timestamp | Erazor2 | 2022-01-21 |
| | | |||
| * | Added Env-Var for State-Directory | Erazor2 | 2022-01-17 |
| | | |||
| * | Updated Readme | Erazor2 | 2022-01-15 |
| | | |||
| * | Queue persistence for download and completed | Erazor2 | 2022-01-15 |
|/ | |||
* | encode download links (closes #104) | Alex Shnitman | 2022-01-14 |
| | |||
* | Merge pull request #99 from Erazor2/RealRetry | Alex | 2022-01-05 |
|\ | | | | | Fixed Retry Button | ||
| * | Updated layout for new Button | Erazor2 | 2022-01-04 |
| | | |||
| * | Updated layout for new Button | Erazor2 | 2022-01-04 |
| | | |||
| * | Fixed retry for all Sites | Erazor2 | 2022-01-04 |
| | | |||
| * | Added URL-Button | Erazor2 | 2022-01-04 |
|/ | |||
* | upgraded yt-dlp | AutoUpdater | 2021-12-28 |
| | |||
* | upgraded yt-dlp | AutoUpdater | 2021-12-26 |
| | |||
* | fix url_transparent handling (closes #95) | Alex Shnitman | 2021-12-22 |
| | |||
* | fix typo (closes #94) | Alex | 2021-12-21 |
| | |||
* | always set mp3 quality (closes #93) | Alex | 2021-12-21 |
| | |||
* | Merge pull request #90 from asuyou/dark-mode | Alex | 2021-12-17 |
|\ | | | | | Made theme toggleable | ||
| * | changes to the theme toggle button | Alex Shnitman | 2021-12-17 |
| | | |||
| * | Theme button is now material button | asuyou | 2021-12-17 |
| | | |||
| * | Made theme toggleable | asuyou | 2021-12-16 |
|/ | |||
* | fix download link (closes #89) | Alex Shnitman | 2021-12-15 |
| | |||
* | Merge pull request #88 from kleest/pr-download-link | Alex | 2021-12-14 |
|\ | | | | | Add download link to downloaded file | ||
| * | Add download link to downloaded file | Steffen Klee | 2021-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 sass syntax for dark mode | Alex Shnitman | 2021-12-11 |
| | |||
* | Merge pull request #87 from PikuZheng/patch-1 (closes #81) | Alex | 2021-12-11 |
|\ | | | | | add a simple dark theme with OS theme | ||
| * | add a simple dark theme with OS theme | PikuZheng | 2021-12-11 |
|/ | | | | It will invert the color to make it look dark if your OS selects dark mode. (eg. Windows 10 Settings - Personalization - Colors - App Mode - Dark #81 |