-
-
Notifications
You must be signed in to change notification settings - Fork 125
FAQs
Alex Ling edited this page Mar 14, 2022
·
7 revisions
See #37 (comment).
Help! I put my manga files into the Mango library folder but they are not showing up on the web interface
- Make sure your files are in one or more nested folders in the library, and not directly under the library folder. Mango won't recognize something like
~/mango/library/file.cbz
, but~/mango/library/my_favorite_manga/file.cbz
works. - Make sure the file types are supported. Currently we only support
.cbz
,.zip
,.cbr
and.rar
. - You might need to wait for Mango to re-scan the library before new files can show up. You can trigger a scan manually from the admin page.
- If you are using Docker, verify that the library folder is mounted correctly. You can shell into the docker container and see if the files are in
/root/mango/library
.