mirror of
https://github.com/Jellyfin2Samsung/Samsung-Jellyfin-Installer.git
synced 2026-03-01 11:21:12 +03:00
[Bug] MacOS default Tizen location installation #69
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @cwebb612 on GitHub (Sep 30, 2025).
Originally assigned to: @PatrickSt1991 on GitHub.
Have you checked the wiki?
Samsung Jellyfin Installer Wiki
Yes
Which version of the application did you use?
(e.g., v1.8.1-beta)
Is your Samsung TV in developer mode?
What Tizen version is your TV running?
unsure
Was the Tizen CLI installed by the tool at the following location?
%LocalAppData%\Programs\TizenStudioCliOperating system?
The default installation of the Tizen CLI on Mac OS is /users/{user}/tizen-studio.
I got it to work properly by updating the Tizen Installer Service to include the paths for Mac OS:
paths.Add(Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.UserProfile), "tizen-studio"));Also let me say that this project is awesome. Unfortunately I don't do much C# so I cant contribute properly or get the app working on my Mac but I would like to help get it working across OS's or dockerized so that anybody can throw Jellyfin on their TV.
@PatrickSt1991 commented on GitHub (Sep 30, 2025):
@cwebb612 again thank you! For the default installation path, however "tizen-studio" isn't a option.
If people already have Tizen Studio installed you don't want to mess with their existing installation but can't use it either cause of the specific requirements needed to create certificates on Tizen 7+
As it's installed in Users/[username]/Library it's a non elevated folder and 99% of Tizen Studio doesn't require elevated permissions
I will however remove the library folder cause it's not adding much