docs: update faq

This commit is contained in:
Cas 2022-05-06 12:38:30 +02:00 committed by GitHub
parent 789c4bd144
commit bbbe2fc050
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,6 +13,9 @@ I recommend you read the [guide about basics of piracy.](https://wiki.piracy.moe
## **Will this replace streaming sites?**
Not really. The underlying source of video are still torrents, which aren't always seeded, so anime that's a few years old might not play back smoothly.
## **Can I log in with MAL?**
No. You can however migrate MAL to AL, see [this guide.](https://anilist.co/forum/thread/3393)
## **Why is anime X not playing?**
One of four reasons:
- the anime isn't seeded
@ -40,4 +43,4 @@ Electron has node.js integration, which can use TCP/UDP, that is the only reason
Yes. A BitTorrent implementation which uses WebRTC exists, but it's not yet adopted by any clients, and libtorrent [the library which qBit and others use] is still working/just added support for WebRTC, which means there's no swarm. This will hopefully change in the future.
## **Where codec support?**
This uses the browser's built in video player, which uses a cut down version of FFMPEG, which lacks a support for a LOT of containers and codecs because of licensing. Since Electron is just Chromium IN THEORY it is possible to re-compile FFMPEG with support for more containers and codecs, but people seem to be going out of their way to make sure you can't find how to do that. PR pls?
This uses the browser's built in video player, which uses a cut down version of FFMPEG, which lacks a support for a LOT of containers and codecs because of licensing. Since Electron is just Chromium IN THEORY it is possible to re-compile FFMPEG with support for more containers and codecs, but people seem to be going out of their way to make sure you can't find how to do that. PR pls?