2024-10-12, 07:43 PM
Yes, you need to use quotes.
To start Jellyfin with the default data directory, use this command:
If you don't provide an argument and simply run .\jellyfin.exe, it will automatically use the following data directory:
Unless you have a specific reason, I wouldn’t recommend storing your data directory alongside your application files.
To start Jellyfin with the default data directory, use this command:
Code:
.\jellyfin.exe --datadir "C:\ProgramData\Jellyfin\Server"
If you don't provide an argument and simply run .\jellyfin.exe, it will automatically use the following data directory:
Code:
%USERPROFILE%\AppData\Local\jellyfin
Unless you have a specific reason, I wouldn’t recommend storing your data directory alongside your application files.