mangayomi-mirror/lib/modules/library/providers
NBA2K1 1014c71f5c #148
Users can now add Mangas/Animes to a **manually** created Mangayomi/local folder.
Feature as described:
```
App Home Location/
  local/
    Manga Title/
      cover.jpg (optional)
      Chapter 1/
        1.jpg
        ...
      Chapter 2.cbz
      ...
    Anime Title/
      cover.png (optional)
      Episode 1.mp4
      Episode 2.mkv
```

The folder (if exist) will be scanned once per app start.

**Supported filetypes:** (taken from lib/modules/library/providers/local_archive.dart, line 98)
```
Videotypes:   mp4, mov, avi, flv, wmv, mpeg, mkv
Imagetypes:   jpg, jpeg, png, webp
Archivetypes: cbz, zip, cbt, tar
```
2025-05-02 13:44:37 +02:00
..
add_torrent.dart dart format 2025-02-23 15:31:49 +01:00
add_torrent.g.dart added options to migrate sources and clean the database 2025-03-02 01:22:41 +01:00
file_scanner.dart #148 2025-05-02 13:44:37 +02:00
file_scanner.g.dart #148 2025-05-02 13:44:37 +02:00
isar_providers.dart dart format 2025-02-23 15:31:49 +01:00
isar_providers.g.dart added options to migrate sources and clean the database 2025-03-02 01:22:41 +01:00
library_state_provider.dart dart format 2025-02-23 15:31:49 +01:00
library_state_provider.g.dart added options to migrate sources and clean the database 2025-03-02 01:22:41 +01:00
local_archive.dart dart format 2025-02-23 15:31:49 +01:00
local_archive.g.dart added options to migrate sources and clean the database 2025-03-02 01:22:41 +01:00