[Bug] MacOS default Tizen location installation #69

Closed
opened 2026-02-05 16:50:41 +03:00 by OVERLORD · 1 comment
Owner

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?

  • Yes

What Tizen version is your TV running?
unsure

Was the Tizen CLI installed by the tool at the following location?
%LocalAppData%\Programs\TizenStudioCli

  • No

Operating system?

  • macOS

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.

Originally created by @cwebb612 on GitHub (Sep 30, 2025). Originally assigned to: @PatrickSt1991 on GitHub. **Have you checked the wiki?** [Samsung Jellyfin Installer Wiki](https://github.com/PatrickSt1991/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?** - Yes **What Tizen version is your TV running?** unsure **Was the Tizen CLI installed by the tool at the following location?** `%LocalAppData%\Programs\TizenStudioCli` - No **Operating system?** - macOS 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.
OVERLORD added the closedbug labels 2026-02-05 16:50:41 +03:00
Author
Owner

@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

@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
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Samsung-Jellyfin-Installer#69