/seanime-docker

The Docker version of seanime

Primary LanguageDockerfile

๐Ÿš€ Seanime Docker Setup Guide

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.


๐Ÿ“‹ Prerequisites

Ensure you have the following installed on your system:


โšก Quick Start

Clone the Repo and CD or go to seanime directory

โ–ถ๏ธ Run the Application

  1. Start the services using the following command:

    docker-compose up

๐Ÿ”‘ qBittorrent Configuration

When initializing Seanime, youโ€™ll be asked to provide qBittorrent details. Use the following credentials:

  • Username: admin
  • Password: admin123
  • Port: 8080

๐Ÿ“ Library Path Setup

Provide the Library Path as per your Docker Compose volume configuration. For example:
/home/seanime/Downloads


๐ŸŒ Access the Application

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.

๐ŸŽฌ Stream with Jellyfin (Optional)

Want to stream downloaded videos using Jellyfin?

  1. Update the download volume path in docker-compose.yml to point to Jellyfinโ€™s media location.
  2. Jellyfin will automatically pick up the files for streaming.

๐Ÿ› ๏ธ Troubleshooting

  • ๐Ÿ” Ensure all required directories and volumes are properly created and accessible by the Docker container.
  • โš ๏ธ Check for port conflicts on 8080 and 43211. Update the docker-compose.yml file to use alternative ports if needed.

๐ŸŽ‰ Conclusion

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! ๐Ÿ˜Š