Welcome to the Seanime setup guide! This guide will help you set up your own Seanime instance using Docker in just a few steps. ๐
With this guide, you can easily pull the pre-built Docker image and configure the required files on your host machine.
Ensure you have the following installed on your system:
- ๐ณ Docker
- ๐ ๏ธ Docker Compose
-
Start the services using the following command:
docker-compose up
When initializing Seanime, youโll be asked to provide qBittorrent details. Use the following credentials:
- Username:
admin
- Password:
admin123
- Port:
8080
Provide the Library Path as per your Docker Compose volume configuration. For example:
/home/seanime/Downloads
Once the services are running, you can access Seanime via:
๐ http://localhost:43211
(Replace localhost
with your serverโs IP if accessing remotely.)
Remember to enable the Media Streaming inbuilt for browser , for external players in mobile or other desktop check offical docs
Settings > Media Streaming
Enable media streaming. Choose the hardware acceleration method you want to use. If you need to, enter the FFmpeg and FFprobe binary paths. This is only required if they are not in your system PATH.
Want to stream downloaded videos using Jellyfin?
- Update the download volume path in
docker-compose.yml
to point to Jellyfinโs media location. - Jellyfin will automatically pick up the files for streaming.
- ๐ Ensure all required directories and volumes are properly created and accessible by the Docker container.
โ ๏ธ Check for port conflicts on8080
and43211
. Update thedocker-compose.yml
file to use alternative ports if needed.
Congratulations! ๐ You now have your own Seanime instance running via Docker.
๐ก Feel free to customize the setup or contribute to the project. If you encounter any issues, donโt hesitate to open a ticket in the repositoryโweโre here to help! ๐