Getting started
Learn how to get started with Seanime in 4 easy steps.
What you need
- An internet connection
- An AniList account
- A torrent client (qBittorrent or Transmission), configured
- A media player (MPV, VLC or MPC-HC), configured
1. Install Seanime
Each release of Seanime comes with a pre-built binary for Windows, macOS, and Linux.
Download the latest release
Run the server
- Launch the binary file (e.g.,
.exe
on Windows). This will start the server. - Open your web browser and go to
http://127.0.0.1:43211
to access the Web UI.
Onboarding
- Enter the full anime library path
Example: C:\Users\Username\Videos\Anime
, /home/username/Videos/Anime
-
Choose your desktop media player and edit the connection details if needed.
-
Choose your torrent provider extension.
-
Choose your torrent client and edit the connection details if needed. You can also select
None
if you don't plan to download torrents using Seanime. -
Optionally, choose your Debrid service and add the API key or leave it as
None
. -
Choose some additional features, click
Continue
- Link your AniList account by clicking the
Login
button.
2. Configure your external apps
For your media player and torrent client to work with Seanime, you need to configure them to allow remote communication.
3. My library
Once you've logged in, you can start using Seanime to manage your anime library.
If you have a local anime library, you can now
Otherwise, if you haven't set the local anime library path and don't plan on downloading anime, you can choose to display all anime you're currently watching in My library
page for quick access.
- Include in library for Torrent streaming
- Include in library for Online streaming
- Include in library for Debrid streaming
4. Setup remote access
Local network
You will be able to access Seanime on your other devices. Those devices must be connected to the same local network (e.g., Wi-Fi or Ethernet).
-
Identify the private IP address of the host machine running Seanime. You can find this in your network settings or by running
ipconfig
on Windows orifconfig
on Linux/macOS. Note the IP address, usually something like192.168.1.x
. -
Configure your
config.toml
file by changing the host to0.0.0.0
to bind all interfaces. -
Now you can access the web interface on other devices by navigating to
http://<private-ip>:43211
.
Updating Seanime
Seanime will periodically check for new releases from the GitHub repository and notify you when a new version is available.
Self update
When a new version is available, a notification will appear in the web interface.
Click on Update now
then Install
to update Seanime to the latest version.
Manual update
Download the latest version from the release page or from the web interface.
If you choose to download the release from the web interface:
- Click
Download
button on the notification. - Choose the release you want to download.
- Choose the directory where you want to save the new release.
- Seanime will download and extract the new release to the specified directory.
Using Docker
If you prefer to use Docker, you can find some community-maintained Docker images/compose files here.