2024-01-23, 01:00 AM
(This post was last modified: 2024-01-23, 01:03 AM by macromark. Edited 1 time in total.)
(2024-01-22, 10:59 PM)TheDreadPirate Wrote: Yes. I don't know what people typically use or what you're supposed to use. A user that has access to ffmpeg and your media.
If I were to do a service install I would use my user's credentials. Someone feel free to correct me if this is "the wrong way", but that's what I'd do.
After I posted above, I found a 3 year old post on Reddit and included basically the same instructions. Tried it and works perfectly now. Thanks for your help!
(2024-01-22, 11:32 PM)tmsrxzar Wrote: i can see you are very new to this so the best thing i can offer is the documentation; https://jellyfin.org/docs
it's not feasible to answer every question just to have it give birth to a new how-to guide when the guides are already written
according to the doc installation as a service should be reserved for advanced users and is not recommended for new users; https://jellyfin.org/docs/general/installation/windows
i concur with TDP that you would select your own user to run jellyfin as a service, i could not find an answer for this in the doc which probably means it's up to the user to decide (/advanced user)
Appreciate your post. FWIW, I did try docs first and found the Windows installation doc too but nothing that was specific to running JF as a Windows service. In my case I'm currently also running Plex as a service and there are plenty of "how tos" on doing that.
Here's the Reddit post that helped me out:
Quote:This worked for me after changing the service to Logon with the user that added the share.
Steps to reproduce.
Now going to the add the folder in Jellyfin dashboard you need to use fully qualified path like:
- Add network share on This PC \\192.168.1.100\Movies
- Go to "Services". Find "Jellyfin Server" service. Right Click on the service go to "Properties". Switch to "Log On" tab. Make sure "This account..." is selected and press "Browse". Find your acccount by typing the username and click "Check names". Select it and press OK. Hit Appy, then OK (you may be told to restart service)
- Restart service
\\192.168.1.100\Movies
This took some poking around to get working but I thought sharing step by step may help others