Update FAQ & README
This commit is contained in:
parent
7ad2bd6358
commit
2b669cc8c1
2 changed files with 7 additions and 6 deletions
12
FAQ.md
12
FAQ.md
|
|
@ -1,9 +1,3 @@
|
|||
# The origin of the project.
|
||||
|
||||
The project first started as a fork [meTube](https://github.com/alexta69/metube), since then it has been completely
|
||||
rewritten and redesigned. The original project was a great starting point, but it didn't align with my vision for the
|
||||
project and what i wanted to achieve with it.
|
||||
|
||||
# Environment variables
|
||||
|
||||
Certain configuration values can be set via environment variables, using the `-e` parameter on the docker command line,
|
||||
|
|
@ -324,6 +318,12 @@ If you prefer, you can bypass YTPTube `download_path` and set it to `/` and comp
|
|||
please be aware that the file browser feature will expose whatever `download_path` is set to. **So, if you set it to `/`,
|
||||
the file browser will expose the entire container filesystem.**
|
||||
|
||||
# The origin of the project.
|
||||
|
||||
The project first started as a fork [meTube](https://github.com/alexta69/metube), since then it has been completely
|
||||
rewritten and redesigned. The original project was a great starting point, but it didn't align with my vision for the
|
||||
project and what i wanted to achieve with it.
|
||||
|
||||
# How to use hardware acceleration for video transcoding?
|
||||
|
||||
As the container is rootless, we cannot do the necessary changes to the container to enable hardware acceleration.
|
||||
|
|
|
|||
|
|
@ -18,6 +18,7 @@ live streams, and includes features like scheduling downloads, sending notificat
|
|||
* Schedule channels or playlists to be downloaded automatically.
|
||||
* Send notification to targets based on selected events. includes [Apprise](https://github.com/caronc/apprise?tab=readme-ov-file#readme) support.
|
||||
* Support per link options.
|
||||
* Support for limits per extractor and overall global limit.
|
||||
* Queue multiple URLs at once.
|
||||
* Powerful presets system for applying `yt-dlp` options.
|
||||
* File browser.
|
||||
|
|
|
|||
Loading…
Reference in a new issue