Offline mode
How to use the offline mode in Seanime
What it does
The offline mode allows you to use the main features of Seanime without an internet connection or when AniList is down.
Offline mode includes metadata and images for anime and manga, progress tracking and list management.
1. Choose what you want to save
Click Save media
and select the media you want to save for offline mode. Then, click Save locally
.
2. Update local data
Click Sync now
, then Update local data
to start the syncing process.
3. Use offline mode
To enable offline mode, set the offline
flag in your config.toml
file to true
and restart the server.
[server]
host = '0.0.0.0'
offline = true
port = 43211
You can now use Seanime and make local changes.
4. Going back online
To go back online, set the offline
flag to false
and restart the server.
Go to the offline page and click Sync now
, then Upload local changes to AniList
to update your AniList collection with the changes you made offline.