Added a faq to readme

This commit is contained in:
Leonetienne 2021-03-13 19:51:22 +01:00
parent 14795eaeaa
commit ff0538c368

View File

@ -100,32 +100,35 @@ If you opt for unleashing Tubio on your LAN, i would **strongly** recommend enab
9) Enjoy <3
## Frequently Asked Questions
#### My downloads fail!
### My downloads hang at 99% or 100%
This happens as there often is some post-processing to do after downloading.
### My downloads fail!
First thing to do: Navigate to /settings and click "Update ytdl". This will update your local instance of [youtube-dl](http://youtube-dl.org/). Check the logs to see if it worked. If not, restart Tubio and try again.
If it\`s still not working, you are most likely trying to download a video from a playlist with a weird url. Try a different one (The one from the share button, the one from right-clicking the video or the one from the url-bar in your browser).
If it\`s still not working, you\`re out of luck. :(
#### I locked myself out by enabling localhost only on another device!
### I locked myself out by enabling localhost only on another device!
This can only be undone from the host. Open Tubio via, and this is important, either `localhost` or `127.0.0.1` and untick it again. If you can only ssh into the host, you can edit the `config.json` itself and restart Tubio.
#### Does it work on linux?
### Does it work on linux?
Well, technically, yes. You would have to install youtube-dl and the ffmpeg suite yourself, and compile Tubio yourself though. I have not tried it yet, but it should work.
#### Can i use it on my phone?
### Can i use it on my phone?
Sure. Read [this](#user-content-can-i-use-tubio-on-multiple-devices).
#### Can i use this to host my own downloader website?
### Can i use this to host my own downloader website?
On your own risk! Tubio is NOT designed for this! Also do note that tubio does NOT manage sessions or accounts! Everyone accessing this instance can see everyones downloads and access the admin panel! Tubio is really designed for one user!
#### XY is not working, you have to fix it now!
### XY is not working, you have to fix it now!
I do not. Tubio is a tool i originally made for myself only. I just thought it\`s nice and worth sharing. I will address issues when i have time. Feel free to submit issues and i will have a look when i get to it. :)
#### XY is not polished enough!
### XY is not polished enough!
This is an alpha-version. What did you expect? :D
#### Can you please add support for website XY?
### Can you please add support for website XY?
Please address the awesome team at youtube-dl, as they made the downloading-end: [github.com/ytdl-org/youtube-dl/issues](https://github.com/ytdl-org/youtube-dl/issues)
## Important notice!