- Docker (from Windows Store)
- Folder at
C:/jellyfin
You can use the Jellyfin mmart TV app, your smartphone or PC, as long as they are on the same network.
- double click Start_JellyWin.bat
- note IP Adress from consol window
http://192.168.
<xxx.xxx>:8096
- if you close the console window jellyfin will stop
3.1 if it does not and you want it to: double click onStop_JellyWin.bat
- copy your movies and series to
C:\jellyfin\media\1
Follow the setup guide
- create a user
- activate external access (active by default)
- do not enable automatic portforwarding (deactivated by default)
- add a Library
Add more or different folders / drives for your collections by adding a line in the docker-compose.yaml following this pattern:
"<drive name>
:\\<Path on that drive>
:/media/<some number>
"
Adjust the drive letters/paths to match your setup
volumes:
- "C:\\jellyfin\\config:/config"
- "C:\\jellyfin\\cache:/cache"
- "C:\\jellyfin\\media:/media/1"
- "D:\\Path\\to\\your\\media:/media/2"
- "X:\\Path\\to\\your\\media:/media/3"
- "Y:\\Path\\to\\your\\media:/media/4"
- [... and so on ...]