aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge branch 'master' of https://github.com/alexta69/metube into ↵Alex Shnitman2022-06-19
|\ | | | | | | VergilGao/master
| * Merge pull request #149 from georgekav2/masterAlex2022-06-19
| |\ | | | | | | Bugfix: Use paths for providing path information instead of implicit path in output template
| | * added note about the OUTPUT_TEMPLATE_CHAPTER config variable to the READMEAlex Shnitman2022-06-19
| | |
| | * 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.
| | * Use paths parameters from yt_dlp for passing the path instead of making it ↵georgekav2022-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.
* | typo `Warning`羽先生2022-06-07
| |
* | update readme to add new mode description羽先生2022-06-05
| |
* | Use legacy mode when user runs with `--user` parameter, otherwise, use `su-exec`羽先生2022-06-05
| |
* | add default timezone env parameter羽先生2022-05-29
| |
* | use gosu and usermod to ensure data permissions羽先生2022-05-29
|/
* Merge pull request #144 from shalak/enhance_bookmarkletsAlex2022-05-25
|\ | | | | Add bookmarklets with toast
| * Add bookmarklets with toastMirek Szajowski2022-05-25
|/
* upgraded yt-dlpAutoUpdater2022-05-19
|
* upgraded yt-dlpAutoUpdater2022-04-09
|
* added Apache reverse proxy configAlex Shnitman2022-03-15
|
* add g++ to build-depsAlex2022-03-10
|
* upgraded yt-dlpAutoUpdater2022-03-10
|
* upgraded yt-dlpAutoUpdater2022-03-09
|
* upgrade dependencies; save old docker imagesAlex Shnitman2022-02-18
|
* Merge pull request #120 from almeidapaulopt/master (closes #107, closes #112)Alex2022-02-17
|\ | | | | add playlist parameters
| * pass properties if they existalmeidapaulopt2022-02-17
| |
| * ass playlist parametersalmeidapaulopt2022-02-17
|/
* upgraded yt-dlpAutoUpdater2022-02-05
|
* upgraded yt-dlpAutoUpdater2022-02-04
|
* add title with filename to downloads (closes #105)Alex Shnitman2022-01-26
|
* add note about Watchtower to READMEAlex Shnitman2022-01-26
|
* change default path of queue persistence files (closes #110)Alex Shnitman2022-01-26
|
* use LTS node versionAlex2022-01-26
|
* Merge pull request #106 from Erazor2/queuePersistenceAlex2022-01-26
|\ | | | | Queue persistence
| * Merge branch 'master' of https://github.com/alexta69/metube into ↵Alex Shnitman2022-01-25
| |\ | |/ |/| | | queuePersistence
* | upgraded yt-dlpAutoUpdater2022-01-22
| |
| * reworked persistent queuesAlex Shnitman2022-01-25
| |
| * Added sorting by TimestampErazor22022-01-21
| |
| * Added Env-Var for State-DirectoryErazor22022-01-17
| |
| * Updated ReadmeErazor22022-01-15
| |
| * Queue persistence for download and completedErazor22022-01-15
|/
* encode download links (closes #104)Alex Shnitman2022-01-14
|
* Merge pull request #99 from Erazor2/RealRetryAlex2022-01-05
|\ | | | | Fixed Retry Button
| * Updated layout for new ButtonErazor22022-01-04
| |
| * Updated layout for new ButtonErazor22022-01-04
| |
| * Fixed retry for all SitesErazor22022-01-04
| |
| * Added URL-ButtonErazor22022-01-04
|/
* upgraded yt-dlpAutoUpdater2021-12-28
|
* upgraded yt-dlpAutoUpdater2021-12-26
|
* 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
|
* Merge pull request #90 from asuyou/dark-modeAlex2021-12-17
|\ | | | | Made theme toggleable
| * changes to the theme toggle buttonAlex Shnitman2021-12-17
| |
| * Theme button is now material buttonasuyou2021-12-17
| |
bgstack15